← Code LabSolidity0/50 solved · 0%
Tokens · medium

28. ERC-721 NFT

Non-fungible tokens.

Implement `mint(address to, string memory uri)` that auto-increments tokenIds and updates ownership.
Required in your answer: ownerOf[tokenId] = tobalanceOf[to]emit Transfer(address(0)