Skip to main content

Tables

AvaxAirdrop_ClaimArb_event

AVAX (Avalanche native token) airdrop claim events from the ClaimArb contract on Avalanche, tracking weekly reward distributions with claimed amounts and recipient accounts. Used for analyzing airdrop participation patterns and token distribution metrics across campaign periods.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_weekSTRINGWeek number of the airdrop distribution period being claimed. Indicates which weekly allocation window the claim corresponds to, with values starting from 1.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_weekremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x0d63b0a0402e58865efad7cee7b7604802e1c2051false3956700000000000000160x22e645ccd3902393d6a4ace72be4c25f9f60d334596648822025-04-03T16:53:58.000Z0x57663b47a64dbe50fe3b6ebcba6839cecb15ecdd6dbc5e89e6413783aa21d7e5
0x0d63b0a0402e58865efad7cee7b7604802e1c2051false460738720000000000000010xbae5b5556dd10af04cb4d4c4df5fc0a4e3a1f929596753332025-04-03T22:04:52.000Z0x614cbf366148b13fcc201ba5cbff0a42e43c2d038b72633ed519b7d5665e99ca
0x0d63b0a0402e58865efad7cee7b7604802e1c2051false70000000000000000190xa4fb530d7e93bf7e3fb3b59aaadbe4dfe4068e40596582312025-04-03T13:57:09.000Z0x5af5a28c32d8da8639a0ed365c757a473c05d877f3d44da296cd080bff046670
Query with partition filter
SELECT *
FROM `tt-contracts.vertex_v1_avalanche.AvaxAirdrop_ClaimArb_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OffchainExchange_FillOrder_event

Off-chain exchange order fill events recording executed trades with subaccount balances, order parameters, and settlement deltas. Contains base and quote asset changes, execution price with 18-decimal precision, maker/taker designation, order digest for verification, and product identifier for trading pairs.
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_productIdSTRINGIdentifier for the financial product or trading pair involved in the transaction. Numeric string representation of the product ID in the protocol’s internal indexing system.
in_digestSTRINGCryptographic hash of the order being filled. 66-character hex string including 0x prefix.
in_subaccountSTRINGSubaccount identifier for the order participant. 66-character hex string including 0x prefix, encoding both the wallet address and subaccount name.
in_priceX18STRINGExecution price for the order scaled by 10^18. Numeric string representation of the price with 18 decimal places of precision.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_expirationSTRINGOrder expiration timestamp. Unix timestamp in seconds, or 0 for orders without expiration.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_isTakerBOOLBoolean flag indicating whether the order was executed as a taker order in the exchange match.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_baseDeltaSTRINGChange in base asset quantity for the order fill. Numeric string representation in smallest denomination, positive for buys and negative for sells.
in_quoteDeltaSTRINGChange in quote asset quantity for the order fill. Numeric string representation in smallest denomination, negative when buying base and positive when selling base.
addressremovedin_noncein_amountin_digestlog_indexin_isTakerin_priceX18block_numberin_baseDeltain_feeAmountin_productIdin_expirationin_quoteDeltain_subaccountblock_timestamptransaction_hash
0x5db7f0fc871598ae424324477635cacce3f07becfalse0-110000000000000000x91e53a9e52ee0181df13d2d76a2cdebb3166eb6bad82c569063a7c605b7c93bf99false8234300000000000000000059490192-110000000000000000209057730000000000000000x00000000000000000000000000000000000000000000000000000000000000012025-03-31T00:01:52.000Z0xd52acb6b1a6cee4053aadc66d3e739fa5c30f1b4285920279753461d04737ff5
0x5db7f0fc871598ae424324477635cacce3f07becfalse013400000000000000000x2cfb01a96374149ac7ead71f1b1fb86c201b193cdaa603c3637fa58db5bb46d9165false1805700000000000000000594901921340000000000000000040-24196380000000000000000x00000000000000000000000000000000000000000000000000000000000000012025-03-31T00:01:52.000Z0xd52acb6b1a6cee4053aadc66d3e739fa5c30f1b4285920279753461d04737ff5
0x5db7f0fc871598ae424324477635cacce3f07becfalse0-2600000000000000000x1904011627aee7e1948576b54b45fcb7f4cd1516cae39f9065aadee723ff62ce101false180650000000000000000059490192-2600000000000000000404696900000000000000000x00000000000000000000000000000000000000000000000000000000000000012025-03-31T00:01:52.000Z0xd52acb6b1a6cee4053aadc66d3e739fa5c30f1b4285920279753461d04737ff5
Query with partition filter
SELECT *
FROM `tt-contracts.vertex_v1_avalanche.OffchainExchange_FillOrder_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OffchainExchange_Initialized_event

Contract initialization events for the Vertex protocol OffchainExchange contract, capturing version information and deployment metadata. Emitted once per contract deployment to mark the contract’s operational state activation.
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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x5db7f0fc871598ae424324477635cacce3f07becfalse191590440232025-03-21T16:17:52.000Z0x1efdaea5debf005d4287f4eff5219994eb735c5d1a90fe72f60946115bcd4ddf
Query with partition filter
SELECT *
FROM `tt-contracts.vertex_v1_avalanche.OffchainExchange_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OffchainExchange_OwnershipTransferred_event

Ownership transfer events from OffchainExchange contracts recording changes in contract ownership. Contains previous owner, new owner addresses, and transaction metadata for tracking administrative control transitions.
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_previousOwnerSTRINGAddress of the prior owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberblock_timestampin_previousOwnertransaction_hash
0x5db7f0fc871598ae424324477635cacce3f07becfalse50x4e789f8bcbe830d484c9fbba11a847305744dbf6590448142025-03-21T16:42:42.000Z0xb398ae762e9d788e30f430c013f4de46d96794d80x8b66400820a370ad30319543f329c58823b5d0f76056d12aa7b347af4492b9cf
0x5db7f0fc871598ae424324477635cacce3f07becfalse180xb398ae762e9d788e30f430c013f4de46d96794d8590440232025-03-21T16:17:52.000Z0x00000000000000000000000000000000000000000x1efdaea5debf005d4287f4eff5219994eb735c5d1a90fe72f60946115bcd4ddf
Query with partition filter
SELECT *
FROM `tt-contracts.vertex_v1_avalanche.OffchainExchange_OwnershipTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100