Skip to main content

Table Description

The thorchain.core_transfer_events table event data for native asset transfers on THORChain. This table captures transfer events between addresses. This table is partitioned by day.

Column Descriptions

ColumnTypeDescription
from_addressvarcharSource address
to_addressvarcharDestination address
assetvarcharAsset identifier
amount_e8bigintAmount in e8 units (1e8 = 1 unit)
event_idbigintEvent identifier
block_timestamptimestampTimestamp of when the block was created
_inserted_timestamptimestampTimestamp of the record
fact_transfer_events_idbigintSurrogate key for the transfer event record
daytimestampDate of the record
dim_block_idbigintReference to the block dimension table
inserted_timestamptimestampTime when the record was inserted
modified_timestamptimestampTime when the record was last modified

Table Sample