Skip to main content

Tables

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_bridgeDataSTRUCT<transactionId STRING, bridge STRING, integrator STRING, referrer STRING, sendingAssetId STRING, receiver STRING, minAmount STRING, destinationChainId STRING, hasSourceSwaps BOOL, hasDestinationCall BOOL>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.
addressremovedlog_indexblock_numberin_bridgeDatablock_timestamptransaction_hash
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1025977546{“bridge”:“hop”,“receiver”:“0xa3e78d584ab900eff2ecf229abd413e3edc27128”,“referrer”:“0x0000000000000000000000000000000000000001”,“minAmount”:“98600000000000000”,“integrator”:“transferto.xyz”,“transactionId”:“0xd83022ff6788814c4481cc803987425e3a2dffe4960e6ce27a94c5929e73a593”,“hasSourceSwaps”:true,“sendingAssetId”:“0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2023-01-15T13:36:15.000Z0xdc139e0dbf2cf58f9f1447e03c91c7731cf917119e24e79253be32866d69f3e2
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1025978291{“bridge”:“hop”,“receiver”:“0x66ac3ce2161143c9438f937ea38ecb0fa2c3de26”,“referrer”:“0x0000000000000000000000000000000000000001”,“minAmount”:“399400000000000000”,“integrator”:“transferto.xyz”,“transactionId”:“0x4377c9a6c4e1aac03af79fde60dfe3ef2f636aeb19ba0412fc37d51937ce4710”,“hasSourceSwaps”:true,“sendingAssetId”:“0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2023-01-15T14:41:05.000Z0x181bf494d15a544ce89497b4e7513c7edafa512f2a9a6a12545e33a9022f02b0
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1025977320{“bridge”:“hop”,“receiver”:“0x0494f503912c101bfd76b88e4f5d8a33de284d1a”,“referrer”:“0x0000000000000000000000000000000000000000”,“minAmount”:“7996414800”,“integrator”:“transferto.xyz”,“transactionId”:“0x07707bd217fa2d76d9aceca8ac3e1e84b6ef687a9523aeb3814fa517165610da”,“hasSourceSwaps”:true,“sendingAssetId”:“0xddafbb505ad214d7b80b1f830fccc89b60fb7a83”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2023-01-15T13:16:40.000Z0x97eaa551ab4a7d58e3b2bf5f4efeb54cf82867efad337c6d4671ef8fe47fb647
Query with partition filter
SELECT *
FROM `tt-contracts.lifi_v2_gnosis.LiFiDiamond_LiFiTransferStarted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100