thorchain.defi Table: fact_withdraw_events Type: Base Table
Fact table containing all withdraw events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_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 |
| BLOCKCHAIN | TEXT | The name of the blockchain |
| FROM_ADDRESS | TEXT | The sending address for this event |
| TO_ADDRESS | TEXT | The receiving address for this event |
| ASSET | TEXT | Asset name or pool name |
| ASSET_E8 | NUMBER | The asset amount for this bond, using the price table we can calculate the rune amount by asset amount |
| EMIT_ASSET_E8 | NUMBER | |
| EMIT_RUNE_E8 | NUMBER | |
| MEMO | TEXT | The memo for this event |
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables |
| STAKE_UNITS | NUMBER | |
| BASIS_POINTS | NUMBER | |
| ASYMMETRY | FLOAT | |
| IMP_LOSS_PROTECTION_E8 | NUMBER | |
| _EMIT_ASSET_IN_RUNE_E8 | NUMBER | |
| _TX_TYPE | TEXT | |
| _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. |