CLAIM FEES
Collect your trading fees from tokens you've launched.
1
2
LOGIN WITH YOUR ACCOUNT
Use the same account you used to launch your token:
- • Twitter/X - Click "Login with Twitter"
- • Email - Enter your email and check for OTP code
- • Wallet - Connect your wallet directly
3
CLAIM YOUR FEES
Once logged in, you'll see your pending fees. Click "Claim" to withdraw your ETH.
Fees are paid in ETH on Base.
HOW FEES WORK
- • Trading fees accumulate as your token is traded
- • With
creatorFeeSplit: 10000you get 100% of fees - • Fees are claimable anytime - no minimum
- • Claim as often as you like
CHECK FEES PROGRAMMATICALLY
Want to check your fees without logging in? Query the FeeEscrow contract directly:
// FeeEscrow contract on Base
const FEE_ESCROW = "0x72e6f7948b1B1A343B477F39aAbd2E35E6D27dde";
// Check balance
const balance = await client.readContract({
address: FEE_ESCROW,
abi: ["function balances(address) view returns (uint256)"],
functionName: "balances",
args: [yourWalletAddress],
});View on Basescan →Ready to launch another token?
LAUNCH ON FLAUNCH.GG