Beginner FriendlySolidity
100 EXP
View results
Submission Details
Severity: low
Invalid

Unsafe ERC721 mint()

Summary Using `ERC721::_mint()` can fail if the if the recipient address do not support this kind of tokens

Vulnerability Details Using `ERC721::_mint()` can mint ERC721 tokens to addresses which don't support ERC721 tokens. Use `_safeMint()` instead of `_mint()` for ERC721 tokens.

Impact LOW /

LIKELIHOOD Medium

Tools Used Medium article ,

Recommendations Use _safeMint()

Updates

Lead Judging Commences

0xtimefliez Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.