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
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1143172068{“bridge”:“hop”,“receiver”:“0x906dcad739f47f6d14797a631af39154ee6ef322”,“referrer”:“0x0000000000000000000000000000000000000028”,“minAmount”:“50990000”,“integrator”:“transferto.xyz”,“transactionId”:“0x2436f14bb686061de4fb9c943b18874f861096cbb93fc7301f7cc6ef9cbdf2a9”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7f5c764cbc14f9669b88837ca1490cca17c31607”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2022-11-28T10:51:38.000Z0x200462628b59f66df635db392c3a3c0e3063dd54b7fb49710402eaa7e6cc5d75
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1143223360{“bridge”:“hop”,“receiver”:“0x6c51ead5552443d5701d7f9fe0cc71aab3527910”,“referrer”:“0x0000000000000000000000000000000000000001”,“minAmount”:“51000000”,“integrator”:“transferto.xyz”,“transactionId”:“0xa38f14764a8741a6f1b6476b8160d6b4aaa087d23e2b14f12750590e045c5014”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7f5c764cbc14f9669b88837ca1490cca17c31607”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2022-11-28T13:50:19.000Z0x7479e74b4f81eab6b9f6ba66aae74795a2fe6aedd8f80f421f28b5773b5d46e5
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse1143172720{“bridge”:“hop”,“receiver”:“0xa8f9dcddd0a89c72af6f121734ad1dd7d1120529”,“referrer”:“0x0000000000000000000000000000000000000028”,“minAmount”:“51110000”,“integrator”:“transferto.xyz”,“transactionId”:“0x0698594286de06ad26f7d2f15d06fd90eee6fdbb3881cde10d8c4a03987f93fc”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7f5c764cbc14f9669b88837ca1490cca17c31607”,“destinationChainId”:“42161”,“hasDestinationCall”:true}2022-11-28T10:54:08.000Z0x5228749f757954b3c14395fdd5e6b551988891fc32c82b87f1471e6872064797
Query with partition filter
SELECT *
FROM `tt-contracts.lifi_v2_optimism.LiFiDiamond_LiFiTransferStarted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100