# Contract Detail

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

Start by entering a project name, in the home page search bar or the top navigation bar. And you will get:

<figure><img src="/files/7xyjspl8zhEiQ7e8MUtq" alt=""><figcaption></figcaption></figure>

### 1. Basic Information

Contract address, contract deployer, Real-time address balance, contract tags, and contract deployment time.

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

### 2. Contract Overview

All-time Activity: Chart about how many addresses called this contract in one day（Unique Caller Address）and how many times they called the contract（Function Call）

**Top Interacted Wallets**： The number of times addresses interacted with the contract (Contract call), and the number of times addresses directly receive tokens from or transferred tokens to the contract (Incoming Tx/Outcoming Tx).\
\
**Portfolio**: The total amount and value of the contract address holding.\
\
**Token Sent/Received（7 days)**: The total amount and value of tokens that the contract received or sent in the past 7 days, sorted by tokens.

<figure><img src="/files/52WusBkD9rp1DSTP9hrE" alt=""><figcaption></figcaption></figure>

**Transaction**: The overall display of the latest 1000 transactions belonging to this contract address. Includes Transaction Hash, Block Height, Time/Age, From and To, Transaction Value, and Transaction Fee.

<figure><img src="/files/4uynQo3f381uqzwYYNaY" alt=""><figcaption></figcaption></figure>

### 3. NFT Collection

NFT Activity Chart about any NFT-related transaction of this contract address. The amount of ETH received or sent all the time and the amount of NFTs it owns.

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

Collection: Your NFT portfolio display

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

NFT Transactions: The overall display of the latest 1000 **NFT** transactions belonging to this contract address. Includes From and To, Price, Token Name, Token ID, Time, Platform, Action, and Transaction Hash.

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


---

# 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.scopescan.ai/features/discovery-mode/contract-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.
