Skip to main content

Tables

USDC_Burn_event

USDC token burn events emitted when tokens are permanently destroyed from circulation. Records the burner address and amount removed from total supply for Circle’s USDC stablecoin across multiple blockchain networks.
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_burnerSTRINGAccount address that burned the tokens. Hex-encoded string with 0x prefix.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_burnerlog_indexblock_numberblock_timestamptransaction_hash
0x29219dd400f2bf60e5a23d13be72b486d4038894false132584160440xfd78ee919681417d192449715b2594ab58f5d0021417377872025-08-05T13:51:24.000Z0x4fa77f4ade2b36f33fd10ceb908021b1fc2a0e923a3748805d022a3c44e0c60d
0x29219dd400f2bf60e5a23d13be72b486d4038894false11000000000xfd78ee919681417d192449715b2594ab58f5d0021416669712025-08-05T00:47:45.000Z0xb8e364adc1bd7959a9bf08c1b2cbcd07867531fa2f34fd9c6937592e1c5a0dce
0x29219dd400f2bf60e5a23d13be72b486d4038894false800099900000xfd78ee919681417d192449715b2594ab58f5d0021417320522025-08-05T12:53:20.000Z0xcc8a3ffd2e24587b64d10dca51b8cc2818d02034a960cf8e1cf72f6fcf832094
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v1_sonic.USDC_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

USDC_Mint_event

USDC token minting events emitted by Circle’s smart contracts when new USDC tokens are created. Contains minter address, recipient address, and minted amount for tracking stablecoin supply expansion across supported blockchains.
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_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_toaddressremovedin_amountin_minterlog_indexblock_numberblock_timestamptransaction_hash
0x98345a8b0dafa92c062ede7679ef2d679de785350x29219dd400f2bf60e5a23d13be72b486d4038894false500000000xe6dcd54b4cde2e9e935c22f57ebbbaaf5cc3bc8a0186544162025-04-07T05:43:57.000Z0xf322601e14e350be3d7894dee139454fabde7d1715e75b1ece7866ce130e4a0c
0x76f81e3aa16771d558c71e9890cb6e075b4dd8e00x29219dd400f2bf60e5a23d13be72b486d4038894false668374719000xe6dcd54b4cde2e9e935c22f57ebbbaaf5cc3bc8a0188054432025-04-07T20:51:52.000Z0x7496c2c385a0e9933fa1af39b2230a11a2c74624d2ac0529a7e319cb9370a663
0xdf6c8b21a08c21d6eacc1d315dbf78884d34aafe0x29219dd400f2bf60e5a23d13be72b486d4038894false49992531470xe6dcd54b4cde2e9e935c22f57ebbbaaf5cc3bc8a0187838752025-04-07T18:31:55.000Z0xefe1649250d73a910479172a4c447db368af91956e2674ed92cb03f6fd46b1ec
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v1_sonic.USDC_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100