Contracts
Official WeedSwap contract addresses will be published only after deployment and verification.
#Core contracts
| Contract | Purpose | Address |
|---|---|---|
| WeedToken | Fixed supply and genesis distribution | Not deployed |
| FarmingRewardsVault | Base reward budget | Not deployed |
| ReferralRewardsVault | Referral reward budget | Not deployed |
| EmissionController | Bounded per-second schedule | Not deployed |
| WeedChef | ERC-20 farm accounting | Not deployed |
| WeedReferral | One-level referral accounting | Not deployed |
| FeeSplitter | Configured farm deposit-fee split | Not deployed |
#Liquidity contracts
| Contract | Purpose | Address |
|---|---|---|
| WeedV3Staker | Direct v3 NFT incentives | Not deployed |
| WeedV3VaultFactory | Validated vault creation | Not deployed |
| WeedV3Vault | Immutable-range vault shares | Not deployed |
| LiquidityBootstrapVault | Launch liquidity budget | Not deployed |
| LiquidityNFTLocker | Time-locked bootstrap NFT custody | Not deployed |
#Program and governance contracts
| Contract | Purpose | Address |
|---|---|---|
| Greenhouse | Finite single-token staking program | Not deployed |
| Garden | Finite partner-reward program | Not deployed |
| GreenhouseFactory | Controlled program creation | Not deployed |
| Rewarder | Disabled auxiliary-reward ledger with unresolved funding and recovery | Not deployed |
| ProtocolTimelock | Delayed administrative operations | Not deployed |
#External integrations
Robinhood Chain token and Uniswap v3 addresses are configured separately. They are external integration identities and must not be labeled as WeedSwap deployments.
#Address verification
- Read the address from a verified WeedSwap deployment record.
- Confirm chain ID and runtime bytecode through more than one trusted RPC or explorer source.
- Compare verified source and constructor arguments with the reviewed revision.
- Check role holders, immutable dependencies, vault budgets, and initial balances.
- Reject a zero, sample, local, or chat-supplied address as an official destination.
