Skip to main content
Schema: thorchain.defi Table: fact_reserve_events Type: Base Table Fact table that shows the amount of rune reserved into the network

Columns

Column NameData TypeDescription
FACT_RESERVE_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
TX_IDTEXTThe unique transaction id
BLOCKCHAINTEXTThe name of the blockchain
FROM_ADDRESSTEXTThe sending address for this event
TO_ADDRESSTEXTThe receiving address for this event
ASSETTEXTAsset name or pool name
ASSET_E8NUMBERThe asset amount
MEMOTEXTThe memo for this event
ADDRESSTEXTThe address reserve the amount to the pool
E8NUMBERThe rune amount
_TX_TYPETEXT
_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.