This is an attempt the create a very minimal (=minimal gas cost) NFT contract which satisfies the ERC-721 interface with minimal gas cost.
For this reason the contract is written in Ethereum VM byte code.
It contains 10 NFT token with URI metadata. Transfer / authorize methods are not implemented (let's say the owner is not willing to sell any of them). But the image URLs can be published as NFT tokens.
Current status:
** Deployed to Ropsten for 118822 gas. ** (Further improvement may be possible with removing jumps)