Skip to main content
Schema: stellar.core Table: ez_token_transfers Type: Base Table

What

The token transfers raw table contains the SEP-41 compliant event stream from the token transfer processor. This table’s purpose is to track the token value movement on the stellar network in the form of transfer, mint, burn, clawback, and fee events. transfer, mint, burn, and clawback events are emitted at the operation grain. fee events are emitted at the transaction grain because there is no individual fee per operation. fee events can be negative in the event of a refund. The final fee paid (intial fee + refund) will always be positive. More information about fee refunds can be found here. Note that the events within this table are a subset of the events in the history_contract_events table.

Columns

Column NameData TypeDescription
TRANSACTION_HASHTEXTTRANSACTION_HASH column
LEDGER_SEQUENCENUMBERLEDGER_SEQUENCE column
OPERATION_IDNUMBEROPERATION_ID column
BLOCK_TIMESTAMPTIMESTAMP_NTZBLOCK_TIMESTAMP column
FROM_ADDRESSTEXTFROM_ADDRESS column
TO_ADDRESSTEXTTO_ADDRESS column
AMOUNTFLOATAMOUNT column
AMOUNT_RAWTEXTAMOUNT_RAW column
AMOUNT_USDFLOATAMOUNT_USD column
ASSETTEXTASSET column
ASSET_CODETEXTASSET_CODE column
ASSET_ISSUERTEXTASSET_ISSUER column
ASSET_TYPETEXTASSET_TYPE column
TOKEN_IS_VERIFIEDBOOLEANTOKEN_IS_VERIFIED column
CONTRACT_IDTEXTCONTRACT_ID column
EVENT_TOPICTEXTEVENT_TOPIC column
TO_MUXEDTEXTTO_MUXED column
TO_MUXED_IDTEXTTO_MUXED_ID column
TRANSACTION_IDNUMBERTRANSACTION_ID column
CLOSED_ATTIMESTAMP_NTZCLOSED_AT column
BATCH_IDTEXTBATCH_ID column
BATCH_RUN_DATETIMESTAMP_NTZBATCH_RUN_DATE column
BATCH_INSERT_TSTIMESTAMP_NTZBATCH_INSERT_TS column
EZ_TOKEN_TRANSFERS_IDTEXTEZ_TOKEN_TRANSFERS_ID column
INSERTED_TIMESTAMPTIMESTAMP_NTZINSERTED_TIMESTAMP column
MODIFIED_TIMESTAMPTIMESTAMP_NTZMODIFIED_TIMESTAMP column