Skip to main content
Schema: thorchain.defi Table: fact_pool_block_fees Type: Base Table Fact table that shows the fee paid by each pool at different timestamp

Columns

Column NameData TypeDescription
FACT_POOL_BLOCK_FEES_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
DAYDATEThe unique transaction id
POOL_NAMETEXTName of the pool — also asset name in other tables
REWARDSFLOATThe total rewards
TOTAL_LIQUIDITY_FEES_RUNEFLOATThe total liquidity fees paid in RUNE
ASSET_LIQUIDITY_FEESFLOATThe liquidity fees paid in Asset
RUNE_LIQUIDITY_FEESFLOATThe liquidity fees paid in RUNE
EARNINGSFLOATThe total earnings for this pool at this time
_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.