Skip to main content
Schema: thorchain.defi Table: fact_upgrades Type: Base Table Fact table containing upgrade events

Columns

Column NameData TypeDescription
FACT_UPGRADES_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_IDTEXT
TX_IDTEXTThe unique transaction id
FROM_ADDRESSTEXTThe address initiated this transfers
TO_ADDRESSTEXTThe address received this transfers
BURN_ASSETTEXTThe burned asset
RUNE_AMOUNTFLOATThe transferred RUNE amount
RUNE_AMOUNT_USDFLOATThe transferred RUNE amount in USD
MINT_AMOUNTFLOATThe minted RUNE amount
MINT_AMOUNT_USDFLOATThe minted RUNE amount in USD
_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.