Replies: 1 comment 4 replies
-
Hey @docongminh, there isn't a straight forward way to verify if a contract adheres to a standard without manually looking at the source code. However, there are some attempts to help this programmatically e.g. the ERC165 standard. OpenZeppelin has some tools for the same, ERC165Checker oz docs (though it can't be trusted as a malicious contract can say that it adheres to a standard say ERC721, but in reality it doesn't). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your Issue
Hi author @r and everyone here.
Currently, i am researching about ERC20, ERC721 token and using this library. Ethers.js is great library.
But i am finding some way to check token standard (like ERC20, ERC721 or ERC-1155). Could anyone help me how to check it.
Thanks !
This is an exception issue
Beta Was this translation helpful? Give feedback.
All reactions