Skip to main content

Tables

ERC20_Approval_event

ERC-20 (Ethereum Request for Comments-20) token approval events on BNB Smart Chain (BSC), recording when token holders authorize spenders to transfer tokens on their behalf. Used for tracking token allowances granted to decentralized exchanges, protocols, and other smart contracts.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0xc7e48bc06d2ed7a96c33b3ad0e2e66d565fe7e5bfalse163246502402023-01-10T00:02:09.000Z0xd3a9d155b64ab7dadbd3c6cdcfd971896a24cb9e6cd3d7e643cc681075209c52
0x77e8ace40b478d1e405e450cd42afd5b94746a28false83246515202023-01-10T01:06:20.000Z0xe0c05f888a8dd81c9fb0d204a0a6a797af76277a34204753b37b25437e892db6
0xdfe8f54b894793bfbd2591033e7a307ed28a8d40false118246517762023-01-10T01:19:22.000Z0x164d106940194557ac38e8a65d6082f6fb051366f2d6b108feb82c70c1d35762
Query with partition filter
SELECT *
FROM `tt-contracts.bsc_v1_bsc.ERC20_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakeHub_StakeCreditInitialized_event

StakeHub contract initialization events on BNB Smart Chain (BSC) recording when new stake credit contracts are created for validator operators. Used for tracking validator onboarding and stake credit deployment across BSC’s proof-of-stake consensus system.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_operatorAddressSTRINGContract address of the validator operator whose stake credit was initialized. This address represents the entity operating the validator node on BSC’s BNB staking system.
in_creditContractSTRINGContract address of the stake credit token contract initialized for the validator operator. Hex-encoded, 0x-prefixed 40-character string representing the ERC-20-like token that tracks staking credits on BSC.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_creditContractin_operatorAddress
0x0000000000000000000000000000000000002002false170390443942024-05-25T23:40:27.000Z0xf1f92df317c20c18c961f16376db0aa395789d408df47b646ac94ffc24cfaf760xd38ae55b29ec84d9633d166bae977fa4618bf6210x0813d0d092b97c157a8e68a65ccdf41b956883ae
0x0000000000000000000000000000000000002002false33390411092024-05-25T20:55:28.000Z0x9a9a252fd75ba1f729451a508f5c72e04af3c7fbd325669f0db9f0460c44c2500x0fab00071be18caad4c9984ec68e860e84c68dad0x8683dcb7a775df4587eefad7c08ee647d1da32c1
0x0000000000000000000000000000000000002002false103390427952024-05-25T22:20:06.000Z0xa39dd2c90213a97b2bd0aa531f2025e7f0ffbe315c8f8a4bd69fb42661281a9d0x19a96b6de86fad8c6603d3c35692cf32e4e55ac20x31738238b6a4fcb00ba4de9ee923986b6df55ae6
Query with partition filter
SELECT *
FROM `tt-contracts.bsc_v1_bsc.StakeHub_StakeCreditInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StakeHub_ValidatorCreated_event

Validator registration events from BSC’s StakeHub contract, capturing consensus, operator, and vote addresses when new validators are created on BNB Smart Chain. Contains validator identity data for tracking network participation and staking infrastructure.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_consensusAddressSTRINGBLS (Boneh-Lynn-Shacham) consensus address used by the validator to participate in block validation on BSC. Hex-encoded, 0x-prefixed 40-character string representing the validator’s consensus-layer identity.
in_operatorAddressSTRINGWallet address authorized to operate and manage the validator on behalf of the validator owner. Hex-encoded, 0x-prefixed 40-character address that controls validator operations but may differ from the consensus or credit contract addresses.
in_creditContractSTRINGContract address managing credit and delegation functions for this validator. Typically deployed during validator creation to handle staking credits and rewards distribution.
in_voteAddressSTRINGBLS public key used by the validator for voting in the consensus protocol. 96-character hex string representing the validator’s cryptographic identity on BSC’s Proof of Staked Authority network.
addressremovedlog_indexblock_numberin_voteAddressblock_timestamptransaction_hashin_creditContractin_operatorAddressin_consensusAddress
0x0000000000000000000000000000000000002002false212381895580xadc9ae11a5f0da15082a4ded8abaeb73338984c06e2c1af2eb24232e00511e95b24e89291d689f6bedb13d5a398af2ec2024-04-26T05:49:40.000Z0x7cdfad4449d977beca50d2b2793c1078e0014e9e752d7e02092ea47a521dee540xe48ff82faa5aab796bb7e1f2208cb430084620220xaacc290a1a4c89f5d7bc29913122f5982916de480x8a239732871adc8829ea2f47e94087c5fbad47b6
0x0000000000000000000000000000000000002002false156382032490xb1e211be938b9f77888cbdc7bd3787148a6d1653eb0e17603df69d67db30fa4857e11edec461e01e3e02cea2c7d2c5dd2024-04-26T17:15:08.000Z0xd273ac4a0d091601334624bd1fedd9b5d2ab671f288843312636b2f88f5260390x8e01cf1c95fe6699c06aac0a9f3e33297778d6820x0e3cf208f4141c41da86d52c5f2076b1ab310e8f0xccb42a9b8d6c46468900527bc741938e78ab4577
0x0000000000000000000000000000000000002002false183381905470x8d68efc0951aa89bf89fd829dd021fac27712f0f046e70d2d33a8a1fc05554a16d26669a9adb33bb41aaff43df7d4da02024-04-26T06:39:07.000Z0xa82c434cd0c42abda694d38eaa0a988f74b79e55d24a2890118acc08e3de19c10xb4c7b55664622ed960b3418e626d868a2151c4700xa31a940ecfb4cb9fe7884eb3c9a959db79cbdc700xf8b99643fafc79d9404de68e48c4d49a3936f787
Query with partition filter
SELECT *
FROM `tt-contracts.bsc_v1_bsc.StakeHub_ValidatorCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ValidatorSet_feeBurned_event

Fee burn events from BSC’s ValidatorSet system contract tracking BNB amounts destroyed through transaction fees. Used for analyzing BSC’s deflationary tokenomics and validator fee distribution mechanics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x0000000000000000000000000000000000001000false5425005441048427256196669752022-07-18T19:37:29.000Z0x38b151e827063655b6bbb44ce867c7af93c6a450b35b94ac1282f4f2dcc9b3cd
0x0000000000000000000000000000000000001000false8780917228870932256196686992022-07-18T21:03:41.000Z0xb325f0ba6cc4134205c530dfa14c695635701bf9794628e4e4c7ffd575442f32
0x0000000000000000000000000000000000001000false6217579950378879256196541572022-07-18T08:55:32.000Z0xa684458f11b8e3b5f62a6bce2f5565cb4132bd1e9b623978352a838d74e411e1
Query with partition filter
SELECT *
FROM `tt-contracts.bsc_v1_bsc.ValidatorSet_feeBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ValidatorSet_validatorSetUpdated_event

Validator set change events from BNB Smart Chain’s system contract tracking additions and removals of block validators. Used for analyzing validator rotation patterns and network governance on BSC.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x0000000000000000000000000000000000001000false9312608842023-08-29T00:00:37.000Z0xa67d3bf96f8b58d7300a1ec01c7b05d5a3f4e947f3b388b28b0b1be91c1a4311
0x0000000000000000000000000000000000001000false15322369072023-10-02T00:00:18.000Z0x67c3dd899d67c5878c06736ecaa5067216720376929594160ba736f540bd253b
0x0000000000000000000000000000000000001000false37168088432022-04-10T00:01:10.000Z0x88d40a89863cad334acda5d7ee48a9e5d5639ec104bf55e25cce821f5ea1589b
Query with partition filter
SELECT *
FROM `tt-contracts.bsc_v1_bsc.ValidatorSet_validatorSetUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100