Skip to main content

Tables

USDT0_DestroyedBlockedFunds_event

No description available.
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__blockedUserSTRINGAddress of the account that was blocked and had funds destroyed. Hex-encoded, 0x-prefixed, 42-character string.
in__balanceSTRINGToken amount represented in smallest denomination. String-encoded integer value without decimal places.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.USDT0_DestroyedBlockedFunds_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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__destinationSTRINGConcatenated 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__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
addressremovedlog_indexin__amountblock_numberblock_timestampin__destinationtransaction_hash
0xb8ce59fc3717ada4c02eadf9682a9e934f625ebbfalse13596308618521935532025-09-29T05:12:15.000Z0x3a8834946ef489a3d6930a70aed6d85a05b242720xd79b58c922c583449b11482a2b58acd81aced59b63612831f753ffaebe406c6f
0xb8ce59fc3717ada4c02eadf9682a9e934f625ebbfalse13000000000021880192025-09-29T03:40:01.000Z0x5a6b9fbf6a831488a9e8679440224187a537a1a90x293a42eb1d12e1edbddfef8ef65e482b8b84aca735166cc2f9040f9d22e2c0f0
0xb8ce59fc3717ada4c02eadf9682a9e934f625ebbfalse117463996747322066572025-09-29T08:50:39.000Z0x070cd07ba628c0ec832e7d10c956e476a17a68880xe001638d2a90a45cecc6d4a72b266bcb35a35ba0761ce196567b44c2132109f7
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.USDT0_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USDT0_Redeem_event

No description available.
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__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.USDT0_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

XAUT0_DestroyedBlockedFunds_event

No description available.
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__blockedUserSTRINGAddress of the account that was blocked and had funds destroyed. Hex-encoded, 0x-prefixed, 42-character string.
in__balanceSTRINGToken amount represented in smallest denomination. String-encoded integer value without decimal places.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.XAUT0_DestroyedBlockedFunds_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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__destinationSTRINGConcatenated 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__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
addressremovedlog_indexin__amountblock_numberblock_timestampin__destinationtransaction_hash
0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193false17900000019446092025-09-26T08:01:26.000Z0x0fda4ac09a12c10fae30e429f4d6b47c9a83c87e0xbdb8e38fa99f199ab1e072612fa329027c3bc4053f7a505d8acd0536e486f564
0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193false1128830919418602025-09-26T07:15:37.000Z0x49a3aab8ebe80725646937b9e9f6f8b4e9867bfe0xa0bdc472aa5a330277b01aea2ae421bfe81d7e7060fc284f7c34bca01dcedc31
0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193false11000019900332025-09-26T20:38:30.000Z0x8a3f7f7394c1732ba16f39cb120afb32a0a6f6a80x48f4f573b0e96ed51e7e083e8a6988e6736504dafbd955e75986148f58afa706
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.XAUT0_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

XAUT0_Redeem_event

No description available.
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__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_plasma.XAUT0_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100