The tokenURI
function does not check if the _tokenId
has been minted. Thus breaks the EIP721 spec.
In SmartVaultManagerV5.sol
we have tokenURI()
:
This function returns unique URI for each token (NFT) based on its tokenId
.
According to the standard, the tokenURI
method must revert if a non-existent tokenId
is passed.
tokenURI()
is not compliant with EIP721
Visual Studio Code
Add a _tokenId
existence check in tokenURI()
.
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.