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 45cd832 commit a402a4eCopy full SHA for a402a4e
contracts/base/ERC721Drop.sol
@@ -190,7 +190,6 @@ contract ERC721Drop is
190
AllowlistProof calldata,
191
bytes memory
192
) internal view virtual override {
193
- require(msg.sender == tx.origin, "BOT");
194
if (_currentIndex + _quantity > nextTokenIdToLazyMint) {
195
revert("Not enough minted tokens");
196
}
0 commit comments