Skip to content

elek/a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Absolute minimal, non-sellable non-fungible token

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published