> For the complete documentation index, see [llms.txt](https://docs.everscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everscan.io/use/token-transactions.md).

# Token transactions

This page lists **fungible token** activity (e.g., [TIP-3](https://docs.everscale.network/standard/TIP-3)) that changed an account’s token balance.

Each row shows:

* **Transaction** — ID and type (click to open the [transaction details](/use/transactions.md#transaction-details))
* **From /** **To** — sender and recipient addresses (click for [account details](/use/accounts.md#account-details))
* **Token** — token name/symbol (click for [token details](/use/tokens.md#token-details))
* **Balance** **change** — amount of tokens debited (−) or credited (+) to the account
* **Time** — timestamp

You can filter by **date range**, **transaction type,** and **token/whitelist** using the controls at the top. Use **Export to .csv** to download the table.

![](/files/ACva7tFjoj8IWV8RNevM)

### Transaction types

Transactions are grouped into the following types:

* **Mint —** New tokens are created and credited to an account, increasing total supply.
* **Burn** — Tokens are destroyed, reducing total supply.
* **Transfer** — Tokens are sent from **From** to **To**.
* **Receive** — The **incoming** side of a transfer (tokens credited to the recipient).
* **Revert** **send** — A transfer **failed/bounced** and tokens were returned to the sender (e.g., recipient wallet not deployed or invalid destination for `transferToWallet`).
* **Revert burn** is used to return tokens if the owner of the tokens cancels the `burn`.
