Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC1155Mintable does not follow the metadata standard #32

Open
StillFantastic opened this issue Jan 28, 2021 · 1 comment
Open

ERC1155Mintable does not follow the metadata standard #32

StillFantastic opened this issue Jan 28, 2021 · 1 comment

Comments

@StillFantastic
Copy link

According to https://eips.ethereum.org/EIPS/eip-1155, you have to implement a uri function for contract supports ERC1155Metadata_URI extension.
But in the ERC1155Mintable.sol it registers 0x0e89341c for erc165 but doesn't have a implementation of uri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants
@StillFantastic and others