Skip to main content
Schema: thorchain.core Table: fact_transfers Type: Base Table Fact table shows the transfer action between different address

Columns

Column NameData TypeDescription
FACT_TRANSFERS_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
FROM_ADDRESSTEXTThe account public key
TO_ADDRESSTEXTThe account public key
ASSETTEXTAsset name or pool name
RUNE_AMOUNTFLOATThe transferred RUNE amount
RUNE_AMOUNT_USDFLOATThe transferred RUNE amount in USD
_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.