thorchain.defi Table: fact_stake_events Type: Base Table
What
Fact table containing stake eventsColumns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_STAKE_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 |
| POOL_NAME | TEXT | Name of the pool — also asset name in other tables |
| ASSET_TX_ID | TEXT | The unique transaction id |
| ASSET_BLOCKCHAIN | TEXT | The name of the blockchain |
| ASSET_ADDRESS | TEXT | The account public key |
| ASSET_E8 | NUMBER | The asset amount for this event |
| STAKE_UNITS | NUMBER | STAKE_UNITS column |
| RUNE_TX_ID | TEXT | The unique transaction id |
| RUNE_ADDRESS | TEXT | The account public key |
| RUNE_E8 | NUMBER | The asset amount for this event |
| _ASSET_IN_RUNE_E8 | NUMBER | _ASSET_IN_RUNE_E8 column |
| MEMO | TEXT | MEMO column |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| _AUDIT_RUN_ID | TEXT | _AUDIT_RUN_ID column |
| 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. |