Skip to main content

Tables

WXAI_Deposit_event

Deposit events for the Wrapped XAI (WXAI) token contract on the XAI blockchain, recording when users wrap native XAI tokens into the ERC-20 WXAI standard. Contains deposit amounts in wei (wad) and recipient addresses for tracking wrapped token minting activity.
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_dstSTRINGAddress of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_dstin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x21383e05df94a7adb53713d28905e159a6332ebb9000000000000000000000x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0576849632024-11-14T08:41:44.000Z0x1324b797f000815f3307f32629877d06760bc2e2eb6a84c31adabb01c43b171b
0xc1d3fbbe6d420aeeb0b284f83126a36901490d532250000000000000000000x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0577512322024-11-14T14:32:01.000Z0x4231f784b686f62b7ff028609f3a247fe87f7400cfd0353c97ab63e66e240d8a
0xc1d3fbbe6d420aeeb0b284f83126a36901490d532790000000000000000000x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0578377252024-11-14T22:26:09.000Z0x3c21ee05a4793ea42ca0ec5ca2e51fed39e971000ec09b42096032cd422bd9dc
Query with partition filter
SELECT *
FROM `tt-contracts.wxai_v1_xai.WXAI_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WXAI_Withdrawal_event

Withdrawal events from the Wrapped XAI (WXAI) token contract on XAI chain, recording unwrapping transactions where users convert WXAI back to native XAI tokens. Useful for tracking token flow patterns and wrapped asset usage across decentralized applications.
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_srcSTRINGAddress of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_wadSTRINGToken amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision.
in_srcin_wadaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x502396792ef3634f8c00a8912bad208a0f8282839954902914950816940x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0314809142024-08-26T21:23:12.000Z0x3e6072ea6eeeca25b7160e1ad8dae861bf20ee512a144c2386977f9eb6560b17
0x502396792ef3634f8c00a8912bad208a0f8282839956770652425829490x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0313152882024-08-26T09:32:20.000Z0x91b617fa91586c84c13b0880c3de383c956b8ed690bdd56c120734d7dea71c6f
0x502396792ef3634f8c00a8912bad208a0f8282839956804738604633890x3fb787101dc6be47cfe18aeee15404dcc842e6affalse0314241042024-08-26T17:19:52.000Z0xf68896e9726589fa0280f82a53166a5738417b8b7e44686216305bc361606b6d
Query with partition filter
SELECT *
FROM `tt-contracts.wxai_v1_xai.WXAI_Withdrawal_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100