Reference
Contracts
All contracts are deployed on BNB Chain (chain ID 56) and verified on BscScan. Solidity 0.8.28, OpenZeppelin v5.
Launchpad
| Contract | Address | Role |
|---|---|---|
| Zap | 0x2820EAe22066a137E6DDF7D3d861062aa98124bd0x2820…24bdZap.abi.json | User entry point: buy and sell in USDT or BNB, launch a token |
| Bonding | 0x76A596E765187CdADA108bf7EE132e69a63B11900x76A5…1190Bonding.abi.json | Curve state, launches, graduation to PancakeSwap |
| FeeVault | 0x739048cc2B4307c2d4ff9049cd1EBE8EE5dCB4530x7390…B453FeeVault.abi.json | Accrues and pays out creator and protocol fees |
| LPLock | 0xD09FACfCF5376e0AED99ba30d5825e37A922f49c0xD09F…f49c | Holds graduated LP tokens, permanently |
Each launch deploys its own LaunchToken (ERC-20, 1,000,000,000 supply). Its address is on the token page and on BscScan; the ABI is LaunchToken.abi.json.
Leveraged tokens
| Contract | Address | Role |
|---|---|---|
| Factory | 0x2Ec3df8c56AFA2f1fd19385D76dFCEb6d728D10D0x2Ec3…D10D | Deploys and lists leveraged tokens (“lts()”) |
| GlobalStorage | 0x99a462aB29Da505835173B43929816e651a3CDBD0x99a4…CDBD | Roles, beacon implementation, protocol settings |
| MarketRegistry | 0x307681d1142622943b3fff9004F9D92A0b0f92830x3076…9283 | Markets, prices (Chainlink and posted), funding |
| LeveragedToken (implementation) | 0xD9deE8755B631943e3C34fD4b5a3ed074B320dC70xD9de…0dC7LeveragedToken.abi.json | Vault logic behind every leveraged token proxy |
Every leveraged token (e.g. xBTC3L) is a proxy on the implementation above; its own address is on its page under /x.
Contracts are unaudited beta software. Read the risks page before integrating.
