thorchain.defi Table: fact_failed_deposit_messages Type: Base Table
Fact table containing failed deposit messages
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_FAILED_DEPOSIT_MESSAGES_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 | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| AMOUNT_E8 | NUMBER | The amount of the failed deposit in E8 notation |
| ASSET | TEXT | Asset name or pool name |
| FROM_ADDRESS | TEXT | The sending address for this event |
| MEMO | TEXT | The memo for this event |
| CODE | NUMBER | Error code associated with the failed deposit |
| REASON | TEXT | Detailed reason for the failed deposit |
| TX_ID | TEXT | The unique transaction id |
| EVENT_ID | NUMBER | Unique identifier for the failed deposit event |
| _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. |