# Token Detail

This screen displays token details for a token named MyToken on a BlockDAG-based blockchain network. It provides an overview of the token, market information, contract details, and recent transfers. Users can track token ownership, total supply, transactions, and smart contract interactions from this page.

<figure><img src="/files/aFmflEmmtmCBFTD8ZXX5" alt=""><figcaption></figcaption></figure>

#### **Token Overview**

The **overview section** contains key details about the token, helping users understand who created it, what type it is, and how it operates on the blockchain.

* **Owner Address**\
  The Owner Address is ***"0xFCc221E65A34c1a478B21C6aFdbID0413b6EAeC"***, the address that belongs to the creator or deployer of the smart contract.&#x20;
* **Contract Name**\
  The Contract Name is ***"MyToken"***, which is the registered name of the token’s smart contract in the blockchain. This name is mainly used for identification when interacting with the contract.
* **Token Name**\
  The Token Name is also ***"MyToken"***, which is the publicly displayed name of the token. This name is what users will see when they trade or transfer the token in wallets or exchanges.&#x20;
* **Type**\
  The Type of this token is ***"ERC-20"***, which means it follows the ERC-20 token standard.&#x20;
* **Contract Address**\
  The Contract Address is ***"0x1C4C583E14D1DB813bbC5Ebe5c4a46C4f0ad530e"***, this address is where all token logic is stored, including minting, burning, transfers, and other token-related functions. If users want to interact with the contract, they would use this address in blockchain explorers, wallets, or dApps.

#### **Market Information**

The market section provides insights into the token’s activity, price, and overall supply.

* **Holders**\
  The Holders count is ***3***, meaning only three different wallet addresses currently own this token.&#x20;
* **Total Transfers**\
  The Total Transfers are ***3***, which means the token has only been moved between addresses three times.&#x20;
* **Price**\
  The ***"Token Price"*** is ***82,392 USDT***, showing its current value in Tether (USDT).&#x20;
* **Total Supply**\
  The ***"Total Supply"*** of this token is ***99,999,999,999.99998167666666666*****.**

#### **Token Tabs**&#x20;

The following tabs provide different types of information about the token:

* **Transfers Tab**\
  Displays a list of all transactions involving this token, including sends, receives, and contract interactions. Users can track who sent and received tokens, how much was transferred, and when it happened.
* **Holders Tab**\
  Displays a list of all wallet addresses that own this token, along with their balances. This tab helps users see who the major holders are, which can be useful for tracking whale wallets or checking if the token is well-distributed or concentrated in a few addresses.
* **Events Tab**\
  Displays smart contract events, such as minting new tokens, burning tokens, ownership changes, or approvals for spending tokens. Events help users understand important activities happening behind the scenes.
* **Info Tab** \
  The Info tab provides key information about the token, including its description, trading volume, market capitalization, circulating supply, and on-chain valuation
* **Contract Tab**\
  Provides the smart contract’s source code and allows users to interact with its functions. This is useful for developers or advanced users who want to execute contract functions manually.


---

# Agent Instructions: 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.blockdagnetwork.io/block-explorer/evm/tokens-list/token-detail.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.
