Mint Pass Redemption Tool
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
Mint Pass Redemption Tool lets you redeem mint passes to claim the NFTs they represent. Instead of manually checking pass validity and submitting separate redemption transactions, you add your mint passes, verify their status, and execute a batch redemption transaction. The tool checks whether each pass is owned by your wallet, whether it has already been used, and whether it is still valid for redemption. It then burns the pass and mints the associated token directly to your wallet. This is essential for NFT collectors who have mint passes and want to efficiently claim their tokens.
HOW TO USE
Connect your EVM wallet and select the network. Enter the mint pass contract address that manages the passes and redemption. In the input area, list each mint pass you want to redeem using the format: contract,tokenId. Click "Add passes" to load them, then click "Check passes" to verify each pass's status—the tool checks whether you own the pass, whether it has already been used, and whether it is valid for redemption. Review the status, then click "Redeem passes" to execute the batch redemption transaction. The tool burns the mint passes and mints the associated tokens to your wallet.
TECHNICAL MECHANISM
The tool first verifies ownership of each mint pass by calling ownerOf(tokenId) for ERC-721 tokens or balanceOf(account, tokenId) for ERC-1155 tokens. It then queries the mint pass contract's isValid() and isUsed() functions to confirm that the pass is eligible for redemption. For each valid and unused pass, it calls the redeem() function on the mint pass contract, which burns the pass, mints the associated token (or tokens) to the wallet, and updates the pass status to prevent double-redemption. The tool uses receipt.effectiveGasPrice for accurate gas reporting and provides progress feedback during the redemption process.
WHAT IT CANNOT SEE
This tool cannot redeem mint passes that are not owned by the connected wallet—ownership is verified before proceeding. It relies on the mint pass contract supporting the specific NFT standard (ERC-721 or ERC-1155) and the redemption logic. Mint passes with non-standard redemption mechanics—such as requiring additional fees, signatures, or off-chain verification—are not supported. The tool cannot guarantee that the minted token will retain all metadata or that the redemption will be reversible—minting and burning are typically irreversible operations.
PLEASE NOTE
Redeeming a mint pass burns it permanently—you cannot recover the pass after redemption. Ensure you are ready to claim the token before redeeming. The mint pass contract must be trusted; verify its security and audit status before use. This tool is for EVM chains only and does not support non-EVM networks.