thorchain.defi Table: fact_rune_pool_withdraw_events Type: Base Table
Fact table containing all rune pool withdraw events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_RUNE_POOL_WITHDRAW_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 |
| TX_ID | TEXT | The unique transaction id |
| RUNE_ADDRESS | TEXT | The account public key |
| AMOUNT_E8 | NUMBER | The asset amount for this event |
| UNITS | NUMBER | The amount of units for the transactions |
| BASIS_POINTS | NUMBER | The basis points for the transactions |
| AFFILIATE_BASIS_POINTS | NUMBER | The affiliate basis points for the transactions |
| AFFILIATE_AMOUNT_E8 | NUMBER | The affiliate amount for the transactions |
| AFFILIATE_ADDRESS | TEXT | The affiliate address for the transactions |
| 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. |