Tables
Endpoint_send_function
LayerZero endpoint function calls initiating cross-chain message transfers with destination chain identifiers, payload data, adapter parameters, and refund addresses. Used for tracking omnichain messaging activity and cross-chain transaction 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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in__dstChainId | STRING | LayerZero chain identifier for the destination blockchain. String-encoded integer representing the target chain in cross-chain message transfers. |
in__destination | STRING | Concatenated address pair used in LayerZero cross-chain messaging to specify source and destination contracts. 84-character hex string without 0x prefix, consisting of two 42-character addresses concatenated together. |
in__payload | STRING | Application-specific message data sent in LayerZero cross-chain transactions. Hex-encoded byte string including 0x prefix, containing contract function calls, token transfer details, or other custom protocol messages. |
in__refundAddress | STRING | Address designated to receive refunds for unused gas or failed cross-chain message execution. Hex-encoded, 0x-prefixed, 42-character string. |
in__zroPaymentAddress | STRING | Address designated for payment in ZRO tokens for LayerZero cross-chain message fees. Hex-encoded, 0x-prefixed, 42-character string, typically set to zero address when fees are paid in native tokens. |
in__adapterParams | STRING | Configuration parameters for LayerZero cross-chain message delivery controlling gas settings and execution options. Hex-encoded byte string including 0x prefix. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | in__payload | block_number | from_address | trace_address | in__dstChainId | block_timestamp | in__destination | transaction_hash | in__adapterParams | in__refundAddress | in__zroPaymentAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 294705 | 216281492465198850 | true | 172807 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000be87043c8adc60cfb00000000000000000000000000000000000000000000000000000000000000141341df844780b66af4ccc98ae0f34be87eabe1d5000000000000000000000000 | 12793812 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | 0 | 111 | 2025-11-08T11:45:41.000Z | 0x296f55f8fb28e498b858d0bcda06d955b2cb3f979895d81bb462a195b4922ed7de0e3acd007c32cb | 0xce51a9cd9a822e30ac6d8852529463b13e2c86fbafcc2d72a7e2adf7b8b2473d | 0x00010000000000000000000000000000000000000000000000000000000000014c08 | 0x1341df844780b66af4ccc98ae0f34be87eabe1d5 | 0x0000000000000000000000000000000000000000 |
| 617763 | 1922577721111538000 | true | 167422 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000001da94971b2c4a95ccf000000000000000000000000000000000000000000000000000000000000001486063c3980d0c0b6888697a33c52c041baada70f000000000000000000000000 | 12787382 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | 0 | 101 | 2025-11-08T08:11:20.000Z | 0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd69895d81bb462a195b4922ed7de0e3acd007c32cb | 0xfaa45d798518469acaac78745c0b313eee64c7c44dba0682208cac323677931f | 0x00010000000000000000000000000000000000000000000000000000000000014c08 | 0x86063c3980d0c0b6888697a33c52c041baada70f | 0x0000000000000000000000000000000000000000 |
| 281644 | 1902268632509763000 | true | 167422 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000010c94a769c56d71b08600000000000000000000000000000000000000000000000000000000000000141438d88b50caffa35ef888ce5dddc55f09a67bab000000000000000000000000 | 12812243 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | 0 | 101 | 2025-11-08T22:00:03.000Z | 0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd69895d81bb462a195b4922ed7de0e3acd007c32cb | 0x8edd0e188559af8b008e2f26dfba163bc9f97eb218b6bcfbffbb549d23a5b27c | 0x00010000000000000000000000000000000000000000000000000000000000014c08 | 0x1438d88b50caffa35ef888ce5dddc55f09a67bab | 0x0000000000000000000000000000000000000000 |
Example Query
Example Query
Query with partition filter
EndpointV1_send_function
LayerZero V1 endpoint send function calls initiating cross-chain message transfers. Contains source chain transaction details, destination chain identifiers, message payloads, gas parameters, and refund addresses for tracking omnichain messaging 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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in__dstChainId | STRING | LayerZero chain identifier for the destination blockchain. String-encoded integer representing the target chain in cross-chain message transfers. |
in__destination | STRING | Concatenated address pair used in LayerZero cross-chain messaging to specify source and destination contracts. 84-character hex string without 0x prefix, consisting of two 42-character addresses concatenated together. |
in__payload | STRING | Application-specific message data sent in LayerZero cross-chain transactions. Hex-encoded byte string including 0x prefix, containing contract function calls, token transfer details, or other custom protocol messages. |
in__refundAddress | STRING | Address designated to receive refunds for unused gas or failed cross-chain message execution. Hex-encoded, 0x-prefixed, 42-character string. |
in__zroPaymentAddress | STRING | Address designated for payment in ZRO tokens for LayerZero cross-chain message fees. Hex-encoded, 0x-prefixed, 42-character string, typically set to zero address when fees are paid in native tokens. |
in__adapterParams | STRING | Configuration parameters for LayerZero cross-chain message delivery controlling gas settings and execution options. Hex-encoded byte string including 0x prefix. |
Sample Data
Sample Data
| gas | value | status | gas_used | signature | to_address | in__payload | block_number | from_address | trace_address | in__dstChainId | block_timestamp | in__destination | transaction_hash | in__adapterParams | in__refundAddress | in__zroPaymentAddress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 179014 | 415803437136603200 | true | 173454 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0000000000000000000000003f2ebd31c269c43809ea455a85664f99a98ef9690000000000000000000000000000000000000000000000000000005322365759 | 3050790 | 0xba42be149e5260eba4b82418a6306f55d532ea47 | 2 | 101 | 2025-03-30T21:18:42.000Z | 0x45e563c39cddba8699a90078f42353a57509543aba42be149e5260eba4b82418a6306f55d532ea47 | 0xdb8bc48011f6806aab630b807d5afd2ba9cc4ac7c5d0606745f5f977782bf1db | 0x | 0x3f2ebd31c269c43809ea455a85664f99a98ef969 | 0x0000000000000000000000000000000000000000 |
| 179014 | 415803437136603200 | true | 173454 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0000000000000000000000003f2ebd31c269c43809ea455a85664f99a98ef9690000000000000000000000000000000000000000000000000000003893eee33f | 3050751 | 0xba42be149e5260eba4b82418a6306f55d532ea47 | 2 | 101 | 2025-03-30T21:17:20.000Z | 0x45e563c39cddba8699a90078f42353a57509543aba42be149e5260eba4b82418a6306f55d532ea47 | 0xf42d898ef0dcba68ea73fb1e8854beba053cf10341eaaad12a51340ba0c708d4 | 0x | 0x3f2ebd31c269c43809ea455a85664f99a98ef969 | 0x0000000000000000000000000000000000000000 |
| 179014 | 411623455718392770 | true | 173454 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0000000000000000000000003f2ebd31c269c43809ea455a85664f99a98ef969000000000000000000000000000000000000000000000000000000678f4acbb4 | 3050913 | 0xba42be149e5260eba4b82418a6306f55d532ea47 | 2 | 101 | 2025-03-30T21:22:55.000Z | 0x45e563c39cddba8699a90078f42353a57509543aba42be149e5260eba4b82418a6306f55d532ea47 | 0xfbe599000ed557dca198a433f7811bef57f619c71cb73028e173c6bd6fc3218e | 0x | 0x3f2ebd31c269c43809ea455a85664f99a98ef969 | 0x0000000000000000000000000000000000000000 |
Example Query
Example Query
Query with partition filter
OFT_SendToChain_event
LayerZero OFT (Omnichain Fungible Token) cross-chain send events recording token transfers from the source chain to destination chains. Contains sender address, recipient address, token amount, and destination chain identifier for tracking omnichain token movements.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_dstChainId | STRING | Destination chain identifier for cross-chain operations. String-encoded integer representing the target blockchain in LayerZero’s chain ID system. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_toAddress | STRING | Destination address for the cross-chain transfer or operation. Hex-encoded string with 0x prefix, left-padded with zeros to 66 characters total. |
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 | in_from | removed | in_amount | log_index | block_number | in_toAddress | in_dstChainId | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x30c8cf6b46aa4df3f9fbc2857aca92f10a6cad7f | 0x318d280c0dc7c0a3b4f03372f54c07d923c08dda | false | 66201146100000000000000 | 23 | 3498006 | 0x000000000000000000000000318d280c0dc7c0a3b4f03372f54c07d923c08dda | 184 | 2025-04-10T01:28:13.000Z | 0x3452e49e03a73e5a128fa81c5f927b098b87639dd90490fde786ce009bc88e86 |
| 0x741620136cf08a782c1df1fc9e3caa760cc4fecc | 0x5e73e741b0b15e10789a30a91953794e44ea4531 | false | 6397015920000000000 | 69 | 7847670 | 0x000000000000000000000000d8c860d789ec1c6ae9631b680e6555f25bc28331 | 110 | 2025-07-17T09:59:45.000Z | 0x21db96ec31faf1df66d3b878acc9814659e0e73dadfba3ecc4752e6ff9226061 |
| 0x30c8cf6b46aa4df3f9fbc2857aca92f10a6cad7f | 0x318d280c0dc7c0a3b4f03372f54c07d923c08dda | false | 84639670200000000000000 | 264 | 4074833 | 0x000000000000000000000000318d280c0dc7c0a3b4f03372f54c07d923c08dda | 184 | 2025-04-23T06:15:44.000Z | 0x1447840490d1baaddf31378d974744a5f0585b76c7768b47a7da6ff8ebde9e20 |
Example Query
Example Query
Query with partition filter
ReceiveUln301_PacketDelivered_event
LayerZero V2 UltraLight Node (ULN) 301 packet delivery confirmation events emitted when cross-chain messages are successfully received on the destination chain. Contains origin chain endpoint identifier (srcEid), sender address, message nonce, and destination receiver address for tracking message execution across LayerZero-connected 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_origin | STRUCT<srcEid STRING, sender STRING, nonce STRING> | Source endpoint and sender information for a cross-chain message. Struct containing source endpoint identifier (srcEid), sender address, and nonce. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
SendUln301_DVNFeePaid_event
DVN (Decentralized Verifier Network) fee payment events emitted by LayerZero V2 SendUln301 contracts. Records fees paid to required and optional DVNs for cross-chain message verification services.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_requiredDVNs | ARRAY<STRING> | Array of contract addresses for required Decentralized Verifier Networks (DVNs) in LayerZero message verification. Hex-encoded, 0x-prefixed, 42-character strings. |
in_optionalDVNs | ARRAY<STRING> | Array of contract addresses for optional Decentralized Verifier Networks (DVNs) in LayerZero message verification. Hex-encoded, 0x-prefixed, 42-character strings. |
in_fees | ARRAY<STRING> | Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
SendUln301_ExecutorFeePaid_event
Executor fee payment events from LayerZero V1 SendUln301 contracts recording cross-chain message execution costs. Contains executor address and fee amount paid for processing LayerZero message deliveries across supported 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_executor | STRING | Address of the executor contract responsible for processing cross-chain message delivery. 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. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
SendUln301_NativeFeeWithdrawn_event
Native gas fee withdrawal events from LayerZero V1 SendUln301 contracts. Records user-initiated withdrawals of accumulated native token fees to specified receivers, tracking the withdrawal amount and beneficiary 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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
SendUln301_PacketSent_event
LayerZero V1 Ultra Light Node 301 packet transmission events containing encoded cross-chain message payloads, destination chain routing information, and fee details. Used for tracking omnichain message flow and analyzing cross-chain protocol activity across LayerZero-integrated 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_encodedPayload | STRING | Encoded LayerZero message payload containing cross-chain transfer instructions. Hex-encoded byte string including destination chain, recipient address, sender address, and message-specific data. |
in_options | STRING | Configuration parameters for LayerZero message execution. Hex-encoded byte string specifying gas limits, executor settings, and delivery options for cross-chain message handling. |
in_nativeFee | STRING | Fee amount paid in native chain tokens for LayerZero cross-chain message delivery. Numeric string representing wei-denominated token amount. |
in_lzTokenFee | STRING | Fee amount paid in LayerZero tokens for cross-chain message delivery. Numeric string representing wei-denominated token amount. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
StargateV1_SendToChain_event
Cross-chain token transfer events from Stargate V1 protocol recording asset movements between LayerZero-connected chains. Contains destination chain identifier, transfer quantity, recipient address, and transaction metadata for tracking bridge flow 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_dstChainId | STRING | Destination chain identifier for cross-chain operations. String-encoded integer representing the target blockchain in LayerZero’s chain ID system. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_qty | STRING | Quantity of liquidity tokens being minted or burned in the operation. String-encoded integer representing the change in position size. |
Sample Data
Sample Data
| in_to | in_qty | address | removed | log_index | block_number | in_dstChainId | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x46286835ec574fed1a264bc668321a188d5a3977 | 17841000000000000000 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | false | 208 | 7593544 | 184 | 2025-07-11T18:00:41.000Z | 0x83a2112c4fc1e4cb733097d16587c55d57742b87697860c1e3b2850478f58b8a |
| 0x884ee57fd61f8cde2d320d9e9512518edd21235d | 6295018848030966552869 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | false | 10 | 7596560 | 111 | 2025-07-11T19:36:58.000Z | 0xf16c4a6532b0cc91bb94a9343b6bb3135f4d504a287d0bc1b781e8d20264d7e2 |
| 0x3df241cd2b9874389f539af2485d4683a2645ed5 | 75288085047141112817927 | 0x9895d81bb462a195b4922ed7de0e3acd007c32cb | false | 75 | 7599766 | 101 | 2025-07-11T21:19:18.000Z | 0xa470fe5fcc29eb02ad792af336f11b2a328a8443f97f7fd303deaf9bd499786d |
Example Query
Example Query
Query with partition filter
StargateV1_Swap_event
Cross-chain token swap events from Stargate V1 protocol via LayerZero messaging. Contains swap amounts, source/destination chain identifiers, pool IDs, fee breakdowns (equilibrium, liquidity provider, protocol), and rewards for analyzing 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_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_dstPoolId | STRING | Identifier for the destination Stargate liquidity pool in a cross-chain swap operation. Numeric string representing the pool ID on the target chain. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amountSD | STRING | Amount of tokens involved in the swap operation, represented in shared decimals (SD). Numeric string denominated in the standard decimal precision used across Stargate pools for cross-chain compatibility. |
in_eqReward | STRING | Reward amount credited for equilibrium rebalancing in the Stargate cross-chain swap operation. Numeric string representation without decimals. |
in_eqFee | STRING | Fee charged for equilibrium adjustment in the Stargate cross-chain swap operation. Numeric string representation without decimals. |
in_protocolFee | STRING | Fee collected by the protocol from the transaction or operation. Numeric string representation without decimals. |
in_lpFee | STRING | Fee collected by liquidity providers from the swap transaction. Numeric string representation without decimals. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter