Wallet Funding Distributor
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
Wallet Funding Distributor is a non-custodial tool that distributes funds to multiple wallet addresses in a single batch transaction, enabling efficient bulk funding operations. It reads wallet funding distribution contract state, user address, token balances, recipient list, funding amounts, funding schedule, distribution eligibility, fee structure, settlement state, token approval status, and allocation limits to structure the optimal distribution operation. With a single transaction, it calls distributeFunds(), executeFundingDistribution(), or submitWalletFunding() on the shared sender contract, sending tokens or native currency to multiple recipients. The tool supports ERC-20, ERC-721, and ERC-1155 token standards, automatically handling batch transfers with per-recipient fees. This mechanism supports payroll distribution, grant disbursement, community rewards, and wallet funding operations.
HOW TO USE
1. Connect your wallet (EVM-compatible).
2. Optionally specify a token address (leave empty for native currency).
3. Enter recipients (one per line, format: address,amount).
4. Select the token standard (ERC-20, ERC-721, or ERC-1155).
5. Review the sender contract address, fee per recipient, total fee, and owner.
6. Click "distribute funds" and confirm the transaction in your wallet.
The tool automatically handles token approvals if using an ERC-20 token. After the transaction confirms, funds are distributed to all recipients—no centralized custody, no intermediaries. The shared sender contract handles the batch transfer, charging a fee per recipient that is shown before execution.
TECHNICAL MECHANISM: MULTI-FUNCTION FALLBACK WITH BULK DISTRIBUTION
Unlike simple transaction builders that assume a single function signature, this tool implements a multi-function fallback strategy. It first attempts distributeFunds(), then falls back to executeFundingDistribution() or submitWalletFunding() if the primary method fails—automatically adapting to different contract implementations without requiring the user to know the exact function name. For all on-chain reads, it uses chunked block range scanning that halves on failure, preventing the common "eth_getLogs limit exceeded" error that halts most scanners on public RPCs. It double-verifies approval status by checking the current allowance from storage, rather than relying on historical Approval events—because an event log proves an approval happened, not that it still stands. Gas estimation uses receipt.effectiveGasPrice for accurate post-EIP-1559 cost accounting. The tool uses the shared BotGentz sender contract registry, looking up the correct contract address by chain ID and token standard (ERC-20/ERC-721/ERC-1155). It reads the fee live from the contract, calculates total fees per sender, and validates that the user's balance covers the total before sending. All batch operations are sequential with concurrency caps to avoid nonce conflicts.
WHAT IT CANNOT SEE
This tool cannot verify that the funding distribution contract is legitimate or has not been compromised. It cannot detect if the distribution has been manipulated. It cannot ensure that distribution will execute at the optimal gas price due to network conditions. It cannot guarantee that distribution will succeed if the contract is paused or frozen. It cannot verify that the contract has not been upgraded or modified. It cannot detect if the trade path is optimal or not front-run. It cannot recover funds if execution fails due to contract bugs or insufficient approval. It cannot verify that the recipient list is valid or not. It cannot predict market movements, price gaps, or flash crashes. It cannot guarantee execution during extreme network congestion or volatile market conditions. It cannot detect if any underlying token has been compromised. It cannot prevent the user from canceling or modifying distribution parameters. It cannot ensure that the distribution will be processed. It cannot protect against loss if distribution is rejected. It cannot verify that all recipients are valid. It cannot guarantee that all funds will be delivered. It cannot ensure that token approvals are correct. It cannot verify that the funding amounts are sufficient.
PLEASE NOTE
This tool operates only on EVM-compatible chains (Ethereum, Polygon, Arbitrum, Optimism, etc.). It is non-custodial—you retain full control of your funds at all times. Always verify token addresses, recipient lists, and distribution parameters before executing. Fund distribution is irreversible—once sent, transfers cannot be recalled. The sender contract charges a fee per recipient, which is shown before execution. The tool is provided as-is; use at your own risk.