0

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?

2
  • Metamask just invokes the contract functions. Commented Oct 18, 2020 at 16:01
  • To transfer your NFT with Metamask, just import the contract address into the web extension. Commented Oct 19, 2020 at 8:37

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.