Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
event_nameSTRINGName of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred.
in_burn_tokenSTRINGContract 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_mint_recipientSTRINGAddress of the account designated to receive the minted tokens on the destination chain.
in_destination_domainSTRINGNumeric 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_messengerSTRINGContract 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_callerSTRINGAddress 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_feeSTRINGMaximum 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_thresholdSTRINGMinimum 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_dataSTRINGOptional custom data passed to destination chain hooks for additional processing logic. Typically empty string when no hook extensions are used.
addressremovedin_amountlog_indexsignatureevent_namein_max_feeblock_numberin_depositorin_hook_datain_burn_tokenblock_timestamptransaction_hashin_mint_recipientin_destination_callerin_destination_domainin_min_finality_thresholdin_destination_token_messenger
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse1000050x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2DepositForBurn1439088880x50d8b7ac9ebb0c80fed23404c648bf7db691d42bf43e4a82c1d066e500c71e20x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-11-27T15:08:45.000Z0x685a49b9c423de24e58890b91a907d2df6c0fe830aa891f6482fb6793fc7e6a916875893571246680125651343937596778733332280159001000232410083228790048339504449763962118892241342301
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse10040x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2DepositForBurn136685610x32d208ec40ae124ea6691db156005552c08ff9929249241fcd88355c7a55e4a0x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-11-17T20:58:38.000Z0x7642d7f570530326707669e7ba997c2b8a4db71a605182eb0e470829537de673390086051443910881003960508782921359910277772650222000232410083228790048339504449763962118892241342301
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse10040x334e0593f2d255994450e54a8e24fe48aba50fd76f10b468924f7c08df61bb2DepositForBurn136648480x5228edc1ba0f84114d6476b8c9a239de433775406c4e1521df71272e30f3bf10x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-11-17T18:04:34.000Z0x430cec64a7787fc618f317d18288277dfd42cb3ca4fb0078df3ea08e8f647035735074837655900041794921076523599346581649777110885759682937683241551263350405100075253164468762252520771085636733123171314302132662506897708414968485961611411
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v2_starknet.TokenMessengerMinterV2_DepositForBurn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
event_nameSTRINGName of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred.
in_mint_recipientSTRINGAddress of the account designated to receive the minted tokens on the destination chain.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_mint_tokenSTRINGContract 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_collectedSTRINGFee 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.
addressremovedin_amountlog_indexsignatureevent_nameblock_numberin_mint_tokenblock_timestampin_fee_collectedtransaction_hashin_mint_recipient
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse1000020x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568aMintAndWithdraw39721070x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-12-01T10:17:39.000Z00xebea7d0a751268b484349bb3c20be9bea36b16a6cb6136cfaeddddaea798bf0x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse1000020x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568aMintAndWithdraw39721150x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-12-01T10:18:19.000Z00x39ca6302c7101b17d66d8ba6131befee2f471f8c173457fb6f917ec40e8b3370x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311
0x7d421b9ca8aa32df259965cda8acb93f7599f69209a41872ae84638b2a20f2afalse999940x2dc261d291ce25f6904f36a80576ecb181e55a55d2735b3a540f4775b62568aMintAndWithdraw39721180x33068f6539f8e6e6b131e6b2b814e6c34a5224bc66947c47dab9dfee93b35fb2025-12-01T10:18:31.000Z10x6a2f9d28066e62fb1295982a0142ac8702f51f6654bbe437552076a8d45be040x54a6df48915be451cd6650c3697c5789b934eb2a89d90cbb71e3234f24f0311
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v2_starknet.TokenMessengerMinterV2_MintAndWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
event_nameSTRINGName of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred.
in_burnerSTRINGAccount address that burned the tokens. Hex-encoded string with 0x prefix.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v2_starknet.USDC_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
event_nameSTRINGName of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred.
in_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.circle_v2_starknet.USDC_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100