Skip to main content
Schema: aleo.defi Table: fact_liquidity_pool_actions Type: Base Table Records of all liquidity pool actions on Aleo, including adding and removing liquidity.

Columns

Column NameData TypeDescription
BLOCK_TIMESTAMPTIMESTAMP_NTZThe timestamp at which the block began.
BLOCK_IDNUMBERThe block height the block was recorded at.
TX_IDTEXTThe unique identifier for the transaction.
SUCCEEDEDBOOLEANA boolean value indicating if the event succeeded.
ROOT_ACTIONTEXTThe program and function that initiated the liquidity pool action
LIQUIDITY_ACTIONTEXTThe type of liquidity action performed (e.g., add, remove)
LIQUIDITY_PROVIDERTEXTThe address that performed the liquidity pool action
TOKEN1_IDTEXTThe token id of the first token in the liquidity pair
TOKEN1_SYMBOLTEXTThe symbol of the first token in the liquidity pair
TOKEN1_AMOUNT_UNADJNUMBERThe amount of the first token added or removed from the pool, unadjusted for decimals
TOKEN1_AMOUNTFLOATThe amount of the first token added or removed from the pool, adjusted for decimals
TOKEN2_IDTEXTThe token id of the second token in the liquidity pair
TOKEN2_SYMBOLTEXTThe symbol of the second token in the liquidity pair
TOKEN2_AMOUNT_UNADJNUMBERThe amount of the second token added or removed from the pool, unadjusted for decimals
TOKEN2_AMOUNTFLOATThe amount of the second token added or removed from the pool, adjusted for decimals
LIQUIDITY_POOL_PROTOCOLTEXTThe liquidity pool protocol related to the action
FACT_LIQUIDITY_POOL_ACTIONS_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.
_INVOCATION_IDTEXT