Deployed contracts
This page lists the addresses of the core DailyMeme smart contracts and associated configuration addresses on the supported mainnets: Zero Network and Abstract.
Contract Address Comparison
Orchestrator
0xBFe381317a7cF0FD53F0afB60df0eb7F5348a01a
0x5ee437674144a9D1A4D1de7728b2bf62427fcfa4
Factory
0x38204DFc2706697d712A0c8c32E1cD43816c5837
0xef3D24A4Be00daf5ab99577d2a877e56ca7dD5CD
LiquidityDeployer
0x8df76D5460468478E4A2A1A6900c00e365c8F548
0x4EE4A7E130c5E6A5110793328886f377e4D579c5
TokenLocker
0x97d4042d032e7070c7133aDDe3C59E29ed141cD7
0xDA32E5Cb03fE8849AFe22Bb768736Ce4f9648e03
TokenCreationManager
0x4C8E210f98f480630E94220a3DC90aDaBC50A1Fa
0x1fB111dE8e18C05F89A65F52DCb04E105Fad37Ec
SwapProxy
0x6e77cB089D2F8d800Ac5eB8D003545520459cC9C
0xB041891E40C133D640364387be53a40F2af6ad83
Contract Descriptions
Orchestrator
: The central hub managing the pre-launch phase of meme tokens. It handles bonding curve swaps (ETH-for-token and token-for-ETH), collects swap fees, processes referrals, and triggers the final token launch on the DEX when conditions are met.Factory
: Responsible for creating new meme tokens and their associated pre-launch bonding curve pools (Pool
). It collects the creation fee and interacts with theOrchestrator
andLiquidityDeployer
.LiquidityDeployer
: Adds the initial liquidity (ETH and tokens collected during the pre-launch phase) to the configured DEX (e.g. Uniswap V2 compatible) when a token is launched by theOrchestrator
via thePool
.TokenLocker
: Manages time-locks for tokens purchased during the pre-launch phase. Ensures users cannot transfer or sell tokens acquired with a lock duration until that duration expires. Interacts withTokenV4
andOrchestrator
.TokenCreationManager
: An optional contract that can be configured in theFactory
to restrict which addresses are allowed to create new tokens. It maintains a whitelist managed by the protocol owner.SwapProxy
: A proxy contract that wraps a standard DEX router (like Uniswap V2). It allows users to perform swaps directly through the proxy while applying an additional configurable fee, which is sent to a designated fee recipient.
Last updated