lazy-minting
lazy-minting copied to clipboard
A work-in-progress example of minting NFTs at the point of sale
Results
2
lazy-minting issues
Sort by
recently updated
recently updated
newest added
Attacker can use onERC721Received callback to re-enter the contract. Try enforcing EOA via callerIsNotUser or reentrancyGuard
Hi, I am wanting to implement your example, but when I extend my contract with EIP12 I get these errors.... My contract is created with Solidity version 0.8.2. I don't...