Tables
TokenMessengerMinterV2_DepositForBurn_event
Circle CCTP (Cross-Chain Transfer Protocol) token burn events from Starknet initiating cross-chain transfers to other blockchain domains. Contains depositor addresses, burn amounts, destination domain identifiers, recipient addresses, and fee parameters for tracking USDC bridging activity.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. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_burn_token | STRING | Contract address of the token being burned on Starknet as part of Circle’s CCTP cross-chain transfer. Hex-encoded string with 0x prefix, representing the source token locked/burned before minting on the destination chain. |
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_mint_recipient | STRING | Address of the account designated to receive the minted tokens on the destination chain. |
in_destination_domain | STRING | Numeric identifier for the destination blockchain domain in a cross-chain message transfer. String representation of a domain ID that maps to a specific blockchain network within the CCTP protocol. |
in_destination_token_messenger | STRING | Contract address of the TokenMessenger on the destination chain where tokens will be minted. Stored as a decimal-encoded address identifier in Circle’s Cross-Chain Transfer Protocol (CCTP). |
in_destination_caller | STRING | Address authorized to invoke the cross-chain message on the destination chain. Hex-encoded, 0x-prefixed address or zero/null when no caller restriction is specified. |
in_max_fee | STRING | Maximum fee amount in token base units that the depositor is willing to pay for cross-chain transfer execution. Typically small values (0-34454 in samples) relative to transfer amounts. |
in_min_finality_threshold | STRING | Minimum number of block confirmations required on the destination chain before the minted tokens can be claimed. Typically set to 1000 or 2000 blocks for security purposes. |
in_hook_data | STRING | Optional custom data passed to destination chain hooks for additional processing logic. Typically empty string when no hook extensions are used. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | signature | event_name | in_max_fee | block_number | in_depositor | in_hook_data | in_burn_token | block_timestamp | transaction_hash | in_mint_recipient | in_destination_caller | in_destination_domain | in_min_finality_threshold | in_destination_token_messenger |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 10000 | 5 | 0x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2 | DepositForBurn | 14 | 3908888 | 0x50d8b7ac9ebb0c80fed23404c648bf7db691d42bf43e4a82c1d066e500c71e2 | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-11-27T15:08:45.000Z | 0x685a49b9c423de24e58890b91a907d2df6c0fe830aa891f6482fb6793fc7e6a | 916875893571246680125651343937596778733332280159 | 0 | 0 | 1000 | 232410083228790048339504449763962118892241342301 | |
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 100 | 4 | 0x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2 | DepositForBurn | 1 | 3668561 | 0x32d208ec40ae124ea6691db156005552c08ff9929249241fcd88355c7a55e4a | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-11-17T20:58:38.000Z | 0x7642d7f570530326707669e7ba997c2b8a4db71a605182eb0e470829537de67 | 339008605144391088100396050878292135991027777265 | 0 | 22 | 2000 | 232410083228790048339504449763962118892241342301 | |
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 100 | 4 | 0x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2 | DepositForBurn | 1 | 3664848 | 0x5228edc1ba0f84114d6476b8c9a239de433775406c4e1521df71272e30f3bf1 | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-11-17T18:04:34.000Z | 0x430cec64a7787fc618f317d18288277dfd42cb3ca4fb0078df3ea08e8f64703 | 57350748376559000417949210765235993465816497771108857596829376832415512633504 | 0 | 5 | 1000 | 75253164468762252520771085636733123171314302132662506897708414968485961611411 |
Example Query
Example Query
Query with partition filter
TokenMessengerMinterV2_MintAndWithdraw_event
Circle CCTP (Cross-Chain Transfer Protocol) token mint and withdrawal events on Starknet, recording bridged token arrivals with amounts, recipients, and fee data. Used for analyzing cross-chain USDC flows and bridge fee structures.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. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_mint_recipient | STRING | Address of the account designated to receive the minted tokens on the destination chain. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_mint_token | STRING | Contract address of the token being minted on Starknet through Circle’s cross-chain messaging protocol. Hex-encoded, 0x-prefixed 63-character identifier unique to Starknet’s address format. |
in_fee_collected | STRING | Fee amount collected by the protocol during the mint and withdraw operation, denominated in the same token units as the minted amount. Typically zero but may be non-zero for certain transaction types, as seen in sample values ranging from 0 to 50. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | signature | event_name | block_number | in_mint_token | block_timestamp | in_fee_collected | transaction_hash | in_mint_recipient |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 10000 | 2 | 0x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568a | MintAndWithdraw | 3972107 | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-12-01T10:17:39.000Z | 0 | 0xebea7d0a751268b484349bb3c20be9bea36b16a6cb6136cfaeddddaea798bf | 0x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311 |
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 10000 | 2 | 0x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568a | MintAndWithdraw | 3972115 | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-12-01T10:18:19.000Z | 0 | 0x39ca6302c7101b17d66d8ba6131befee2f471f8c173457fb6f917ec40e8b337 | 0x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311 |
| 0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2a | false | 9999 | 4 | 0x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568a | MintAndWithdraw | 3972118 | 0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb | 2025-12-01T10:18:31.000Z | 1 | 0x6a2f9d28066e62fb1295982a0142ac8702f51f6654bbe437552076a8d45be04 | 0x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311 |
Example Query
Example Query
Query with partition filter
USDC_Burn_event
USDC token burn events emitted when tokens are permanently destroyed from circulation. Records the burner address and amount removed from total supply for Circle’s USDC stablecoin across multiple blockchain networks.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. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_burner | STRING | Account address that burned the tokens. Hex-encoded string with 0x prefix. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
USDC_Mint_event
USDC token minting events emitted by Circle’s smart contracts when new USDC tokens are created. Contains minter address, recipient address, and minted amount for tracking stablecoin supply expansion 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. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_minter | STRING | Address authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos. |
in_to | STRING | Destination address receiving tokens or assets in the 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. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter