> 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/deployed-contract-addresses.md).

# Deployed Contract Addresses

All StarBlock DAO contracts have been open sourced to GitHub: <https://github.com/StarBlockDAO> and deployed to the Ethereum Mainnet.

&#x20;

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

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

&#x20;

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

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

&#x20;

### 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 Farming on StarBlock DAO and contains the main logic of staking NFT: reward and dividend. Every NFT Collection will have a pool in NFTMasterChef, which is responsible for distributing the StarBlock Token: STB to all the staked NFTs in the pool.

### 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(short as WNFT) Collection contract on StarBlock DAO, which is the wrapped collection of original NFT collection. Wrapped NFT is equivalent to the original NFT and can be traded arbitrarily, 1 WNFT = 1 Original NFT.


---

# 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://docs.starblock.io/main/deployed-contract-addresses.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.
