> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 公开合约

> 检查任意地址的合约详情、源代码、交易和 ABI，然后一键启动模拟。

在 [Explorer](/developer-explorer/overview) 中，如果您点击左侧导航栏中的 **Contracts**（或 **Addresses**）标签页，可以深入查看该地址的所有信息：

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.24.49.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=b8c1465597fee96d065221e1e07c3c85" alt="" width="2542" height="801" data-path="images/Screenshot 2021-10-14 at 15.24.49.webp" />

每个合约的基本信息包括 **Compiler Version**、**EVM Version** 和 **Optimizations**（是否启用），以及合约所在的网络、合约地址、Solidity 版本、合约是否已验证（源码是否上传），以及用于后续筛选的自定义无限量标签。

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.25.07.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=edfcc91f8a43ec94205ebe59dedcbc15" alt="" width="2542" height="801" data-path="images/Screenshot 2021-10-14 at 15.25.07.webp" />

您还可以查看所选合约（地址）的源代码：

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.29.43.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=832b9982463979bae5ff7f4d8524c869" alt="" width="2542" height="1151" data-path="images/Screenshot 2021-10-14 at 15.29.43.webp" />

查看所选合约（地址）的所有交易：

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.30.54.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=607eb10a5f59310263b7e2da9a1cd21a" alt="" width="2542" height="1156" data-path="images/Screenshot 2021-10-14 at 15.30.54.webp" />

查看（并复制）合约 ABI：

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.34.02.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=90d0dc2f4b3da293d2d09a2b4da32bbc" alt="" width="2542" height="1156" data-path="images/Screenshot 2021-10-14 at 15.34.02.webp" />

一键为您正在查看的合约启动[模拟](/developer-explorer/simulation-mode)：

<img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/Screenshot%202021-10-14%20at%2015.34.48.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=99569844f3937d88ff0072608c46d92e" alt="" width="2542" height="1156" data-path="images/Screenshot 2021-10-14 at 15.34.48.webp" />

当然，您也可以从项目中重命名、隐藏或彻底移除合约。
