-
Notifications
You must be signed in to change notification settings - Fork 2
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
ERC1155 full support #49
Comments
We found two main issues to support this contract standard:
We need to decide on solution for both issues before implementing them, but we also feel that this feature is not a priority at the moment. |
100% agree. This issue right now has a low priority and first we should discuss how to manage it. Stopped until further notice. |
Reading the oficial specification of the ERC1155 I found the following:
Also they propose a possible implementation of how to mix both uses cases:
This means that there is no standard way of knowing whether a transfer event involves a fungible token or a non-fungible token.
Reading also the OpenZeppelin reference I found another important information:
This means that the ERC1155 does not implement the
|
Review the implementation and accountability of holder balances to fully support ERC1155 standard tokens.
The text was updated successfully, but these errors were encountered: