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
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse44439914659{“bridge”:“hop”,“receiver”:“0x3f7707f924ab242b4f6f6880d20905c03a25ea98”,“referrer”:“0x0000000000000000000000000000000000000000”,“minAmount”:“329592607500000000”,“integrator”:“metamask-bridge”,“transactionId”:“0x212c4e79f1c6228515b1ddbd82b5d0d91bd3f145a907905d6844bf30c1d1b049”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7ceb23fd6bc0add59e62ac25578270cff1b9f619”,“destinationChainId”:“1”,“hasDestinationCall”:true}2023-03-03T11:01:32.000Z0xb789e6f95ed0f7760a259e90d721957b8674921357a0cdfffa8c2b1513072f9b
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse63639897475{“bridge”:“hop”,“receiver”:“0x59d43c99b86caf1d3eedb37462a8f81110a740a0”,“referrer”:“0x0000000000000000000000000000000000000000”,“minAmount”:“624487500000000000”,“integrator”:“metamask-bridge”,“transactionId”:“0xdf46ea35d0d336a29156ad80320af246fc4d55c11c2dabbc96c38d69267ea702”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7ceb23fd6bc0add59e62ac25578270cff1b9f619”,“destinationChainId”:“1”,“hasDestinationCall”:true}2023-03-03T00:03:30.000Z0x2fba38b0369814271f466086f24351c1395d819651fc7a9467d1a457b5cd0625
0x1231deb6f5749ef6ce6943a275a1d3e7486f4eaefalse23039901981{“bridge”:“hop”,“receiver”:“0xc4d8a4813a129835424b22856c19f044b2ecdacd”,“referrer”:“0x0000000000000000000000000000000000000000”,“minAmount”:“24676177500000000”,“integrator”:“metamask-bridge”,“transactionId”:“0xac799c0d652b7d007e4af20fd3bb2828ef67568078180718560b16f5e332b5e5”,“hasSourceSwaps”:true,“sendingAssetId”:“0x7ceb23fd6bc0add59e62ac25578270cff1b9f619”,“destinationChainId”:“1”,“hasDestinationCall”:true}2023-03-03T03:05:34.000Z0x9076475e779acc07195992f7ce52ab615e5590e5e135c73403a019dfba7abaf6
Query with partition filter
SELECT *
FROM `tt-contracts.lifi_v2_polygon.LiFiDiamond_LiFiTransferStarted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100