thorchain.defi Table: fact_pool_block_fees Type: Base Table
Fact table that shows the fee paid by each pool at different timestamp
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_POOL_BLOCK_FEES_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| DAY | DATE | The unique transaction id |
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables |
| REWARDS | FLOAT | The total rewards |
| TOTAL_LIQUIDITY_FEES_RUNE | FLOAT | The total liquidity fees paid in RUNE |
| ASSET_LIQUIDITY_FEES | FLOAT | The liquidity fees paid in Asset |
| RUNE_LIQUIDITY_FEES | FLOAT | The liquidity fees paid in RUNE |
| EARNINGS | FLOAT | The total earnings for this pool at this time |
| _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. |