Skip to main content
Schema: thorchain.defi Table: fact_mint_burn_events Type: Base Table Fact table that shows that the mint and burn events

Columns

Column NameData TypeDescription
FACT_MINT_BURN_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
ASSETTEXTAsset name or pool name
ASSET_E8NUMBERThe asset amount for this mint/burn, using the price table we can calculate the rune amount by asset amount
SUPPLYTEXTThe mint or burn action
REASONTEXTThe reason for the mint or burn action
EVENT_IDNUMBER
_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.