Using ERC721::_mint()
can mint ERC721 tokens to addresses that don't support ERC721 tokens.
Found in contracts/MOR.sol Line: 25
```_mint(account_, amount_);```
Found in contracts/mock/tokens/WStETHMock.sol Line: 16
``` _mint(account_, amount_);```
Found in contracts/mock/tokens/WStETHMock.sol Line: 24
```_mint(msg.sender, stETHAmount_);```
ERC721::_mint()
can mint ERC721 tokens to addresses which don't support ERC721 tokens
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.