Accounts
EVER Scan accounts section
Accounts
This section displays information about Everscale accounts.
Simply put, Accounts are smart contracts capable of storing tokens, initiating transactions, and sending and receiving messages.
Because tokens in Everscale are also smart contracts with their own unique root address, clicking on one of them in the list of tokens 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.

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.

Account details
The layout varies by account type (wallet, token, validator, 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).

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.

Token transactions
Lists recent token transfers affecting this account’s balances (non-EVER).
Columns include Transaction (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.

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.

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.

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.

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.

Last updated
Was this helpful?