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.
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 theWrite
tab and look for theclaim
contract function.

- Use the following reference input values to claim your ERC-721 from NFT Drop.
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
)
- 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.