According to the standard, the tokenURI
method must be reverted if a non-existent tokenId
is passed. This a violation of the EIP721 spec.
The tokenURI
method violates the EIP721 standard by not checking the existence of the passed tokenId
(see https://eips.ethereum.org/EIPS/eip-721#specification).
Also the method is empty and useless.
Limited impact, like poor user experience.
Manual code review.
Add a proper implementation for the function or check for token existence at least. Could use the ERC721URIStorage.tokenURI()
implementation.
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.