From 20bb47f439a17946686bb3fa468ca12a94a89141 Mon Sep 17 00:00:00 2001 From: Hadrien Croubois Date: Fri, 14 Jul 2023 08:43:14 +0200 Subject: [PATCH] Update contracts/token/ERC721/ERC721.sol --- contracts/token/ERC721/ERC721.sol | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contracts/token/ERC721/ERC721.sol b/contracts/token/ERC721/ERC721.sol index f5f75f4dd..256f66b44 100644 --- a/contracts/token/ERC721/ERC721.sol +++ b/contracts/token/ERC721/ERC721.sol @@ -374,9 +374,8 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er * * Requirements: * - * - `from` cannot be the zero address. - * - `to` cannot be the zero address. * - `tokenId` token must exist and be owned by `from`. + * - `to` cannot be the zero address. * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer. * * Emits a {Transfer} event.