Tables
EUROC_Burn_event
EUROC token burn events on Ethereum from Circle’s euro-denominated stablecoin contract, recording destroyed token amounts and burning addresses. Useful for tracking EUROC supply reduction and redemption 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. |
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_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
| address | removed | in_amount | in_burner | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 125352500000 | 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 606 | 22466131 | 2025-05-12T08:50:23.000Z | 0x464a9a92484c77d990c003705649992d7fb1525599ea71149c66fb0c21941984 |
| 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 76721940000 | 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 725 | 22466086 | 2025-05-12T08:41:23.000Z | 0x082c300e149925a2505df518f1e247bd702f20b0a8f4347987b84d9cac8410a2 |
| 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 306835600000 | 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 37 | 22469547 | 2025-05-12T20:25:11.000Z | 0x8c109a1279b6c39e813420570aa692493e2903880cae896f159cd11138722c33 |
Example Query
Example Query
Query with partition filter
EUROC_Mint_event
EUROC token minting events from Circle’s Euro Coin (EUROC) contract on Ethereum, capturing new token issuance with minter addresses, recipient addresses, and minted amounts. Used for tracking EUROC supply expansion and authorized minter 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. |
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_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
| in_to | address | removed | in_amount | in_minter | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 184479830000 | 0x716d4d9efc15bbe2dd81d2da31dccc4e2c69ccbb | 415 | 21715778 | 2025-01-27T12:11:35.000Z | 0x3fce4d0e3211e6c31ca6c7a0a88edf2d4ecab62bf477e34e8ec892031e42552d |
| 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 1060287400000 | 0x716d4d9efc15bbe2dd81d2da31dccc4e2c69ccbb | 211 | 23038050 | 2025-07-31T08:59:11.000Z | 0x614a9dbe931926f7749b557df4f9a31c3b269953877e2f09ca203a6335ff5bcb |
| 0x3005a4c0efe7e66f3f60ef8704983247a5c6ca61 | 0x1abaea1f7c830bd89acc67ec4af516284b1bc33c | false | 90000000000 | 0x716d4d9efc15bbe2dd81d2da31dccc4e2c69ccbb | 723 | 23039094 | 2025-07-31T12:30:11.000Z | 0xf3a222284ef1c2142023ac8b165017c7dd04a6f8520e01d7d7830294793a8651 |
Example Query
Example Query
Query with partition filter
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_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
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. |
Sample Data
Sample Data
| address | removed | in_nonce | in_amount | log_index | block_number | in_burnToken | in_depositor | block_timestamp | in_mintRecipient | transaction_hash | in_destinationCaller | in_destinationDomain | in_destinationTokenMessenger |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 334884 | 10000000 | 222 | 23398010 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x001d1dc40383a700ac94b364ea82d0aecbe51127 | 2025-09-19T15:26:35.000Z | 0x000000000000000000000000001d1dc40383a700ac94b364ea82d0aecbe51127 | 0xbe5506639816f681e437e40259663dc0eafc8d0cf1f534d9fe69d3a107fe984b | 0x0000000000000000000000000000000000000000000000000000000000000000 | 6 | 0x0000000000000000000000001682ae6375c4e4a97e4b583bc394c861a46d8962 |
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 335052 | 215008117 | 435 | 23399234 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x6065a982f04f759b7d2d042d2864e569fad84214 | 2025-09-19T19:33:11.000Z | 0x0000000000000000000000000813fb7fed942f507df3454c0c64f4e794f0cb66 | 0x46af1fffd019e894dd120089e2b2adc54f33c64315f0a585108654c2ddbf166e | 0x0000000000000000000000000000000000000000000000000000000000000000 | 6 | 0x0000000000000000000000001682ae6375c4e4a97e4b583bc394c861a46d8962 |
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 334979 | 9999900000 | 336 | 23398632 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x6065a982f04f759b7d2d042d2864e569fad84214 | 2025-09-19T17:31:23.000Z | 0x000000000000000000000000088b53e4a6473422742df73b338e14e852073c0e | 0x2247d58f9739970e07301af4aa560c4d931725b3bd7be863af0e8ca9416fa2b6 | 0x0000000000000000000000000000000000000000000000000000000000000000 | 6 | 0x0000000000000000000000001682ae6375c4e4a97e4b583bc394c861a46d8962 |
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. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | block_number | in_mintToken | block_timestamp | in_mintRecipient | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 33000000 | 228 | 18433832 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 2023-10-26T10:34:59.000Z | 0x0195b198088e464103e3840f52a1fa9ea81de84b | 0x24784b8e000c0f493b300b9ba122e2acf5b806e8698d87384b865214969e823c |
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 6077042197 | 164 | 18435960 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 2023-10-26T17:44:59.000Z | 0x07544be383068c3395f9228655cd812802da889c | 0xe1e443a3335a3ea44d57b4ce17d4f0ad4ca1701533f825e44adfe260e9878137 |
| 0xbd3fa81b58ba92a82136038b25adec7066af3155 | false | 80000000 | 220 | 18435827 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 2023-10-26T17:17:59.000Z | 0x07544be383068c3395f9228655cd812802da889c | 0xa3330170b77010fcbe69d52e2e511c459711cfbf58457d9aeaab3f87173d684e |
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. |
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_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
| address | removed | in_amount | in_burner | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 692100000 | 0x55fe002aeff02f77364de339a1292923a15844b8 | 2 | 13077823 | 2021-08-22T22:22:17.000Z | 0xf2b8f58ca2550c1c881f8addaa89a0d04ad3ed8933380971497477fd8e8f5e09 |
| 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 445250000 | 0x55fe002aeff02f77364de339a1292923a15844b8 | 2 | 13073121 | 2021-08-22T05:03:34.000Z | 0xce437e2515ebfef43c27a0e88f9bec8043b4a3f1a734e4d486c5f3b725071688 |
| 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 4670972900000 | 0x55fe002aeff02f77364de339a1292923a15844b8 | 4 | 13077185 | 2021-08-22T20:06:39.000Z | 0xe2a70a9d66cf1c4ef866221bc053cc03f99502588d79d21a4de486a5d5165d40 |
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. |
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_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
| in_to | address | removed | in_amount | in_minter | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x55fe002aeff02f77364de339a1292923a15844b8 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 99972000000 | 0x5b6122c109b78c6755486966148c1d70a50a47d7 | 24 | 10708078 | 2020-08-22T05:08:53.000Z | 0xf69babeb6710efa380f5c51286e813dbc316f389b5bdc5e0b740ac28558c4805 |
| 0x55fe002aeff02f77364de339a1292923a15844b8 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 1100000000000 | 0x5b6122c109b78c6755486966148c1d70a50a47d7 | 297 | 20044421 | 2024-06-08T03:27:23.000Z | 0xc2b8266ab803800fabdb3a6bdaee5bd6d3e8ecc88e651a97cb0f59e9ffaff1ee |
| 0x55fe002aeff02f77364de339a1292923a15844b8 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | false | 1250000000000 | 0x5b6122c109b78c6755486966148c1d70a50a47d7 | 190 | 20046722 | 2024-06-08T11:09:47.000Z | 0x342f0a98bf74af2d37cfd36a0e7128a80d943e49608ee7579e95e314a79def91 |
Example Query
Example Query
Query with partition filter