coinage-token
v0.0.8-rc.1
Published
Coinage is a ERC20 token contract that increase all user's balances *exponentially* for each block mined.
Downloads
43
Readme
Coinage
Coinage is a ERC20 token contract that increase all user's balances exponentially for each block mined.
TODOs
1. Refactoring (and renaming)
Contracts
- change
AutoIncrementCoinageto isAutoFactoredCoinage is CoinageBase - change
FixedIncrementCoinageto isFixedFactoredCoinage is CoinageBase - change
CustomIncrementCoinageto isCustomFactoredCoinage is CoinageBase
Test
- exports common functions
