Revenue Share Claimer
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Revenue Share Claimer connects to any EVM-based revenue share contract and enables you to claim accrued revenue share payments with a single click. The tool reads comprehensive contract state including total revenue pool, token address, revenue share recipient address, claimable amount per recipient, revenue distribution parameters, distribution period, current block timestamp, claim history, revenue source details, share percentage, and vesting schedule. It then displays your claimable amount, the total revenue pool, your share percentage, the distribution period, vesting status, and whether you have already claimed. When revenue share is available and the vesting schedule is met, the tool enables a one-click claim transaction. The tool handles multiple claim function signatures (claimRevenue, withdrawShare, executeClaim) and automatically detects the correct function to call. After submission, the tool displays the transaction hash and refreshes the contract data to show the updated claim status. This is ideal for platform partners, affiliate programs, content creators, DAO members, and any revenue-sharing arrangement where participants need to track and withdraw their share of earnings.
HOW TO USE
Connect your Web3 wallet (MetaMask, WalletConnect, or any EIP-1193 provider). Select the correct network for your revenue share contract — the tool supports Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche C-Chain, and BNB Chain. Paste your revenue share contract address into the input field. The tool reads the contract using a default ABI that covers standard revenue share functions, but you can paste a custom ABI if your contract uses non-standard naming. Review the displayed data carefully: your claimable amount, token type, total revenue pool, your share percentage, distribution period, vesting schedule, and whether you have already claimed. The status indicator will show "Ready to claim" when revenue is available and vesting is complete, "Claimed" if you have already withdrawn, "No revenue" if nothing is available, or "Locked (vesting)" if funds are still subject to vesting. When revenue is available and the vesting schedule is met, the "Claim revenue share" button becomes enabled. Click it to submit the claim transaction — the tool will show a confirmation dialog with all details, submit the transaction, and wait for confirmation. After successful execution, the contract data refreshes automatically to show the updated claim status.
THE REAL MECHANISM
This tool does not assume a single revenue share structure — it adapts to the contract's actual implementation. It first detects the correct claim function by testing common names (claimRevenue, withdrawShare, executeClaim) through static calls, falling back to the user-provided name if none are found. For revenue data, the tool reads claimableAmount(yourAddress) to determine what you are owed, token() to identify the payment currency, revenuePool() to check the total available funds, recipientShare(yourAddress) to display your percentage, distributionPeriod() to show the payout frequency, and vestingSchedule(yourAddress) to check if funds are released or still locked. The tool also reads hasClaimed(yourAddress) to prevent duplicate claims. For vesting, the tool compares the vesting timestamp against the current block timestamp to determine if funds are releasable. This multi-step verification ensures you only attempt to claim when funds are actually available, you are the correct recipient, and vesting is complete. The tool auto-refreshes data after each claim to keep the display current. All transaction parameters are estimated using eth_estimateGas and sent with the wallet's preferred gas strategy. The tool monitors the transaction receipt and extracts the effectiveGasPrice to display actual gas cost, not the cap.
WHAT IT CANNOT SEE
Revenue Share Claimer cannot verify that revenue calculations are accurate or fairly determined by the platform. It cannot detect if the revenue share percentage has been changed without notice or if the platform has adjusted rates retroactively. It cannot guarantee that the revenue pool contains sufficient funds for all recipients or that funds will be available when you claim. It cannot ensure that the revenue contract has not been upgraded, modified, or paused by its owner. It cannot prevent the platform from pausing, adjusting, or cancelling revenue share payments at any time. It cannot recover funds if the claim transaction fails due to contract bugs, out-of-gas errors, or network conditions. It cannot verify that the platform is accurately tracking all revenue streams or that the revenue data is complete and correct. It cannot detect if the revenue contract is malicious, contains hidden fee structures, or has been deployed by an untrusted party. It cannot validate that the revenue source data reflects actual revenue generated or that the share percentage matches the agreement.
PLEASE NOTE — EVM CHAINS ONLY
This tool works exclusively with EVM-compatible blockchains. Non-EVM chains are not supported. The tool does not deploy contracts, manage private keys, or sign anything outside the connected wallet's secure environment. It is a read-and-execute interface that relies entirely on the revenue share contract's implementation and the distribution logic defined therein. Always verify the revenue share contract address and share percentage directly on-chain before claiming.