Skip to main content
Schema: stellar.core Table: ez_token_transfers Type: Base Table 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_HASHTEXT
LEDGER_SEQUENCENUMBER
OPERATION_IDNUMBER
BLOCK_TIMESTAMPTIMESTAMP_NTZ
FROM_ADDRESSTEXT
TO_ADDRESSTEXT
AMOUNTFLOAT
AMOUNT_RAWTEXT
AMOUNT_USDFLOAT
ASSETTEXT
ASSET_CODETEXT
ASSET_ISSUERTEXT
ASSET_TYPETEXT
TOKEN_IS_VERIFIEDBOOLEAN
CONTRACT_IDTEXT
EVENT_TOPICTEXT
TO_MUXEDTEXT
TO_MUXED_IDTEXT
TRANSACTION_IDNUMBER
CLOSED_ATTIMESTAMP_NTZ
BATCH_IDTEXT
BATCH_RUN_DATETIMESTAMP_NTZ
BATCH_INSERT_TSTIMESTAMP_NTZ
EZ_TOKEN_TRANSFERS_IDTEXT
INSERTED_TIMESTAMPTIMESTAMP_NTZ
MODIFIED_TIMESTAMPTIMESTAMP_NTZ