tokenURI ignores its tokenId argument and returns the single hardcoded TOKEN_URI constant inherited from TokenUri.sol, so every minted NFT resolves to the same metadata and artwork.
Likelihood: Low
This is deterministic behavior for all tokens. Whether it is a defect depends on whether per-token art was intended; functionally the collection is uniform by design of this code.
Impact: Low
All SANTA NFTs are visually and metadata-identical, so the tokens are not individually distinguishable on marketplaces. There is no impact on funds, ownership, or contract logic; the concern is purely cosmetic/UX.
Two different token ids return byte-identical URIs.
If per-token art is desired, derive the URI from tokenId; otherwise document the uniformity as intentional.
The contest is live. Earn rewards by submitting a finding.
Submissions are being reviewed by our AI judge. Results will be available in a few minutes.
View all submissionsThe contest is complete and the rewards are being distributed.