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

Update EIP-6997: Move to Last Call #7177

Closed
wants to merge 7 commits into from
Closed
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
4 changes: 2 additions & 2 deletions EIPS/eip-6997.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: ERC-721 with transaction validation step.
description: A new validation step for transfer and approve calls, achieving a security step in case of stolen wallet.
author: Eduard López i Fina (@eduardfina)
discussions-to: https://ethereum-magicians.org/t/erc721-with-a-validation-step/14071
status: Review
status: Last Call
type: Standards Track
category: ERC
created: 2023-05-07
Expand Down Expand Up @@ -43,7 +43,7 @@ When the transfer is called by an approved account and not the owner, it MUST be

When validating a `TransferValidation` or `ApprovalValidation` the valid field MUST be set to true and MUST NOT be validated again.

The operations that validate a `TransferValidation` SHALL change the ownership of the NFT or enable the approval.
The operations that validate a `TransferValidation` SHALL change the ownership of the NFT.

The operations that validate an `ApprovalValidation` SHALL enable the approval.

Expand Down