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

What

This convenience table tracks OLAS token bonding events and the amount of OLAS bonded, in addition to other related details. The Autonolas Tokenomics bonding mechanism enables users holding supported LP-pair assets to deposit them into the Autonolas depository smart contract. In return, they receive OLAS tokens at a discount relative to the price quoted on the relevant DEX after a vesting time. For more information, please visit Olas’ Official 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.
OWNER_ADDRESSTEXTThe address of the owner.
TOKEN_ADDRESSTEXTThe address of the token.
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.
LP_TOKEN_ADDRESSTEXTThe address 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.
PRODUCT_IDNUMBERThe unique identifier of the corresponding product.
BOND_IDNUMBERThe unique identifier of the bond.
MATURITY_TIMESTAMPTIMESTAMP_NTZThe maturity date and time of the bond.
IS_REDEEMEDBOOLEANBoolean to indicate whether the bond has been redeemed or not.
EZ_OLAS_BONDING_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.