Tables
USDT0_DestroyedBlockedFunds_event
No description available.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__blockedUser | STRING | Address of the account that was blocked and had funds destroyed. Hex-encoded, 0x-prefixed, 42-character string. |
in__balance | STRING | Token amount represented in smallest denomination. String-encoded integer value without decimal places. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
USDT0_Mint_event
USDT (Tether) token mint events on Polygon Plasma showing new token issuance with minted amounts and destination addresses. Used for tracking USDT supply expansion and analyzing minting patterns on Polygon’s Plasma sidechain.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__destination | STRING | Concatenated address pair used in LayerZero cross-chain messaging to specify source and destination contracts. 84-character hex string without 0x prefix, consisting of two 42-character addresses concatenated together. |
in__amount | STRING | Amount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens). |
Sample Data
Sample Data
| address | removed | log_index | in__amount | block_number | block_timestamp | in__destination | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | false | 1 | 35963086185 | 2193553 | 2025-09-29T05:12:15.000Z | 0x3a8834946ef489a3d6930a70aed6d85a05b24272 | 0xd79b58c922c583449b11482a2b58acd81aced59b63612831f753ffaebe406c6f |
| 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | false | 1 | 30000000000 | 2188019 | 2025-09-29T03:40:01.000Z | 0x5a6b9fbf6a831488a9e8679440224187a537a1a9 | 0x293a42eb1d12e1edbddfef8ef65e482b8b84aca735166cc2f9040f9d22e2c0f0 |
| 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb | false | 1 | 174639967473 | 2206657 | 2025-09-29T08:50:39.000Z | 0x070cd07ba628c0ec832e7d10c956e476a17a6888 | 0xe001638d2a90a45cecc6d4a72b266bcb35a35ba0761ce196567b44c2132109f7 |
Example Query
Example Query
Query with partition filter
USDT0_Redeem_event
No description available.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__amount | STRING | Amount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
XAUT0_DestroyedBlockedFunds_event
No description available.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__blockedUser | STRING | Address of the account that was blocked and had funds destroyed. Hex-encoded, 0x-prefixed, 42-character string. |
in__balance | STRING | Token amount represented in smallest denomination. String-encoded integer value without decimal places. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
XAUT0_Mint_event
Mint event logs for Tether Gold (XAUT) token on Plasma network, recording token issuance with destination addresses and minted amounts. Used for tracking XAUT supply expansion and recipient distribution patterns.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__destination | STRING | Concatenated address pair used in LayerZero cross-chain messaging to specify source and destination contracts. 84-character hex string without 0x prefix, consisting of two 42-character addresses concatenated together. |
in__amount | STRING | Amount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens). |
Sample Data
Sample Data
| address | removed | log_index | in__amount | block_number | block_timestamp | in__destination | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193 | false | 1 | 79000000 | 1944609 | 2025-09-26T08:01:26.000Z | 0x0fda4ac09a12c10fae30e429f4d6b47c9a83c87e | 0xbdb8e38fa99f199ab1e072612fa329027c3bc4053f7a505d8acd0536e486f564 |
| 0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193 | false | 1 | 1288309 | 1941860 | 2025-09-26T07:15:37.000Z | 0x49a3aab8ebe80725646937b9e9f6f8b4e9867bfe | 0xa0bdc472aa5a330277b01aea2ae421bfe81d7e7060fc284f7c34bca01dcedc31 |
| 0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193 | false | 1 | 10000 | 1990033 | 2025-09-26T20:38:30.000Z | 0x8a3f7f7394c1732ba16f39cb120afb32a0a6f6a8 | 0x48f4f573b0e96ed51e7e083e8a6988e6736504dafbd955e75986148f58afa706 |
Example Query
Example Query
Query with partition filter
XAUT0_Redeem_event
No description available.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__amount | STRING | Amount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter