Tables
TokenMessenger_DepositForBurn_event
Circle Cross-Chain Transfer Protocol (CCTP) token burn event initiated by depositors requesting cross-chain USDC transfers. Records burn amounts, destination chain domains, recipient addresses, and fee parameters for attestation-based minting on target blockchains.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_burnToken | STRING | Contract address of the token being burned in the cross-chain transfer operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_depositor | STRING | Address of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string. |
in_mintRecipient | STRING | Address designated to receive the minted tokens on the destination chain. Hex-encoded string, zero-padded to 66 characters for cross-chain compatibility. |
in_destinationDomain | STRING | Numeric identifier for the blockchain where tokens will be minted after the cross-chain transfer. Circle CCTP (Cross-Chain Transfer Protocol) domain identifier represented as a string. |
in_destinationTokenMessenger | STRING | Contract address of the TokenMessenger contract on the destination chain that will handle the minting operation. Hex-encoded string, zero-padded to 66 characters for cross-chain compatibility. |
in_destinationCaller | STRING | Address authorized to call the mint function on the destination chain. Hex-encoded string, zero-padded to 66 characters, or zero address if no specific caller is designated. |
in_maxFee | STRING | Maximum fee amount allowed for the cross-chain transfer operation. Numeric string representation of fee in smallest token denomination. |
in_minFinalityThreshold | STRING | Minimum number of block confirmations required on the source chain before the cross-chain transfer can be processed on the destination chain. Numeric string representation of the finality threshold. |
in_hookData | STRING | Additional arbitrary data passed to hook contracts for custom logic execution. Hex-encoded byte string with 0x prefix. |
Sample Data
Sample Data
| address | removed | in_amount | in_maxFee | log_index | in_hookData | block_number | in_burnToken | in_depositor | block_timestamp | in_mintRecipient | transaction_hash | in_destinationCaller | in_destinationDomain | in_minFinalityThreshold | in_destinationTokenMessenger |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 50000000 | 14 | 6 | 0x | 20776027 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 0x033f672cc0b35a00a9297ebc36b4cf2a65c2100e | 2025-07-11T15:44:50.000Z | 0x000000000000000000000000033f672cc0b35a00a9297ebc36b4cf2a65c2100e | 0x2b39d5e5d84c726768ae6dbc4104b159826ad61a535b128e1c46df08072f764d | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 169650000 | 14 | 4 | 0x | 20778886 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 0xb9f8d22b6645f64d941b9bc87d1a31b35d9ee921 | 2025-07-11T18:03:09.000Z | 0x000000000000000000000000b9f8d22b6645f64d941b9bc87d1a31b35d9ee921 | 0xca21210517dada45f767fd676ff5a405497c0935f419c794f633c3affb2c022d | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 100000000000 | 14 | 5 | 0x | 20775363 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 0xaa13b699226b4f9159c6d66afaad1dd18e82666a | 2025-07-11T15:15:27.000Z | 0x000000000000000000000000aa13b699226b4f9159c6d66afaad1dd18e82666a | 0x595a8824494d3d574a5d822658d33e4c593e258c810c8e3fbec82c612b3a950c | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
Example Query
Example Query
Query with partition filter
TokenMessenger_MintAndWithdraw_event
Circle Cross-Chain Transfer Protocol (CCTP) events recording successful token mints with simultaneous withdrawals to recipients. Captures the token address, mint amount, recipient address, and optional fees collected during cross-chain USDC transfers across supported blockchains.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_mintRecipient | STRING | Address designated to receive the minted tokens on the destination chain. Hex-encoded string, zero-padded to 66 characters for cross-chain compatibility. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_mintToken | STRING | Contract address of the token being minted. Hex-encoded, 0x-prefixed, 42-character string. |
in_feeCollected | STRING | Fee amount collected for the cross-chain token transfer operation. Numeric string representation in smallest token denomination. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | block_number | in_mintToken | block_timestamp | in_feeCollected | in_mintRecipient | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 18082012 | 2 | 20265621 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 2025-06-23T18:39:34.000Z | 0 | 0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75 | 0xe774fdb7c50b382e4a8649b0998a624b356d6db45053ba07505543da309c86b6 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 299970 | 2 | 20257802 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 2025-06-23T12:19:44.000Z | 0 | 0x85614de38ecda1b771afef8ea60389c6e847e3a2 | 0x58a9486a26401b40b58e0b78b4d48e59496e1e75a067e360700d364ce3805f7f |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 608488285 | 2 | 20262335 | 0x176211869ca2b568f2a7d4ee941e073a821ee1ff | 2025-06-23T15:57:32.000Z | 0 | 0x7e63a5f1a8f0b4d0934b2f2327daed3f6bb2ee75 | 0x0cf1c9895b78098b916a424ffd334ee584448e13d01376712eb676ea83792263 |
Example Query
Example Query
Query with partition filter