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 | 3100000000 | 15500000 | 4 | 0x | 46792148 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 0x06038913c20c1e65ce926e88b728f545fe049b2f | 2025-09-14T07:38:15.000Z | 0x00000000000000000000000006038913c20c1e65ce926e88b728f545fe049b2f | 0xa342b0592e57ad5109d6366ebfd639ce5ce2518ce7773f2bf89c969687fe63c1 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 5196277889 | 0 | 4 | 0x | 46801119 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 0x186f32505dfb4240114a8d7cbe5261efce1c6ae9 | 2025-09-14T09:58:30.000Z | 0x000000000000000000000000186f32505dfb4240114a8d7cbe5261efce1c6ae9 | 0x3d8f6ab14f9edd70526be315fcf693974869996312536dcddd2fae3165fed12f | 0x0000000000000000000000000000000000000000000000000000000000000000 | 16 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 1757233357 | 8786166 | 4 | 0x | 46798910 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 0x1a68598b176492dd92542e84ff79fa7ec06adda1 | 2025-09-14T09:22:15.000Z | 0x0000000000000000000000001a68598b176492dd92542e84ff79fa7ec06adda1 | 0xfb2ea5ca0acee60df8525c8467f07955c4b9bb665e1b3689ceee73f833cfa3d9 | 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 | 300000000 | 2 | 37679455 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 2025-07-09T03:02:31.000Z | 0 | 0x09b043840cd2f32687ec6b63fb0412585de39822 | 0x78a786deb7ec97c3441a81f5667b0eb6e3a91b24d9fad3255e4458d9dfd5a681 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 14827063876 | 2 | 37683957 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 2025-07-09T03:59:11.000Z | 0 | 0x0fc43029b680c3484b49d4327581d0bc9ec33091 | 0x2a93c614ed6a454562d13fb85657d38b82494b97ca9f84efe7ed9e83cd0bd37a |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 4987520000 | 2 | 37757963 | 0x29219dd400f2bf60e5a23d13be72b486d4038894 | 2025-07-09T16:44:37.000Z | 0 | 0x14b9050ac206c6d4c9346f398f9f86e274398727 | 0x6bfc678939ce12e8aef31152b4a0b6a0185ad16d3ea22063a42ba34224073b1d |
Example Query
Example Query
Query with partition filter