Mint Pass Transfer 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 Transfer Tool lets you transfer mint passes to another wallet, enabling secondary trading or gifting. Instead of manually checking pass ownership and transfer restrictions, you add your mint passes, verify their transferability, and execute a batch transfer transaction. The tool checks whether you own each pass, whether it is transferable (not soulbound or restricted), and transfers them to the recipient address. This is essential for NFT collectors who want to sell, trade, or gift mint passes to others.
HOW TO USE
Connect your EVM wallet and select the network. Enter the mint pass contract address that manages the passes. In the input area, list each mint pass you want to transfer using the format: contract,tokenId. Enter the recipient address. Click "Add passes" to load them, then click "Check passes" to verify that you own each pass and that it is transferable—the tool checks ownership and transfer restrictions (e.g., soulbound, cooldown). Review the status, then click "Transfer passes" to execute the batch transfer transaction. The tool transfers the passes to the recipient address.
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 checks transferability by calling isTransferable() on the mint pass contract—this may check for soulbound status, cooldown periods, or other restrictions. For each valid and transferable pass, it calls the transferPass() function on the mint pass contract, which transfers the pass to the specified recipient, updates the ownership records, and emits a Transfer event. The tool uses receipt.effectiveGasPrice for accurate gas reporting and provides progress feedback during the transfer process.
WHAT IT CANNOT SEE
This tool cannot transfer 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 transfer logic. Mint passes with transfer restrictions—such as soulbound tokens, non-transferable passes, or those with cooldown periods—are not supported unless the contract explicitly allows transfer. The tool cannot guarantee that the recipient will redeem the pass after receiving it.
PLEASE NOTE
Transferring a mint pass transfers the right to redeem the associated token. Ensure you are sending the pass to the correct address—transfers are irreversible. 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.