-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
ERC-721 and ERC-1155 to ERC-20 Wrapper #3384
Comments
Since this is your first issue, we kindly remind you to check out EIP-1 for guidance. |
* Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3384) * Fixed EIP number (#3386) * Fixed spelling * Removed syntax errors. * Upgraded interface to solidity v0.8.0, fixed typos, removed `_from` parameter from mints, added reference implementation * Apply suggestions from code review Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Added inline hyperlinks, removed unneeded list of links at the end. * Simplified the abstract. Co-authored-by: Calvin Koder <ashrwoz@mailbox.org> Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment. |
…thereum#3386) * Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (ethereum#3384) * Fixed EIP number (ethereum#3386) * Fixed spelling * Removed syntax errors. * Upgraded interface to solidity v0.8.0, fixed typos, removed `_from` parameter from mints, added reference implementation * Apply suggestions from code review Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com> * Added inline hyperlinks, removed unneeded list of links at the end. * Simplified the abstract. Co-authored-by: Calvin Koder <ashrwoz@mailbox.org> Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
Since this EIP has become stagnant, we are closing this discussion issue for housekeeping purposes. You may continue discussion here on the closed issue (it won't be locked), but if you want to revive the EIP (bring it back to Draft or Review status), you will need to create a thread over at https://ethereum-magicians.org/ and update the discussions-to link in the EIP to point there instead (that is where all discussions happen now). |
The following is a proposed EIP to wrap ERC-721 and ERC-1155 tokens with ERC-20. It will be submitted as a Draft once it has been revised according to community feedback. Questions of implementation are contained in Rationale.
The pull request is open here: #3386
The text was updated successfully, but these errors were encountered: