Tables
CCTP_ChainGasAirdropped_event
Cross-Chain Transfer Protocol (CCTP) event logs recording native gas token airdrops to bridge users. Tracks the input amount of gas distributed to facilitate cross-chain transactions and improve user experience.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_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
Example Query
Example Query
CCTP_ChainGasAmountUpdated_event
Cross-Chain Transfer Protocol (CCTP) configuration events recording updates to destination chain gas amount allocations. Emitted when protocol administrators modify the gas reserves allocated for cross-chain message execution.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_chainGasAmount | STRING | Amount of native gas token allocated for executing the transaction on the destination chain. Numeric string representing the gas amount in the smallest denomination (wei for EVM chains). |
Sample Data
Sample Data
Example Query
Example Query
CCTP_CircleRequestFulfilled_event
Cross-Chain Transfer Protocol (CCTP) fulfillment events recording completed token mints on destination chains. Contains origin domain identifiers, request IDs, mint token addresses, recipient addresses, transfer amounts, and protocol fees for tracking cross-chain USDC transfers.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_originDomain | STRING | Domain identifier for the originating blockchain in a cross-chain transfer. Numeric string representation of the source chain identifier. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_mintToken | STRING | Contract address of the token being minted. Hex-encoded, 0x-prefixed, 42-character string. |
in_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
in_token | STRING | Token address involved in the transaction or 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_requestID | STRING | Unique identifier for a cross-chain CCTP (Cross-Chain Transfer Protocol) request. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| in_fee | address | removed | in_token | in_amount | log_index | block_number | in_mintToken | in_recipient | in_requestID | block_timestamp | in_originDomain | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 15000000 | 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 1985000000 | 383 | 17894050 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0x3845984fbffc249cd11aa6ec55a562604ee1c815 | 0x7ce460b9ac3f52380fc4b5254cd42204c5c4e68ee03a1e8a68b9414bac011693 | 2023-08-11T20:32:35.000Z | 1 | 0x157778e651bb57279d1f646b8c7cc6aa1c1664a2463a3157d7979945bd1ce867 |
| 15000000 | 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 985000000 | 386 | 17892123 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0xb8dad308ac6e4dfa8496712e3dcfe6b0b70872d6 | 0xdcea25a60833982c86bd2df4722a080c407d97cb7309a0e1c430cbd2a329b657 | 2023-08-11T14:04:35.000Z | 1 | 0x92bcf8fa9b5c281f5e0f0d47df41ab54a271d8e2a01ef8d4c9d8f25515597e24 |
| 15000000 | 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 1035000000 | 458 | 17893251 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 0xdd38620521c66d9c9ed1c37ee7af7344b2b15f5e | 0x31d07f54638d18344804604cc27e4d541bde9c2c18e57a3e10bf7c58e3d4494d | 2023-08-11T17:51:35.000Z | 1 | 0x4687fa5d033b870575f725ea03f0c91cf219f188c2677afa52c32b159566aab4 |
Example Query
Example Query
CCTP_CircleRequestSent_event
Cross-Chain Transfer Protocol (CCTP) request initiation events containing sender address, token details, transfer amount, destination chain identifier, and unique request ID with nonce. Used for tracking cross-chain token transfer requests and analyzing bridge 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_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_nonce | STRING | Unique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros. |
in_token | STRING | Token address involved in the transaction or 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_requestVersion | STRING | Version identifier for the CCTP request format. Numeric string representation of the protocol version number. |
in_formattedRequest | STRING | ABI-encoded CCTP request parameters containing the destination chain, nonce, token, amount, sender, and recipient details. Hex-encoded string with 0x prefix. |
in_requestID | STRING | Unique identifier for a cross-chain CCTP (Cross-Chain Transfer Protocol) request. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| address | removed | in_nonce | in_token | in_amount | in_sender | log_index | in_chainId | block_number | in_requestID | block_timestamp | transaction_hash | in_requestVersion | in_formattedRequest |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 1199 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 50021000000 | 0x2eef4219055fd3c514ba7b50316f1c3965a53751 | 79 | 42161 | 17726942 | 0xac2a5e4024bcaffb2d55417c80aa4fd9535552fd9a95814cf8e48a6cb1dd2051 | 2023-07-19T11:29:11.000Z | 0x2284c819130539a75eb816f9bd0ddf86d62ad12a0baae2430e497cd70f67798e | 0 | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004af000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000000000000000000000000000000000000ba57be3400000000000000000000000002eef4219055fd3c514ba7b50316f1c3965a53751 |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 1207 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 2723963412 | 0x480741c7740ae259351585aa50f7ea22cd4ac478 | 245 | 42161 | 17729359 | 0xb0def7bfcb9efb800e825ef526ba6adcb86c327b2ecddad0fd5836c41eff7c92 | 2023-07-19T19:36:59.000Z | 0xd37b9136ed67b29074743f84c9695f01bab2ed01d5ee845c6bdcfabb20347c73 | 0 | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004b7000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb4800000000000000000000000000000000000000000000000000000000a25c6214000000000000000000000000480741c7740ae259351585aa50f7ea22cd4ac478 |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 1186 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 100000000 | 0x4a0503912fe5fecfac79aca0be841824cb9be43b | 539 | 42161 | 17726036 | 0xe9f0c67163345c0df8b68326b8810e32d01b40ad8e6c743433fcbc68a3d3c7da | 2023-07-19T08:25:47.000Z | 0x5bfa772792e72f9b718225490ef47af1084de4eae5a15dd79478c0db9f9ae3e8 | 0 | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004a2000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb480000000000000000000000000000000000000000000000000000000005f5e1000000000000000000000000004a0503912fe5fecfac79aca0be841824cb9be43b |
Example Query
Example Query
CCTP_FeeCollected_event
Cross-Chain Transfer Protocol (CCTP) fee collection events recording protocol and relayer fees extracted from bridge transactions. Contains fee collector address, protocol fee amount, and relayer fee amount for tracking fee distribution and revenue analytics.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_feeCollector | STRING | Address of the account designated to receive collected fees. Hex-encoded, 0x-prefixed, 42-character string. |
in_relayerFeeAmount | STRING | Amount of fees allocated to the relayer from the cross-chain transaction. String-encoded integer representing the fee in the smallest denomination of the token. |
in_protocolFeeAmount | STRING | Amount of fees collected by the protocol from the transaction. String-encoded integer representing the fee in the smallest denomination of the token. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | in_feeCollector | transaction_hash | in_relayerFeeAmount | in_protocolFeeAmount |
|---|---|---|---|---|---|---|---|---|
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 243 | 17780507 | 2023-07-26T23:23:11.000Z | 0x0000000000000000000000000000000000000000 | 0x6e4984531667bca56af526ba088a67bf312c1b0c622aa7ced634cf9d258f8eb0 | 0 | 15000000 |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 222 | 17774519 | 2023-07-26T03:17:35.000Z | 0x0000000000000000000000000000000000000000 | 0x2248e7a5abdb96fee080dfe31ed6832ea7d482b1b3e0d7e43bdb7905b0167794 | 0 | 15000000 |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 227 | 17774078 | 2023-07-26T01:48:35.000Z | 0x0000000000000000000000000000000000000000 | 0xcfa35f3439b9e1d666d461bdcb9e10c8b2339ec85be4004f2fba03b532df40c6 | 0 | 15000000 |
Example Query
Example Query
CCTP_FeeCollectorUpdated_event
No description available.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_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_oldFeeCollector | STRING | Address of the previous fee collector contract before a fee collector update. Hex-encoded, 0x-prefixed, 42-character string. |
in_newFeeCollector | STRING | Address of the new fee collector contract after a fee collector update. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
CCTP_OwnershipTransferred_event
Ownership transfer events from Cross-Chain Transfer Protocol (CCTP) contracts recording transitions from previous owner to new owner addresses. Used for tracking contract administration and governance authority changes across 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_previousOwner | STRING | Address of the prior owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string. |
in_newOwner | STRING | Address of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | in_newOwner | block_number | block_timestamp | in_previousOwner | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 51 | 0xb73acb429ba868984c0236bdf940d4fe1e643f27 | 17559791 | 2023-06-25T23:36:23.000Z | 0x890bc5691e6011f580e264065d09a7a1a6902131 | 0xbf8283ece476387c401786eb3b23e1de31abb0ce15eadbb2156af1f1cf6cac3b |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 50 | 0x890bc5691e6011f580e264065d09a7a1a6902131 | 17559791 | 2023-06-25T23:36:23.000Z | 0x0000000000000000000000000000000000000000 | 0xbf8283ece476387c401786eb3b23e1de31abb0ce15eadbb2156af1f1cf6cac3b |
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 78 | 0x67f60b0891ebd842ebe55e4ccca1098d7aac1a55 | 17595402 | 2023-06-30T23:38:23.000Z | 0xb73acb429ba868984c0236bdf940d4fe1e643f27 | 0xac94158ea66575afa98f32ada8245e6bc4a4f2b3204ff45e10289783dd57a2bc |
Example Query
Example Query
CCTP_Paused_event
Cross-Chain Transfer Protocol (CCTP) pause state change events emitted when protocol operations are suspended or resumed. Records the account that triggered the pause action for tracking protocol governance and security controls.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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xfb2bfc368a7edfd51aa2cbec513ad50edea74e84 | false | 192 | 0x67f60b0891ebd842ebe55e4ccca1098d7aac1a55 | 18800446 | 2023-12-16T18:37:11.000Z | 0x1ec91c6cca86ec3edd7fde6a00cb4537910fc99feea9e39afe1dabdecf7880e0 |
Example Query
Example Query
CCTP_ProtocolFeeUpdated_event
No description available.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_newProtocolFee | STRING | Updated protocol fee value. Integer representing the new fee amount in basis points or protocol-specific units. |
Sample Data
Sample Data
Example Query
Example Query
CCTP_Unpaused_event
No description available.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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_BridgeDepositClaimed_event
No description available.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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
Example Query
Example Query
FastBridge_BridgeDepositRefunded_event
No description available.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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
Example Query
Example Query
FastBridge_BridgeProofDisputed_event
No description available.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_BridgeProofProvided_event
No description available.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_transactionHash | STRING | Transaction hash on the destination chain for the cross-chain bridge or swap operation. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_BridgeRelayed_event
Bridge relay completion events from Synapse FastBridge protocol on Ethereum, recording when cross-chain transfers are fulfilled by relayers. Tracks origin chain details (Arbitrum chain ID 42161), token amounts, relayer addresses, and gas costs for analyzing bridge relay economics and cross-chain liquidity flows.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_originToken | STRING | Contract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_destToken | STRING | Contract address of the destination token received in the swap. Hex-encoded, 0x-prefixed, 42-character string. |
in_originAmount | STRING | Amount of tokens sent from the origin chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_destAmount | STRING | Amount of tokens received on the destination chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_chainGasAmount | STRING | Amount of native gas token allocated for executing the transaction on the destination chain. Numeric string representing the gas amount in the smallest denomination (wei for EVM chains). |
Sample Data
Sample Data
| in_to | address | removed | log_index | in_relayer | block_number | in_destToken | in_destAmount | in_originToken | block_timestamp | in_originAmount | in_originChainId | in_transactionId | transaction_hash | in_chainGasAmount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x53d5e17469a7f78d3c20c2b2610fe4acde0afeea | 0x6c0771ad91442d670159a8171c35f4828e19afd2 | false | 141 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 18994382 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 40285505 | 0xaf88d065e77c8cc2239327c5edb3a432268e5831 | 2024-01-13T00:26:11.000Z | 45980910 | 42161 | 0xc6ab5fbb593a330aa9913ec96c46532c2e9559c8dc43f46b7954ffb9f2df0a04 | 0xae6fcff2650c0cdd878f9bcc8a6c214be1495f841607270c15c2528a8529ee1a | 0 |
Example Query
Example Query
FastBridge_BridgeRequested_event
No description available.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_request | STRING | - |
in_destChainId | STRING | - |
in_originToken | STRING | Contract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_destToken | STRING | Contract address of the destination token received in the swap. Hex-encoded, 0x-prefixed, 42-character string. |
in_originAmount | STRING | Amount of tokens sent from the origin chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_destAmount | STRING | Amount of tokens received on the destination chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_sendChainGas | BOOL | - |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_ChainGasAmountUpdated_event
No description available.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_oldChainGasAmount | STRING | - |
in_newChainGasAmount | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_FeeRateUpdated_event
No description available.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_oldFeeRate | STRING | - |
in_newFeeRate | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_FeesSwept_event
No description available.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_token | STRING | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or 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
Example Query
Example Query
FastBridge_GovernorAdded_event
No description available.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_governor | STRING | Address of the governor being added or removed from the governance role. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_GovernorRemoved_event
No description available.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_governor | STRING | Address of the governor being added or removed from the governance role. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_GuardAdded_event
No description available.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_guard | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_GuardRemoved_event
No description available.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_guard | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_RelayerAdded_event
Events tracking relayer address additions to Synapse’s FastBridge contract on Ethereum. Used to monitor authorized relayers who can execute cross-chain bridge transactions.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_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | in_relayer | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0x6c0771ad91442d670159a8171c35f4828e19afd2 | false | 91 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 18993591 | 2024-01-12T21:46:47.000Z | 0xb5d77e91b21f4753788fcbbb86af784a4ffac22b022857d21c138957cff0a705 |
Example Query
Example Query
FastBridge_RelayerRemoved_event
No description available.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_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_RoleAdminChanged_event
No description available.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_role | STRING | Role identifier for access control. 66-character keccak256 hash including 0x prefix. |
in_previousAdminRole | STRING | Previous admin role identifier before the role change. 66-character keccak256 hash including 0x prefix. |
in_newAdminRole | STRING | New admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge_RoleGranted_event
Access control events from Synapse FastBridge contract on Ethereum recording role assignments to accounts. Tracks administrative permissions granted through role-based access control (RBAC) system with role identifiers and account addresses.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_role | STRING | Role identifier for access control. 66-character keccak256 hash including 0x prefix. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | in_role | removed | in_sender | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x6c0771ad91442d670159a8171c35f4828e19afd2 | 0x0000000000000000000000000000000000000000000000000000000000000000 | false | 0xbd88862fcc17de436f7bd17276c537acadda9a67 | 85 | 0xbd88862fcc17de436f7bd17276c537acadda9a67 | 18993581 | 2024-01-12T21:44:47.000Z | 0x47f2e51fbcd2dcf6d52c4d6d75ac2aa387074b8e26fe3905d279518c3cef4a68 |
| 0x6c0771ad91442d670159a8171c35f4828e19afd2 | 0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4 | false | 0xbd88862fcc17de436f7bd17276c537acadda9a67 | 90 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 18993591 | 2024-01-12T21:46:47.000Z | 0xb5d77e91b21f4753788fcbbb86af784a4ffac22b022857d21c138957cff0a705 |
Example Query
Example Query
FastBridge_RoleRevoked_event
No description available.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_role | STRING | Role identifier for access control. 66-character keccak256 hash including 0x prefix. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
FastBridge2_BridgeDepositClaimed_event
Bridge deposit claim events from Synapse FastBridge v2 protocol on Ethereum, recording when relayers successfully claim bridged assets after delivering them to destination chains. Contains claim details including token address, amount, relayer address, and transaction identifier for tracking cross-chain bridge settlement and relayer activity analysis.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_token | in_amount | log_index | in_relayer | block_number | block_timestamp | in_transactionId | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 1378643480 | 283 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19421888 | 2024-03-12T22:08:59.000Z | 0x7c12cf567ff20d683cead16e71bcd780b71ff5d24ab19062f95ba976439b1bf7 | 0x13b1d411ec84b413a1c5c1ebf910e3e3bd55b8388875b54341be7b46ffb7d43c |
| 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 59988000000000000 | 296 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19421671 | 2024-03-12T21:25:23.000Z | 0x329b5bd713e7875920b5b4d0dba3b8f811e82e8e5c32eac6111cae933bf7923f | 0x1dc5a7331e2a3ec6e1ee8b76e8d8aefc45c168d3f4e3c8ed575c478407d08f2b |
| 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 2069586000000000000 | 350 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19421585 | 2024-03-12T21:08:11.000Z | 0xc05dcf3c6575be7858a88ee37009014107f33e32adf1e85c49423ef2860b2f8e | 0x902f77c564bc1fa19530af5ac4d0cfdcc3df3e7fe06f3335b6c51d59e51cbe92 |
Example Query
Example Query
FastBridge2_BridgeDepositRefunded_event
Refunded bridge deposit events from Synapse FastBridge v2 protocol on Ethereum, capturing failed or reversed cross-chain transfers with recipient address, token contract, and refund amount. Used for monitoring bridge reliability and analyzing failed transaction patterns.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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_token | in_amount | log_index | block_number | block_timestamp | in_transactionId | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x0dea416af1ce58b383820a36b72d09e95571301c | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 20000000000000000 | 58 | 19552864 | 2024-03-31T09:02:35.000Z | 0xafbaeba70ee0145e29792ea900da5e729ab5de70fbf1d8a376df5b52ed0ce326 | 0x530a2132e571a4a338f892bd420c276ec30fd199cdbfce216a2a9c2f9dc8691a |
| 0xfbfe199b78798e438101bf55ac1a8c8a04fe6044 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 7000000000000000 | 78 | 19552867 | 2024-03-31T09:03:11.000Z | 0x71bf823d46e275e869cc2bda629ec0bf6ae574e11fb8691ca59f2f5cb68f2ff0 | 0x6602f7c05f2a905d057ab054581e5de6c6589b03cd360571aea65799884c8f66 |
| 0x6c4cde76cacaf67b00d471e4c5fa45c0c2a526f6 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 10000000 | 371 | 20935471 | 2024-10-10T13:20:47.000Z | 0x8e50a991e98786e2dbc97208c7a5294511ec9318183608e105b10e1324f24f32 | 0x62e3e311daceff00bc99ab6b49b03a3c94e0dddbf48e94aa2aec26e4b2a68c45 |
Example Query
Example Query
FastBridge2_BridgeRelayed_event
Bridge relay completion events from Synapse Protocol’s FastBridge v2 contract on Ethereum, capturing cross-chain token transfers delivered by relayers. Contains origin chain details, token amounts, destination recipients, and relayer addresses for analyzing bridge fulfillment activity and relayer performance across chains like Optimism (chain ID 10) and Arbitrum (chain ID 42161).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_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_relayer | STRING | Address of the relayer executing the cross-chain transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_originChainId | STRING | Chain identifier for the source blockchain where the cross-chain transfer originated. Numeric string representing the standard chain ID. |
in_originToken | STRING | Contract address of the token being deposited on the origin chain. Hex-encoded, 0x-prefixed, 42-character string. |
in_destToken | STRING | Contract address of the destination token received in the swap. Hex-encoded, 0x-prefixed, 42-character string. |
in_originAmount | STRING | Amount of tokens sent from the origin chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_destAmount | STRING | Amount of tokens received on the destination chain in the smallest denomination of the token. Numeric string representing the token quantity in base units. |
in_chainGasAmount | STRING | Amount of native gas token allocated for executing the transaction on the destination chain. Numeric string representing the gas amount in the smallest denomination (wei for EVM chains). |
Sample Data
Sample Data
| in_to | address | removed | log_index | in_relayer | block_number | in_destToken | in_destAmount | in_originToken | block_timestamp | in_originAmount | in_originChainId | in_transactionId | transaction_hash | in_chainGasAmount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xa59c45a960d85bccfdd3beb380b3157d2405badb | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 239 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19421596 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 49918854098 | 0x0b2c639c533813f4aa9d7837caf62653d097ff85 | 2024-03-12T21:10:23.000Z | 49961035327 | 10 | 0x4944a05d5bb8dc4fca8026ff24d0fdf690448011fac522c982e9cd22b3d746db | 0x7fd52bab1b14fb8fd25ad9639d592a990dad9f6449fa9392fd5d8cbf393725f6 | 0 |
| 0x5b9aabe3f7b43e08b99384997ea153bbe8c46d46 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 296 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19422065 | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 191222862244978300 | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 2024-03-12T22:44:59.000Z | 199960000000000000 | 10 | 0x77d27ebfbdf07efa8b5354630ba6c377e8610ea4df1e97f2007973327940029b | 0x5fa9b4fc14d032527203ff5407ee71d19238fba9212ab7f85b39b1b8e316b25d | 0 |
| 0x5b9aabe3f7b43e08b99384997ea153bbe8c46d46 | 0x5523d3c98809dddb82c686e152f5c58b1b0fb59e | false | 225 | 0xdd50676f81f607fd8ba7ed3187ddf172db174cd3 | 19422068 | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 41400740849662911 | 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | 2024-03-12T22:45:35.000Z | 49990000000000000 | 10 | 0xddc6acdc10c2db1dcbff90a90dc268e72964c80813610a8becc27ffd6a545bda | 0xcf5672429dd2075960f2e92afd19247faaae60e217de51611db8d0f7db02fa4d | 0 |
Example Query
Example Query
FastBridge2_FeesSwept_event
No description available.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_token | STRING | Token address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_recipient | STRING | Address designated to receive the output tokens from a swap or 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
Example Query
Example Query
MiniChef_Harvest_event
Reward claims from MiniChef staking contracts emitted when users harvest accumulated incentive tokens. Contains pool identifier, user address, and harvested token amount for tracking yield farming rewards across liquidity mining programs.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_pid | STRING | Pool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID. |
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_pid | address | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0 | 0xd10ef2a513cee0db54e959ef16cac711470b62cf | 0x0cf09c645cbec84feb3456b291ec17ac50774fd6 | false | 745120940877148908985 | 227 | 17272227 | 2023-05-16T12:20:35.000Z | 0x3f83d17cc95f1eb52929a89f504a5c0753126c2cb91b9b027ba594e434cad4fd |
| 0 | 0xd10ef2a513cee0db54e959ef16cac711470b62cf | 0x031a9077f98996aeff09a572a8b4e3a6b394c09c | false | 18615100032959219989621 | 211 | 17270473 | 2023-05-16T06:22:47.000Z | 0xa022c1d08abae515cfecf5ce18c09b7314cfe82a0dc0853f4fca0abf33af49c1 |
| 0 | 0xd10ef2a513cee0db54e959ef16cac711470b62cf | 0xabb4018ecfa760f18106b20d8e490a0c078bfa2b | false | 26991730945907715807 | 379 | 17274480 | 2023-05-16T19:59:11.000Z | 0x10309954b8999ecca99e61b0932faa6adf050b0aa7e6e48c5bbce897b26eb868 |
Example Query
Example Query
SynapseBridge_TokenDeposit_event
TokenDeposit events emitted by Synapse Bridge contracts recording cross-chain token transfers. Contains source token address, transfer amount, destination chain identifier (EIP-155), and recipient address for tracking bridge deposit flows.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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_token | in_amount | log_index | in_chainId | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x3834d63432ded5bfbf7154ea13f06ba29423e83c | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0ab87046fbb341d058f17cbc4c1133f25a20a52f | 10870756599431607 | 242 | 56 | 16068593 | 2022-11-28T12:50:11.000Z | 0xc2f87c8393d0ef82c2a1c6a51818efa2416e59e944f42b482fea4f5585dd4270 |
| 0xd54e4f8a55247487dd7c8c59f14ee5c0c2889477 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0ab87046fbb341d058f17cbc4c1133f25a20a52f | 2000000000000000000 | 311 | 42161 | 16070511 | 2022-11-28T19:15:11.000Z | 0x3ac6193f6d38cab5d2618ecca207e6f25f745f4ac579e5a5989371adc5161833 |
| 0x493374100e511b1b091fa5bace1929dc154fee80 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0ab87046fbb341d058f17cbc4c1133f25a20a52f | 6656087489881251315 | 560 | 42161 | 16070007 | 2022-11-28T17:33:35.000Z | 0x6def44add0cb62319cdc0cbc33fedc972631ac5425cf72e0466cfd12eef704a0 |
Example Query
Example Query
SynapseBridge_TokenDepositAndSwap_event
Cross-chain token deposit events where tokens are deposited to the Synapse Bridge and swapped via liquidity pool before being bridged to the destination chain. Contains deposit amount, destination chain ID (EIP-155), recipient address, pool swap parameters (token indexes, minimum output amount), and deadline timestamp for tracking combined deposit-and-swap operations across bridge transfers.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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_tokenIndexFrom | INT64 | Index of the source token in the liquidity pool for the swap operation. |
in_tokenIndexTo | INT64 | Index of the destination token in the liquidity pool for the swap operation. |
in_minDy | STRING | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_deadline | STRING | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds. |
Sample Data
Sample Data
| in_to | address | removed | in_minDy | in_token | in_amount | log_index | in_chainId | in_deadline | block_number | block_timestamp | in_tokenIndexTo | transaction_hash | in_tokenIndexFrom |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x4af61d30f81842525d17dbff71146e3c740aca57 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 186341108 | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 189754967205477103327 | 265 | 10 | 1685535293 | 17371677 | 2023-05-30T12:14:59.000Z | 1 | 0x301bd4026030c124dc0b5b429cd897a41ce5637d15eb836c1fe65c62f7358e1f | 0 |
| 0x2373d6be34980b895b2d489a9688efbf172ae207 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 398561292 | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 402458771475344843438 | 184 | 10 | 1685521665 | 17370563 | 2023-05-30T08:27:59.000Z | 1 | 0xbd7aa311435de57beedb26232e743b6018f855e8c813092d8ae6381f112e04cb | 0 |
| 0x2373d6be34980b895b2d489a9688efbf172ae207 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 495211608 | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 499328421057515113931 | 392 | 10 | 1685520391 | 17370460 | 2023-05-30T08:06:59.000Z | 1 | 0x090e9ec6e75896f4bdd294a95a3821af2a3c40a92bf35fc1ea4f6f995a7970db | 0 |
Example Query
Example Query
SynapseBridge_TokenMint_event
Token minting events emitted by Synapse Bridge contracts when wrapped tokens are minted on the destination chain during cross-chain transfers. Contains recipient address, token contract, minted amount, bridge fee, and kappa identifier for tracking cross-chain message delivery.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
in_kappa | STRING | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| in_to | in_fee | address | removed | in_kappa | in_token | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x493374100e511b1b091fa5bace1929dc154fee80 | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x87c5c14290663138f5632a58c936bb0d87a4b91114de282984996de676fa9317 | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 4600930418951122623012 | 274 | 13812549 | 2021-12-15T22:56:44.000Z | 0x95b32a7587934d4f67cd86918b791b0e2499e6bd6898adce4a4d693b3e7fc7c7 |
| 0x0c8ee7dbf8cb1d980c107d3df6357deac7dbe9ef | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0xd7ccf227d4fdbf5a095993c3a3c6222771f3e871a9d0cb0b3108103e86e1ffaf | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 1134300809079499145770 | 392 | 13810471 | 2021-12-15T15:10:21.000Z | 0xa250e5dd20fb34ec5b841a88a14fbf4e967c4d127eab234c91fa35f67c80d32c |
| 0x0f08790b25be18b068632bd582983b4838f70afc | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x58975167470af5baa42c9a096f074f494d25fe0947cebabeb185d4ae3be9dc1b | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 1672007091851099635227 | 137 | 13810519 | 2021-12-15T15:21:38.000Z | 0x805b89d1954bf34982489c84433594d4cde96793ea7ae98669b68f8faa123321 |
Example Query
Example Query
SynapseBridge_TokenMintAndSwap_event
Synapse Bridge cross-chain token mint and swap events combining minting on destination chain with automatic token swap execution. Records bridge transaction identifier (kappa), source and destination token indices, swap amounts, slippage parameters, fees, deadlines, and swap success status for cross-chain liquidity operations.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
in_tokenIndexFrom | INT64 | Index of the source token in the liquidity pool for the swap operation. |
in_tokenIndexTo | INT64 | Index of the destination token in the liquidity pool for the swap operation. |
in_minDy | STRING | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_deadline | STRING | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds. |
in_swapSuccess | BOOL | Boolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction. |
in_kappa | STRING | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
Example Query
Example Query
SynapseBridge_TokenRedeem_event
TokenRedeem events emitted by Synapse Bridge contracts when tokens are redeemed from one chain to another. Contains destination chain identifier, recipient address, token address, and amount for tracking cross-chain token redemption operations.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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_token | in_amount | log_index | in_chainId | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x815fcf7e300a21fc3097e995feeb56fdec925b24 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 2260019999147539809633 | 223 | 42161 | 16641572 | 2023-02-16T13:25:23.000Z | 0xf377ae3c55d958c3f8612cd8754122dcebb363d2d02473eb05c27d2bf20d7526 |
| 0xd54e4f8a55247487dd7c8c59f14ee5c0c2889477 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 1680120477139153434153 | 39 | 42161 | 16638212 | 2023-02-16T02:07:59.000Z | 0x2914eb8d3af1ebd817ec2405afb485ee8cfd6961bc0d6df7875ce4e01c5de52d |
| 0xd54e4f8a55247487dd7c8c59f14ee5c0c2889477 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x0f2d719407fdbeff09d87557abb7232601fd9f29 | 1437024759883407661361 | 97 | 42161 | 16644536 | 2023-02-16T23:20:35.000Z | 0x2989983402e43b7979ae50640ccad1e2e706b400f50327ccc4dc9b4a578de8d6 |
Example Query
Example Query
SynapseBridge_TokenRedeemAndRemove_event
Cross-chain bridge redemption events where synthetic tokens are burned and withdrawn with automatic pool swap execution. Contains source token amounts, destination chain identifiers (EIP-155), recipient addresses, swap parameters including deadline and slippage protection, and target liquidity pool token indices for atomic redeem-and-swap operations.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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_swapTokenIndex | INT64 | Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received. |
in_swapMinAmount | STRING | Minimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination. |
in_swapDeadline | STRING | Unix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string. |
Sample Data
Sample Data
Example Query
Example Query
SynapseBridge_TokenRedeemAndSwap_event
Cross-chain token redemption events that combine bridging with an atomic swap operation. Records bridge transfers where the recipient receives a different token than sent, including source chain identifier, token addresses, pool indices, amounts, slippage parameters, and expiration deadline for tracking Synapse Protocol cross-chain asset conversions.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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_tokenIndexFrom | INT64 | Index of the source token in the liquidity pool for the swap operation. |
in_tokenIndexTo | INT64 | Index of the destination token in the liquidity pool for the swap operation. |
in_minDy | STRING | Minimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination. |
in_deadline | STRING | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds. |
Sample Data
Sample Data
| in_to | address | removed | in_minDy | in_token | in_amount | log_index | in_chainId | in_deadline | block_number | block_timestamp | in_tokenIndexTo | transaction_hash | in_tokenIndexFrom |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xbf696cd28ef67da38f9625bdc7b373aaa89ca70a | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 667689116062415921522 | 0x12f79f8c1a6e47a9b5f0796fdb008bdc182fa19e | 668624923505354015001 | 162 | 1666600000 | 1718511772 | 20051856 | 2024-06-09T04:23:11.000Z | 0 | 0xdd3fcba9457759821b777369e201d7d5f3ac62ca5c9066cc8b8dfbc5bc4e9d07 | 1 |
| 0xd77684d365a4e1834ed9459d245603f7cff91b69 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 1147391859600000000000 | 0x12f79f8c1a6e47a9b5f0796fdb008bdc182fa19e | 1149000000000000000000 | 232 | 1666600000 | 1713100825 | 19604080 | 2024-04-07T13:21:11.000Z | 0 | 0x6363e61bc4165ddb1db1053fd667a06711fedb54936040e20400a87d31f4d43d | 1 |
Example Query
Example Query
SynapseBridge_TokenRedeemV2_event
TokenRedeemV2 events emitted by Synapse Bridge contracts when users redeem tokens on the destination chain of a cross-chain transfer. Records the redeemed token address, amount, recipient address, and target chain identifier for tracking cross-chain asset movement completions.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_chainId | STRING | Blockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155. |
in_token | STRING | Token address involved in the transaction or 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
Example Query
Example Query
SynapseBridge_TokenWithdraw_event
Token withdrawal events from Synapse Bridge contracts recording cross-chain bridge transaction completions. Contains recipient address, token contract, withdrawal amount, bridge fee, and kappa transaction identifier for tracking asset movements between 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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
in_kappa | STRING | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| in_to | in_fee | address | removed | in_kappa | in_token | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xc941fbaf503e17d792995b09d431b064b94dbf43 | 10000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0xa1546e06d6f7743c6c9e0f37a22c3b9e39624eb645c8ea296409bc53159ecf1f | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 | 186854373350049546 | 256 | 16608788 | 2023-02-11T23:25:35.000Z | 0x620448223640d4da1228a19a3093abafb01aab749ab8dd94eb35a5583bb57c26 |
| 0x0100029670faae0fd631810c483b9cae68e9bb1a | 10000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x293f6b272c85988492326cf31ddee7c108c169119b148e65b9388c1e44ec77fb | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 | 870534059831426311 | 256 | 16607025 | 2023-02-11T17:31:23.000Z | 0x2b119e569e365b5fd57a848c6269625cbfe11a7b8b5802a5fb0b2fffc1bed9f7 |
| 0x1793452c0651725a14f6095e5ba5527dd75b7682 | 10000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x98ae8ff361cb6a2cc2648e5daa75cc41ee0741c51f47e74e4d8323862283b460 | 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 | 264453416142604556 | 256 | 16607080 | 2023-02-11T17:42:23.000Z | 0x4ca17a8388a9e76f4000b11fe6bf3cc4b58f1f4752616921c2db7315456632bc |
Example Query
Example Query
SynapseBridge_TokenWithdrawAndRemove_event
Cross-chain bridge withdrawal events recording token redemptions with integrated liquidity pool removal operations. Contains bridge transaction identifiers (kappa), token amounts, fees, swap parameters including deadline and minimum acceptable output, and swap execution status for tracking Synapse Bridge cross-chain asset transfers.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_token | STRING | Token address involved in the transaction or 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_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
in_swapTokenIndex | INT64 | Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received. |
in_swapMinAmount | STRING | Minimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination. |
in_swapDeadline | STRING | Unix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string. |
in_swapSuccess | BOOL | Boolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction. |
in_kappa | STRING | Unique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| in_to | in_fee | address | removed | in_kappa | in_token | in_amount | log_index | block_number | in_swapSuccess | block_timestamp | in_swapDeadline | in_swapMinAmount | transaction_hash | in_swapTokenIndex |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0xdf1971696fa95ee2e36277907c640a413d63cd3b | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0xb6f6e09c3b0d9c3370917a670b79dc01992a57c71ed79f4f55780b6e5a056bbb | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 4728200844701453995847 | 506 | 15236298 | true | 2022-07-29T08:31:42.000Z | 1659169857 | 4540895253255377386614 | 0xddf60b2718873456a43e9ced978a214f39f84f0cab7ef444d90e393382f6226e | 0 |
| 0x3bad5c4e4ddbe6c2cc7e0c82ba805ce7caf02620 | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0x8e696eda2a104cb8edd72c41d27590012756d6b78d9079b44600a29a71fb81e9 | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 485504655140758900801 | 384 | 15235640 | true | 2022-07-29T05:58:07.000Z | 1659160641 | 466278389300750181845 | 0xab9e3ae24bef6d9226cff408d461f7084640cdbaf24f36d552303a4f8507b9f4 | 0 |
| 0x879c2ee5adc372d0542d65d80ebfe647ac1a5f10 | 30000000000000000000 | 0x2796317b0ff8538f253012862c06787adfb8ceb6 | false | 0xa5f06c7925509961453d5257e61d32c965c0b8a3cd6d5f670c5638454cd2c7ae | 0x1b84765de8b7566e4ceaf4d0fd3c5af52d3dde4f | 5606093240 | 778 | 15234242 | true | 2022-07-29T00:37:54.000Z | 1659141421 | 5384091947 | 0xcb9bb5b085757096af97a15b65bbab3b15e212d75737e79e3fe37621dc828340 | 1 |
Example Query
Example Query