Skip to main content
Schema: thorchain.defi Table: fact_pending_liquidity_events Type: Base Table Fact table that provides the summary of the gas events for each block

Columns

Column NameData TypeDescription
FACT_PENDING_LIQUIDITY_EVENTS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTFK to DIM_BLOCK table
POOL_NAMETEXTName of the pool — also asset name in other tables
ASSET_TX_IDTEXTThe unique transaction id for the rune event, the liquidity type can be add/remove the rune/asset, if the event related to rune
ASSET_BLOCKCHAINTEXTThe blockchain of the asset
ASSET_ADDRESSTEXTThe address of asset
ASSET_E8NUMBERThe amount of asset for the liquidity events
RUNE_TX_IDTEXTThe unique transaction id for the rune event, the liquidity type can be add/remove the rune/asset, if the event related to rune
RUNE_ADDRESSTEXTThe address of rune
RUNE_E8NUMBERThe amount of rune for the liquidity events
PENDING_TYPETEXTThe type of liquidity, can be ‘add’ or ‘withdraw’
_INSERTED_TIMESTAMPTIMESTAMP_NTZ
_AUDIT_RUN_IDTEXT
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.