diff --git a/Token.sol b/Token.sol index 998157f..d610615 100644 --- a/Token.sol +++ b/Token.sol @@ -16,7 +16,7 @@ contract Token is ERC20, ERC20Detailed { /** * @dev Constructor that gives msg.sender all of existing tokens. */ - constructor () public ERC20Detailed("YourTokenName", "YTN", 18) { - _mint(msg.sender, 10000000000 * (10 ** uint256(decimals()))); + constructor () public ERC20Detailed("zolaso", "zol", 18) { + _mint(msg.sender, 88970000000000 * (10 ** uint256(decimals()))); } -} \ No newline at end of file +}