Table Description
Event data for scheduled outbound on THORChain. This table is partitioned by day.Column Descriptions
| Column | Type | Description |
|---|---|---|
| blockchain | varchar | Source blockchain identifier |
| to_address | varchar | Destination address |
| asset | varchar | Asset identifier |
| asset_e8 | bigint | Asset amount in e8 units |
| asset_decimals | decimal(38,0) | Asset Decimals |
| gas_rate | varchar | Gas Rate |
| memo | varchar | Transaction memo |
| in_hash | varchar | In Hash |
| out_hash | varchar | Out Hash |
| max_gas_amount | decimal(38,0) | Amount value |
| max_gas_decimals | decimal(38,0) | Max Gas Decimals |
| max_gas_asset | varchar | Max Gas Asset |
| module_name | varchar | Module Name |
| vault_pub_key | varchar | Vault Pub Key |
| event_id | bigint | Event identifier |
| block_timestamp | timestamp | Timestamp of when the block was created |
| block_time | timestamp | Timestamp of when the block was created |
| block_month | varchar | Block Month |
| _inserted_timestamp | timestamp | Timestamp of the record |
| fact_scheduled_outbound_events_id | bigint | Surrogate key for the fact record |
| dim_block_id | bigint | Reference to the block dimension table |
| inserted_timestamp | timestamp | Time when the record was inserted |
| modified_timestamp | timestamp | Time when the record was last modified |