I am using OpenZeppelin ERC721 implementation for my non fungible tokens. Basically I have a smart contract which inherits from the OZ ERC721.sol. I am just wondering is the tokens only transferable between addresses through the smart contract functions such as safeTransferFrom (and other relevant functions)? For example, could I transfer the NFT through an external provider like in the Metamask UI?
- Metamask just invokes the contract functions.Ismael– Ismael ♦2020-10-18 16:01:12 +00:00Commented Oct 18, 2020 at 16:01
- To transfer your NFT with Metamask, just import the contract address into the web extension.clement– clement2020-10-19 08:37:11 +00:00Commented Oct 19, 2020 at 8:37
Add a comment |