Skip to content

eusthace811/stocks-ether-dividends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deploy parameters

  • name - token name;
  • symbol - token symbol;
  • decimals - how many zeros you see after point;
  • _tokenPrice - token price in gas (wei);
  • allowManualTokensGeneration - allow additional token emission later

operations

  • transfer - send tokens to somebody
  • receiveFunds - top-up contract balance (ether)
  • payDividends - pay dividends from main balance
  • mint - buy tokens (ether)
  • addSomeTokens - issue additional tokens (if allowManualTokensGeneration == true)

(c) https://stocks.exchange

About

Ethereum ERC20 token contract with dividends feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages