📄 Smart Contract ​
Overview ​
Our token contract is provided by PROOF and is built on OpenZeppelin's upgradeable ERC20 standard with additional features for security, trading limitations, and fee management.
Key Components ​
Core Features ​
Feature | Description |
---|---|
Upgradeable | Contract can be upgraded for future improvements |
Whitelist System | Controlled access during launch phase |
Fee Management | Dynamic tax system with multiple recipients |
Trading Limits | Configurable transaction and wallet limits |
Liquidity Lock | Automated LP token locking mechanism |
Security Measures ​
Feature | Implementation |
---|---|
Multi-Signature | Required for critical functions |
Trading Limits | Anti-whale mechanisms |
Swap Throttling | Prevents manipulation |
Emergency Controls | Circuit breakers included |
Fee Structure ​
Type | Components |
---|---|
Buy Tax | Main, Proof, Secondary, Liquidity |
Sell Tax | Main, Proof, Secondary, Liquidity |
Dynamic | Adjustable based on market conditions |
Security Audit ​
Aspect | Details |
---|---|
Auditor | SourceHat |
Platform | PROOF Incubation |
Security Layers | Multi-level protection |
Anti-Bot | Advanced prevention system |
Technical Specifications ​
Component | Version/Platform |
---|---|
Solidity | ^0.8.24 |
Framework | OpenZeppelin |
DEX Integration | Uniswap V2 |
Network | Ethereum Mainnet |
Contract Interactions ​
Contract Address: [Coming Soon]
Contract Status ​
- ✅ Verified on Etherscan
- ✅ Deployed on Mainnet
- ✅ Audit Completed
- ✅ Security Tested