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
9
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
AutoIncrementCoinage
to isAutoFactoredCoinage is CoinageBase
- change
FixedIncrementCoinage
to isFixedFactoredCoinage is CoinageBase
- change
CustomIncrementCoinage
to isCustomFactoredCoinage is CoinageBase
Test
- exports common functions