Skip to content

📄 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 ​

FeatureDescription
UpgradeableContract can be upgraded for future improvements
Whitelist SystemControlled access during launch phase
Fee ManagementDynamic tax system with multiple recipients
Trading LimitsConfigurable transaction and wallet limits
Liquidity LockAutomated LP token locking mechanism

Security Measures ​

FeatureImplementation
Multi-SignatureRequired for critical functions
Trading LimitsAnti-whale mechanisms
Swap ThrottlingPrevents manipulation
Emergency ControlsCircuit breakers included

Fee Structure ​

TypeComponents
Buy TaxMain, Proof, Secondary, Liquidity
Sell TaxMain, Proof, Secondary, Liquidity
DynamicAdjustable based on market conditions

Security Audit ​

AspectDetails
AuditorSourceHat
PlatformPROOF Incubation
Security LayersMulti-level protection
Anti-BotAdvanced prevention system

Technical Specifications ​

ComponentVersion/Platform
Solidity^0.8.24
FrameworkOpenZeppelin
DEX IntegrationUniswap V2
NetworkEthereum Mainnet

Contract Interactions ​

Contract Address: [Coming Soon]

Contract Status ​

  • ✅ Verified on Etherscan
  • ✅ Deployed on Mainnet
  • ✅ Audit Completed
  • ✅ Security Tested