Skip to main content

Tables

MagicRewardsArbitrum_RewardPaid_event

MAGIC token reward distribution events from Treasure DAO’s staking contract on Arbitrum. Records individual reward claims with user addresses and token amounts in wei for tracking incentive payouts and participant earnings.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
addressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x73eb8b2b235f7957f830ea66abe433d9eed9f0e30x009d2aef6eded4c1543e9a41cc6f864b5ecfb564false42785989390602988108136670862021-12-08T07:51:23.000Z0x7ff926c8b802d723f2dba3d094b3ac6f72eb37ed8c62fac96a792befd87f7ecd
0x73eb8b2b235f7957f830ea66abe433d9eed9f0e30x00d29fbc981d05edba69bc0909e391a132271357false1174032235033655305918136560272021-12-08T00:28:40.000Z0xba295a75b96246bf7ff4e1a94e0bff7ecaa6a267b2c56c523fe34860b55e2c69
0x73eb8b2b235f7957f830ea66abe433d9eed9f0e30x0f045a0d77d24c326316e0315354e7df28b4ac50false673472440143191448146136619172021-12-08T04:45:04.000Z0x45e102f0a8b3b7b63427ac6c07e2e04c49aac7c1def18dacdb708f0ef28577c9
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicRewardsArbitrum_RewardPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapFactory_PairCreated_event

Liquidity pool creation events from the MagicSwap decentralized exchange (DEX) factory contract on Arbitrum, recording the deployment of new trading pairs with their token addresses and pool identifiers. Used for tracking DEX liquidity expansion and token pair availability.
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_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x015e379ce0ff195228b3a9ebdfa13f9afc155dd70x088f2bd3667f385427d9289c28725d43d4b74ab4false20x539bde0d7dbd336b79148aa742883198bbf603420x872bad41cfc8ba731f811fea8b2d0b9fd63695851400813912022-11-21T23:07:39.000Z0x869b10e76b57a30153941356af8693c0e0d0f0e1d08c671d0627b004cf63634c
0x015e379ce0ff195228b3a9ebdfa13f9afc155dd70x3e8fb78ec6fb60575967bb07ac64e5fa9f498a4afalse50x539bde0d7dbd336b79148aa742883198bbf603420xeeac5e75216571773c0064b3b591a86253791db601075028612023-07-03T15:52:01.000Z0x3d48107989556efbff739a8b9716f331a7668a7589a041925539191bc4c59ed5
0x015e379ce0ff195228b3a9ebdfa13f9afc155dd70x6210775833732f144058713c9b36de09afd1ca3bfalse30x0caadd427a6feb5b5fc1137eb05aa7ddd9c08ce90x539bde0d7dbd336b79148aa742883198bbf603421919818752023-05-18T15:07:05.000Z0xcfaa19463438b108a99db8a0da456bd91ec33861f5e08e21c70eb382e70af9be
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapFactory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapV2Pair_Burn_event

Liquidity removal events from MagicSwap V2 automated market maker (AMM) pairs on Arbitrum’s Treasure ecosystem. Records burn transactions showing withdrawn token amounts, sender and recipient addresses for tracking liquidity provider exits and pool depth changes.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x9017c92270f465fe35c8adf47ad9b2c3447655610x088f2bd3667f385427d9289c28725d43d4b74ab4false0xf3573bf4ca41b039bc596354870973d34fdb618b181020203080866975014437081441912440778375522739496492024-11-13T06:29:53.000Z0x0e11fc3b11a862a665a4beecebd96118e77970928add54e3c6436ec22f2ba09a
0x635e13b0f26585f413de9be7fa857b6886182d6b0x088f2bd3667f385427d9289c28725d43d4b74ab4false0x635e13b0f26585f413de9be7fa857b6886182d6b53199785118081724006831442578676773187370662741615262024-11-13T21:18:35.000Z0x7a04a3fafdf934214a249ce7e837d114cab911a0d35664115f75ffe66932b9af
0x635e13b0f26585f413de9be7fa857b6886182d6b0x088f2bd3667f385427d9289c28725d43d4b74ab4false0x635e13b0f26585f413de9be7fa857b6886182d6b29318211757777336474862297696149121192957062741613162024-11-13T21:17:41.000Z0x4d7dda2edacdb45169f61c7b633ea9e4a9d2035c0df19fd73bbc20ea4a7f4281
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapV2Pair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapV2Pair_Mint_event

Liquidity provision events from MagicSwapV2 decentralized exchange pools on Arbitrum, recording token amounts added to liquidity pairs. Used for analyzing liquidity provider activity and pool depth changes over time.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x7bc27907ac638dbceb74b1fb02fc154da3e15334false0x23805449f91bb2d2054d9ba288fdc8f09b5eac7953499999999999999504492290183962410594454457231066191942023-07-01T00:11:33.000Z0xdf9c248912d8baeb4eb2f0f47e190a0495e260b814f9af961c16b8c54c455bb2
0x088f2bd3667f385427d9289c28725d43d4b74ab4false0x23805449f91bb2d2054d9ba288fdc8f09b5eac79675963716064405392343401840404381635093001068930592023-07-01T19:50:19.000Z0xa4b31db33dc2aca11e7409c0f0446c974215695141a8495cab703e9f40ecd403
0x7bc27907ac638dbceb74b1fb02fc154da3e15334false0x23805449f91bb2d2054d9ba288fdc8f09b5eac7961041389999999999963948893217335197651355681069091852023-07-01T21:00:52.000Z0x08b43487cec77aed5cbe23847a67c90294f778866e9df432aed1fa3d93c3ccc6
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapV2Pair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapV2Pair_Swap_event

Token swap transactions from MagicSwap V2 automated market maker (AMM) pairs on Arbitrum’s Treasure ecosystem. Tracks input/output amounts for both tokens in each pair, enabling analysis of trading volume, liquidity utilization, and price impact across Treasure’s decentralized exchange.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x01227d441634ee059aa73d9315ab4373774c00400x6210775833732f144058713c9b36de09afd1ca3bfalse0x23805449f91bb2d2054d9ba288fdc8f09b5eac7981688709390229300000000000000002161878003908530636777702024-01-10T01:52:23.000Z0xb4b708ef1db9fd693ad6fb884775b5b22124c3e53f01f75cc304c2bb7e613041
0x0309b32c5623fd1921e4720e207d20a259bfddb80x088f2bd3667f385427d9289c28725d43d4b74ab4false0x23805449f91bb2d2054d9ba288fdc8f09b5eac7941690913900300000000000000000000086442032006039275687502024-01-10T17:19:22.000Z0x9c83809c6fb2551d475925849196cc8959bc4a6a4588a7ab3331942015e8749b
0x0ceb76379e5c8ad833001beece05e45191cf2dff0x7bc27907ac638dbceb74b1fb02fc154da3e15334false0x23805449f91bb2d2054d9ba288fdc8f09b5eac79101690951810430000000000000000000055614475639865856770702024-01-10T17:35:28.000Z0xf736089d92f683b30a2cd04b2b6c18d839bc9abe3a8aa9c0adeaadc5801b39a3
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapV2Pair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapV2Pair_Sync_event

Reserve balance updates for MagicSwapV2 liquidity pairs on Arbitrum’s Treasure ecosystem. Tracks token0 and token1 reserve quantities after each swap or liquidity change, enabling liquidity depth analysis and price reconstruction.
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_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x7bc27907ac638dbceb74b1fb02fc154da3e15334false220226490465017770256282444580712623663264216333041850672352024-02-27T17:17:47.000Z0x1ab2da1298e96f10d1cf44646e14429024591567f68cf81a7f91bc8167745ebd
0x7bc27907ac638dbceb74b1fb02fc154da3e15334false220099700378141464207163244833183902004872409503281849606312024-02-27T09:48:27.000Z0x7e81929377e895d194533cc5005d6cd805cf4797e5a44a5d19be5b6f30710f58
0x7bc27907ac638dbceb74b1fb02fc154da3e15334false220224511641029084468189844585209432183264216333041850678432024-02-27T17:20:20.000Z0xddce8dd3925a9ef12f99fcfeb80762661f88ee0b869a145034527a4710ae4ce0
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapV2Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MagicSwapV2Pair_Transfer_event

LP token transfer events from MagicSwap V2 liquidity pairs on Arbitrum, including mints (from zero address), burns, and transfers between addresses. Used for tracking liquidity provision activity and LP position flows across MagicSwap pools.
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
0x1a33521c61d053c1fdc248dc434109d06fc2ca3e0x088f2bd3667f385427d9289c28725d43d4b74ab40x49909c68aecdfe6512271ecddb1adb6190c8eb2dfalse830780229000000000022774175612023-04-05T21:12:27.000Z0x7a416a842c57ec715932992d0fc5c87256e604ad2402daa240879458f9c1fd83
0x31add546d8e613fc155122f8e9654e7f0aa7f2640x088f2bd3667f385427d9289c28725d43d4b74ab40x0000000000000000000000000000000000000000false4164912762660368913774173492023-04-05T21:11:32.000Z0x2df524b3ad8a21cbcfff43d9ab8f14ffd00f0358e4e339fe9189486623b84d3f
0x49909c68aecdfe6512271ecddb1adb6190c8eb2d0x088f2bd3667f385427d9289c28725d43d4b74ab40x0000000000000000000000000000000000000000false83078022893788579564774173492023-04-05T21:11:32.000Z0x2df524b3ad8a21cbcfff43d9ab8f14ffd00f0358e4e339fe9189486623b84d3f
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.MagicSwapV2Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplace_BidAccepted_event

Accepted bid events from Treasure NFT marketplace on Arbitrum, capturing successful NFT sales where sellers accepted buyer offers. Records include bidder and seller addresses, NFT contract and token ID, payment token, price per item, quantity, and bid type for analyzing marketplace dynamics and price discovery.
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_sellerSTRINGAddress of the account selling tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_bidderSTRINGAddress of the account that placed the bid in the auction or marketplace. Hex-encoded, 0x-prefixed, 42-character string.
in_nftAddressSTRINGContract address of the NFT collection where the bid was accepted. Hex-encoded, 0x-prefixed 40-character string on Arbitrum representing the ERC-721 or ERC-1155 contract.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_pricePerItemSTRINGPrice per NFT in the bid, denominated in the payment token’s smallest unit (wei-equivalent). This value represents the bid amount for a single item before multiplying by quantity.
in_paymentTokenSTRINGContract address of the token used for payment in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_bidTypeINT64Type of bid that was accepted, where 0 indicates a collection-level bid and 1 indicates a token-specific bid. Enumerated integer value used to distinguish between broad collection offers versus targeted individual NFT offers.
addressremovedin_bidderin_sellerlog_indexin_bidTypein_tokenIdin_quantityblock_numberin_nftAddressblock_timestampin_paymentTokenin_pricePerItemtransaction_hash
0x09986b4e255b3c548041a30a2ee312fe176731c2false0xc049085709fc6581152c1e1edeea53fae58fede10x23e56392e605fe5d2edde803be5070ba27a6cae3802415411302795690x0af85a5624d24e2c6e7af3c0a0b102a28e36cea32023-09-12T02:36:32.000Z0x539bde0d7dbd336b79148aa742883198bbf603421450000000000000000000x4a85a3788c24316d0f45aea71bdb3725dc34774cfd94a1f3229565cecec4182b
0x09986b4e255b3c548041a30a2ee312fe176731c2false0xc62543032bc439c578c804bb2557e3ed78ac8df20xa9af1bead70eef665c88c20f1d2d86229136e10c811943511303339960x0af85a5624d24e2c6e7af3c0a0b102a28e36cea32023-09-12T06:50:38.000Z0x539bde0d7dbd336b79148aa742883198bbf6034267000000000000000000x32c0c89d52defab85f810c189a096bb1d81e427a5d39800b6172c6360160a7ab
0x09986b4e255b3c548041a30a2ee312fe176731c2false0x9ffe162b9b7fbca991840b936f95b40808a1a9980xc51fefb9ef83f2d300448b22db6fac032f96df3f702001011303100830x381227255ef6c5d85966b78d13e4b4a4c8719b5e2023-09-12T04:59:15.000Z0x539bde0d7dbd336b79148aa742883198bbf6034250000000000000000000x803919d77ea69d194eb60d80e2a825c4c612b37bcaa5569f2ebfbbc72ed3505e
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplace_BidAccepted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplace_ItemSold_event

NFT sale events from Treasure marketplace on Arbitrum, capturing buyer and seller addresses, token IDs, quantities, prices per item, and payment tokens. Used for analyzing gaming/metaverse NFT trading activity and marketplace volume.
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_sellerSTRINGAddress of the account selling tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_nftAddressSTRINGContract address of the NFT being sold on the Treasure marketplace. Hex-encoded, 0x-prefixed 40-character string on Arbitrum chain.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_pricePerItemSTRINGPrice per individual item in the sale denominated in the payment token’s smallest unit (wei). Typically represented as an 18-decimal integer requiring division by 10^18 to get the human-readable token amount.
in_paymentTokenSTRINGContract address of the token used for payment in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_buyerin_sellerlog_indexin_tokenIdin_quantityblock_numberin_nftAddressblock_timestampin_paymentTokenin_pricePerItemtransaction_hash
0x09986b4e255b3c548041a30a2ee312fe176731c2false0x679c9a7fb9379b3673a1a6687b17131e4599ef3c0x5d3cf00412cfab03fb9d2878be0bba9054822d7b24795312940393850x094fa8ae08426ab180e71e60fa253b079e13b9fe2025-01-10T18:02:22.000Z0x539bde0d7dbd336b79148aa742883198bbf60342500000000000000000000x081189ea7e82cfeac63ef215b96d3deacf9bb94b6bfb859d78af73d91a976f1b
0x09986b4e255b3c548041a30a2ee312fe176731c2false0xcc640f42b0a0fd2948e47035e5b27386d3aa8d1b0x3201922afef50160a3ec6aca76827143f3e8b720491345812938738010x094fa8ae08426ab180e71e60fa253b079e13b9fe2025-01-10T06:31:03.000Z0x539bde0d7dbd336b79148aa742883198bbf6034253000000000000000000x0d4dce984f6c470f763842df612ef08c1800aa8c0ff0a333a8d465c6fe5fc6c4
0x09986b4e255b3c548041a30a2ee312fe176731c2false0xcc640f42b0a0fd2948e47035e5b27386d3aa8d1b0xf97b0e2be96e1adfe74708ed45d37f8cd6e7893581829612938692090x094fa8ae08426ab180e71e60fa253b079e13b9fe2025-01-10T06:11:47.000Z0x539bde0d7dbd336b79148aa742883198bbf60342105000000000000000000x5e8d52ceddb3c517611b2cfd3f07216fe91efe6ae0555ef3e97da1d0f7fa46ae
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplace_ItemSold_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplace_UpdateCollectionOwnerFee_event

Configuration changes for NFT collection owner fees on the Treasure marketplace, recording fee percentage updates, recipient addresses, and whether fees were added or removed for specific collections.
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__collectionSTRINGContract address of the NFT collection having its owner fee updated on the Treasure marketplace. Hex-encoded, 0x-prefixed 40-character Ethereum address on Arbitrum.
in__recipientSTRINGAddress designated to receive the assets or proceeds from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in__feeSTRINGFee amount charged for the transaction or operation. Numeric string representing the fee in the smallest denomination or basis points.
addressin__feeremovedlog_indexblock_numberin__recipientin__collectionblock_timestamptransaction_hash
0x09986b4e255b3c548041a30a2ee312fe176731c2750false1197324080x27dc208468100ff557a6ef07b2fcb16a5584dfd10x00000000016c35e3613ad3ed484aa48f161b67fd2022-08-08T15:53:57.000Z0x75550d6ea8cd62bea85baf36bf5e194a47004c0b6b6f717b327214a844818ee3
0x09986b4e255b3c548041a30a2ee312fe176731c2250false21683756370xe6db66725c3f50b8625e76822e0a58871c8a4a910xe8fae7ced81341b459832a0ee3148ac608a34f642024-01-08T15:10:17.000Z0xac2b9b3cec97968b9c4c17763c77ff1aab3e956ecf4de82c90e970ddb9aa86ee
0x09986b4e255b3c548041a30a2ee312fe176731c2169false10246953900x6f45f308fc8bb691a665eae3171d72aa3020ba520x78baa78f4502818c52497598fa548a9f42de03592022-09-15T05:31:18.000Z0xe304c3483dc120f417603eba5360fdaa16f3e395eef0470af53e66b4e4958b39
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplace_UpdateCollectionOwnerFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplace_UpdateFee_event

Fee update events from the Treasure NFT marketplace on Arbitrum, recording when platform fees are modified (500 = 5%). Used for tracking marketplace fee structure changes over time.
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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
5000x09986b4e255b3c548041a30a2ee312fe176731c2false277643992022-03-12T00:54:23.000Z0x43b348d6e0eee06b25bb184f28399c82f8c9793e6f55c6f80754448dd0a945f5
5000x09986b4e255b3c548041a30a2ee312fe176731c2false088513382022-03-29T20:43:06.000Z0xc66db86633b2e59f2c43c99e13aaa663872d7ec0527a8eef8157d6eb4564b5a7
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplace_UpdateFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplace_UpdateFeeWithCollectionOwner_event

Events tracking marketplace fee updates set by NFT collection owners on Treasure marketplace (Arbitrum). Records fee percentage changes with collection addresses for analyzing revenue share configurations and marketplace economics.
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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
2500x09986b4e255b3c548041a30a2ee312fe176731c2false188513382022-03-29T20:43:06.000Z0xc66db86633b2e59f2c43c99e13aaa663872d7ec0527a8eef8157d6eb4564b5a7
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplace_UpdateFeeWithCollectionOwner_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplaceLegacy_ItemSold_event

NFT sale events from the legacy Treasure marketplace on Arbitrum, capturing buyer, seller, NFT contract addresses, token IDs, quantities, and prices in wei. Used for analyzing trading volume, price history, and marketplace activity for gaming and metaverse NFTs.
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_sellerSTRINGAddress of the account selling tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_nftAddressSTRINGContract address of the NFT collection involved in the sale transaction on Arbitrum. Hex-encoded, 0x-prefixed 40-character string identifying the ERC-721 or ERC-1155 token contract.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_quantitySTRINGNumber of tokens or units being purchased, minted, transferred, or involved in the transaction. Numeric string representation in smallest denomination.
in_pricePerItemSTRINGPrice per individual NFT unit in the sale, denominated in the marketplace’s payment token (typically MAGIC on Arbitrum). Values are wei-denominated integers representing token amounts with 18 decimal places.
addressremovedin_buyerin_sellerlog_indexin_tokenIdin_quantityblock_numberin_nftAddressblock_timestampin_pricePerItemtransaction_hash
0x2e3b85f85628301a0bce300dee3a6b04195a15eefalse0x5426f039c05b65dba6ce6e775f1bc24cd057e51a0x3ef7411383970b54bedec99ddd04b93159293efb139134163580xebba467ecb6b21239178033189ceae27ca12eadf2021-11-28T22:14:13.000Z9990000000000000000000x350c56f3644327717197b6949584bb37e4f2ac63be4de78c44496dcd11996742
0x2e3b85f85628301a0bce300dee3a6b04195a15eefalse0xdbd296c51b1d32f5d8cc58cd6f8a5f70e6d92d330x9b11b6d5eaf7dcc3dc2d65067e585ac814a0e29c139133936210xebba467ecb6b21239178033189ceae27ca12eadf2021-11-28T03:10:16.000Z10000000000000000000000xecd8a45cbac197a34472403fbb09a38aa8899e0fa3e4479a238ebc8acc9e8d8e
0x2e3b85f85628301a0bce300dee3a6b04195a15eefalse0x5426f039c05b65dba6ce6e775f1bc24cd057e51a0x3ef7411383970b54bedec99ddd04b93159293efb139134155480xebba467ecb6b21239178033189ceae27ca12eadf2021-11-28T21:50:43.000Z9990000000000000000000x401798ffe8578b23bfb88d5b9e3b750f2c3ec24c64c8b56e67975b3b471cbf43
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplaceLegacy_ItemSold_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplaceLegacy_UpdateFee_event

Fee update events from the legacy Treasure NFT marketplace contract on Arbitrum. Records historical changes to marketplace fee percentages (in basis points) for analyzing fee structure evolution.
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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
5000x2e3b85f85628301a0bce300dee3a6b04195a15eefalse129834692021-11-11T23:43:40.000Z0x0190080661f8bb4b14b524411e8bbaa3d76bacfac7b341f1d7bc07e5f997f27e
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplaceLegacy_UpdateFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureMarketplaceLegacy_UpdatePaymentToken_event

Payment token configuration events from Treasure marketplace’s legacy contract on Arbitrum, tracking which tokens (like MAGIC) are added or removed as accepted payment methods. Used for monitoring marketplace payment policy changes and supported currency evolution.
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_paymentTokenSTRINGContract address of the token used for payment in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestampin_paymentTokentransaction_hash
0x2e3b85f85628301a0bce300dee3a6b04195a15eefalse429834692021-11-11T23:43:40.000Z0x539bde0d7dbd336b79148aa742883198bbf603420x0190080661f8bb4b14b524411e8bbaa3d76bacfac7b341f1d7bc07e5f997f27e
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureMarketplaceLegacy_UpdatePaymentToken_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TreasureRewarder_LogOnReward_event

Reward distribution events from Treasure protocol’s staking rewarder contract on Arbitrum, tracking token rewards paid to users for pool participation. Used to analyze yield farming rewards, pool performance (PID), and user earnings from Treasure ecosystem staking programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toin_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x8f2894459026cae358c4613ed6779e515f1f514e130x1a9c20e2b0ac11ebecbdca626bba566c4ce8e6060x8f2894459026cae358c4613ed6779e515f1f514efalse26644572379443910803241854546382024-02-28T20:50:52.000Z0x3fbdf9b77ac69c304024109ee4c6f40548f623c658469574d37715447479f148
0x88a0b00bbe918ee00e3482f71962070dc052984b130x1a9c20e2b0ac11ebecbdca626bba566c4ce8e6060x88a0b00bbe918ee00e3482f71962070dc052984bfalse0411854551802024-02-28T20:53:16.000Z0xb6ceba05a6e44be48ccab4f3cb204611ea2a1e5f0fecc6972db9504ae4472ddd
0x88a0b00bbe918ee00e3482f71962070dc052984b130x1a9c20e2b0ac11ebecbdca626bba566c4ce8e6060x88a0b00bbe918ee00e3482f71962070dc052984bfalse17598517519944087984141854551802024-02-28T20:53:16.000Z0xb6ceba05a6e44be48ccab4f3cb204611ea2a1e5f0fecc6972db9504ae4472ddd
Query with partition filter
SELECT *
FROM `tt-contracts.treasure_v1_arbitrum.TreasureRewarder_LogOnReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100