NFT Escrow Status Checker
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
NFT Escrow Status Checker watches the current page for NFT escrow listings, detects escrow contract addresses and status indicators from page content, reads escrow status from the blockchain via RPC calls, and displays the current state (pending, released, disputed, expired) with detailed information about funds locked and release conditions. The tool helps you monitor the status of NFT escrow transactions without manually checking blockchain explorers.
WHERE IT RUNS
This tool works on any webpage that displays NFT escrow listings or contract addresses, including NFT marketplaces, trading platforms, and escrow service pages. It automatically detects contract addresses and status information from page content. The script runs on all websites as designated in its match patterns.
HOW TO USE
After installing the BotGentz extension, navigate to any NFT escrow or contract page. Click the NFT Escrow Status Checker icon in your browser toolbar or use the keyboard shortcut (Alt+E). The panel will open. Click "Connect Wallet" to connect your real EVM wallet extension—this enables RPC calls and chain detection. The tool will automatically detect the escrow contract address and NFT information from the page. Click "Check Status" to query the blockchain for the contract status. The panel displays the contract address, chain, balance, transaction count, and current status. Configure the check interval and preferred chain in the settings. Toggle desktop notifications and sound alerts on or off. Click "Start Auto-Check" to enable continuous monitoring. Use "Stop Auto-Check" to pause monitoring. When the status changes, you will receive desktop and sound notifications.
TECHNICAL SECTION — CONTRACT ADDRESS DETECTION AND BLOCKCHAIN STATUS QUERY ENGINE
Unlike manual blockchain explorer checks, this tool uses a contract address detection and blockchain status query engine. It first scans the page DOM to detect escrow contract addresses using multiple strategies—identifying addresses near escrow-related text, detecting addresses in contract-specific DOM elements, and recognizing address patterns in structured data sections. The engine then performs JSON-RPC calls to the blockchain via GM_xmlhttpRequest, querying the contract's code, balance, and transaction count. The engine interprets these responses to determine the contract's status: code presence confirms it's a contract, balance indicates locked funds, and transaction count suggests activity level. Status changes are tracked and alerts are triggered when the status transitions between states (pending, released, disputed, expired). This approach provides direct blockchain verification without requiring external API services.
THE PANEL
The panel is draggable anywhere on the screen and remembers its position per site. It can snap to the left, right, top, or bottom edges, or float freely. Collapse it to a small status indicator when you need more page visibility, and expand it again with a single click. Resize it vertically or horizontally to show more status details. Press Escape to close the panel instantly. All settings (interval, preferred chain, notifications, sound) are saved globally and persist across sessions.
PLEASE NOTE
This tool requires the free BotGentz extension and a real EVM wallet extension already installed in your browser. EVM chains only—supports Ethereum Mainnet, Polygon, Arbitrum, and Optimism. Wallet connection is read-only; this tool never initiates transactions or signs messages. Cannot read escrow status from private or unverified contracts, cannot access escrow data on chains not configured for RPC calls, cannot detect off-platform escrow arrangements, and cannot determine the outcome of disputes without external data. Users must manually verify escrow status and conditions before taking any action. Websites change their layouts frequently; scripts may need updates, and we work to keep them current but cannot guarantee uninterrupted operation.