thorchain.defi Table: fact_scheduled_outbound_events Type: Base Table
Fact table that shows scheduled outbound events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_SCHEDULED_OUTBOUND_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 |
| BLOCKCHAIN | TEXT | |
| TO_ADDRESS | TEXT | |
| ASSET | TEXT | |
| ASSET_E8 | NUMBER | |
| ASSET_DECIMALS | NUMBER | |
| GAS_RATE | NUMBER | |
| MEMO | TEXT | |
| IN_HASH | TEXT | |
| OUT_HASH | TEXT | |
| MAX_GAS_AMOUNT | TEXT | |
| MAX_GAS_DECIMALS | TEXT | |
| MAX_GAS_ASSET | TEXT | |
| MODULE_NAME | TEXT | |
| VAULT_PUB_KEY | TEXT | |
| 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. |