Skip to main content

Tables

Cube_CubeClaim_event

Layer3 Cube NFT claim events emitted when users mint quest completion tokens. Records claimer address, quest identifier, token identifier, issue number, optional wallet provider and embed origin metadata.
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_questIdSTRINGUnique identifier for a quest within the Layer3 platform. Numeric string representation of the quest’s ID.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_claimerSTRINGAddress of the account initiating the claim transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_issueNumberSTRINGSequential identifier for the NFT claim within its quest. Numeric string representation of the claim sequence number.
in_walletProviderSTRINGName of the wallet application or browser extension used to initiate the claim transaction.
in_embedOriginSTRINGURL of the website or application where the Layer3 quest claim was embedded or initiated.
addressremovedlog_indexin_claimerin_questIdin_tokenIdblock_numberin_embedOriginin_issueNumberblock_timestamptransaction_hashin_walletProvider
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false20xa5ab2ffed2a1de60d9b99f0a9e8e6da79b3067d22273323601293331759873937723050809927853652947709123365302024-07-08T13:15:14.000Z0xeb88d113f6c5b62a1b470e945b4e57046a9d300862d1a72fde6631d48bf8d147
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false10x0c85c95aa4fe870e03ca335bae0c0468ba68b7212273323601293331759873937723050809927853653847711624365392024-07-08T14:39:26.000Z0xb57d10f4e0f4b75f29419de0f8d834e9110de390559033682f2d354229fa96c9Zerion
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false20xf5d25cbe35e4261664ae91ba777ffba006cccd532273323601293331759873937723050809927853656347721067365642024-07-08T20:00:21.000Z0x816851b2275e01da6d47c66d554c1d649f9f41df433031e5d134e4be9f719f8bZerion
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Cube_CubeClaim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Cube_TokenReward_event

Token reward distribution events from Layer3 Cube system containing reward amount, token details (address, type, and token ID), cube token identifier, and chain identifier. Used for tracking cross-chain reward allocations and token disbursements.
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_cubeTokenIdSTRINGUnique identifier for a Cube token in the Layer3 platform. Numeric string representation of the Cube NFT’s token ID.
in_tokenAddressSTRINGToken contract address for the asset involved in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_tokenTypeINT64Token standard identifier indicating the type of token involved in the transaction. Integer-encoded value where 0 represents ERC-20 fungible tokens, 1 represents reward tokens, and 3 represents native blockchain tokens.
addressremovedin_amountlog_indexin_chainIdin_tokenIdblock_numberin_tokenTypein_cubeTokenIdblock_timestampin_tokenAddresstransaction_hash
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false50000000000000002431140576469363511732025-02-21T10:05:22.000Z0x00000000000000000000000000000000000000000xb776573e94a363f7d9d94902b5dd23e818c5e40a1b1a01806edcbeb5f2958527
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false96000000000000002431140576636653521742025-02-21T17:19:48.000Z0x00000000000000000000000000000000000000000x1ba0bd11c2dddd6c0c120df520b5bb700188dd17c12a9de27e6f394244186c8a
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false30000000000000002431140576525643517352025-02-21T12:50:29.000Z0x00000000000000000000000000000000000000000xad900a981dc383bc5a6044133c836b289cd292b1435b4d29703ecd62a26087ed
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Cube_TokenReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Escrow_EscrowERC20Transfer_event

ERC-20 token escrow transfer events emitted when tokens are released from an escrow contract to a recipient. Contains token address, transfer amount, recipient address, and optional rake (fee) details with payout address for platform revenue tracking.
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_tokenSTRINGToken address involved in the transaction 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_rakeSTRINGFee amount deducted from the transfer. Numeric string representation in smallest token denomination.
in_rakePayoutAddressSTRINGAddress designated to receive the rake fee from the escrow transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressin_rakeremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hashin_rakePayoutAddress
0x8c932e9b832c484870ab582da58ac055b41caf580x22ef1901b9a34c09c52cbcbe5ea39ce5dd27d03e0false0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e2500004659348142025-07-23T09:28:13.000Z0xb49645aa6c164bd4d4578990145eff578e413ce120b38aa3e52e59a4efacb46e0x8495f22aa4c93e50f46250e25bb257d5d25ae984
0x9d7db6b8980356e0906b1ea1478b8d8d5a1c1a660x662acf01f1a665f3de1ee9c9d27e031f27992bfa0false0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e2000005659462662025-07-23T14:43:00.000Z0xdaf0b91eed5a6c2a38aaea733a2aaefe309fef4b1bef7f7270610b2872b63dde0x8495f22aa4c93e50f46250e25bb257d5d25ae984
0x12924049e2d21664e35387c69429c98e9891a8200x662acf01f1a665f3de1ee9c9d27e031f27992bfa0false0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e2000005659645432025-07-23T22:48:12.000Z0x628981cc0891e59e7ad70954aaa3ce4c16dd78fabade4b216fa8e1fc5b80590b0x8495f22aa4c93e50f46250e25bb257d5d25ae984
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Escrow_EscrowERC20Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Escrow_EscrowNativeTransfer_event

Native token transfer events from escrow contracts containing recipient address, transfer amount, rake fee, and rake payout address. Used for tracking escrowed native asset movements and associated fee distributions across Layer3 platform deployments.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_rakeSTRINGFee amount deducted from the transfer. Numeric string representation in smallest token denomination.
in_rakePayoutAddressSTRINGAddress designated to receive the rake fee from the escrow transfer. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Escrow_EscrowNativeTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Escrow_TokenPayout_event

No description available.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenAddressSTRINGToken contract address for the asset involved 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_tokenTypeINT64Token standard identifier indicating the type of token involved in the transaction. Integer-encoded value where 0 represents ERC-20 fungible tokens, 1 represents reward tokens, and 3 represents native blockchain tokens.
in_questIdSTRINGUnique identifier for a quest within the Layer3 platform. Numeric string representation of the quest’s ID.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Escrow_TokenPayout_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_EscrowRegistered_event

Event log capturing escrow contract registrations in the Layer3 quest platform. Links quest identifiers to their deployed escrow contract addresses and registering parties for reward distribution tracking.
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_registrorSTRINGContract address that registered the escrow for the quest. Hex-encoded, 0x-prefixed, 42-character string.
in_escrowAddressSTRINGContract address of the escrow associated with the quest registration. Hex-encoded, 0x-prefixed, 42-character string.
in_questIdSTRINGUnique identifier for a quest within the Layer3 platform. Numeric string representation of the quest’s ID.
addressremovedlog_indexin_questIdblock_numberin_registrorblock_timestampin_escrowAddresstransaction_hash
0x5e2b297016d41055876ff1078100c548adc3a498false14209639220389195938994008816705818599940658984560x1796a56b5446a4d7d32914aa645ba1d3730ae81d2025-07-22T16:25:28.000Z0x662acf01f1a665f3de1ee9c9d27e031f27992bfa0xa91534c50b24813906246ce1a20e47c0ef2477afe1342cb8cc24eab59c5969c1
0x5e2b297016d41055876ff1078100c548adc3a498false1014234101506439081528578336465719719556659347120x1796a56b5446a4d7d32914aa645ba1d3730ae81d2025-07-23T09:25:38.000Z0x22ef1901b9a34c09c52cbcbe5ea39ce5dd27d03e0xc86d59f9c88bc0967fe0e5f1255854c525c0f4c65b39a5c0dd3289659a6e009d
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Factory_EscrowRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_TokenPayout_event

No description available.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenAddressSTRINGToken contract address for the asset involved 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_tokenTypeINT64Token standard identifier indicating the type of token involved in the transaction. Integer-encoded value where 0 represents ERC-20 fungible tokens, 1 represents reward tokens, and 3 represents native blockchain tokens.
in_questIdSTRINGUnique identifier for a quest within the Layer3 platform. Numeric string representation of the quest’s ID.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_avalanche.Pool_TokenPayout_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100