EIPs/assets/eip-3525
smithereens 4136322266
Update EIP-3525 (#5709)
* Update ERC3525.sol

_getNewTokenId do not use the fromTokenId_  && when you call ERC721._burn(tokenId_) call ownerOf  can't get the valid tokenId Owner.

* Update eip-3525.md

update

* Update eip-3525.md

* Update ERC3525.sol

update fromTokenId_

* Make small change to satisfy EIP-BOt

Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com>
2022-09-27 19:36:19 -07:00
..
contracts Update EIP-3525 (#5709) 2022-09-27 19:36:19 -07:00
test Submit EIP-3525 for review (#5350) 2022-07-30 09:29:22 +00:00
README.md Update EIP-3525: Add README file to explain the purpose of the code (#5710) 2022-09-23 11:38:08 +00:00

EIP-3525

Demonstration only

The code included in this directory is ONLY for the purpose of demonstrating how to implement this proposal, it is not a full-featured implementation ready for production.

So please DO NOT use the code here for purposes other than study.