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

Create non-standard class to handle non-standard but common token read methods #837

Open
adonesky1 opened this issue May 19, 2022 · 0 comments
Assignees

Comments

@adonesky1
Copy link
Contributor

Per the conversation here, we are failing to properly return values for contracts that contain methods like name(), symbol(), tokenURI() and decimals() that do not fully conform to one of the 3 major token standards we currently support (ERC20, ERC721, ERC1155). We should create a backstop to return these values regardless of whether they are part of a standard contract.

@adonesky1 adonesky1 self-assigned this May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants