> 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/accounts.md).

# Accounts

This section displays information about Everscale accounts.

Simply put, *Accounts* are smart contracts capable of storing [tokens](/use/tokens.md), initiating [transactions](/use/transactions.md), and sending and receiving [messages](/use/messages.md).

{% embed url="<https://docs.everscale.network/arch/accounts>" %}

Because [tokens](/use/tokens.md) in Everscale are also smart contracts with their own unique root address, clicking on one of them in the [list of tokens](/use/tokens.md#tokens-list) will bring you to an account page as well.

## Statistics

At the top is a stats bar showing the number of **all**, **new**, and **active** accounts.

The chart beside it lets you **visualize** **trends** for these metrics.

![](/files/b878r3R9kjDTN4WfJHOp)

## Accounts list

Below is the **Accounts** table. Clicking an address opens that account’s detail page.

Columns include **Address**, **Balance (EVER),** **Created** (time of deployment), and **Updated** (time of last action).

Use the filters above the table to find accounts by **balance range** and **creation date**.

You can **Export to .csv** from the footer.

![](/files/TNKONMHfp3wLyRI8RzFo)

## Account details

The layout varies by account type (wallet,  [token](/use/tokens.md), [validator](/use/validators.md), etc.). Below are the common sections.

### Main details

Shows core information about the account:

* **Address** (and creator/deployer when known)
* **State** (active / frozen / uninitialized)
* **EVER** **balance**
* **Created** and **Last** **transaction** times
* **Code** / **data** **hashes** and related metadata (when available)

For a **token** **root** or **token** **wallet**, additional token-specific fields are shown (e.g., **standard**, **type**, **root** **owner**, **total** **supply**).

![](/files/tmHxtRCEGPLjP6eGISMQ)

### Token balance

If the account holds token balances, the **Token** **balance** section lists them with **Token**, **Amount**, **Price**, and **Value (USD).**

Click a token to open its details page.

> USD figures are estimates based on current pricing sources (e.g., FlatQube) and may vary.

![](/files/6vieoKU1UZfotGlHiybd)

### Token transactions

Lists recent **token transfers** affecting this account’s balances (non-EVER).

Columns include [**Transaction**](/use/transactions.md) **(ID & type)**, **From**, **To**, **Token**, **Balance change** (token units; + credited / − debited), and **Time**.

Filters at the top let you search by **date range**, **type**, and **token/whitelist**. Use **Export to .csv** to download.

![](/files/BO4IodyhUD1RnKUvkQH0)

### Holders

(Shown for **token** **root** accounts.) Displays addresses that hold the token, with **Quantity** and **Percentage** of total supply.

Click an address to open the holder’s account page.

![](/files/FxiDSnijSTslrIs1hra8)

### Messages

Lists all messages sent or received by this account. Columns:

**Hash, Transaction (parent), Sender, Recipient, Direction** (in/out)**, Method, Value (EVER), Time.**

Use filters for **type**, **date range**, **value**, **sender**, and **recipient**. Export is available.

![](/files/VMMnJYdGGeUXOX3nhI4i)

### Transactions

Shows transactions **executed on this account**. Columns include **Transaction** **ID**, **Type, Method, Exit code, Balance change (EVER)** for this account, and **Time.**

Filters let you narrow by **type** and **date/time.**

![](/files/y2mMg746cfphSX0rN1Lo)

### Source code

The **Source** **code** tab contains:

* **Executor** — a UI to **call contract methods** (read or, when supported and with a connected wallet, write) and inspect parameters/results. A method Structure and search help locate functions.
* **Contract** **code** — ABI and code metadata for the contract.

![](/files/GOuDJ6efcqm6g0ZzMatY)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.everscan.io/use/accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
