Skip to main content

Table Description

The thorchain.defi_bond_actions table records of bond actions on THORChain. This table tracks bonding and unbonding actions for validators and includes asset amounts and USD values.

Column Descriptions

ColumnTypeDescription
fact_bond_actions_idvarcharSurrogate key for the bond action record
block_timestamptimestampTimestamp of when the block was created
dim_block_idvarcharReference to the block dimension table
tx_idvarcharTransaction ID
from_addressvarcharSource address
to_addressvarcharDestination address
assetvarcharAsset identifier
blockchainvarcharSource blockchain identifier
bond_typevarcharType of bond action
asset_amountdecimal(38,0)Amount of asset
asset_usddecimal(20,6)USD value of asset amount
memovarcharTransaction memo
_TX_TYPEvarcharTransaction type
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample