Loading...
AgentTokenLauncherV6: 0x2197...CEF4
100 Billion tokens
Preview
await launcher.launch({
name: 'My Token',
symbol: 'MTK',
totalSupply: ethers.parseEther('100000000000'),
pairToken: '0x4200000000000000000000000000000000000006',
metadata: { imageUrl: '', description: '', website: '', twitter: '', telegram: '', farcaster: '' },
minFeeBps: 50,
maxFeeBps: 100,
feeRecipients: [
{ recipient: '0x...', sharePercentage: 10000 }
],
poolSplit: { agentPoolPercentage: 7000, agentTickSpacing: 60, publicTickSpacing: 200 },
creatorVault: { percentage: 1000, lockDuration: 604800, vestingDuration: 2419200 },
creatorBuy: { ethAmount: 0, recipient: ethers.ZeroAddress },
airdrop: { percentage: 0, merkleRoot: ethers.ZeroHash, lockDuration: 0, vestingDuration: 0 },
});Requires ERC-8004 agent NFT. Call launch() on AgentTokenLauncherV6. No WETH required for LP.