We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e6641 commit ce14ab5Copy full SHA for ce14ab5
contracts/drop/SignatureDrop.sol
@@ -75,13 +75,6 @@ contract SignatureDrop is
75
/// @dev The tokenId of the next NFT that will be minted / lazy minted.
76
uint256 public nextTokenIdToMint;
77
78
- /*///////////////////////////////////////////////////////////////
79
- Mappings
80
- //////////////////////////////////////////////////////////////*/
81
-
82
- /// @dev Mapping from claimer => condition Id => timestamp of last claim.
83
- mapping(address => mapping(bytes32 => uint256)) private lastClaimTimestamp;
84
85
/*///////////////////////////////////////////////////////////////
86
Events
87
//////////////////////////////////////////////////////////////*/
0 commit comments