Connected Wallet Activity Log
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
Connected Wallet Activity Log monitors and logs all activity related to your connected wallet on the current page. It detects and logs events such as transaction confirmations, contract interactions, token approvals, swaps, and transfers displayed on the page. The tool tracks pending transactions, stores a history of detected activities with timestamps, and displays them in a scrollable log within the panel. You can filter log entries by event type—transaction, approval, swap, transfer, contract interaction, pending, or confirmed—and export the log as plain text or copy it to the clipboard. Suspicious or high-value activities are highlighted for quick identification.
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. The script scans the page's DOM and also makes lightweight RPC calls to track pending transaction counts.
HOW TO USE
Install the script and navigate to any page. Click "Connect Wallet" to link your EVM wallet. Once connected, the tool automatically starts scanning the page for wallet-related activities and logs them in the panel. The log displays each event with its type, timestamp, and a brief description. Click on any transaction hash to copy it to your clipboard. Use the filter dropdown to view specific event types. Export the log with the "Export Log" button to copy it as text for record-keeping.
TECHNICAL MECHANISM
The tool combines DOM scanning with RPC calls to build a comprehensive activity log. It scans the page for patterns like transaction hashes (0x followed by 64 hex characters), approval keywords (approved, allowance, spend), swap keywords (swap, exchange, trade), and transfer keywords (transfer, sent, received). For each detected pattern, it captures surrounding context and determines the most likely event type. It also calls eth_getTransactionCount with the "pending" parameter to track pending transactions. All logs are stored in memory with timestamps and optionally persisted to GM_setValue for session continuity. The log is rendered in a scrollable container with color-coded event types.
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 off-chain activities or transactions that do not appear on the page. Sites change frequently; the script may need updating. No data is collected or stored beyond your own browser settings.