# Smart Contracts

## BSC

### Deployed contracts

BabyDoge Token - <https://bscscan.com/address/0xc748673057861a797275CD8A068AbB95A902e8de#code>\
TokenLocker - <https://bscscan.com/address/0x36b34364e17373C05300Bc3e827BF7cac34541BE#code>

Factory - [https://bscscan.com/address/0x4693B62E5fc9c0a45F89D62e6300a03C85f43137#code ](<https://bscscan.com/address/0x4693B62E5fc9c0a45F89D62e6300a03C85f43137#code >)\
Router - [https://bscscan.com/address/0xC9a0F685F39d05D835c369036251ee3aEaaF3c47#code ](<https://bscscan.com/address/0xC9a0F685F39d05D835c369036251ee3aEaaF3c47#code >)\
Pairs - <https://bscscan.com/address/0x6e0d5230637d50dbe58e674e746614fc8210652d#code>\
RouterFeeSetter - <https://bscscan.com/address/0x6b2CE3f0aF1dEc26a3aE15125c771616bDA4C967#readContract>\
SmartChefFactory - <https://bscscan.com/address/0x78D5EFd49d18654226aE0cA3178bD21F2955c61e#code>\
BuyBack Fee Manager - <https://bscscan.com/address/0x218C4C326a5bc505ACb1a8a60fabb5F382F7882C#code>\
Treasury Fee Manager - <https://bscscan.com/address/0x1551EAC5D2EDAa634f713A526866Ad83b82b5209#code>\
LPZap - <https://bscscan.com/address/0xFF57372F16147117520D40FE777feda51B1226Ba#code>\
FarmZAP - <https://bscscan.com/address/0x451583B6DA479eAA04366443262848e27706f762#code>\
BurnPortal - <https://bscscan.com/address/0xbB667D8F8A1fd68Ded52C616A314A294294E0396#code>\
MultiTokenBurnPortal - <https://testnet.bscscan.com/address/0x3B7896e71d6544410d3803D7832DF26dcf2402eb#code><br>

### FAAS (Farming As A Service)

BNBWrapper - <https://bscscan.com/address/0xc7AC77Eec5AFBf589808b6b5d47e8A14Ea8c29C8#code>

FarmDeployer <https://bscscan.com/address/0x210DBF538EF70750e0eb6149005bF2d40d49D5b2#code> \
FarmDeployer20 <https://bscscan.com/address/0x6AEC35adDb5B172BeDAE1D9823E9388A63d57CF6#code>\
FarmDeployer20FixEnd <https://bscscan.com/address/0x44CC0Ef02c6E43A6bbF65aB643736a24f81EEADb#code>

## Ethereum

BabyDoge Coin - <https://etherscan.io/address/0xAC57De9C1A09FeC648E93EB98875B212DB0d460B#code>

TokenLocker\_V2 - <https://etherscan.io/address/0xa03527a3aDC599d22bdefee0F2128bA81BFC7b2B#code>

BabyDoge NFT <https://etherscan.io/address/0xd9f092bdf2b6eaf303fc09cc952e94253ae32fae#code>\
BabyDoge3DNFT <https://etherscan.io/address/0xD260c7aE9c8e425f02354E799cA2EB276410570A#code>\
NftStaking <https://etherscan.io/address/0xEE1F8496e48AC25061bDc6f4512FAA443475C9F8#code>

## Polygon

TokenLocker V2 - <https://polygonscan.com/address/0x9bB5bD890D7820B2A2Ab7741899E5bFb1C7134d6#code><br>

## Github repositories

| Project   | Github                                                                               |
| --------- | ------------------------------------------------------------------------------------ |
| Token     | <https://github.com/Baby-doge/BabyDoge-SmartContracts/tree/main/contracts/Token>     |
| DEX       | <https://github.com/Baby-doge/BabyDoge-SmartContracts/tree/main/contracts/DEX>       |
| FAAS      | <https://github.com/Baby-doge/BabyDoge-SmartContracts/tree/main/contracts/FAAS>      |
| NFT       | <https://github.com/Baby-doge/BabyDoge-SmartContracts/tree/main/contracts/NFT>       |
| TokenLock | <https://github.com/Baby-doge/BabyDoge-SmartContracts/tree/main/contracts/TokenLock> |


---

# Agent Instructions: 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.babydogeswap.com/babydoge-docs-1/developers/smart-contracts.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.
