Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

ERC721 does not specify a `transfer` function. #195

Closed dadaphl closed 2 years ago

dadaphl commented 2 years ago

Use safeTransferFrom instead. see #194

t4sk commented 2 years ago

@dadaphl thanks