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 | NUMERIC | 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 173110 | 810874626511883 | true | 170922 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000007dfe9ab4c415000000000000000000000000000000000000000000000000000000000000000001486544675ae208ab58921c64aca559e8825c6c631000000000000000000000000 | 6765430 | 0xec901da9c68e90798bbbb74c11406a32a70652c3 | 0 | 101 | 2025-10-31T02:37:39.000Z | 0x7122985656e38bdc0302db86685bb972b145bd3cec901da9c68e90798bbbb74c11406a32a70652c3 | 0x964017997e2ac03496260870d91062465cf8d046934113ce3db34b984e68b61b | 0x | 0x86544675ae208ab58921c64aca559e8825c6c631 | 0x0000000000000000000000000000000000000000 |
| 297229 | 813711926647883 | true | 170922 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000005711bf3744ab60000000000000000000000000000000000000000000000000000000000000000014ee3aa5aa83583da0de14d744a971b9c79ade92b3000000000000000000000000 | 6765640 | 0xec901da9c68e90798bbbb74c11406a32a70652c3 | 0 | 101 | 2025-10-31T03:12:39.000Z | 0x7122985656e38bdc0302db86685bb972b145bd3cec901da9c68e90798bbbb74c11406a32a70652c3 | 0x5148f6273dd932d5db7b71f4d803e00d276d44f9a4a47aae3103389dba1c0ed7 | 0x | 0xee3aa5aa83583da0de14d744a971b9c79ade92b3 | 0x0000000000000000000000000000000000000000 |
| 210830 | 41912735549238 | true | 87696 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0xf4c02a7b8546019c2e49182270aba9e094370319 | 5585314 | 0xc62c04f7cd4b47729027c138fabd99afa5db1222 | 1 | 218 | 2025-06-16T12:31:39.000Z | 0x80cb36d71cfbfba6602f9692d109aa329d702b6cc62c04f7cd4b47729027c138fabd99afa5db1222 | 0x3fb63f571c9a1e1f39a0fe68027bd5d0b9dd85a31a4fb42acf2db414ddeb30e8 | 0x00020000000000000000000000000000000000000000000000000000000000030d400000000000000000000000000000000000000000000000000000000005f5e100f4c02a7b8546019c2e49182270aba9e094370319 | 0x0000000000000000000000000000000000000000 | 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 | NUMERIC | 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 92074 | 78222471822406 | true | 88076 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0100000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f57600000000001e8480000000000000000000000000174aefe55aac3894696984a2d6a029e66821959300000000002dc6c00000000000000000000000008929c8d4f99115988ebaea29d73023484d1881010000000000000000000000000000000000000000000000000000000000000000 | 3553922 | 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 3,3 | 126 | 2024-10-24T09:46:19.000Z | 0x17313ce6e47d796e61fdeac34ab1f58e3e08908217313ce6e47d796e61fdeac34ab1f58e3e089082 | 0xa4dba505df6a975d75978794168f9ffa971c57b9a53a76a6a92cee6b5d9bc98e | 0x0001000000000000000000000000000000000000000000000000000000000030d400 | 0x174aefe55aac3894696984a2d6a029e668219593 | 0x0000000000000000000000000000000000000000 |
| 255842 | 78222471822406 | true | 88076 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0100000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f57600000008f25c7466000000000000000000000000174aefe55aac3894696984a2d6a029e66821959300000000002dc6c00000000000000000000000002237cd7c142ff6383c58783b6152769a6a277d8c0000000000000000000000000000000000000000000000000000000000000000 | 3555183 | 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 3,3 | 126 | 2024-10-24T13:16:29.000Z | 0x17313ce6e47d796e61fdeac34ab1f58e3e08908217313ce6e47d796e61fdeac34ab1f58e3e089082 | 0x0bfa1278a213810abd71e3fd5f0119fede87605db0a5c30a1543cd90bd5ddc08 | 0x0001000000000000000000000000000000000000000000000000000000000030d400 | 0x174aefe55aac3894696984a2d6a029e668219593 | 0x0000000000000000000000000000000000000000 |
| 157925 | 78222471822406 | true | 88076 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x0100000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f57600000000a50b9640000000000000000000000000174aefe55aac3894696984a2d6a029e66821959300000000002dc6c0000000000000000000000000bf6c4f336da6be72ac4cd55245ce88ac46b1f1010000000000000000000000000000000000000000000000000000000000000000 | 3553517 | 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 3,3 | 126 | 2024-10-24T08:38:49.000Z | 0x17313ce6e47d796e61fdeac34ab1f58e3e08908217313ce6e47d796e61fdeac34ab1f58e3e089082 | 0xc0e996cb72d8f98f2e5464829d94541193d9725ffec70c418136716c57897589 | 0x0001000000000000000000000000000000000000000000000000000000000030d400 | 0x174aefe55aac3894696984a2d6a029e668219593 | 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 |
|---|---|---|---|---|---|---|---|---|---|
| 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 0x174aefe55aac3894696984a2d6a029e668219593 | false | 4938181022000000000000 | 42 | 3393499 | 0x00000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f576 | 126 | 2024-10-05T20:09:09.000Z | 0xdc17324c404d5d90d3fc8df18acd77246dd030e43536b95d08a4243788677e27 |
| 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 0x174aefe55aac3894696984a2d6a029e668219593 | false | 600000000000000000000 | 44 | 3394300 | 0x00000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f576 | 126 | 2024-10-05T22:22:39.000Z | 0xcf6003c4b585eb2c844303f88caa4aac7cd771a7d67a15711d7c83a9d3265aa6 |
| 0x17313ce6e47d796e61fdeac34ab1f58e3e089082 | 0x174aefe55aac3894696984a2d6a029e668219593 | false | 2000000000000000000 | 15 | 3394052 | 0x00000000000000000000000064dc1e8b5e9515de37b58b4d8629bf89bcd1f576 | 126 | 2024-10-05T21:41:19.000Z | 0x014be50dcee20649797360e3c9af9d96cae4c582c7ce6bab69dcd539a07ad38a |
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
| address | removed | in_origin | log_index | in_receiver | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x000cc1a759bc3a15e664ed5379e321be5de1c9b6 | false | {“nonce”:“1”,“sender”:“0x000000000000000000000000da9264c68295b06a05feff112333e1faa6b40535”,“srcEid”:“214”} | 0 | 0xda9264c68295b06a05feff112333e1faa6b40535 | 1306399 | 2024-02-07T06:39:09.000Z | 0xa0acf9f903f454643ebc00012c0dd4db6ec3263776efaab2aabc0f3387a6c2db |
| 0x000cc1a759bc3a15e664ed5379e321be5de1c9b6 | false | {“nonce”:“1”,“sender”:“0x000000000000000000000000da9264c68295b06a05feff112333e1faa6b40535”,“srcEid”:“181”} | 0 | 0xda9264c68295b06a05feff112333e1faa6b40535 | 1306206 | 2024-02-07T06:06:59.000Z | 0xf07b9ce5187525e1b819961e2bc2b990dca13a86886d555d289ac4a304aab983 |
| 0x000cc1a759bc3a15e664ed5379e321be5de1c9b6 | false | {“nonce”:“1”,“sender”:“0x000000000000000000000000da9264c68295b06a05feff112333e1faa6b40535”,“srcEid”:“111”} | 0 | 0xda9264c68295b06a05feff112333e1faa6b40535 | 1305956 | 2024-02-07T05:25:19.000Z | 0x52653081766fd6dfe90888f9e3b553b88c4ae0a1f2effa6ef3736f326debfda1 |
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
| address | in_fees | removed | log_index | block_number | block_timestamp | in_optionalDVNs | in_requiredDVNs | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | [“10230725115360”] | false | 1 | 1295162 | 2024-02-05T23:26:19.000Z | [] | [“0xa09db5142654e3eb5cf547d66833fae7097b21c3”] | 0xc1cf0d92e2c91ff9938905222894c114a59acd308f123ab49f9b2c28db1fb365 |
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | [“0”] | false | 2 | 1306084 | 2024-02-07T05:46:39.000Z | [] | [“0x58ad3a43cd7a0b1adb70814f3602f049c48ac3f8”] | 0x4a74ee942abaf7d053f4820d632f9b9c81f48c77475d477807214472b4ed56dd |
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | [“0”] | false | 2 | 1306085 | 2024-02-07T05:46:49.000Z | [] | [“0x58ad3a43cd7a0b1adb70814f3602f049c48ac3f8”] | 0x95fa10c96a781dd9d4564ad5573a9c0e25ed881fb2111ea5ce9db20f07c16348 |
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
| in_fee | address | removed | log_index | in_executor | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 254474598110289 | 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 0 | 0x8dd9197e51dc6082853ad71d35912c53339777a7 | 1306077 | 2024-02-07T05:45:29.000Z | 0xa4e3abd85914f7f3ae84b68c8c9ef366e4d6be7a6a43e3249434ac6130708732 |
| 22610185891128 | 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 0 | 0x8dd9197e51dc6082853ad71d35912c53339777a7 | 1306083 | 2024-02-07T05:46:29.000Z | 0x473dc702f02072711f6031f80b8175bab12d193ae98af48a823363a555af3c59 |
| 19602482434860 | 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 0 | 0x8dd9197e51dc6082853ad71d35912c53339777a7 | 1306084 | 2024-02-07T05:46:39.000Z | 0x4a74ee942abaf7d053f4820d632f9b9c81f48c77475d477807214472b4ed56dd |
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
| address | in_user | removed | in_amount | log_index | in_receiver | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | 0x8dd9197e51dc6082853ad71d35912c53339777a7 | false | 3254517356124390 | 23 | 0xe93685f3bba03016f02bd1828badd6195988d950 | 1596694 | 2024-03-11T21:01:39.000Z | 0x213b3c25a35345f535acec45f01a791d38fce395734ab4f32b20f78a123e13ad |
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
| address | removed | log_index | in_options | block_number | in_nativeFee | in_lzTokenFee | block_timestamp | transaction_hash | in_encodedPayload |
|---|---|---|---|---|---|---|---|---|---|
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 3 | 0x00030100110100000000000000000000000000030d40 | 1306086 | 7115179427971 | 0 | 2024-02-07T05:46:59.000Z | 0x6033a587d9902bd87c4321230ecb91f44303a4cfc8cea11f52538efeb2b3b1a8 | 0x010000000000000001000000d9000000000000000000000000da9264c68295b06a05feff112333e1faa6b40535000000af000000000000000000000000da9264c68295b06a05feff112333e1faa6b405353ddbdf2ab198ebc1ecd89b0988e4d122c2127ee58a1a76a7c3c36db339bde59201020304 |
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 3 | 0x00030100110100000000000000000000000000030d40 | 1306077 | 254474598110289 | 0 | 2024-02-07T05:45:29.000Z | 0xa4e3abd85914f7f3ae84b68c8c9ef366e4d6be7a6a43e3249434ac6130708732 | 0x010000000000000001000000d9000000000000000000000000da9264c68295b06a05feff112333e1faa6b4053500000066000000000000000000000000da9264c68295b06a05feff112333e1faa6b4053502d02226636559b2b0f050895d20204160c8368f9267a3ace0b6c7673050630b01020304 |
| 0x1ace9dd1bc743ad036ef2d92af42ca70a1159df5 | false | 3 | 0x00030100110100000000000000000000000000030d40 | 1306090 | 896700511914979 | 0 | 2024-02-07T05:47:39.000Z | 0xa889cb2748cb94954e0c9ad0a7f33e6243f442f720743a71524182fa35acf0a7 | 0x010000000000000001000000d9000000000000000000000000da9264c68295b06a05feff112333e1faa6b40535000000b7000000000000000000000000da9264c68295b06a05feff112333e1faa6b4053578ad3aefef6634a9f778234b64998326ae186bc40aee08e222cdb2bc31021ce701020304 |
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
No sample data available.
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