This support guide will teach you how to claim using Contract Explorer by calling the claim
contract function of your Token Drop contract.
Prerequisite
Claim
button, which is much easier than doing this on contract explorer if you have an allowlist.Getting Started
- Go to your Dashboard and connect your wallet.
- Click the
Explorer
tab from the left panel of your dashboard.

- After that, click the
Write
tab and look for theclaim
function.

- Use the following reference input values to claim your ERC-20 from Token Drop.
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 []
- 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.