Skip to main content
Schema: crosschain.olas Table: fact_pol_transfers Type: View

What

This fact-based table tracks Protocol Owned Liquidity (POL) transfers, recording the movement of LP tokens owned by the OLAS protocol (Treasury: 0xa0da53447c0f6c4987964d8463da7e6628b30f82). For more information on the LP tokens being tracked, please visit Olas’ Bonding Documentation.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
BLOCK_NUMBERNUMBERThe block number at which the transaction is finalized.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp of this transaction in UTC
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
ORIGIN_FROM_ADDRESSTEXTThe address that initiates the transaction. If a transaction generates multiple events, all of them will have the same originfromaddress.
ORIGIN_TO_ADDRESSTEXTThe address that receives the transaction. If a transaction generates multiple events, all of them will have the same origintoaddress.
CONTRACT_ADDRESSTEXTThe address of the contract interacted with.
EVENT_INDEXNUMBEREvent number within a transaction.
EVENT_NAMETEXTThe name of the event.
FROM_ADDRESSTEXTThe sending address of the transfer event.
TO_ADDRESSTEXTThe receiving address of the transfer event.
LP_TOKEN_ADDRESSTEXTThe address of the liquidity pool (LP) token.
LP_TOKEN_NAMETEXTThe name of the liquidity pool (LP) token.
LP_TOKEN_AMOUNT_UNADJNUMBERThe value of the liquidity pool (LP) token, non-decimal adjusted.
LP_TOKEN_AMOUNTFLOATThe value of the liquidity pool (LP) token, decimal adjusted.
SOURCE_CHAINTEXTThe source chain of the bridged liquidity pool (LP) token.
FACT_POL_TRANSFERS_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.