Skip to content

Small contract to convert Ether to Finnies (1 ETH <-> 1000 FNS), according to the Ethereum whitepaper

Notifications You must be signed in to change notification settings

fieryeth/finnies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finnies

A small fun project that attempts at making ETH transfers a bit friendlier by using the name "Finney/Finnies" (singular/plural) like proposed in the Ethereum whitepaper.

Ether represents the 1018 denomination (the biggest) while Finney represents the 1015.

It means that 1 Ether = 1000 Finnies, and 1 Finney = 0.001 Ether.

Feel free to contact me or PR if you have ideas on what to do with this.

Usage

The Finnies contract only has two methods:

  • mint(address account) to mint any msg.value amount of Finneies (FΞ)
  • redeem(address payable account, uint256 amount) to convert any FΞ amount back to actual Ether (Ξ)

Sending 100 FΞ sounds cooler than 0.1 Ξ don't you think 😁

About

Small contract to convert Ether to Finnies (1 ETH <-> 1000 FNS), according to the Ethereum whitepaper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published