Using ERC721::_mint()
Can Be Dangerous
Found in src/NFTFactory.sol
Line: 27
Minting ERC721 tokens using _mint()
can send tokens to contracts that do not support ERC721.
Manual Code Review
Use _safeMint()
instead to ensure compatibility.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.