Skip to main content

Table description

The Substrate transfers table stores the types of stored assets, the sender and recipient, and the estimated value of the tokens converted into USD, if available.

Table Schema

ColumnTypeDescription
yearINTEGERCalendar year of the block (partition column)
monthINTEGERCalendar month of the block (partition column)
dayINTEGERCalendar day of the block (partition column)
block_timeTIMESTAMPThe timestamp of the block containing this transfer
block_numberBIGINTThe sequential number of the block containing this transfer
event_idVARCHARUnique identifier of the event that recorded this transfer
extrinsic_idVARCHARIdentifier of the extrinsic that initiated this transfer
sectionVARCHARThe pallet (module) that processed this transfer (e.g. Balances)
methodVARCHARThe transfer method name (e.g. Transfer, TransferKeepAlive)
extrinsic_hashVARBINARYHash of the extrinsic that initiated this transfer
block_hashVARBINARYHash of the block containing this transfer
from_ss58VARCHARSS58-encoded address of the sender
from_pub_keyVARBINARYPublic key of the sender
to_ss58VARCHARSS58-encoded address of the recipient
to_pub_keyVARBINARYPublic key of the recipient
assetVARCHARAsset type or identifier being transferred
symbolVARCHARToken symbol of the transferred asset (e.g. DOT, KSM)
decimalsBIGINTNumber of decimal places for the token
amountDOUBLETransfer amount in human-readable units
raw_amountDECIMAL(38,9)Transfer amount in the smallest denomination (Planck)
updated_atTIMESTAMPWhen this record was last updated in the database
ingested_atTIMESTAMPWhen this record was first ingested into the database

Table Sample