Skip to main content
Schema: thorchain.defi Table: fact_daily_earnings Type: Base Table The earnings information for the whole THORChain network broken down by daily

Columns

Column NameData TypeDescription
FACT_DAILY_EARNINGS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
DAYDATEThe recorded day
LIQUIDITY_FEESFLOATThe summarized liquidity cost fee within this day
LIQUIDITY_FEES_USDFLOATThe summarized liquidity cost fee within this day in USD
BLOCK_REWARDSFLOATThe summarized total block rewards within this day
BLOCK_REWARDS_USDFLOATThe summarized total block rewards within this day in USD
TOTAL_EARNINGSFLOATThe summarized total earnings within this day
TOTAL_EARNINGS_USDFLOATThe summarized total earnings within this day in USD
EARNINGS_TO_NODESFLOATThe summarized bonding earnings within this day
EARNINGS_TO_NODES_USDFLOATThe summarized bonding earnings within this day in USD
EARNINGS_TO_POOLSFLOATThe summarized liquidity earnings fee within this day
EARNINGS_TO_POOLS_USDFLOATThe summarized liquidity earnings fee within this day in USD
AVG_NODE_COUNTNUMBERThe summarized average node operators number within this day
_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.