🚧 Work in Progress - Website launching soon Revolutionary value-backed NFTs with permanently locked liquidity that eliminates rug pulls and creates intrinsic NFT value.
- 📖 Project Description PDF - Complete project overview and origin story
- 📄 Whitepaper PDF - Technical specifications and protocol details
/src/contracts
- Core protocol contractserc20.sol
- ERC-20 token implementation - 0x002e13268edf8b3680bbd7b1b3e9e59740b9b008erc20Constructor.sol
- ERC-20 factory constructorerc721.sol
- Picule NFT - 0x628885763fc5f4009626e7b596f466dec36d0e02factory.sol
- Pair creation factory - 0xf6a6500d4bed8ab7045c2eb35828eb2b4bae1644lpToken.sol
- Liquidity provider tokenmarketplace.sol
- NFT trading marketplace - 0x5b1c95f15fe45a1cf2626188042602c3ae30a902mpcToken.sol
- MPC token - 0x28e83e1e16e5d2254d77879e71cc021b0205223cpair.sol
- AMM pool with commission tracking implementation - 0xcaa8d5a92dbdc4d9c0c488782cf27a852e618c98router.sol
- Swap and liquidity router - 0x6ac52fc7988cf99a4a66911e248f40838ca56e9dtreasuryController.sol
- Treasury management - 0x6e59986a3e83c0db7c59461582c48e36c32db25bICO.sol
- Crowdfunding and contribution management - 0xb53b1a9ea896af728a9c2d7d40cb5a53168ed835fundsManager.sol
- LP token locking and commission distribution - 0xcc068c35e60a8c0a3cc1c057bdf49413e05cb04aTokenLaunchManager.sol
- Project creation factory - 0x30334e7455328cd59ff0486735d9f014dad80fa4
/src/interfaces
- Contract interfaces
/src/libraries
- Utility librariesLibrary.sol
- Router helper functionsMath.sol
- Mathematical operationsTransferLib.sol
- Safe transfer utilitiesUQ112x112.sol
- Fixed point math library
/docs
- PDF documentation and technical specs
This repository contains smart contracts licensed under two different licenses:
Commercial use prohibited until August 12, 2028, after which it becomes MIT.
Core Protocol Contracts:
Free to use, copy, modify, and distribute with attribution.
Supporting Components:
/src/interfaces/
- All interface files/src/libraries/
- Utility libraries
One-person project - Conceived and developed in 2024