Skip to content

Commit

Permalink
Adjust framing in EIP-5192 spec (#5386)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub authored Aug 1, 2022
1 parent 60bc288 commit 8b8965d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-5192.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SH

### Contract Interface

Upon minting a token implementing this EIP, it must be permanently inseparable from the receiving account. All [EIP-721](./eip-721.md) functions of the contract that transfer the token from one account to another must throw.
A token with a `uint256 tokenId` may be inseparably-nound to a receiving account with `function locked(...)` returning `true`. In this case, all [EIP-721](./eip-721.md) functions of the contract that transfer the token from one account to another must throw.

```solidity
// SPDX-License-Identifier: CC0-1.0
Expand Down

0 comments on commit 8b8965d

Please sign in to comment.