Skip to main content

Tables

USDT_DestroyedBlockedFunds_event

Tether USDT compliance events on Avalanche recording permanent destruction of funds from blocked addresses. Contains the blocked user address, destroyed balance amount, and transaction details for tracking regulatory seizures and blacklist enforcement actions.
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.
addressremovedlog_indexin__balanceblock_numberblock_timestampin__blockedUsertransaction_hash
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false326759339820463493952024-06-05T21:09:17.000Z0x94b008aa00579c1307b0ef2c499ad98a8ce58e580xd7600838c40c26d588d662302c7c416b05d130e4f420d3a7c00b9ccce0e2f426
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false13150000000000380979142023-11-22T13:59:15.000Z0x022ae8762789fb5e3317b51c010e4b0a55b6f89b0x0c0986ee8d7521f2e6d9460412a589fb37f50fe28c7d0d8f5b5ded869e3f28a4
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false61882236865750380978542023-11-22T13:57:07.000Z0xa8ba80e21271742f94bbc2e9937b9b94b6aed1b40xd4c39d33e999836e1714f38f41eec2c5a254e456f6b8d22ad45422bb5484885b
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_avalanche.USDT_DestroyedBlockedFunds_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USDT_Mint_event

USDT token minting events on Avalanche, recording new token issuance with destination addresses and amounts. Useful for tracking Tether supply changes and identifying authorized minting addresses on the Avalanche network.
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
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false2100000058348182021-10-19T13:59:09.000Z0xaf2c57f6bb32dcc52d8c296bf5d46bca2a69f5800x384d435ea29ce13f4c6c4aef46f2bfe2cd9220e9ce442dd76c27224645dc6fec
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false7100000000000000112528092022-02-22T14:00:10.000Z0x5754284f345afc66a98fbb0a0afe71e0f007b9490xc53d0dcf3da94d257202ff904730ad40178e47553e29cf75f68f704e7df6ad34
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false2250000000000000542622392024-12-12T17:52:28.000Z0x5754284f345afc66a98fbb0a0afe71e0f007b9490xe2c7b0cae51ab2ffe3259c7338e0f95d7032bcac8d26e978b214f31fcf16413b
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_avalanche.USDT_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USDT_Redeem_event

USDT token redemption events emitted when tokens are burned or removed from circulation. Contains redemption amount and transaction metadata for tracking Tether (USDT) supply reduction operations.
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).
addressremovedlog_indexin__amountblock_numberblock_timestamptransaction_hash
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false3910000000046654942021-09-21T18:22:14.000Z0x606760906a81150771982091a92388be3d67664ebd07463f787c1d4507a80624
0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7false2500000000000000527404852024-11-06T18:19:37.000Z0x46c3c6f40792e7878e979521f163e798f76ba190638b21bd90d75de6d702fdf2
Query with partition filter
SELECT *
FROM `tt-contracts.tether_v1_avalanche.USDT_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100