This contract implements an ERC721 airdrop system where users can claim tokens based on predefined criteria.
This contract allows for the distribution of ERC721 tokens to eligible users based on specific conditions, such as holding a certain token or being part of a whitelist.
To use this contract, follow these steps:
The contract implements the ERC721 standard and uses a mapping to track claimed tokens for each address. The claim window is defined using timestamps, and the whitelist is managed through a mapping.
setClaimWindow(uint256,uint256)claim()addWhitelistedAddress(address)removeWhitelistedAddress(address)setRequiredToken(address)setClaimableAmount(uint256)setClaimedAmount(address,uint256)Press Enter to send your query
Powered by Neuron AI • Press Enter to send