Update contracts/token/ERC721/ERC721.sol

This commit is contained in:
Hadrien Croubois
2023-07-14 08:43:14 +02:00
committed by GitHub
parent f404802d55
commit 20bb47f439

View File

@ -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.