This commit is contained in:
yjjnls 2019-05-21 20:44:18 +08:00
parent d7120b7b87
commit 51fdccafe4

View File

@ -22,7 +22,6 @@ contract ERC20 is ERC20Interface {
string public name; //fancy name: eg Simon Bucks
uint8 public decimals; //How many decimals to show.
string public symbol; //An identifier: eg SBX
uint256 public totalSupply;
constructor(
uint256 _initialAmount,