tokenURI function could return ambiguous value
the function is using abi.encodePacked to return the token URI. encodePacked can be ambiguous, and return the same hash for different input values
different values can have the same hash using encodePacked. it could return an incorrect token URI
VSCode
use abi.encode instead of abi.encodePacked
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.