Skip to main content

Tables

LzIndirectOFTV2_SendToChain_event

LayerZero cross-chain token transfer events emitted when tokens are sent to a destination chain via the OFT (Omnichain Fungible Token) V2 protocol. Contains sender address, recipient address, token amount, and LayerZero chain identifier for cross-chain message tracking.
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__dstChainIdSTRINGLayerZero chain identifier for the destination blockchain. String-encoded integer representing the target chain in cross-chain message transfers.
in__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__toAddressSTRINGDestination address for the cross-chain token transfer. 66-character hex string with 0x prefix and 24 leading zeros padding the address.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
addressremovedin__fromlog_indexin__amountblock_numberin__toAddressin__dstChainIdblock_timestamptransaction_hash
0xca0d86afc25c57a6d2acdf331cabd4c9cee05533false0x12c3219a5b559fa7d5951e481d8ba478ec624d26253249740000000000524472850x00000000000000000000000012c3219a5b559fa7d5951e481d8ba478ec624d261672024-01-17T23:31:01.000Z0xad710998dbe60c9cb8760b8729f1f10e945645a18a1c6fa2e1665fb8a74c44d2
0xca0d86afc25c57a6d2acdf331cabd4c9cee05533false0x1a8cf07fdca856f52d35c16296205bfe0bb9a2814991794570000000000524377430x0000000000000000000000001a8cf07fdca856f52d35c16296205bfe0bb9a2811672024-01-17T17:30:11.000Z0x6243155f84d1cc4ffbb1899aa3968c29f3d3a031bd9c9d7b0888f44c2e0cecb0
0xca0d86afc25c57a6d2acdf331cabd4c9cee05533false0x1a8cf07fdca856f52d35c16296205bfe0bb9a2812911993960000000000524376880x0000000000000000000000001a8cf07fdca856f52d35c16296205bfe0bb9a2811672024-01-17T17:28:15.000Z0x3d1e2d4d391e31ed33e98ee87dff12ae0e483fa741b97655707dc0ee453ba7bd
Query with partition filter
SELECT *
FROM `tt-contracts.abracadabra_v1_polygon.LzIndirectOFTV2_SendToChain_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100