Claim ERC-721 from NFT Drop using Contract Explorer

How to claim ERC-721 tokens from NFT Drop using the contract explorer

This support guide will teach you how to claim using Contract Explorer by calling the claim contract function of your NFT Drop contract.

👉
You can deploy your own ERC-721 NFT Drop if you haven't already.

Prerequisite

‼️
This will only work if your claim phase is public for everyone. We recommend using the Claim button, which is much easier than doing this on contract explorer if you have an allowlist.
 

Getting Started

  1. Go to your Dashboard and connect your wallet.
  1. Click the Explorer tab from the left panel of your dashboard. After that, click the Write tab and look for the claim contract function.
    1. Notion image
  1. Use the following reference input values to claim your ERC-721 from NFT Drop.
    1. Receiver - The wallet address of the receiver.

      Quantity - The quantity you want to claim from the NFT Drop. (e.g. 1)

      Currency - The currency you want to use for claiming the tokens. If you want to use the native currency. Use the following below.

      0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

      Price Per Token - The price of each token in wei value.

      Allowlist Proof - You can use the proof values below specifically for the public claim condition.

       { 
         "proof": [], 
         "quantityLimitPerWallet": "0", 
         "pricePerToken": "0", 
         "currency": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" 
      }

      Data - For this one use []

      Native Token Value - Calculate it by multiplying the quantity and the price per token in ether value. (e.g. quantity * pricePerToken)

  1. Done, execute the smart contract function.
 

By following the steps above, you are able to claim your ERC-721 token from NFT Drop using the contract explorer.

 

 

Have any other questions? If you still have questions, contact our support team for help.

 
Did this answer your question?
😞
😐
🤩