Claim creator fees
Withdraw quote-denominated fees credited by the launch hook.
On this page
#How it works
TwentyPad hook fees are credited in FeeEscrow. They are not Uniswap LP fees. The credited creator can call claim to receive an asset, or claimTo to send it to another address.
owed(account, asset) → uint256
claim(asset)
claimTo(recipient, asset)#Claim asset
Fees accrue in the pool's launch quote. Native ETH is represented by the zero address, not WETH. USDC and registered ERC-20 quote assets use their token addresses.
#Check before claiming
Read owed(creator, asset) before submitting a claim. If the amount is zero, do not waste gas. The escrow's total balance is shared across creditors and is not the creator's claimable amount.
Creator-controlled
Only the credited account can claim its balance. claimTo changes the destination, not the account whose credit is withdrawn.