This smart contract defines an ERC-721 token with a name and a symbol, and it has one function, mint, which allows the contract owner to create new tokens and assign them to any address. It also implements the required ERC-721 functions, balanceOf, ownerOf, and safeTransferFrom, which allow you to query the balance of an address, determine the ...
-
Updated
Jan 4, 2023 - Solidity