Skip to main content

Table Description

Event data for liquidity addition actions on THORChain. This table captures events when users add liquidity to pools. This table is partitioned by day.

Column Descriptions

ColumnTypeDescription
fact_add_events_idbigintSurrogate key for the add liquidity event record
daytimestampDate of the record
block_timestamptimestampTimestamp of when the block was created
dim_block_idbigintReference to the block dimension table
tx_idbigintTransaction ID
rune_e8bigintRUNE amount in e8 units
blockchainvarcharSource blockchain identifier
asset_e8bigintAsset amount in e8 units
pool_namevarcharName of the liquidity pool
memovarcharTransaction memo
to_addressvarcharDestination address
from_addressvarcharSource address
assetvarcharAsset identifier
_TX_TYPEvarcharTx Type
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample