Smart contracts, tokens, and on-chain infrastructure. Currently on Sepolia testnet — mainnet after audit.
ERC-20 utility token with mint/burn, pausable, blacklist, and transaction limits.
Governance and staking token with reward distribution and vesting.
Flash loan contract for DeFi integrations and arbitrage.
Lending and borrowing pool with collateral management.
| Feature | Status | Description |
|---|---|---|
| Mintable | ✅ | Owner can mint up to 10B max supply |
| Burnable | ✅ | Anyone can burn their own tokens |
| Pausable | ✅ | Emergency stop for all transfers |
| Blacklist | ✅ | Compliance — block suspicious addresses |
| Tx Limit | ✅ | 10M per transaction, 100M per wallet |
| Reentrancy Guard | ✅ | OpenZeppelin guards on all state-changing functions |
| SafeERC20 | ✅ | Safe transfers with return value checking |
On-chain tokens backed by Cloudflare D1 for off-chain balance tracking and staking records.
Off-chain balance tracking with INTEGER precision. Stake, burn, credit, unstake operations.
Tokens burned for API calls. Deflationary pressure tied to platform usage.
Stake NOMA to unlock Pro tier. On-chain verification with D1 record sync.
| Network | URL | Status |
|---|---|---|
| Sepolia | https://eth-sepolia.colorfulmoves.com | ✅ Active (via Infura/Alchemy proxy) |
| Mainnet | https://eth.colorfulmoves.com | 📋 Configured (pre-mainnet) |
OpenZeppelin ReentrancyGuard on all state-changing functions. CEI pattern followed.
Ownable2Step for admin transfers. Role-based access for multi-sig readiness.
Full Hardhat test suite covering mint, burn, transfer, pause, blacklist, flash loans.
Budget $25K–50K for Certik/OpenZeppelin audit before mainnet deployment.