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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 207643 | 6223387287742397 | true | 85543 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0xb5b1789f8ef50cf6e268fc2537630cf46340a27a | 51327844 | 0x457fd60ffa26576e226252092c98921f12e90fbb | 1 | 184 | 2025-03-27T13:19:27.000Z | 0x6bf98654205b1ac38645880ae20fc00b0bb9ffca457fd60ffa26576e226252092c98921f12e90fbb | 0x96f519414736ef2f5d6390b9d8515d20675769692fbeb23bcf8ac64a2099e60e | 0x00020000000000000000000000000000000000000000000000000000000000030d40000000000000000000000000000000000000000000000000000581b77f66e000b5b1789f8ef50cf6e268fc2537630cf46340a27a | 0x0000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 |
| 566053 | 3834390271923223 | true | 85543 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x277c79c8a4ac00f8bde6af6ba06ac0f2071ece90 | 51337897 | 0x457fd60ffa26576e226252092c98921f12e90fbb | 1 | 102 | 2025-03-27T16:07:00.000Z | 0xef1eae0457e8d56a003d781569489bc5466e574b457fd60ffa26576e226252092c98921f12e90fbb | 0x0635808250c9e0ec08db6b00c3e7bf390158c011ace5c631c4565de3fa4f8c6c | 0x00020000000000000000000000000000000000000000000000000000000000030d4000000000000000000000000000000000000000000000000000071afd498d0000277c79c8a4ac00f8bde6af6ba06ac0f2071ece90 | 0x0000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 |
| 87707 | 5754390271923223 | true | 85543 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x78c688a11c5e1d3c3ba8b3fba5822e6c7c2c19d8 | 51345894 | 0x457fd60ffa26576e226252092c98921f12e90fbb | 1 | 102 | 2025-03-27T18:20:17.000Z | 0xef1eae0457e8d56a003d781569489bc5466e574b457fd60ffa26576e226252092c98921f12e90fbb | 0x2c4d54743766b7fc6a2333b4398a38232a8239df8045ecd152a95bb4152de4d8 | 0x00020000000000000000000000000000000000000000000000000000000000030d40000000000000000000000000000000000000000000000000000cca2e5131000078c688a11c5e1d3c3ba8b3fba5822e6c7c2c19d8 | 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 159270 | 1582389996606785 | true | 156670 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x000000000000000000000000006e2529573e1df15f5169ff20865d04f9802ae884000000000e7298a3 | 31459827 | 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 0 | 183 | 2024-08-09T14:25:50.000Z | 0x0d1e753a25ebda689453309112904807625befbe2779106e4f4a8a28d77a24c18283651a2ae22d1c | 0x644f013347c4938b2c8e1137d3e715710fab0f8b4f67d1058a96a22228f1bdc5 | 0x00020000000000000000000000000000000000000000000000000000000000030d40000000000000000000000000000000000000000000000000000099b460f790006e2529573e1df15f5169ff20865d04f9802ae884 | 0x6e2529573e1df15f5169ff20865d04f9802ae884 | 0x0000000000000000000000000000000000000000 |
| 90725 | 3608501347780731 | true | 88561 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x5d0cc6db10dedd50f1d212d6b5b700a35be0a3cd | 31438504 | 0x457fd60ffa26576e226252092c98921f12e90fbb | 1 | 110 | 2024-08-09T08:30:27.000Z | 0x4ae8cebccd7027820ba83188dfd73ccad0a92806457fd60ffa26576e226252092c98921f12e90fbb | 0x372a05441f18e17d3fdfae7d8e429ebaaa96a5ad6ca77da9d60964ded50d37fd | 0x00020000000000000000000000000000000000000000000000000000000000030d400000000000000000000000000000000000000000000000000001476b081e80005d0cc6db10dedd50f1d212d6b5b700a35be0a3cd | 0x0000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000 |
| 87707 | 26510428244812967 | true | 85543 | 0xc5803100 | 0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7 | 0x4fe995c503cf03698017b8b51ee8719b0c905bf0 | 31446682 | 0x457fd60ffa26576e226252092c98921f12e90fbb | 1 | 214 | 2024-08-09T10:46:45.000Z | 0x7dfb5e7808b5eb4fb8b9e7169537575f6ff1a218457fd60ffa26576e226252092c98921f12e90fbb | 0x16438ab3fdd0ad1f6a545459544fc99c068391c52064cba7dce881747d36fec3 | 0x00020000000000000000000000000000000000000000000000000000000000030d40000000000000000000000000000000000000000000000000000e35fa931a00004fe995c503cf03698017b8b51ee8719b0c905bf0 | 0x0000000000000000000000000000000000000000 | 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 |
|---|---|---|---|---|---|---|---|---|---|
| 0x100d331c1b5dcd41eacb1eced0e83dcebf3498b2 | 0x03862dfa5d0be8f64509c001cb8c6188194469df | false | 800000000000000000 | 38 | 22213477 | 0x00000000000000000000000003862dfa5d0be8f64509c001cb8c6188194469df | 101 | 2024-04-24T14:00:00.000Z | 0x833d13f74fe5a38b97cb1e35c4b32db937e372fb0fef357872a24ec5e59124d0 |
| 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 0xba18e0f1899b81aafbd9382e96769bb9fb1cb69e | false | 1350940000000000000000 | 32 | 22200352 | 0x000000000000000000000000ba18e0f1899b81aafbd9382e96769bb9fb1cb69e | 102 | 2024-04-24T10:21:15.000Z | 0x98bda475bf6c4f44ad24f87d017049f0886b89fb98ee214c16337277467b751b |
| 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 0x19ae2e7b8e173ff9e1cb703bf523b2fd7561e8a6 | false | 10477620280000000000 | 23 | 22238009 | 0x00000000000000000000000019ae2e7b8e173ff9e1cb703bf523b2fd7561e8a6 | 102 | 2024-04-24T20:48:52.000Z | 0x3bdb1f9bed71aeb9bca17323f1214e74dde5bb51a0837f070d456f622bfb8d2b |
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 |
|---|---|---|---|---|---|---|---|
| 0x7807888fac5c6f23f6eefef0e6987df5449c1beb | false | {“nonce”:“7207”,“sender”:“0x000000000000000000000000b274202daba6ae180c665b4fbe59857b7c3a8091”,“srcEid”:“102”} | 2 | 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 64382514 | 2025-06-23T09:18:38.000Z | 0xd7fbcf9259abf945355f92fe12a3024477b895d7daa4b8a197af50abe9d7579a |
| 0x7807888fac5c6f23f6eefef0e6987df5449c1beb | false | {“nonce”:“7208”,“sender”:“0x000000000000000000000000b274202daba6ae180c665b4fbe59857b7c3a8091”,“srcEid”:“102”} | 2 | 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 64401800 | 2025-06-23T11:59:21.000Z | 0x6ba58856e59f4e3384c593bee44d2926581cf6d9fe968a2b870d71fae57be841 |
| 0x7807888fac5c6f23f6eefef0e6987df5449c1beb | false | {“nonce”:“1027”,“sender”:“0x0000000000000000000000001b896893dfc86bb67cf57767298b9073d2c1ba2c”,“srcEid”:“110”} | 2 | 0x2779106e4f4a8a28d77a24c18283651a2ae22d1c | 64408824 | 2025-06-23T12:57:53.000Z | 0x56a4fcf87983c44873cd0ade1f1bf820163d752e4a320bbef958df3b04cc3276 |
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 |
|---|---|---|---|---|---|---|---|---|
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | [“9048880826499”,“8986533533270”] | false | 5 | 62944331 | 2025-06-15T01:33:47.000Z | [] | [“0x3ebb618b5c9d09de770979d552b27d6357aff73b”,“0x6a4c9096f162f0ab3c0517b0a40dc1ce44785e16”] | 0xb1fd53128112a6e6183005de92027e9a0bb246711abacd86b291c6ac31d73c61 |
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | [“4187431722211”,“4137136961918”] | false | 2 | 63093983 | 2025-06-15T22:20:53.000Z | [] | [“0x3ebb618b5c9d09de770979d552b27d6357aff73b”,“0x6a4c9096f162f0ab3c0517b0a40dc1ce44785e16”] | 0x54f4f2481d8e39b67160db8f84a7957a611e87246dfa1e8f090beca8a7574b93 |
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | [“0”] | false | 60 | 15531250 | 2024-02-07T05:49:33.000Z | [] | [“0x58ad3a43cd7a0b1adb70814f3602f049c48ac3f8”] | 0x7c1b4d660964bbad53f46128132334380627b8d3e0e48f8d53ea5e17b0409abc |
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 |
|---|---|---|---|---|---|---|---|
| 104296231716757 | 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 10 | 0xacbd57daaafb7d9798992a7b0382fc67d3e316f3 | 64035986 | 2025-06-21T09:10:54.000Z | 0x013eaf6d913210900975f4e2e3deb6a9706d7ed1b434408e1c97053291ee7c3a |
| 104296231716757 | 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 1 | 0xacbd57daaafb7d9798992a7b0382fc67d3e316f3 | 63985189 | 2025-06-21T02:07:36.000Z | 0x1d7ea06f2493aa627a93513153d4e3fa47c70dc3c767ff5e0e48ac0deff8fb0c |
| 83506212480512 | 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 1 | 0xacbd57daaafb7d9798992a7b0382fc67d3e316f3 | 64073164 | 2025-06-21T14:20:43.000Z | 0xbe2e25aa61cc40b95edc79f3d522a8e3c08bf8c36201d0ce5017ff017a5a798e |
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 |
|---|---|---|---|---|---|---|---|---|
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | 0xacbd57daaafb7d9798992a7b0382fc67d3e316f3 | false | 28769860348043762 | 22 | 0xe93685f3bba03016f02bd1828badd6195988d950 | 18437174 | 2024-03-11T21:01:37.000Z | 0xf9d2fbe57b865ad646bf0dbdfb3f4944e56c5b77c4c087ec3e98f8405e53d009 |
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 |
|---|---|---|---|---|---|---|---|---|---|
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 3 | 0x00010000000000000000000000000000000000000000000000000000000000030d40 | 64073164 | 101425623087950 | 0 | 2025-06-21T14:20:43.000Z | 0xbe2e25aa61cc40b95edc79f3d522a8e3c08bf8c36201d0ce5017ff017a5a798e | 0x010000000000000166000000ca0000000000000000000000002779106e4f4a8a28d77a24c18283651a2ae22d1c0000006e0000000000000000000000001b896893dfc86bb67cf57767298b9073d2c1ba2cebfab970044bcc449b8e07ab9e12f9399aa58597d626bb33c7696d3aff6d45f3000000000000000000000000005af04a892e6f52177d87152a9f02413d25968e6300000000089b8990 |
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 3 | 0x00010000000000000000000000000000000000000000000000000000000000030d40 | 63985189 | 124634791716757 | 0 | 2025-06-21T02:07:36.000Z | 0x1d7ea06f2493aa627a93513153d4e3fa47c70dc3c767ff5e0e48ac0deff8fb0c | 0x010000000000000cb1000000ca0000000000000000000000002779106e4f4a8a28d77a24c18283651a2ae22d1c00000066000000000000000000000000b274202daba6ae180c665b4fbe59857b7c3a80915b0584ba290ee25bfc3b865feb872880ee07be80d089136ca4f08537935ca9b3000000000000000000000000007fd40714fa46134b9ec8c173b7f9c607d54abf2c000000000d35bcd6 |
| 0xa2532e716e5c7755f567a74d75804d84d409dcda | false | 12 | 0x00010000000000000000000000000000000000000000000000000000000000030d40 | 64035986 | 124634791716757 | 0 | 2025-06-21T09:10:54.000Z | 0x013eaf6d913210900975f4e2e3deb6a9706d7ed1b434408e1c97053291ee7c3a | 0x010000000000000cb2000000ca0000000000000000000000002779106e4f4a8a28d77a24c18283651a2ae22d1c00000066000000000000000000000000b274202daba6ae180c665b4fbe59857b7c3a80915432dbb72faa40895bcd737e6e3af77992a66960e282cf5ce8e50c44e8c8d5a600000000000000000000000000cd9f63e27bc1f0cb375ef4012c66768211427b3400000000048da301 |
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