Skip to main content
Schema: thorchain.defi Table: fact_block_rewards Type: Base Table The summarized rewards information for each block per day

Columns

Column NameData TypeDescription
FACT_BLOCK_REWARDS_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
DAYDATEThe recorded day
LIQUIDITY_FEEFLOATThe summarized liquidity cost fee within this day
BLOCK_REWARDSFLOATThe summarized total block rewards within this day
EARNINGSFLOATThe summarized earnings within this day
BONDING_EARNINGSFLOATThe summarized bonding earnings within this day
LIQUIDITY_EARNINGSFLOATThe summarized liquidity earnings fee within this day
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.