How can we help? 👋

Claim ERC-20 from Token Drop using Contract Explorer

How to claim ERC-20 from a Token Drop contract using the Explorer

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

👉
If you haven’t already, you can deploy your own ERC-20 Token Drop.

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.
    1. Notion image
       
  1. After that, click the Write tab and look for the claim function.
    1. Notion image
       
  1. Use the following reference input values to claim your ERC-20 from Token Drop.
    1. Receiver - The wallet address of the receiver.

      Quantity - The quantity you want to claim from the Token Drop. This should be in wei value.

      Currency - The currency you want to use for claiming the tokens. This should be in wei value.

      Allowlist Proof - You can use the following allowlist proof specifically for public claim phase.

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

      Data - For this one use []

  1. Done, execute the smart contract function.
 

By following the steps above, you are able to claim your ERC-20 token from Token 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?
😞
😐
🤩