bitfwdcommunity / ICO-tutorial

MIT License
61 stars 155 forks source link

_totalSupply is not defined in the solidity code #2

Open 0xMichaelRan opened 6 years ago

0xMichaelRan commented 6 years ago

https://github.com/bitfwdcommunity/ICO-tutorial/blob/master/ico-contract.sol

_totalSupply value not set.

Dagwunobi commented 6 years ago

yes. not set. problem returned. any corrections? michelran

austinxd commented 6 years ago

How can we declare _totalSupply? can u help me?

0xMichaelRan commented 6 years ago

Something like this https://github.com/bokkypoobah/Tokens/blob/master/contracts/FixedSupplyToken.sol

austinxd commented 6 years ago

Thnks bro !