From 8b8965d77e03166941c5c9acc881a2e916dc5b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Mon, 1 Aug 2022 15:44:04 +0200 Subject: [PATCH] Adjust framing in EIP-5192 spec (#5386) --- EIPS/eip-5192.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-5192.md b/EIPS/eip-5192.md index eed75fa29bca0c..927577eb663f38 100755 --- a/EIPS/eip-5192.md +++ b/EIPS/eip-5192.md @@ -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