Skip to content

Commit

Permalink
ERC4907: Change status to Last Call (ethereum#5098)
Browse files Browse the repository at this point in the history
* Mark ERC-4907 for Review

* optimize for gas saving

* Change status to Last Call

* Change ERC721 to ERC-721

* add last-call-deadline

Co-authored-by: Anders <anders@emojidao.org>
  • Loading branch information
2 people authored and nachomazzara committed Jan 13, 2023
1 parent e3b369c commit a1d3a6b
Showing 1 changed file with 4 additions and 3 deletions.
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
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

0 comments on commit a1d3a6b

Please sign in to comment.