Skip to main content
Schema: sei.defi Table: fact_lp_actions Type: View Records liquidity provider transactions on Sei for Astroport, Fuzio, Levnana, and Seaswap

Columns

Column NameData TypeDescription
PLATFORMTEXT
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_SUCCEEDEDBOOLEANTransaction status is TRUE if the transaction was successful, FALSE if the transaction failed.
TX_IDTEXTA unique key that identifies a transaction. Called “TxHash” on block explorers.
MSG_GROUPNUMBERValue grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a ”:” seperator. The subgroup will always be 0 except for “Exec” actions. NULL group means messages are related to the header (overall transaction)
MSG_SUB_GROUPNUMBERSilver only — Numeric value grouping different messages together to represent a single action within a group. This is relevent for exec actions that contain mutiple underlying actions. NULL sub group means messages are related to the header (overall transaction)
MSG_INDEXNUMBERShort for “message index,” the position in which messages occur in a transaction.
LIQUIDITY_PROVIDER_ADDRESSTEXTThe address that took an action on the pool.
LP_ACTIONTEXTThe action that the liquidity provider took. The value is one of the following: add_liquidity,remove_liquidity
POOL_ADDRESSTEXTAddress of the pool
POOL_NAMETEXTThe name of the pool
TOKEN1_AMOUNTFLOATThe amount of the first token provided by the liquidity provider
TOKEN1_CURRENCYTEXTThe currency of the first token provided by the liquidity provider
TOKEN2_AMOUNTNUMBERThe amount of the second token provided by the liquidity provider
TOKEN2_CURRENCYTEXTThe currency of the second token provided by the liquidity provider
LP_TOKEN_ADDRESSTEXTThe address of LP tokens that were added, removed, bonded, or unbonded from the pool.
_INSERTED_TIMESTAMPTIMESTAMP_LTZ
FACT_LP_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.