Overview
All contracts on Ethereum Sepolia. Non-upgradeable. Verified on Etherscan.Current Deployment: Ethereum Sepolia (Testnet)Mainnet deployment coming soon.
Core Protocol Contracts
These contracts power the fundamental protocol operations.ELTA Token
The main governance and utility token.View on Etherscan
ELTA Token Contract
VeELTA
Vote-escrowed ELTA for governance and rewards.View on Etherscan
VeELTA Contract
ElataPoints
Non-transferable experience points for participation rewards.View on Etherscan
ElataPoints Contract
ProtocolConfig
Bounded protocol parameter storage.View on Etherscan
ProtocolConfig Contract
Fees
Contracts handling fee collection and distribution.FeeCollector
Fee accounting buckets by app, kind, and asset.View on Etherscan
FeeCollector Contract
FeeSwapper
Final routing and optional swaps (IFeeRouterV2).View on Etherscan
FeeSwapper Contract
App Launch Infrastructure
Contracts for creating and managing apps.AppFactory
Creates new app tokens with bonding curves.View on Etherscan
AppFactory Contract
AppRegistry
Canonical app ownership and contributor split mapping.View on Etherscan
AppRegistry Contract
TournamentFactory
Creates tournament contracts for apps.View on Etherscan
TournamentFactory Contract
InAppContent721Factory
Deploys ERC-721 content contracts for apps.View on Etherscan
InAppContent721Factory Contract
ContentStoreFactory
Deploys content storage contracts for apps.View on Etherscan
ContentStoreFactory Contract
ContributorSplitFactory
Creates pull-based contributor payout contracts.View on Etherscan
ContributorSplitFactory Contract
Governance
Contracts for protocol governance.ElataGovernor
On-chain governance for protocol decisions.ElataTimelock
Execution delay for governance actions.Per-App Contracts
Each app creates these contracts on launch:
After deploying modules:
Contract Addresses Summary
Source Code
All contracts are open source and available on GitHub:Protocol Repository
Smart contract source code
App Store Repository
Frontend and ABIs
ABIs
Contract ABIs are available in the App Store repository:Security
Audits
- Contracts follow OpenZeppelin standards
- Non-upgradeable design
- Comprehensive test coverage
Key Security Features
Need Help?
Discord
Ask questions in #dev-support
GitHub Issues
Report bugs or request features