Unstoppable Domains Manager
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 provides a read-only interface to the Unstoppable Domains registry on EVM chains. Given a domain name (e.g., myname.crypto or myname.nft), it resolves the domain's token ID, retrieves the owner, resolver address, expiry date, and all configured records—including cryptocurrency addresses (ETH, BTC, LTC, DOGE, MATIC, USDC, etc.), IPFS hashes, DNS records, and WHOIS email. All data is pulled directly from the Unstoppable Domains contract on the connected chain—no off-chain databases or third-party APIs are used.
HOW TO USE
Connect your wallet (MetaMask or any Web3 wallet) to the desired EVM network (Ethereum mainnet or Polygon are common). Enter the Unstoppable Domains registry address (the main registry address is pre-filled) and the domain name you wish to resolve (e.g., myname.crypto). Click "look up" or press Enter. The tool will query the registry contract and display the domain's owner, resolver address, expiry date, and all available records. The interface is intentionally minimal—it shows what the contract knows, nothing more and nothing less.
TECHNICAL MECHANISM
The tool uses the Unstoppable Domains registry ABI to call ownerOf, resolverOf, expiryOf, get, and getMany functions. The token ID is computed as the namehash of the domain name, following the same specification as ENS. The tool uses ethers.js to compute the namehash and interact with the contract. It queries a predefined list of record keys (crypto addresses, IPFS records, DNS records, WHOIS email) and displays all non-empty records. All reads are performed via the connected provider; no state is written. The tool also calculates the expiry date using the current block timestamp for a human-readable display.
WHAT IT CANNOT SEE
This tool cannot resolve domains that are not registered on-chain. It cannot verify off-chain records or metadata not stored on the Unstoppable Domains contract. It cannot detect pending name transfers or unconfirmed transactions. It cannot verify the authenticity of off-chain records. It may not support all resolver implementations or custom record types. It cannot manage domains that are not on the EVM chain the wallet is connected to. The data shown is exactly what is stored on-chain—nothing more.
PLEASE NOTE
This tool works on any EVM-compatible network where an Unstoppable Domains registry is deployed, including Ethereum mainnet and Polygon. It is intended for informational and monitoring purposes only. Always cross-reference with official sources and multiple explorers before making any decisions based on this data.