safeTransferFrom
allowsbytes data
as an input,transferFrom
does not._safeTransfer
calls_transfer
but has an additionalrequire(_checkOnERC721Received(...))
. If recipient is a contract,_checkOnERC721Received
callsonERC721Received
, else_safeTransfer
is identical to_transfer
.safeTransferFrom
is identical totransferFrom
IFF caller is EOA anddata
input is empty
Polygonscan: https://mumbai.polygonscan.com/address/0x963b907f0820Fe92b4deFF2C72053e5F9B3b49a9#readContract OpenSea: https://testnets.opensea.io/collection/freemint-iia6lpbxxj