Tables
LiFiDiamond_LiFiTransferCompleted_event
Cross-chain transfer completion events from LiFi Diamond proxy contracts recording finalized asset deliveries. Contains receiver address, asset identifier, transferred amount, and cross-chain transaction identifier for tracking bridge settlement status.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_receivingAssetId | STRING | Contract address of the asset being received in the transaction. Hex-encoded, 0x-prefixed, 42-character string, or 0x0000000000000000000000000000000000000000 for native tokens. |
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. |
in_timestamp | STRING | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch. |
Sample Data
Sample Data
| address | removed | in_amount | log_index | in_receiver | block_number | in_timestamp | block_timestamp | in_transactionId | transaction_hash | in_receivingAssetId |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 43290952886508646 | 35 | 0x35283b9f5d5c656ebd603cbdae79913b1c175db4 | 22853848 | 1656227415 | 2022-06-26T07:10:15.000Z | 0x17e24c69a9d230df538bd04787ce7a4f2652a644948353e9492b728d24f5b245 | 0x669a21c8f4ba748490c33f7328e2562afa30eca823d096855e2f89400ad92e79 | 0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1 |
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 8190956636279976 | 19 | 0xc3eee42ba76ddd264ac35d306e898fe113ea1694 | 22861607 | 1656268680 | 2022-06-26T18:38:00.000Z | 0xdbc74a2c8477b93084dcdd23d6e88064e67e6bfa95ed578894d6c1aa4a3bfa43 | 0x0d3eb25ae5f03fbfac01f47700553f5127db4f893f816011c022812d20415491 | 0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1 |
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 4105939 | 25 | 0x51c5e10189099ae4a09860351678bfff374961c0 | 22855291 | 1656235125 | 2022-06-26T09:18:45.000Z | 0x6840e683930f63790c3f16398c6dab6572b859739929ff1c43aa0d302bef53b4 | 0x6d4e3a78dfe8cdc355bc94af67142dde429ba3f8e15acbacabae507e4890ecd3 | 0xddafbb505ad214d7b80b1f830fccc89b60fb7a83 |
Example Query
Example Query
Query with partition filter
LiFiDiamond_LiFiTransferStarted_event
LiFi cross-chain transfer initiation events emitted when users start bridge transactions through the LiFi Diamond protocol. Contains bridge routing parameters including source and destination assets, amounts, receiver addresses, chain identifiers, and integration metadata for tracking cross-chain asset transfers.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_transactionId | STRING | Unique identifier for the cross-chain transaction. 66-character hex string including 0x prefix. |
in_bridge | STRING | Name of the bridge protocol used to facilitate the cross-chain transfer. String value identifying the bridge service such as hop, nxtp, or across. |
in_bridgeData | STRING | Bridge transaction metadata containing identifiers and routing information for cross-chain transfers. Includes transaction ID, bridge protocol name, integrator, referrer address, sending asset ID, receiver address, minimum transfer amount, destination chain ID, and flags indicating whether source swaps or destination calls are included. |
in_integrator | STRING | Identifier of the platform or application that integrated with LiFi to facilitate the transaction. String value representing the integrator name or domain. |
in_referrer | STRING | Address that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_sendingAssetId | STRING | Contract address of the asset being sent in the transaction. Hex-encoded, 0x-prefixed, 42-character string, or 0x0000000000000000000000000000000000000000 for native tokens. |
in_receivingAssetId | STRING | Contract address of the asset being received in the transaction. Hex-encoded, 0x-prefixed, 42-character string, or 0x0000000000000000000000000000000000000000 for native tokens. |
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. |
in_destinationChainId | STRING | Chain identifier for the destination blockchain where tokens or messages will be received. Numeric string representing the standard chain ID. |
in_hasSourceSwap | BOOL | Boolean flag indicating whether a token swap was executed on the source chain before initiating the bridge transfer. |
in_hasDestinationCall | BOOL | Boolean flag indicating whether a smart contract call will be executed on the destination chain after the bridge transfer completes. |
Sample Data
Sample Data
| address | removed | in_amount | in_bridge | log_index | in_receiver | in_referrer | block_number | in_bridgeData | in_integrator | block_timestamp | in_hasSourceSwap | in_transactionId | transaction_hash | in_sendingAssetId | in_receivingAssetId | in_destinationChainId | in_hasDestinationCall |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 450890000 | hop | 14 | 0x2d96e1fe38ff45cc8910c617b3c5e0b6298a81f3 | 0x0000000000000000000000000000000000000000 | 23640134 | transferto.xyz | 2022-08-11T08:20:30.000Z | false | 0xd36aa4c51a7b0196e225e27723fc528b46867e7f52a05e7d83c130f5af174cf7 | 0x41e04986dbb784cde29c91e99bdc25945a28de2e6ffc2fb1c380e30d74a59080 | 0xddafbb505ad214d7b80b1f830fccc89b60fb7a83 | 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 | 1 | false | |
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 98997186 | hop | 11 | 0xe456ff3e321be2675a5aeb56b3623586254c3419 | 0x0000000000000000000000000000000000000000 | 23636571 | transferto.xyz | 2022-08-11T03:20:25.000Z | false | 0xc93d3c9f62c7096c04c2268656881742411b115f6f1a8492cb8b4a052e4c8f5b | 0x3801367029a752f52dca47272f2bdfb607a80b01f601732f1598f87b3fcfc3dd | 0xddafbb505ad214d7b80b1f830fccc89b60fb7a83 | 0x7f5c764cbc14f9669b88837ca1490cca17c31607 | 10 | false | |
| 0x362fa9d0bca5d19f743db50738345ce2b40ec99f | false | 50000000 | nxtp | 4 | 0x019ffef8c22df637d42aa572389bef4e105abe75 | 0x0000000000000000000000000000000000000000 | 23641707 | transferto.xyz | 2022-08-11T10:33:15.000Z | false | 0xa6605fc2bb1c8678b95a774835a9f562f9da0d13e84f79a61ce5be88e5dbd5e0 | 0x77f99e27d383ae56e0d9e7748e8dcd3684cf718004a1846ce6527ae4d0fa6627 | 0xddafbb505ad214d7b80b1f830fccc89b60fb7a83 | 0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d | 56 | false |
Example Query
Example Query
Query with partition filter