Interface for a claim condition that can be used to determine if a user can claim a drop
This interface defines the methods that a claim condition must implement to be used with the Drop contract.
The Drop contract uses this interface to determine if a user is eligible to claim a drop. You can create your own claim conditions that implement this interface to customize the drop claiming process.
setClaimCondition(uint256 _conditionId, uint256 _startTimestamp, uint256 _maxClaimableSupply, uint256 _supplyClaimed, bytes32 _merkleRoot, uint256 _quantityLimitPerWallet, uint256 _waitTimeSeconds, uint256 _maxClaimablePerWallet, bool _active)setClaimConditionActive(uint256 _conditionId, bool _active)Press Enter to send your query
Powered by Neuron AI • Press Enter to send