> For the complete documentation index, see [llms.txt](https://docs.starblock.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.starblock.io/main/zh/deployed-contract-addresses.md).

# 合约部署地址

StarBlock DAO的所有合约均已经开源至GitHub：<https://github.com/StarBlockDAO>，并已经部署到以太坊主网。

### StarBlock Token(STB) Contract[​](https://docs.looksrare.org/zh-Hans/developers/deployed-contract-addresses#looksraretoken)

Mainnet: 📃 [0xC481A850aEad5002598b7eD355cBB3349c148072](https://etherscan.io/address/0xC481A850aEad5002598b7eD355cBB3349c148072)

### StarBlock Exchange Contract[​](https://docs.looksrare.org/zh-Hans/developers/deployed-contract-addresses#looksrareexchange)

Mainnet: 📃 [0x2bc04c703f44e3b1ab85283094c82d9091c90bdd](https://etherscan.io/address/0x2bc04c703f44e3b1ab85283094c82d9091c90bdd)

### NFTMasterChef Contract[​](https://docs.looksrare.org/zh-Hans/developers/deployed-contract-addresses#strategystandardsaleforfixedprice)

Mainnet: 📃 [0xBbF9CC5DeCDB8e1d9895b7d98793136798BD512E](https://etherscan.io/address/0xBbF9CC5DeCDB8e1d9895b7d98793136798BD512E)

NFTMasterChef is the core contract of NFT staking and contains the main logic of staking NFT: reward and dividend. Every NFT Collection will have a pool in NFTMasterChef, which is responsible for ditributing the StarBlock Token: STB to all the staked NFTs in the pool.

&#x20;

### WrappedNFTFactory Contract[​](https://docs.looksrare.org/zh-Hans/developers/deployed-contract-addresses#strategyprivatesale)

Mainnet: 📃 [0x6df4A699Ac7086Ee4a8d0602F2D00A0054a0930A](https://etherscan.io/address/0x6df4A699Ac7086Ee4a8d0602F2D00A0054a0930A)

WrappedNFTFactory is the contract to deploy Wrapped NFT Collection, which is used to wrap NFT. Every NFT contract will have a Wrapped NFT contract and every token ID in NFT collection can be wrapped to an Wrapp NFT in the Wrapp NFT collection with the same token ID. Also the Wrapp NFT can be unwapped to the NFT with the same token ID anytime without any permission. If you own a Wrapped NFT, you own the NFT with the same token ID indirectly which is managed by the Wrapped NFT contract. Nobody can unwrapped an Wrapped NFT without a NFT with the same token ID.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.starblock.io/main/zh/deployed-contract-addresses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
