Skip to main content

Tables

ERC1155_TransferBatch_event

TransferBatch events from ERC-1155 (Multi-Token Standard) contracts containing operator, sender, recipient, and arrays of token IDs with corresponding quantities for batch transfers. Used for tracking multi-token movements including mints, burns, and transfers in gaming assets, collectibles, and semi-fungible tokens.
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_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idsARRAY<STRING>Array of token identifiers involved in the batch operation. Numeric strings representing token IDs, which may be sequential integers for fungible positions or large integers for ERC-1155 token types.
in_valuesARRAY<STRING>Array of token quantities transferred in the batch operation corresponding to the token IDs in in_ids. Numeric strings representing amounts, with precision and scale determined by the specific token contract implementation.
in_toin_idsaddressin_fromremovedin_valueslog_indexin_operatorblock_numberblock_timestamptransaction_hash
0x08b8267ff800ea536748c473e941b424c20f2cd7[“34005”]0xb3e968ba01a78ea489292130bcf8bbe6a64be6480x3bd6a582698eccf6822db08141818a1a8512c68dfalse[“1”]3780x3bd6a582698eccf6822db08141818a1a8512c68d77976202021-05-28T08:40:18.000Z0x36f58e4626b30dc94d3f32845fe65a7bd2268aaaa44f40ec447db5740c5eba73
0x1043506e05f37c45dc922dffa29e10de47e29d4c[“14006”]0xb3e968ba01a78ea489292130bcf8bbe6a64be6480x3bd6a582698eccf6822db08141818a1a8512c68dfalse[“1”]7920x3bd6a582698eccf6822db08141818a1a8512c68d77920192021-05-28T04:00:03.000Z0x750280828fa4597e8f0947fcb8e3036b7d362ca99a606558a7c14da5b9144ecf
0x1681d8fc82928ae37c2f584bb7ce870ef35bd438[“43895”]0x060dd632f7dd45cb97a86376863d623d6756e8480x679e19503f8ded85ffcd21ad33a214b9481df9cdfalse[“1”]2580x679e19503f8ded85ffcd21ad33a214b9481df9cd78056622021-05-28T15:22:41.000Z0x7e0a54863ae413f90bc6b9381240a5e27e1c6a7125ea83915db4aa69b993f1f1
Query with partition filter
SELECT *
FROM `tt-contracts.bsc.ERC1155_TransferBatch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC1155_TransferSingle_event

ERC-1155 (Multi Token Standard) single token transfer events emitted when one token ID is transferred between addresses. Contains operator, sender, recipient, token ID, and transfer amount for tracking individual NFT and semi-fungible token movements within multi-token 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_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_idin_toaddressin_fromremovedin_amountlog_indexin_operatorblock_numberblock_timestamptransaction_hash
00x00290ad511cb5b737d76f8493a141ea05e14c8130x4169b51b5907968aca1dd2a9875500d9c40e49500x0000000000000000000000000000000000000000false1002750x00290ad511cb5b737d76f8493a141ea05e14c813198782582022-07-26T04:29:24.000Z0x433aa8daba3fa0079c24fa7ab811bfdbe7ef2612504f1c7cd8865b423f56564a
00x4169b51b5907968aca1dd2a9875500d9c40e49500x4169b51b5907968aca1dd2a9875500d9c40e49500x00290ad511cb5b737d76f8493a141ea05e14c813false1003730x00290ad511cb5b737d76f8493a141ea05e14c813198782822022-07-26T04:30:36.000Z0xad7f03f522fc5b3fc66437ba21535d76f54be72409af314c29e2bf09d74e4c6d
330x0037dd60f7a4393587b6dce2c6dddd4508d38e320x2e640603e6bb000131991560c5bb7d6c6a9212e10x0000000000000000000000000000000000000000false12310x0037dd60f7a4393587b6dce2c6dddd4508d38e32198854132022-07-26T10:27:17.000Z0x0103ad32d44e22bc14f23d24d15852b1c71c4073c023a63fe67f28bd39844e18
Query with partition filter
SELECT *
FROM `tt-contracts.bsc.ERC1155_TransferSingle_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC20_Transfer_event

ERC-20 token transfer events decoded from transaction logs, containing sender address, recipient address, and token amount. Primary source for tracking fungible token flows and wallet holdings across EVM-compatible blockchains.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. 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.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x00000000000000000000000000000000000000000x009cf7bc57584b7998236eff51b98a168dcea9b00xc24e305699657404643158aa60a960b6d4745988false01727031042020-12-01T01:00:14.000Z0xe79474f4b152fc88b3999c14d7950cfaf42498d5469f267464766aff117c94bf
0xdfc12c3022e52930e3e6b010d79f35e7b6773c060x009cf7bc57584b7998236eff51b98a168dcea9b00x0000000000000000000000000000000000000000false53565911597326777627031042020-12-01T01:00:14.000Z0xe2908b4eecf8c92d9c99b1e9b1d946865ef306b9c09e5c9729b26b0426285ebb
0xb5c098961105ce5c5a231822d788281190c1b0d80x009cf7bc57584b7998236eff51b98a168dcea9b00x0000000000000000000000000000000000000000false3014857194427015414369527041282020-12-01T01:51:26.000Z0x094c371404c06b9ebceb608e5e41d26c37ad641c9c4a2d89753c1a8e6c68e8dd
Query with partition filter
SELECT *
FROM `tt-contracts.bsc.ERC20_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC721_Transfer_event

Non-fungible token (NFT) transfer events emitted by ERC-721 compliant smart contracts, capturing the movement of unique tokens between addresses. Contains sender, recipient, token ID, and contract address for tracking NFT ownership changes and marketplace activity across chains.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_toaddressin_fromremovedlog_indexin_tokenIdblock_numberblock_timestamptransaction_hash
0x43c070994f3ae32daed20aded44d6171b35fdfeb0x8abd9a383fb68c9354ada2c7783f4f12a9f7f8fe0x630e1bcc7a74952eecb2bb24068a4d7fc5d5b34ffalse2332969050957792021-02-22T08:43:53.000Z0x2e714eb8c95c72d869029672c1326a88f9d2629ce72eba9e8c1cf79ef45b664f
0x473df1fa25d31cd21fb33f6f6d333ae753597e7c0x5e74094cd416f55179dbd0e45b1a8ed030e396a10x0000000000000000000000000000000000000000false8679658751019602021-02-22T13:54:39.000Z0xbd18d20dd657d456e93f2e35e1b2a2779dda9151d145ac46542c89b2fc96384a
0x77297bc8ca478fe348315aeb47a053c8984371bb0x5e74094cd416f55179dbd0e45b1a8ed030e396a10x0000000000000000000000000000000000000000false11878557650864272021-02-22T00:51:46.000Z0x263510fb7e9c6f4a567a75724da0cd91c288771cc462886025ef8771302110ed
Query with partition filter
SELECT *
FROM `tt-contracts.bsc.ERC721_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100