Skip to main content
Schema: thorchain.defi Table: fact_failed_deposit_messages Type: Base Table Fact table containing failed deposit messages

Columns

Column NameData TypeDescription
FACT_FAILED_DEPOSIT_MESSAGES_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
BLOCK_TIMESTAMPTIMESTAMP_NTZTimestamp of block minting(without a timezone)
DIM_BLOCK_IDTEXTThe surrogate key for the table. Will be unique and is used as a foreign key in other tables
AMOUNT_E8NUMBERThe amount of the failed deposit in E8 notation
ASSETTEXTAsset name or pool name
FROM_ADDRESSTEXTThe sending address for this event
MEMOTEXTThe memo for this event
CODENUMBERError code associated with the failed deposit
REASONTEXTDetailed reason for the failed deposit
TX_IDTEXTThe unique transaction id
EVENT_IDNUMBERUnique identifier for the failed deposit event
_INSERTED_TIMESTAMPTIMESTAMP_NTZ
_AUDIT_RUN_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.