-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support ERC-20 extensions, like ERC-223 #212
Comments
Many of these are still in 'draft' status, but we will keep an eye on them. Regardless, I would think that we could recognize at least the ERC/GO-20 subset of the interface, and work with that. |
Some of their interfaces like the 621 and 777, could be usedful.
|
We can open separate ones for any others we want to support. Nice work! |
GO/ERC-20 token contracts are recognized and displayed differently in the interface:
https://explorer.gochain.io/addr/0x37C93A80b5702A820CbC3050f0e9eC48a1D5e738
The ERC223 token standard is a superset of ERC20, so it should display as a token in the interface as well, and it should be trivial to do so. There are other similar token standards as well, can we support them all automatically?
Here is an ERC223
'Final' ERCs:
165ERC-165 #215'Draft' ERCs:
The text was updated successfully, but these errors were encountered: