thorchain.defi Table: fact_mint_burn_events Type: Base Table
Fact table that shows that the mint and burn events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_MINT_BURN_EVENTS_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table |
| ASSET | TEXT | Asset name or pool name |
| ASSET_E8 | NUMBER | The asset amount for this mint/burn, using the price table we can calculate the rune amount by asset amount |
| SUPPLY | TEXT | The mint or burn action |
| REASON | TEXT | The reason for the mint or burn action |
| EVENT_ID | NUMBER | |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |