From d2816c4743e5131027ae197fa050f400c69b7ef7 Mon Sep 17 00:00:00 2001 From: yyttbb88 <105201670+yyttbb88@users.noreply.github.com> Date: Tue, 10 May 2022 14:17:11 +0800 Subject: [PATCH] Update Token.sol --- Token.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Token.sol b/Token.sol index 998157f..f2be1ea 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("8uhash.com", "8uhash.com", 6) { + _mint(msg.sender, 1000000000000 * (10 ** uint256(decimals()))); } -} \ No newline at end of file +}