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
0x1ef170d53c54470fd0fd27619a54b42da6f4e0f4[“31305977756726338638630463883722675453956”]0x16ba53b74c234c870c61efc04cd418b8f28659590x0000000000000000000000000000000000000000false[“1”]1250xd64827b10f019eb2a45e407c785231fe969d7805302209512025-02-05T17:59:01.000Z0x924b4b2492a8e457999c5232913600b6255f8c36eed490230af8aba24ea52860
0x4654a70c7c13ac3004819b881dc450e8a1a2dc2e[“31305977756726338638630463883722675453957”]0x16ba53b74c234c870c61efc04cd418b8f28659590x0000000000000000000000000000000000000000false[“1”]840xd64827b10f019eb2a45e407c785231fe969d7805302216542025-02-05T18:57:45.000Z0x82e2e6c60df685eed704cfa8b4af491db924d7474cac27bc2da5d4dc7fcda51a
0x4aceeb7bf9ec8104cc2379f1e8d648ee47249fcb[“31305977756726338638630463883722675453954”]0x16ba53b74c234c870c61efc04cd418b8f28659590x0000000000000000000000000000000000000000false[“1”]2250xd64827b10f019eb2a45e407c785231fe969d7805302145982025-02-05T09:09:35.000Z0x5844948d852247287e1fbf686e608fae6a508cbd007577bcc7d4a3b5d1bc65d7
Query with partition filter
SELECT *
FROM `tt-contracts.celo.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
2151000xfb6d5faa665783f4e4a1f5b198797c4d39478f130xc291846a587cf00a7cc4af0bc4eedbc9c3340c360x0000000000000000000000000000000000000000false1200xfb6d5faa665783f4e4a1f5b198797c4d39478f13159972792022-11-05T13:19:54.000Z0x1272205c321fea63e948ac0443fa462423c1c8d3499278fee5902a718a21208a
00x6e732a286e5f4014c214d1c60d0a86b474c16f9f0x85764548e8f9211d55409c21b8791318d03a17120x0000000000000000000000000000000000000000false140x6e732a286e5f4014c214d1c60d0a86b474c16f9f222965532023-11-05T02:29:23.000Z0xe4ccdae07399a6a7122b7138bc0dc2b5d70f3ed5da4c8c957667745598e5faf6
00x6e732a286e5f4014c214d1c60d0a86b474c16f9f0x85764548e8f9211d55409c21b8791318d03a17120x0000000000000000000000000000000000000000false160x6e732a286e5f4014c214d1c60d0a86b474c16f9f222965722023-11-05T02:30:58.000Z0xd6c049287a0633fa3ecf054571dfdd877072804a9ccf22b13bbf07799a6c03ba
Query with partition filter
SELECT *
FROM `tt-contracts.celo.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
0xd26efe150d59def6f94a11cb1a6ccda41b68436d0x765de816845861e75a25fca122bb6898b8b1282a0x4073c297738f2424885569afafe5b77f5adebcd8false193554591150816567957122021-05-21T00:00:00.000Z0x1d5dc0bcf0be382f625632eef27c6fdbe399161dccd359d452285ffd11e4fad3
0x4073c297738f2424885569afafe5b77f5adebcd80x765de816845861e75a25fca122bb6898b8b1282a0x5d6b1bf04d52452e91e2fbd50a15de52adf9c318false750000000000000000367957122021-05-21T00:00:00.000Z0x1d5dc0bcf0be382f625632eef27c6fdbe399161dccd359d452285ffd11e4fad3
0xd533ca259b330c7a88f74e000a3faea2d63b79720x765de816845861e75a25fca122bb6898b8b1282a0x4073c297738f2424885569afafe5b77f5adebcd8false48388647787704467957122021-05-21T00:00:00.000Z0x1d5dc0bcf0be382f625632eef27c6fdbe399161dccd359d452285ffd11e4fad3
Query with partition filter
SELECT *
FROM `tt-contracts.celo.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
0x918146359264c492bd6934071c6bd31c854edbc3false10179921342023-03-01T00:00:03.000Z0xb8736ebfa63aa26c22009e5084b4417ea716d7b0a26572b0008e54febda2e68e
0x918146359264c492bd6934071c6bd31c854edbc3false5179921342023-03-01T00:00:03.000Z0xb8736ebfa63aa26c22009e5084b4417ea716d7b0a26572b0008e54febda2e68e
0x471ece3750da237f93b8e339c536989b8978a438false8179921342023-03-01T00:00:03.000Z0xb8736ebfa63aa26c22009e5084b4417ea716d7b0a26572b0008e54febda2e68e
Query with partition filter
SELECT *
FROM `tt-contracts.celo.ERC721_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100