You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development-guidelines/token_integration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ The behavior of certain contracts may differ from the original ERC specification
85
85
-[ ]**The `name` and `symbol` functions can return an empty string.** This behavior is allowed by the standard.
86
86
-[ ]**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.
87
87
-[ ]**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.
0 commit comments