Binance smart chain scan

Содержание
  1. Binance Smart Chain Developer APIs
  2. Access Blockchain Data
  3. Building DAPPs
  4. Verify Contracts
  5. Community Driven
  6. Introduction
  7. API PRO Subscription New
  8. Get Historical BNB Balance for a single Address By BlockNo
  9. Get Daily Average Block Size
  10. Get Daily Block Count and Rewards
  11. Get Daily Block Rewards
  12. Get Daily Average Block Time for A Block to be Included in the Binance Smart Chain
  13. Get Historical BEP20-Token TotalSupply by ContractAddress & BlockNo
  14. Get Historical BEP20-Token Account Balance for TokenContractAddress by BlockNo
  15. Get Token Holder List by ContractAddress
  16. Get Token Info by ContractAddress
  17. Get Daily Average Gas Limit
  18. Get Binance Smart Chain Daily Total Gas Used
  19. Get Daily Average Gas Price
  20. Get Daily Network Transaction Fee
  21. Get Daily New Address Count
  22. Get Daily Network Utilization
  23. Get Daily Transaction Count
  24. Get BNB Historical Price
  25. Get Address BEP20 Token Holding
  26. Get Address ERC721 Token Holding
  27. Get Address ERC721 Token Inventory By Contract Address
  28. Account APIs
  29. Get BNB Balance for a single Address
  30. Get BNB Balance for multiple Addresses in a single call
  31. Get Historical BNB Balance for a single Address By BlockNo PRO
  32. Get a list of ‘Normal’ Transactions By Address
  33. Get a list of ‘Internal’ Transactions by Address
  34. Get «Internal Transactions» by Transaction Hash
  35. Get «Internal Transactions» by Block Range
  36. Get a list of «BEP-20 — Token Transfer Events» by Address
  37. Get a list of «ERC721 — Token Transfer Events» by Address
  38. Get list of Blocks Validated by Address
  39. Contract APIs
  40. Get Contract ABI for Verified Contract Source Codes
  41. Get Contract Source Code for Verified Contract Source Codes
  42. Verify Source Code (beta)
  43. Transaction APIs
  44. Check Transaction Receipt Status
  45. Blocks APIs
  46. Get Block And Uncle Rewards by BlockNo
  47. Get Estimated Block Countdown Time by BlockNo
  48. Get Block Number by Timestamp
  49. Get Daily Average Block Size PRO
  50. Get Daily Block Count and Rewards PRO
  51. Get Daily Block Rewards PRO
  52. Get Daily Average Block Time for A Block to be Included in the Binance Smart Chain PRO
  53. Logs APIs
  54. Get Event Logs from block number 4993830 to 4993832 Block, where log address = 0xe561479bebee0e606c19bb1973fc4761613e3c42 and topic[0] = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
  55. Get Event Logs from block number 4993830 to block 4993832 , where log address = 0xe561479bebee0e606c19bb1973fc4761613e3c42, topic[0] = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef ‘AND’ topic[1] = 0x000000000000000000000000730e2065b9daee84c3003c05bf6d2b3a08e55667
  56. Geth/Parity Proxy APIs
  57. Contracts With verified source codes only
  58. Company
  59. Community
  60. Products

Binance Smart Chain Developer APIs

Access Blockchain Data

Building DAPPs

Verify Contracts

Community Driven

Introduction

The Binance Smart Chain Developer APIs are provided as a community service and without warranty, so please use what you need and no more. We support both GET/POST requests and there is a rate limit of 5 calls per sec/IP.

1. To use the API service, please create a FREE Api-Key Token from within the ClientPortal->MyApiKey area, which you can then use with all your API requests.

2. Kindly refer API Key Rate Limit & Errors for expected returns. Please contact us if you would like to upgrade your API Plan.

3. Source attribution via a link back or mention that your app is «Powered by BscScan.com APIs» is required except for personal/private usage.

Читайте также:  Почему растет криптовалюта matic

API PRO Subscription New

Get Historical BNB Balance for a single Address By BlockNo

Get Daily Average Block Size

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Block Count and Rewards

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Block Rewards

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Average Block Time for A Block to be Included in the Binance Smart Chain

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Historical BEP20-Token TotalSupply by ContractAddress & BlockNo

Get Historical BEP20-Token Account Balance for TokenContractAddress by BlockNo

Get Token Holder List by ContractAddress

Sample return of token info API:

Get Token Info by ContractAddress

Sample return of token info API:

Get Daily Average Gas Limit

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Binance Smart Chain Daily Total Gas Used

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Average Gas Price

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Network Transaction Fee

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily New Address Count

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Network Utilization

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Transaction Count

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get BNB Historical Price

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Address BEP20 Token Holding

Sample return of API:

Get Address ERC721 Token Holding

Sample return of API:

Get Address ERC721 Token Inventory By Contract Address

Sample return of API:

Account APIs

Get BNB Balance for a single Address

Get BNB Balance for multiple Addresses in a single call

Separate addresses by comma, up to a maxium of 20 accounts in a single batch

Get Historical BNB Balance for a single Address By BlockNo PRO

Get a list of ‘Normal’ Transactions By Address

[Optional Parameters] startblock: starting blockNo to retrieve results, endblock: ending blockNo to retrieve results

(Returned ‘isError’ values: 0=No Error, 1=Got Error)

(Returns up to a maximum of the last 10000 transactions only)

or

(To get paginated results use page=

Get a list of ‘Internal’ Transactions by Address

[Optional Parameters] startblock: starting blockNo to retrieve results, endblock: ending blockNo to retrieve results

(Returned ‘isError’ values: 0=No Error, 1=Got Error)

(Returns up to a maximum of the last 10000 transactions only)

or

(To get paginated results use page=

Get «Internal Transactions» by Transaction Hash

(Returned ‘isError’ values: 0=Ok, 1=Rejected/Cancelled)

(Returns up to a maximum of the last 10000 transactions only)

Get «Internal Transactions» by Block Range

(Returns up to a maximum of the last 10000 transactions only)

Get a list of «BEP-20 — Token Transfer Events» by Address

[Optional Parameters] startblock: starting blockNo to retrieve results, endblock: ending blockNo to retrieve results

(Returns up to a maximum of the last 10000 transactions only)

or

(To get paginated results use page=

or

(To get transfer events for a specific token contract, include the contractaddress parameter)

Get a list of «ERC721 — Token Transfer Events» by Address

[Optional Parameters] startblock: starting blockNo to retrieve results, endblock: ending blockNo to retrieve results

(Returns up to a maximum of the last 10000 transactions only)

Читайте также:  Блоги инстаграм про инвестиции

or

(To get paginated results use page=

or

(To get transfer events for a specific token contract, include the contractaddress parameter)

Get list of Blocks Validated by Address

or

(To get paginated results use page=

** type = blocks (full blocks only)

Contract APIs

Get Contract ABI for Verified Contract Source Codes

A simple sample for retrieving the contractABI using Web3.js and Jquery to interact with a contract

Get Contract Source Code for Verified Contract Source Codes

Verify Source Code (beta)

See Demo Source Verification Submission Code at Source Code Verification Sample

Source Code Submission Gist (returns a guid as part of the result upon success):

Check Source code verification submission status:

Transaction APIs

Check Transaction Receipt Status

Note: status: 0 = Fail, 1 = Pass.

Blocks APIs

Get Block And Uncle Rewards by BlockNo

Get Estimated Block Countdown Time by BlockNo

Get Block Number by Timestamp

[Parameters] timestamp format: Unix timestamp (supports Unix timestamps in seconds), closest value: ‘before’ or ‘after’

Get Daily Average Block Size PRO

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Block Count and Rewards PRO

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Block Rewards PRO

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Get Daily Average Block Time for A Block to be Included in the Binance Smart Chain PRO

[Parameters] startdate and enddate format ‘yyyy-MM-dd’

Logs APIs

The Event Log API was designed to provide an alternative to the native eth_getLogs. Below are the list of supported filter parameters:

  • fromBlock, toBlock, address
  • topic0, topic1, topic2, topic3 (32 Bytes per topic)
  • topic0_1_opr (and|or between topic0 & topic1), topic1_2_opr (and|or between topic1 & topic2), topic2_3_opr (and|or between topic2 & topic3), topic0_2_opr (and|or between topic0 & topic2), topic0_3_opr (and|or between topic0 & topic3), topic1_3_opr (and|or between topic1 & topic3)

— FromBlock & ToBlock accepts the blocknumber (integer, NOT hex) or ‘latest’ (earliest & pending is NOT supported yet)
— Topic Operator (opr) choices are either ‘and‘ or ‘or‘ and are restricted to the above choices only
— FromBlock & ToBlock parameters are required
— An address and/or topic(X) parameters are required, when multiple topic(X) parameters are used the topicX_X_opr (and|or operator) is also required
— For performance & security considerations, only the first 1000 results are return. So please narrow down the filter parameters

Here are some examples of how this filter maybe used:

Get Event Logs from block number 4993830 to 4993832 Block, where log address = 0xe561479bebee0e606c19bb1973fc4761613e3c42 and topic[0] = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef

Get Event Logs from block number 4993830 to block 4993832 , where log address = 0xe561479bebee0e606c19bb1973fc4761613e3c42, topic[0] = 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef ‘AND’ topic[1] = 0x000000000000000000000000730e2065b9daee84c3003c05bf6d2b3a08e55667

Geth/Parity Proxy APIs

The following are the limited list of supported Proxied APIs for Geth available through BscScan.

eth_blockNumber

Returns the number of most recent block

eth_getBlockByNumber

Returns information about a block by block number

eth_getBlockTransactionCountByNumber

Returns the number of transactions in a block from a block matching the given block number

eth_getTransactionByHash

Returns the information about a transaction requested by transaction hash

Читайте также:  Ethereum mining profitability historical chart

eth_getTransactionByBlockNumberAndIndex

Returns information about a transaction by block number and transaction index position

eth_getTransactionCount

Returns the number of transactions sent from an address

eth_sendRawTransaction

Creates new message call transaction or a contract creation for signed transactions

(Replace the hex value with your raw hex encoded transaction that you want to send.
Send as a POST request, if your hex code is particularly long)

eth_getTransactionReceipt

Returns the receipt of a transaction by transaction hash

eth_call

Executes a new message call immediately without creating a transaction on the block chain

(The gas parameter to eth_call is capped at 2x the current block gas limit)

eth_getCode

Returns code at a given address

eth_getStorageAt (**experimental)

Returns the value from a storage position at a given address

eth_gasPrice

Returns the current price per gas in wei

eth_estimateGas

Makes a call or transaction, which won’t be added to the blockchain and returns the used gas, which can be used for estimating the used gas

(The gas parameter to eth_estimateGas is capped at 2x the current block gas limit)

Источник

Contracts With verified source codes only

Showing the last 500 verified contracts source code

0xba0774cb40a10ab00cbb244b90299ea3ea025ec5

0.6.12

0xF4627DE53161BE86DEd293EBeD39964b5AD25E65

0.6.12

0x4dd32ed2e8df4ae552466839ecd8a1524526de50

0.5.17

0xfC34Ea090558707faF650c100ce3BE1B3F4Cc8d6

0.6.12

0xE7b80fc76EF99327FDC86FF95f1E70Ff8f3EE702

0.6.12

0x2E0a723D2Ca19Ad362494bCfC6634Ab4727e2345

0.6.12

0xF119C0cBf6D514fAEb09ad11c2ba9fd2f14436B3

0.6.12

0x5DC813fE47E2f107ef782D7B440fBCcf8083a4C9

0.6.12

0xe4d82632ede470150103bfb551d3e73a718b2451

0.5.0

0x85cE443418a5DF4a4F6fc420F60e90704299C9DB

0.6.12

0xD858e3d3340d6B828b9cFFe0dB7465a2fd38d946

0.6.12

0xC1Ed6C87452d123013C7ABA8B2B55F1EBFa58fAa

0.6.12

0x4e2403ebD3044A6083E3ba46ae7E5DebddF03c29

0.5.16

0xdfFFc02FC1c3A0174BBAd404d42B2700972D5f5f

0.6.12

0xffa9641664e4a440893be0f529d4d2e1142cefb2

0.5.17

0x406d8f82c72deb65c33239a563bed8b65303ada8

0.4.26

0xa31f3e59ccee9054b1a4c535519803b6a0642274

0.8.3

0xcF73DDBdf6965a43342941c4a423A54C44d3086C

0.6.12

0xCe2Cce4445033d70ae20E3a3b7Ba310edb9217D9

0.8.3

0x4992dC6F9933905C848f129c0Ce22B792C3c7F68

0.6.12

0x00839C344714ECb3236a1D46aDAB17c31e1a2481

0.6.6

0xbf0dc77cd499ecbc8f899e142b648d43397361db

0.6.12

0xA1b5e6D2F7891e8Ad5381c4638F28A7D90398aFF

0.6.12

0xe4d5f94a58822416c6705954db2f317b78ac3ea5

0.6.12

0xE52849319ffA361CC2ca428f319ab6E7b2A0235D

0.6.12

Address Contract Name Compiler Version Balance Txns Setting Verified Audited License
GigaChadToken Solidity 0 BNB 0 6/11/2021 MIT
LotteryNFT Solidity(Json) 0 BNB 0 6/11/2021
DiamondFinance Solidity 0 BNB 0 6/11/2021 MIT
LotteryIVT Solidity(Json) 0 BNB 0 6/11/2021
Lottery Solidity(Json) 0 BNB 0 6/11/2021
LotteryUpgradeProxy Solidity(Json) 0 BNB 0 6/11/2021
BurningMoonBSC Solidity 0 BNB 0 6/11/2021 None
HypernovaFinance Solidity 0 BNB 0 6/11/2021 None
Rockets Solidity 0 BNB 0 6/11/2021 GNU LGPLv3
BlueBerryDormitory Solidity 0 BNB 0 6/11/2021 None
BlackOpps Solidity 0 BNB 1 6/11/2021 None
LittleAkitaDoge Solidity 0 BNB 0 6/11/2021 Unlicense
BEP20Token Solidity 0 BNB 0 6/11/2021 None
OBAMACARE Solidity 0 BNB 0 6/11/2021 Unlicense
BmwFinance Solidity 0 BNB 0 6/11/2021 MIT
Med1calV3da Solidity 0 BNB 0 6/11/2021 None
EelOnMusk Solidity 0 BNB 0 6/11/2021 Unlicense
CoinToken Solidity 0 BNB 0 6/11/2021 None
GainsBee Solidity 0 BNB 0 6/11/2021 Unlicense
LittleAkitaDoge Solidity 0 BNB 0 6/11/2021 Unlicense
CroxTimelock Solidity(Json) 0 BNB 0 6/11/2021
CaptainDogemerica Solidity 0 BNB 0 6/11/2021 MIT
SHEEWOLF Solidity 0 BNB 0 6/11/2021 None
OBAMACARE Solidity 0 BNB 0 6/11/2021 Unlicense
Address Solidity 0 BNB 0 6/11/2021 None

BscScan is a Block Explorer and Analytics Platform for Binance Smart Chain

Company

Community

Products

BscScan © 2020 (BSC-D) | ⛏ Built by the same team behind Etherscan | Donate

Источник

Оцените статью