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

What

This convenience table captures the locking of OLAS tokens for Voting Escrow OLAS (veOLAS), including information on the amount locked and the duration of the lock-up periods.

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.
CONTRACT_NAMETEXTCONTRACT_NAME column
EVENT_INDEXNUMBEREvent number within a transaction.
EVENT_NAMETEXTThe name of the event.
ACCOUNT_ADDRESSTEXTThe address of the account.
OLAS_AMOUNT_UNADJNUMBERThe value of the asset, non-decimal adjusted.
OLAS_AMOUNTFLOATThe value of the asset, decimal adjusted.
OLAS_AMOUNT_USDFLOATThe value of the asset, denominated in USD where available.
UNLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time that the asset unlocks for redemption.
EZ_OLAS_LOCKING_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.