Fee Recipient Wallet Explainer
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
This tool reads the fee recipient configuration from any Ethereum-compatible smart contract. It extracts the fee recipient address, fee percentage, owner/admin address, total supply, holder count, and analyses the bytecode to determine the fee distribution mechanism. The AI layer then translates this raw on-chain data into a clear, plain-English explanation of who receives fees, what percentage they receive, and the potential risks of fee diversion. This is critical before investing in or interacting with a tokenized project where fees could be redirected maliciously.
HOW TO USE
Connect your wallet, select the network, and paste the contract address you want to investigate. The tool will read the contract's fee configuration directly from the blockchain and display the results alongside an AI-generated explanation. No transaction is required — this is a read-only operation. The AI explanation is generated from the exact data the tool reads, not from external or historical sources, ensuring transparency.
TECHNICAL MECHANISM
The tool performs multiple view calls against the contract to discover fee-related functions, including feeRecipient(), feePercent(), owner(), admin(), and others. It falls back through a sequence of common function signatures to maximize compatibility across different contract implementations. The bytecode is analysed for distribution patterns and risk signatures such as "setFeeRecipient" or "updateFee" which indicate dynamic fee changes. The AI prompt is constructed entirely from the actual read results — never from assumptions or external data — ensuring the explanation is grounded solely in what the contract exposes on-chain. All reads are performed through the connected wallet's provider, respecting the network you've selected.
WHAT IT CANNOT SEE
This tool cannot definitively determine if a fee recipient is safe — it only reads the fee recipient configuration. It cannot detect off-chain coordination or malicious intent not reflected in on-chain data. It cannot predict future fee changes. Legitimate contracts may have fee recipients for valid reasons. It cannot verify the identity or trustworthiness of the fee recipient wallet owner. The AI explanation is generated from the data the tool reads and should be treated as informational, not as financial advice or a security guarantee.
PLEASE NOTE
EVM chains only. Explanations are AI-generated from data the app reads on-chain — always review what you are actually signing in your wallet before approving it. This tool is read-only and never initiates transactions.