> 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).

# 合約地址

Contract Address

> **最後更新：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>" %}

![](https://3089332158-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHmXMdOnUoaCEQFbvpu%2F-LUdq2QfAaSIH7zzmCmf%2F-LUeJHv_rseqAiU_6mf0%2F%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202018-12-26%20%E4%B8%8B%E5%8D%887.40.25.png?alt=media\&token=53ae11c0-61f8-4769-9159-bcf7f64df9e0)

***

#### 相關條目

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

#### 參考資料
