Tables
TokenMessengerV2_DepositForBurn_event
Circle CCTP (Cross-Chain Transfer Protocol) token burn events initiated on Ink network for cross-chain transfers. Records include burn amount, destination domain, recipient address, and fees for tracking USDC bridging activity across chains.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 | 999654192 | 0 | 24 | 0x000000000000000000000000000000000000000000000000000000003b9583308b49891bae5ead0e7c9874e495fe751abef3e03129a2f22f47379945c96aa830000000000000000000000000ae68b7117be0026cbd4366303f74eecbb19e4042000000000000000000000000000000000000000000000000000000003b4934fe00000000000000000000000000000000000000000000000000000000692d6e40 | 31083013 | 0x2d270e6886d130d724215a266106e6832161eaed | 0x09b043840cd2f32687ec6b63fb0412585de39822 | 2025-12-01T09:30:24.000Z | 0x00000000000000000000000009b043840cd2f32687ec6b63fb0412585de39822 | 0x26e20f649a11c9b8128ae071f25da29fc65b91d6769364d5ee01a6f8533fe045 | 0x00000000000000000000000009b043840cd2f32687ec6b63fb0412585de39822 | 10 | 0 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 9000000000 | 1800000 | 4 | 0x | 31071539 | 0x2d270e6886d130d724215a266106e6832161eaed | 0x0661f7963fa984bdfe53f86fce7b3172d63bec13 | 2025-12-01T06:19:10.000Z | 0x0000000000000000000000000661f7963fa984bdfe53f86fce7b3172d63bec13 | 0xec024aa42b808b9c1b2f3fdff0f27bd1a8caf448a881f28b43855d88e23b039a | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 84737974 | 0 | 8 | 0x | 31092138 | 0x2d270e6886d130d724215a266106e6832161eaed | 0x08b00ceee2fb66029b53d76110b19eeaabfd1e65 | 2025-12-01T12:02:29.000Z | 0x00000000000000000000000008b00ceee2fb66029b53d76110b19eeaabfd1e65 | 0x9198bc2133a522d2e569b2352c3680262ffed7df36a3776be01a2f29ec9b0ce2 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 2 | 1000 | 0x00000000000000000000000028b5a0e9c621a5badaa536219b3a228c8168cf5d |
Example Query
Example Query
Query with partition filter
TokenMessengerV2_MintAndWithdraw_event
Circle’s Cross-Chain Transfer Protocol (CCTP) token mint and withdrawal events on Ink, capturing bridged USDC minting operations with recipient addresses, amounts, and optional fees. Used for tracking cross-chain USDC transfers into the Ink network.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 | 10000000000 | 2 | 26821643 | 0x2d270e6886d130d724215a266106e6832161eaed | 2025-10-13T01:47:34.000Z | 0 | 0xa913b7666d2b554c6bacd3c4f4875dade813baba | 0x050e1e3dd4e18e9894834ba8a908843f2a7ddf56b5ba88ce00c70445045d6f71 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 40000000000 | 2 | 26862292 | 0x2d270e6886d130d724215a266106e6832161eaed | 2025-10-13T13:05:03.000Z | 0 | 0xa913b7666d2b554c6bacd3c4f4875dade813baba | 0xeb99d8005ff41f678eb0cd153b270457d356893165dee97b9544df5f84d6bd62 |
| 0x28b5a0e9c621a5badaa536219b3a228c8168cf5d | false | 10000000000 | 2 | 26830330 | 0x2d270e6886d130d724215a266106e6832161eaed | 2025-10-13T04:12:21.000Z | 0 | 0xb86b0dea2b1c1c16e5cae1fb99bc120a3e8e1677 | 0x89898977b27b40c37d30b192bf3a325ced9d778fe9d7ebcab3651426cc7f2c2b |
Example Query
Example Query
Query with partition filter