Contract Overview
Decentralized Infrastructure Powering 8-Bit Arcade
Contract Architecture
Core Contracts
8-Bit Arcade Smart Contract System
│
├── EightBitToken.sol (8BIT)
│ ├── ERC-20 standard token
│ ├── 500M max supply
│ ├── Minting controlled by owner
│ └── Ownership transferred to governance (future)
│
├── GameRewards.sol
│ ├── Manages daily leaderboard payouts
│ ├── Authorized to mint 8BIT
│ ├── Distributes 50K tokens daily
│ └── Trustless automation
│
├── TokenSale.sol
│ ├── Presale contract
│ ├── Accepts USDC/ETH
│ ├── Fixed price: $0.0005
│ └── Automatic distribution
│
├── TournamentManager.sol
│ ├── Creates and manages tournaments
│ ├── Collects 8BIT entry fees
│ ├── Burns 50% of fees (deflationary)
│ ├── Distributes prizes from 50% pool
│ └── Enforces tournament rules
│
└── VestedAirdrop.sol
├── Merkle tree-based airdrop claims
├── 10M tokens for testnet participants
├── 3-month vesting (33.33% per month)
├── 90-day claim window
└── Treasury recovery of unclaimed tokensNetwork Details
Arbitrum One Deployment
Parameter
Value
Testnet Contracts (Arbitrum Sepolia)
Mainnet Contracts (Arbitrum One) — LIVE
Contract Interactions
For Players
For Token Holders
Security Model
Access Control
Upgrade Strategy
Token Economics (Contract-Enforced)
Minting Rules
Burning Mechanism
Gas Costs
Typical Transaction Costs
Action
Gas Cost
USD Cost (@$0.50/tx)
Transparency & Verification
Anyone Can Verify
Auditing Tools
Emergency Procedures
Circuit Breakers
Multi-Sig Protection
Contract Audits
Pre-Launch Audits
Ongoing Security
Developer Resources
Contract Source Code
Integration Guide
Testnets
Frequently Asked Questions
Next Steps
Last updated