-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
ERC223 Support #512
Comments
Yeah - but we need a standard before it can be implemented. |
As far as I can tell, this has already been implemented in |
@ajsantander ERC223 is more than just the tokenFallback function; and I agree that once the standard figures itself out that we should implement it as we've done with ERC20. Should we re-open this issue? |
Yes please! My bad, thx @shrugs |
This issue is currently addressed by #609, but the PR is put on hold until the standard is defined. |
There is another project which supposedly implements the ERC-223 interface: https://github.com/clearmatics/asset-token/blob/master/contracts/AssetToken.sol (although they seem to add other stuff aside from just ERC-223) Are there any other ERC-223 implementations which we can look at, even if the standard is 'on hold' what matters is that the implementations faithfully do the same thing, I don't think it's fair to wait for ERC-223 to die by feature-creep as extra things are added on when it does something very specific - it allows method chaining of transactions. |
We now have a process for in-progress proposals! They can be added under the |
any news? someone work on this? |
ERC223 has not really had wide adoption in the community. ERC777 looks like a more likely successor to ERC20 |
Closing as stale. Also, 223 is still in the draft stage, and doesn't look like it'll move out of it anytime soon. |
It would be great if a base contract for an ERC223 token was included in this toolkit.
ethereum/EIPs#223
Thoughts? I am interested in implementing this myself.
The text was updated successfully, but these errors were encountered: