Skip to content

Commit 40936b2

Browse files
committed
readded missing line in erc721 checklist
1 parent 9e9bb79 commit 40936b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

development-guidelines/token_integration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The behavior of certain contracts may differ from the original ERC specification
8585
- [ ] **The `name` and `symbol` functions can return an empty string.** This behavior is allowed by the standard.
8686
- [ ] **The `ownerOf` function reverts if the `tokenId` is invalid or refers to a token that has already been burned.** The function cannot return 0x0. This behavior is required by the standard but may not always be implemented correctly.
8787
- [ ] **A transfer of an NFT clears its approvals.** This is required by the standard.
88+
- [ ] **The token ID of an NFT cannot be changed during its lifetime.** This is required by the standard.
8889

8990
### Common Risks of the ERC721 Standard
9091

0 commit comments

Comments
 (0)