Skip to main content
Schema: external.layerzero Table: fact_transactions_snapshot Type: View

What

This table records transactions data provided by LayerZero in their Sybil Reporting effort. You may refer to this github link for more information - https://github.com/LayerZero-Labs/sybil-report/?tab=readme-ov-file . Please reach out to the LayerZero team for any data discrepancies or questions.

Columns

Column NameData TypeDescription
SOURCE_CHAINTEXTThe chain where the transaction originated from.
SOURCE_TRANSACTION_HASHTEXTThe transaction hash from the source chain.
SOURCE_CONTRACTTEXTThe contract address from the source transaction.
DESTINATION_CHAINTEXTThe chain where the transaction is directed to.
DESTINATION_TRANSACTION_HASHTEXTThe transaction hash on the destination chain.
DESTINATION_CONTRACTTEXTThe contract address from the destination transaction.
SENDER_WALLETTEXTThe wallet address that initiated the source transaction hash.
SOURCE_TIMESTAMP_UTCTIMESTAMP_NTZThe timestamp of the source transaction hash in UTC.
PROJECTTEXTThe name of the project.
NATIVE_DROP_USDTEXTThe native drop in USD.
STARGATE_SWAP_USDTEXTThe stargate swap in USD.
SNAPSHOT_VERSIONTEXTThe version number of the snapshot taken.
LAYERZERO_TXS_SNAPSHOT_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.