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

ERC4907: Change status to Last Call #5098

Merged
merged 8 commits into from
May 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions EIPS/eip-4907.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ title: Rental NFT, ERC-721 User And Expires Extension
description: Add a time-limited role with restricted permissions to ERC-721 tokens.
author: Anders (@0xanders), Lance (@LanceSnow), Shrug <shrug@emojidao.org>
discussions-to: https://ethereum-magicians.org/t/idea-erc-721-user-and-expires-extension/8572
status: Review
status: Last Call
lightclient marked this conversation as resolved.
Show resolved Hide resolved
last-call-deadline: 2022-06-14
type: Standards Track
category: ERC
created: 2022-03-11
Expand Down Expand Up @@ -87,9 +88,9 @@ In the spirit of permission less interoperability, this standard makes it easier

## Backwards Compatibility

As mentioned in the specifications section, this standard can be fully ERC721 compatible by adding an extension function set.
As mentioned in the specifications section, this standard can be fully ERC-721 compatible by adding an extension function set.

In addition, new functions introduced in this standard have many similarities with the existing functions in ERC721. This allows developers to easily adopt the standard quickly.
In addition, new functions introduced in this standard have many similarities with the existing functions in ERC-721. This allows developers to easily adopt the standard quickly.

## Test Cases

Expand Down