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
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false2560xc51798c0ddef98a97720475a10b1e27892207cb01466120808989061590940564159460171069413615214897001213582024-05-24T20:42:29.000Z0xc87b7233aba40dca3567485534599aaf181652fcc8783358f9264b5e283cdce0MetaMask
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false2590x49cec7ee8eae35e9c39a4b3fe5b84f2c1240bc401466120808989061590940564159460171069410399614860003213172024-05-24T00:09:13.000Z0xd668f8ded9a101c64bdc7bb23e9e947958cc217d3a665fc936cc8bd554bf49c2MetaMask
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false2590xcc039022a50fbc67cffe3ef7daffb213ce5bd8bb1466120808989061590940564159460171069413748414898938213622024-05-24T21:47:03.000Z0x8001e6effcda68e0c0a5e870f5b2be78424f5a47fe8dae5d061d24370b040b51Injected
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_base.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
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false20000003845301130083504211522024-03-02T14:50:17.000Z0x833589fcd6edb6e08f4c7c32d4f71b54bda029130x38f216edc5ace5c0ba61fd44ca88f3c3d2d0d317bdba14f8fc350dcfd9480d16
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false20000003845301128391904167732024-03-02T05:26:25.000Z0x833589fcd6edb6e08f4c7c32d4f71b54bda029130xe3a6a4f336648d064dfe019241a2740454cbb85886da1aaf9871a4addd8b947c
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false20000004845301130019104209782024-03-02T14:28:49.000Z0x833589fcd6edb6e08f4c7c32d4f71b54bda029130x492066570b8cad5fc43a233a44ff3a3820608818832c11076a8150cacd9e3a2a
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_base.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
0x42a0ce8930fe39cb15c3dcd217d0f8c4073bdd160xec4bf2f268af7edae893a8d623973e928f31fb760false0x833589fcd6edb6e08f4c7c32d4f71b54bda02913244000014147445002024-05-21T07:59:07.000Z0x525454da8b6e323c951f0b9bfdd461505c8d7036e2be61ea8ea538dd0b7ce94a0x1796a56b5446a4d7d32914aa645ba1d3730ae81d
0xab6fcaa46f137e8a6de9d16cb27a9d988becc4430xec4bf2f268af7edae893a8d623973e928f31fb760false0x833589fcd6edb6e08f4c7c32d4f71b54bda029132440000159147695862024-05-21T21:55:19.000Z0x954535fc0143a270feb5b8290b96069236fe77a01de482e387faf25d3c91e1fa0x1796a56b5446a4d7d32914aa645ba1d3730ae81d
0xa03931b426bf36c38f19f7111894612cd6bdf2950xec4bf2f268af7edae893a8d623973e928f31fb760false0x833589fcd6edb6e08f4c7c32d4f71b54bda029132440000205147686032024-05-21T21:22:33.000Z0x4f7f2fb82e87c6fdd3c77a4c80d7d5a01760b028d4bc7c93b4e95cc9fcc317070x1796a56b5446a4d7d32914aa645ba1d3730ae81d
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_base.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.
in_toaddressin_rakeremovedin_amountlog_indexblock_numberblock_timestamptransaction_hashin_rakePayoutAddress
0xa853940a3ab810d422568ee5adb37c9a15eed3e00x9eb48f9d8d8d7adb36019b7f21d2ef197091c0030false660450000000000146210540932024-10-14T09:18:53.000Z0x2ad8eaa34f5943644b77d99d751d14a57bccaf742d29e8c4ed73787987dd02e30xd254beb8e42bf90adea93072fbf2ae63fd22a428
0xeedb07ae31191e8e803685887bf653754f2f6f520x9eb48f9d8d8d7adb36019b7f21d2ef197091c0030false660450000000000218210509792024-10-14T07:35:05.000Z0x2f1ae8a70ba0fcec6be9f72e19c5a60d6df3b96a866aea34395ad3cf224a48600xd254beb8e42bf90adea93072fbf2ae63fd22a428
0x51811fbf055a7e4fef7d4747d7f136b1eea026510xc6b07d8d848dba154c365983db2f692193255c270false85000000000000259187587912024-08-22T06:08:49.000Z0x55b95dfed6afe6ab6b03a3cc889ebc314c49d29e9191ac84bd2fcb6f48b758b40xd254beb8e42bf90adea93072fbf2ae63fd22a428
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_base.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_base.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
0x5e2b297016d41055876ff1078100c548adc3a498false4109226852422539367470492301063966731039160400980x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-06-20T07:45:43.000Z0x5c5a2eb0557b957a511a91cda4cf085b91ad4e870x04a57a47cb2f8984ac579a5b5d47a2adff7eb68fdbc5458c358f0cf348265388
0x5e2b297016d41055876ff1078100c548adc3a498false1254721598650970539940665154573250004804193263320x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-09-04T09:26:51.000Z0x081fe01778654b330b0118303a7f6e84c0c22fd00x8b4776555d5c20d2121313d2e59b6d79632eee3e620e2044eeba8d2ace8f59df
0x5e2b297016d41055876ff1078100c548adc3a498false170048590488032944276770781181943380965193364820x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-09-04T15:05:11.000Z0x68c4fecd8f26b55deebe3f532d1aaa0e6348af6e0xe7f172da29055e33095f14ec03e0e852d8f0ce85db7055cbe9de8068c041ea6f
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_base.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_base.Pool_TokenPayout_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100