MyToken ERC721 Ownable contract
This Solidity code defines a simple, mintable NFT (ERC-721) smart contract using OpenZeppelin libraries.
Summary
✅ ERC-721 compliant NFT ✅ Owner-restricted minting ✅ Safe minting with automatic token IDs ✅ Built with OpenZeppelin best practices