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 Name | Data Type | Description |
|---|---|---|
| TRANSACTION_HASH | TEXT | |
| LEDGER_SEQUENCE | NUMBER | |
| OPERATION_ID | NUMBER | |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | |
| FROM_ADDRESS | TEXT | |
| TO_ADDRESS | TEXT | |
| AMOUNT | FLOAT | |
| AMOUNT_RAW | TEXT | |
| AMOUNT_USD | FLOAT | |
| ASSET | TEXT | |
| ASSET_CODE | TEXT | |
| ASSET_ISSUER | TEXT | |
| ASSET_TYPE | TEXT | |
| TOKEN_IS_VERIFIED | BOOLEAN | |
| CONTRACT_ID | TEXT | |
| EVENT_TOPIC | TEXT | |
| TO_MUXED | TEXT | |
| TO_MUXED_ID | TEXT | |
| TRANSACTION_ID | NUMBER | |
| CLOSED_AT | TIMESTAMP_NTZ | |
| BATCH_ID | TEXT | |
| BATCH_RUN_DATE | TIMESTAMP_NTZ | |
| BATCH_INSERT_TS | TIMESTAMP_NTZ | |
| EZ_TOKEN_TRANSFERS_ID | TEXT | |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ |