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

Add ERC-223 to token standards. #9646

Closed
wants to merge 11 commits into from
Closed

Conversation

Dexaran
Copy link
Contributor

@Dexaran Dexaran commented Mar 7, 2023

Add ERC-223 token standard to the standards list.

Original ERC-223 proposal: ethereum/EIPs#223

Description

EIP-223 is now officially submitted, so I would highlight the importance of adding this token standard to the standards list.

It is worth noting that several standards (including those presented in the list) were developed on the basis of the ERC-223, including ERC-777, ERC-677: TransferAndCall standard.

The transferring logic of ERC-721 is completely based on ERC-223.

The addition of this standard will fill in the missing link between the ERC20 standard and standards that already use the ERC223 patterns as well as help properly understanding the interaction patterns for Ether-like tokens.

@Dexaran
Copy link
Contributor Author

Dexaran commented Mar 7, 2023

I am withdrawing this pull request as a duplicate of #9651

@Dexaran Dexaran closed this Mar 7, 2023
@github-actions github-actions bot added the abandoned This has been abandoned or will not be implemented label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abandoned This has been abandoned or will not be implemented content 🖋️ This involves copy additions or edits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant