stake.link

stake.link
DeFiHardhatBridge
27,500 USDC
View results
Submission Details
Severity: low
Invalid

NFT compatibility issues with hard forks

Summary

NFT compatibility issues during hard forks can lead to ownership ambiguities and challenges for users trying to retain their assets across all forks.

Vulnerability Details

During hard forks, users typically face numerous challenges to retain ownership across all forks.

function tokenURI(uint256) external view returns (string memory) {
return baseURI;

Impact

Without clear chain ID integration, NFTs can become contentious assets during and after hard forks, leading to potential loss of value, ownership disputes, and a general lack of trust in the NFT's provenance and legitimacy.

Tools Used

Manual Review

Recommendations

It's advisable to integrate require(1 == chainId) into the mentioned functions or embed the chain ID in the URI.

This ensures clarity regarding the chain that owns the NFT

Updates

Lead Judging Commences

0kage Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Too generic

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.