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 | 15000000000 | 1500000 | 415 | 0x | 19469005 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 0x58148ccca5a19c778db1a619e9bba2452d2d57c1 | 2025-09-19T09:20:49.000Z | 0x00000000000000000000000058148ccca5a19c778db1a619e9bba2452d2d57c1 | 0x6de9590f131a677c9526e59ecb178a06d138d2b542a39839068d642d3c231286 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 15000000000 | 1500000 | 12 | 0x | 19466691 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 0x85edffbdf533420bbcf7af2b1e80556fac973eff | 2025-09-19T08:03:41.000Z | 0x00000000000000000000000085edffbdf533420bbcf7af2b1e80556fac973eff | 0xe266951db146cab8f7214b9357cf6065ba17e4985726a1056ff9b8f3a5a7c2d5 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 4150773420 | 415078 | 803 | 0x | 19454137 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 0x1243e7ad51eda47e580c20e751acaa0b8863c17c | 2025-09-19T01:05:13.000Z | 0x0000000000000000000000001243e7ad51eda47e580c20e751acaa0b8863c17c | 0xb8917a4194d4aca31e99716a34f58ef5e90271ef0dfdc8beaac90789f7e0fbd0 | 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 | 93414292 | 2 | 19683012 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 2025-09-24T08:14:23.000Z | 0 | 0xae9326022abdc09a9a6903c75a5b68c101fe7e59 | 0x706a5337e4a0108d9db841f967404aa51d4970e5acee6457476d8c9f873a3e15 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 1200067 | 2 | 19698515 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 2025-09-24T16:51:09.000Z | 0 | 0x17f4ae8388c10359e1dca9d58084d8220589f3c8 | 0x5fa3e7995f89b79c52cb68b8fcad85e580bc9d0b93a2abee2b0b587fef0e6399 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 38000000 | 2 | 19707901 | 0x79a02482a880bce3f13e09da970dc34db4cd24d1 | 2025-09-24T22:04:01.000Z | 0 | 0x1dac25b5aea9c89284f3de4e628e4466365ee14a | 0x6daf03c3202d90574712bd724a4aa9b1ce8e12004c779ed005e61c979e626f9c |
Example Query
Example Query
Query with partition filter