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

Columns

Column NameData TypeDescription
FACT_STAKE_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
ASSET_BLOCKCHAINTEXTThe name of the blockchain
ASSET_ADDRESSTEXTThe account public key
ASSET_E8NUMBERThe asset amount for this event
STAKE_UNITSNUMBER
RUNE_TX_IDTEXTThe unique transaction id
RUNE_ADDRESSTEXTThe account public key
RUNE_E8NUMBERThe asset amount for this event
_ASSET_IN_RUNE_E8NUMBER
_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.