You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stefann-01
changed the title
grc721: Should SetTokenURI be removed from IGRC721 interface?
grc721: Should SetTokenURI be removed from **IGRC721** interface?
Jan 13, 2025
stefann-01
changed the title
grc721: Should SetTokenURI be removed from **IGRC721** interface?
grc721: Should SetTokenURI be removed from IGRC721 interface?
Jan 13, 2025
Description
According to ERC721 standard,
TokenURI
functionality belongs in the metadata extension (IERC721Metadata). However, in our implementation:SetTokenURI
exists in the base IGRC721 interfaceTokenURI
exists in IGRC721Metadata interfaceThis seems inconsistent with the standard. Should we:
SetTokenURI
from IGRC721Reference: https://eips.ethereum.org/EIPS/eip-721#specification
The text was updated successfully, but these errors were encountered: