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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_dst | STRING | Address of the account receiving tokens or assets in the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_dst | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x21383e05df94a7adb53713d28905e159a6332ebb | 900000000000000000000 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 57684963 | 2024-11-14T08:41:44.000Z | 0x1324b797f000815f3307f32629877d06760bc2e2eb6a84c31adabb01c43b171b |
| 0xc1d3fbbe6d420aeeb0b284f83126a36901490d53 | 225000000000000000000 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 57751232 | 2024-11-14T14:32:01.000Z | 0x4231f784b686f62b7ff028609f3a247fe87f7400cfd0353c97ab63e66e240d8a |
| 0xc1d3fbbe6d420aeeb0b284f83126a36901490d53 | 279000000000000000000 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 57837725 | 2024-11-14T22:26:09.000Z | 0x3c21ee05a4793ea42ca0ec5ca2e51fed39e971000ec09b42096032cd422bd9dc |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_src | STRING | Address of the account from which tokens or assets are being withdrawn or transferred. Hex-encoded, 0x-prefixed, 42-character string. |
in_wad | STRING | Token amount denominated in WAD units. String-encoded integer representing value with 18 decimal places of precision. |
Sample Data
Sample Data
| in_src | in_wad | address | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x502396792ef3634f8c00a8912bad208a0f828283 | 995490291495081694 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 31480914 | 2024-08-26T21:23:12.000Z | 0x3e6072ea6eeeca25b7160e1ad8dae861bf20ee512a144c2386977f9eb6560b17 |
| 0x502396792ef3634f8c00a8912bad208a0f828283 | 995677065242582949 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 31315288 | 2024-08-26T09:32:20.000Z | 0x91b617fa91586c84c13b0880c3de383c956b8ed690bdd56c120734d7dea71c6f |
| 0x502396792ef3634f8c00a8912bad208a0f828283 | 995680473860463389 | 0x3fb787101dc6be47cfe18aeee15404dcc842e6af | false | 0 | 31424104 | 2024-08-26T17:19:52.000Z | 0xf68896e9726589fa0280f82a53166a5738417b8b7e44686216305bc361606b6d |
Example Query
Example Query
Query with partition filter