Commit hash | cff0163828dc726061226a32e6739b3b3f268200 |
---|---|
Commit time | 2022-08-25 |
Committer | GitHub <noreply at github.com> |
Author time | 2022-08-25 |
Author | radiocaca <84221999+radiocaca at users.noreply.github.com> |
EIP-5058:Lockable ERC-721 Standard (#5058) * EIP-5058:Lockable ERC-721 Standard * update eip * Update eip-5058.md * Update eip-5058.md proposal language * Update eip-5058.md proposal language * Update eip-5058.md * Update eip-5058.md * upload example * Update assets/eip-5058/factory/IERC721Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/ERC721Lockable.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/IERC721Lockable.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/IEIP5058Factory.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/ERC721Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/factory/EIP5058Factory.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/extensions/EIP5058Bound.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * rename to ERC5058 * update revert domain * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com> * Update EIPS/eip-5058.md Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com> * remove all external links and add lockExpiredTime function * add tests * rename from to owner * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update assets/eip-5058/IERC5058.sol Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Update EIPS/eip-5058.md Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> * fix lockFrom * update md * fix lockFrom tests * remove oz deps * modify md for eip change * refine tests Co-authored-by: John Sfumato <sfumato000@gmail.com> Co-authored-by: Pandapip1 <45835846+Pandapip1@users.noreply.github.com> Co-authored-by: Junghyun Colin Kim <colin.klaytn@krustuniverse.com>
Document | Title |
---|---|
EIP-5058 | Lockable Non-Fungible Tokens |