Cred Tokens are minted using ERC721._mint()
which is not safe.
Found in CredToken::mint()
Using ERC721::_mint()
can mint ERC721 tokens to addresses which don't support ERC721 tokens.
Aderyn
Use _safeMint()
instead of _mint()
for ERC721.
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.