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
0x4035957323fc05ad9704230e3dc1e7663091d262false0x36d4686e19c052787d7f24e6913cebc0257148951411082498131000000000097356780x000000000000000000000000e8efe3c70e5adc3869a6bf2ef284417e623dc3131022024-01-26T09:18:23.000Z0xa1a557033506eed4b3e62321a139f755b04cab6dee555c576a7150e680c008a0
0x4035957323fc05ad9704230e3dc1e7663091d262false0x64cf952dfda4cf3c12d6925f38fb59dff741d40e1360342580000000000097606500x00000000000000000000000064cf952dfda4cf3c12d6925f38fb59dff741d40e1022024-01-26T23:10:47.000Z0x8b3486b7f62735350bb887c8e872652b7ef530fcadb972f04545803b78c76c04
0x4035957323fc05ad9704230e3dc1e7663091d262false0x36d4686e19c052787d7f24e6913cebc02571489544205776325000000000097347830x000000000000000000000000a8934ea7a18ef51f7faac013ff595873878450821062024-01-26T08:48:33.000Z0xb2bae2bc6cc1d0e1a7dcc9e62b67e78cbdd8586cd08c8f247756ccae71088895
Query with partition filter
SELECT *
FROM `tt-contracts.abracadabra_v1_base.LzIndirectOFTV2_SendToChain_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LzOFTV2FeeHandler_LogFeeCollected_event

Fee collection events from Abracadabra’s LayerZero OFT (Omnichain Fungible Token) V2 fee handler contract on Base. Records cross-chain bridging fees captured per transaction for analyzing protocol revenue and bridge usage patterns.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x52b2773fb2f69d565c651d364f0aa95ebed097e4false634111388006417050778022023-10-10T13:35:51.000Z0x6e84c6574da6a710ac6b9d05aa94240ca7406b882170e253d2f0ac99bb72652d
0x52b2773fb2f69d565c651d364f0aa95ebed097e4false638460380883755050919602023-10-10T21:27:47.000Z0x170ce4d4d379e325353031ccf4c6cf524ab6517fb7ef0fe0df49fdc557263cb6
0x52b2773fb2f69d565c651d364f0aa95ebed097e4false642797454522080150908222023-10-10T20:49:51.000Z0x3c100dae8a7aefe00ad1ecd2c0cd72a89de2daba5318c6d96d28006d0ae56792
Query with partition filter
SELECT *
FROM `tt-contracts.abracadabra_v1_base.LzOFTV2FeeHandler_LogFeeCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100