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
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.
The text was updated successfully, but these errors were encountered:
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 registers0x0e89341c
for erc165 but doesn't have a implementation ofuri
.The text was updated successfully, but these errors were encountered: