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

Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3386) #3386

Merged
merged 8 commits into from
May 18, 2021

Conversation

ashrowz
Copy link
Contributor

@ashrowz ashrowz commented Mar 15, 2021

Introduces a standard interface for wrapping ERC-721 and ERC-1155 tokens with derivative ERC-20 tokens.

@ashrowz ashrowz changed the title Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3384) Create EIP for a ERC-721, ERC-1155 to ERC-20 Wrapper (#3386) Mar 15, 2021
@alita-moore
Copy link
Contributor

Hi! I'm a bot, and I wanted to automerge your PR, but couldn't because of the following issue(s):

 - File with name EIPS/eip-3386.md is new and new files must be reviewed

@lightclient lightclient merged commit 01292a0 into ethereum:master May 18, 2021
event BurnSingle (address indexed _from, address indexed _to, uint256 _id, uint256 _amount, uint256 _value);

/**
* @dev MUST emit when a mint occurs where multiple {Base} tokens are sent by the {Wrapper}.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't it be "MUST emit when a burn occurs where multiple {Base} tokens are sent by the {Wrapper}."?

PhABC pushed a commit to PhABC/EIPs that referenced this pull request Jan 25, 2022
…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 <[email protected]>

* Added inline hyperlinks, removed unneeded list of links at the end.

* Simplified the abstract.

Co-authored-by: Calvin Koder <[email protected]>
Co-authored-by: lightclient <[email protected]>
@stanta
Copy link

stanta commented Jan 28, 2022

realized same idea: https://github.com/stanta/Wrap721to20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants