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 | 100000 | 20 | 13 | 0x | 344558683 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 0xa858803c5a7a0d0d68dd4440f40db363faff1001 | 2025-06-06T16:01:41.000Z | 0x0000000000000000000000002f68886ab0ee54b0b22316bdc2dc50910943fe83 | 0x7208799cd5a53cf61b496fa5fefe5936bf54e59557bfd0d56c3a23b9518d7b92 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 6 | 1 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 6129511 | 675 | 13 | 0x03000000000000000000000000b48518d0098fca43cbc9d43c16a9525a42d41c2d00000000000000000000000000000000000000000000000000000000000000000000000001d89397000000000000000000000000000180d80000000000006cf10000000068428d130000000000000000000000000e59bec273184dbaab3123d7ca0df72f24c79f0100 | 344401244 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 0xc1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 2025-06-06T05:03:57.000Z | 0x000000000000000000000000c1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 0xfd97b7a868526dad491d24519b53be2a20d54e76c4001cf3c29d256a6c83a650 | 0x000000000000000000000000c1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 1 | 1 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 247912582 | 27285 | 20 | 0x030000000000000000000000005d6f52773d40b8f25114a7f87adb6c4db565894500000000000000000000000000000000000000000000000000000000000000000000000000961b8a000000000000000000000000000426f00000000000012c670000000068430aeb0000000000000000000000000e59bec273184dbaab3123d7ca0df72f24c79f0100 | 344529670 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 0xc1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 2025-06-06T14:00:35.000Z | 0x000000000000000000000000c1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 0x147ccf4815ba7bf60cb17878d8102d7489c16a02da7eb6fce918bfeb2947b0f0 | 0x000000000000000000000000c1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 11 | 1 | 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 | 534079406 | 2 | 365148601 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 2025-08-05T07:26:54.000Z | 0 | 0xc1062b7c5dc8e4b1df9f200fe360cdc0ed6e7741 | 0x34cf32bd620f454e465a15a44d1bd57b526c21740d40eaae306e0d761a7b4876 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 1010000 | 2 | 365363501 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 2025-08-05T22:24:58.000Z | 0 | 0x0ae460790c12f49ffa0c4694e91f2f2c76efd902 | 0x71e41cd5c5137e52ce8b8f7a38b6fd49c535be1fcd30117e9ffcdbf38b61c587 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 244543564 | 2 | 365190456 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 2025-08-05T10:21:36.000Z | 0 | 0x9bc34ded927e0f336c5c81e15a900461a0608863 | 0xa2ecf2e3324c3dd1716e335742cf88afdbadbcdbc23404b66fa273813711424f |
Example Query
Example Query
Query with partition filter