> For the complete documentation index, see [llms.txt](https://www.0x1.academy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.0x1.academy/zhi-neng-he-yue-de-shi-jie/smart-contract/contract-address.md).

# 合約地址

> **最後更新：2026 年 1 月**

智能合約部署到區塊鏈後，會被存放在區塊鏈上的一個獨有地址，所有想與該智能合約互動者，均需透過此地址找到該智能合約。

在以太坊上的合約地址一般長得和[錢包地址](/bao-guan-ni-de-jia-mi-zi-chan/address.md)一樣，都是 0x 開頭，所以初學者經常會搞錯。不過如果是合約地址，在 Etherscan 網站左上方就會顯示「合約（Contract）」字樣，如寶博士的灑幣合約：

地址：[0x46fbcfdddcc7f76ef52c8ecfa8a06c2b770dbda3](https://etherscan.io/address/0x46fbcfdddcc7f76ef52c8ecfa8a06c2b770dbda3)

{% embed url="<https://etherscan.io/address/0x46fbcfdddcc7f76ef52c8ecfa8a06c2b770dbda3>" %}

![](/files/-LUeJHv_rseqAiU_6mf0)

***

#### 相關條目

* [Solidity](/zhi-neng-he-yue-de-shi-jie/smart-contract/solidity.md)

#### 參考資料


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://www.0x1.academy/zhi-neng-he-yue-de-shi-jie/smart-contract/contract-address.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.
