thorchain.defi Table: fact_total_value_locked Type: Base Table
Fact table that shows set mimir events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_TOTAL_VALUE_LOCKED_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| DAY | DATE | The timestamp in day for the recorded of the block fee |
| TOTAL_VALUE_POOLED | FLOAT | The total amount of rune provided by the liquidity provides and pooled in the pool |
| TOTAL_VALUE_BONDED | FLOAT | The total amount of rune provided by the node operators and bonded in the pool |
| TOTAL_VALUE_LOCKED | FLOAT | The total rune value locked in the pool |
| _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. |