Skip to content

Commit 7b26030

Browse files
frangioernestognw
andauthored
Update contracts/token/ERC721/ERC721.sol
Co-authored-by: Ernesto García <[email protected]>
1 parent 1e4f353 commit 7b26030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/token/ERC721/ERC721.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ abstract contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Er
374374
*
375375
* - `tokenId` token must exist and be owned by `from`.
376376
* - `to` cannot be the zero address.
377+
* - `from` cannot be the zero address.
377378
* - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
378379
*
379380
* Emits a {Transfer} event.

0 commit comments

Comments
 (0)