Airdrop Claim Transaction Verifier
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
Airdrop Claim Transaction Verifier monitors the page for airdrop claim transactions and verifies their status on the blockchain. It detects pending, confirmed, and failed transactions by scanning for transaction hashes, pending indicators, or success/failure messages. The tool automatically fetches transaction receipts via eth_getTransactionReceipt and displays the status, gas used, block number, and confirmation count. A real-time log shows all detected claim attempts with status updates. You can manually enter a transaction hash for verification, and receive browser notifications when transactions confirm or fail.
WHERE IT RUNS
This tool runs as a userscript inside the BotGentz extension on any website. It connects directly to your real EVM wallet via window.ethereum—no intermediate bridge. It works on any page where airdrop claim transactions are visible.
HOW TO USE
Install the script and navigate to any page with airdrop claim activity. Click "Connect Wallet" to link your EVM wallet. The tool will automatically scan the page for transaction hashes and verify their status. Detected transactions appear in the panel with status indicators (pending, confirmed, failed). Click any transaction hash to copy it to your clipboard. Use the manual input field to verify any transaction hash not detected automatically. Adjust the check interval, toggle notifications, and enable or disable auto-verification in the settings.
TECHNICAL MECHANISM
The tool scans the page's text content for Ethereum transaction hashes (0x + 64 hex characters) using a regular expression. It maintains a list of detected hashes and verifies each one by calling eth_getTransactionReceipt via window.ethereum. The receipt provides the transaction status (0x1 for success, 0x0 for failure), gas used, and block number. The tool then fetches the current block number via eth_blockNumber to calculate confirmations. Each transaction is displayed with its status, gas usage, and confirmation count. The tool uses a MutationObserver to detect dynamically loaded content and a periodic timer to re-scan the page. Notifications are sent when transactions confirm or fail.
THE PANEL
The panel can be dragged anywhere on screen, snapped to the edge, resized, collapsed, and closed with Escape. It remembers its position per site and stays out of your way until you need it.
PLEASE NOTE
This tool requires the free BotGentz extension and a real EVM wallet extension (e.g., MetaMask) installed in your browser. It is EVM-only and works on Ethereum, Optimism, Arbitrum, Polygon, Base, and other EVM-compatible chains. It cannot detect transactions that are not visible on the page or encoded in images. Sites change frequently; the script may need updating. No data is collected or stored beyond your own browser settings.