Using ERC721::_mint()
can minted ERC721 tokens to addresses which don't support ERC721 tokens.
GivingThanks::donate(address)
use _mint()
to mint NFT to doner, however, there is no receiver checks forERC721::_mint()
. If receiver is a smart contract without implementing IERC721Receiver
, ERC721 token will be locked or lost.
Using _safeMint()
instead of _mint()
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.