Contracts
Canonical list of every Alien Base contract on Base
Every contract Alien Base has deployed on Base (chain id 8453). Each row links to Basescan and notes who controls it. Verification status, source repos, and audit coverage are tracked separately on the Audits & Security page.
Last updated: July 6, 2026. Verification was performed against Blockscout and confirmed via
eth_callon the public Base RPC.
How to read this page
Active = the canonical address users and integrators should reference today.
Superseded = an earlier deployment that has been replaced. Listed for transparency; do not interact.
Deprecated = a product line that is no longer maintained. Listed for historical reference only — see Archive for context.
A row marked with
(DAO)means the contract's owner / fee setter is the DAO Multisig. Rows marked(team)mean the role is still held by a team-controlled key — see the Audits & Security page for our migration plan.
Token
Standard
ERC-20, 18 decimals, OpenZeppelin AccessControl
Max supply (current)
510,000,000 ALB (AIP-5 authorizes a one-time raise to 1,051,000,000)
Mint timelock
14 days
Alien Base V2
The original AMM. Stock Uniswap V2 plus a PancakeSwap-style farming layer.
Farming (MasterChef-style)
UniversalDistributorController (current controller, since 2025-06-05)
Active
DAO Multisig (DAO)
DistributorController (original)
Superseded
Team operations Safe 0x845e2f13…f543
ComplexRewarderPerSecV4 (dual rewards)
multiple addresses, deployed 2023-08 → 2024-12
Active
per-farm
Note on the docs migration: The previous version of this page labelled
0x16f1F806…e4fBas the "Farm Timelock Proxy". It is the originalDistributorControlleritself — a thin contract that enforces a 7-day delay on emission changes — and as of 2025-06-05 it is no longer the active farm controller (replaced byUniversalDistributorController). The OZ-styleTimelockControlleris a separate contract listed above.
Alien Base V3 (Concentrated Liquidity + Bunni)
Stock Uniswap V3 plus a fork of Bunni for ERC-20-wrapped LP positions.
Sample BunniToken (LP)
varies per pool — see the Vaults page in the app
—
—
Note on the docs migration: the previous version of this page listed
0x176ca19…08f0as the "esALB-ETH pair". That contract is aBunniToken(a wrapped V3 LP position over the ALB/WETH pool), not a Uniswap V2 pair. Bunni LP tokens are minted by BunniHub, not by the team deployer.
esALB & escrowed token system
The escrow / lock system follows Camelot's xGRAIL pattern.
esALB (alt — referenced in the historical "Changing allowance" guide)
Co-deployed 2024-04-25 — see Changing allowance
—
EsProxyMaster (esALB system orchestrator)
Active
Team deployer (team)
EsVoting (governance weight helpers)
Active
—
EsComplexRewarder (dual rewards for escrowed LPs)
multiple, see the Farms page
Active
—
Vesting
Multi-year vesting for team and DAO contributors authorized by AIP-4.
VestingFactory
Active
—
Epsilon Router (orders)
The on-chain order engine behind Limit / Take Profit / Stop Loss / Trailing Stop / DCA orders. See Epsilon.
Carbon (deprecated Limit / Range / Recurring orders)
A direct integration of Bancor's Carbon protocol — Alien Base was the first DEX to integrate Carbon natively rather than via a license. Order creation was deprecated in July 2026 in favor of the Epsilon Router; contracts remain live and existing orders stay withdrawable. See Archive — Carbon Orders.
Voucher proxy ("Carbon Automated Trading Strategy" NFT, CARBON-STRAT)
Live (deprecated for new orders)
—
Source: alienbase-xyz/carbon-contracts (a fork of bancorprotocol/carbon-contracts).
Token Generator
Permissionless on-chain token launcher.
TokenGenerator orchestrator (collects 0.015 ETH per mint)
Active
Team deployer (team)
Earlier TaxTokenFactory builds
0xcbac…8436, 0x1b24…b484, 0x9f36…2c9f
Superseded
Do not use
Governance
Original AIP-2 "DAO treasury wallet" (EOA, also a Safe signer)
Historical reference
EOA
Deployer
The team deployer EOA is publicly tagged on Basescan as "AlienBase: Deployer":
It's a gas wallet with a low ETH balance; almost all of Alien Base's contracts trace back to deployments by this address. The Token Generator orchestrator routes its 0.015 ETH per-mint fee here.
Deprecated products
These contracts are still on-chain but are no longer actively maintained or recommended. See the Archive for context.
Area 51 sub-DEX
Factory 0x2d5dd5fa…e51e, Router 0x3485F8E1…79e7
Deprecated (Oct 2024)
The Token Generator product survives separately.
StableSwap (Saddle-style)
SwapFlashLoan 0x927860797d…bb27
Deprecated (Oct 2024)
Replaced by V3 stable-tier pools.
B3 multi-chain deployment
(B3 chain, addresses N/A)
Shelved (Oct 2025)
First multi-chain expansion; partnership did not deliver.
Documentation errors fixed in this revision
If you're cross-referencing the previous version of this page, note:
Area 51 Router label/link mismatch — the previous label
0x837d9B41…3376is not a contract. The correct address is the linked one,0x3485F8E1…79e7."Farm Timelock Proxy" — the address
0x16f1F806…e4fBis the originalDistributorControlleritself, not a proxy. As of 2025-06-05 it is also no longer the active controller (replaced byUniversalDistributorController)."esALB-ETH pair" — the address
0x176ca19…08f0is a Bunni V3 LP token, not a Uniswap V2 pair."Sample BunniToken" example — the previous example referenced an ALB/USDbC pair. USDbC is the deprecated Coinbase-bridged USDC variant; users should reference USDC pairs instead.
Source code
V2 stack + ALB token (lags onchain — last public update Nov 2024)
Area 51 V2 fork (deprecated)
Bancor Carbon fork
Mothership ALM (under audit)
Custom esALB voting strategies
TVL adapter contributions
Several deployed contracts (TokenGenerator, EsProxyMaster, EsTokenController, EsVoting, EsComplexRewarder, UniversalDistributorController, VestingFactory, AlienbaseLottery, PredictionETH, AlienbaseZapV1, the recent Alien Base 2.0 rollout) are verified on Basescan but their source repositories are not yet public. This is on the roadmap to fix.
Last updated