Skip to main content
Schema: thorchain.defi Table: fact_bond_events Type: Base Table Fact table containing all the information about the bond activities. THORChain uses a spinoff of the Proof of Stake consensus mechanism called Proof of Bond.

Columns

Column NameData TypeDescription
FACT_BOND_EVENTS_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_IDTEXTFK to DIM_BLOCK table
TX_IDTEXTThe unique transaction id
BLOCKCHAINTEXTThe name of the blockchain
FROM_ADDRESSTEXTThe sending address for this event
TO_ADDRESSTEXTThe receiving address for this event
ASSETTEXTSame as pool name, which pool this bond events happens
ASSET_E8NUMBERThe asset amount for this bond, using the price table we can calculate the rune amount by asset amount
MEMOTEXTThe memo for this event
BOND_TYPETEXT
E8NUMBERThe rune amount for this bond event
_TX_TYPETEXT
_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.