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
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false480x1aca6ce8e287d2384396f4e2a2c13dbad856be2b233312306953895499977795516797008077635519312440385001042632024-11-15T18:43:59.000Z0xe8807eafc0678ddf547ee446e706fa8fb976bd6fe7cf6d55dc3c9114ec33cbfdZerion
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false920x01766aca86ceff106ed12decc2cb655f8bf87e7d233312306953895499977795516797008077635519313440385021042642024-11-15T18:44:05.000Z0x2f6a05a752e7e15107dbe1b0dfcbe28a4b08f264e505f839486eab9ce9c94646MetaMask
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false1280x174080d6bcc56f540691b3abc57ca47c15ad4c71233312306953895499977795516797008077635519315440416881042662024-11-15T21:23:23.000Z0x7b95be5340ef961a91448c3e8b2a77b06562e4bfb7be0def6c80929ea1e586a1Rainbow
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_bsc.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
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false200000002345603934272103079872024-06-05T08:59:26.000Z0xba2ae424d960c26247dd6c32edc70b295c744c430xe9af0fe14880181d0e5bd09e68918b5284155fed4fc3727b2f7c20f64326dbb8
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false180000000000004356037200860354842024-03-22T20:17:21.000Z0x00000000000000000000000000000000000000000xde5f57d7d62e0e5bf0f0b0ac8524bfdf7b2d6a141e37bf3e4b4e5cdf65e94dd0
0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7false15875000000000000085604642048305316002025-02-06T11:53:27.000Z0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce820x429ccaa72a76f31f3204d89b7612b592703acf6bbc9d2175c8463e977b2023a1
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_bsc.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
0x7cfe310b31c71c45a8141326cb73f7e248a42bd10xfd4e361a5aaa735dca4945db170239e1f065fcb00false0xba2ae424d960c26247dd6c32edc70b295c744c4320000000232393427212024-06-05T08:59:26.000Z0xe9af0fe14880181d0e5bd09e68918b5284155fed4fc3727b2f7c20f64326dbb80x1796a56b5446a4d7d32914aa645ba1d3730ae81d
0xf2db3109babe74ea11f094b2fedd703dfcb1428d0x66e3f9321883029f0b08c20c5ddd94b85372defd0false0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce821587500000000000006464263092025-02-06T16:44:57.000Z0x223edd68bdad830a48355dcedb498199a07c60a3a4cd99dd5641374440de6de20x39e310f6b6b3eb13ba436cf75bf9ed7056ec9bb1
0xf39ff1e8781c0cc7c714b78d73630f6b9ddddd5f0x66e3f9321883029f0b08c20c5ddd94b85372defd0false0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce821587500000000000006464202622025-02-06T11:42:24.000Z0x67857fd464814bf7adedff4c7025fa69f53051b5e14851e69060067749b09e710x39e310f6b6b3eb13ba436cf75bf9ed7056ec9bb1
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_bsc.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
0x9b3405f78585d61f0b9ed72529ee620d6715dc9c0x23e1c72d455243c108aa810ee03bad442f25fc0b0false1800000000000041372008602024-03-22T20:17:21.000Z0xde5f57d7d62e0e5bf0f0b0ac8524bfdf7b2d6a141e37bf3e4b4e5cdf65e94dd00x1796a56b5446a4d7d32914aa645ba1d3730ae81d
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_bsc.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_bsc.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
0x5e2b297016d41055876ff1078100c548adc3a498false1236148109893685284204337902148249967670371997810x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-03-22T19:23:04.000Z0x23e1c72d455243c108aa810ee03bad442f25fc0b0x37a08a8c740acae56f5bfb1f2f5a832bf9d7e382d994b1a3b94d0e6de403361f
0x5e2b297016d41055876ff1078100c548adc3a498false70129333094713869447647067093558241217803441995390x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-11-21T08:56:06.000Z0x20733311f78e1620c0b0e3eb6b1528547ccc76160x5d9e489d3284f1622a1d8703fc35fdc9b20e1d2bc89e5fbdcb22d570d8ff9c95
0x5e2b297016d41055876ff1078100c548adc3a498false10159557961025423643973193049029226564240393426420x1796a56b5446a4d7d32914aa645ba1d3730ae81d2024-06-05T08:55:29.000Z0x569d9573471054a236ec21bafe72f67ebc0ee0a90xb04f265f647a62612f47db6ce2dccfacbca81e129eb2c4e409763f7ffeb0fba3
Query with partition filter
SELECT *
FROM `tt-contracts.layer3_v1_bsc.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_bsc.Pool_TokenPayout_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100