# 查看 NFT 及其合约

#### 通过合约查看 NFT

* 在菜单栏中选择 “Tokens / 代币”，在下拉栏中选择 “CRC-721 代币”。

![](/files/Ue7duioDE9tWUssF9SN1)

* 查看页面中显示的 CRC-721 代币，目前已收录SDQH (敦煌菩萨), DionysosNFT，TaopaiNFT (淘派)，COCAFE 等超过 1300 个 CRC-721 标准的 NFT 合约。

![](/files/6ce3RCkuCvZoenjkULKt)

* 随便选择一个 CRC-721 代币，比如第一个 SDQH，进入后可以看到此 NFT 的相关信息，如转移次数，合约地址等。点击合约地址，可以进一步获得合约相关信息。

![](/files/yVBSZEmemIkvXhFIaA7u)

* 合约相关信息。其中的“代币搜索器”会读取合约的 name 属性(即 SDQH) 和 symbol 属性( 即 SDQHNFT)，可以理解为这个 NFT 的名字和简称；合约管理者和存储 & Gas 费赞助通过 Conflux 内置合约设置，后面会详细介绍。

![](/files/3VSlJZBIQbrU6QyGWLxo)

* 点击“代币搜索器”回到 NFT信息页面，再点击 “库存” 按钮即可查看此合约铸造发行的所有 NFT。

![](/files/Ik3L8YYjwj1CCF2VCMz3)

* 点击 NFT 展示框内的 “查看NFT”，可以获取这个 NFT 的相关信息。

![](/files/CSpmcJxMlIo6TCHLJpis)

![](/files/Zpko7ooeRFFuF75hS532)

#### 查看账户持有的 NFT

如果你的账户中持有 NFT，可以将地址直接粘贴到 ConfluxScan 搜索栏，回车进入个人账户页面，选择“NFT 资产”，即可查看你拥有的 NFT。

![](/files/P9TgPoakQgRoYfp4wYdc)

&#x20;

#### 使用 NFT 查看器

ConfluxScan 区块浏览器新增了 NFT 查看的功能，可以通过搜索地址查看某一账户拥有的 NFT。

详情请见 Conflux Wiki: [NFT 查看器教程](https://conflux-wiki.github.io/conflux-wiki/development/address-NFT/)


---

# 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://conflux-technical-support.gitbook.io/conflux-nft-kai-fa-zhi-nan/step-1-ren-shi-confluxscan/cha-kan-nft-ji-qi-he-yue.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.
