From cbdc706077b7bb6a11cae083c7302a382cb3548f Mon Sep 17 00:00:00 2001 From: Henrique Centieiro <32439646+Bitatlas@users.noreply.github.com> Date: Mon, 15 Nov 2021 15:45:53 +0800 Subject: [PATCH] Updated SOL Compile 5.? --- ERC20.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ERC20.sol b/ERC20.sol index 602524c..15d777b 100644 --- a/ERC20.sol +++ b/ERC20.sol @@ -31,7 +31,7 @@ contract SafeMath { } -contract CodeWithJoe is ERC20Interface, SafeMath { +contract Beebeepoopoo is ERC20Interface, SafeMath { string public name; string public symbol; uint8 public decimals; // 18 decimals is the strongly suggested default, avoid changing it @@ -47,8 +47,8 @@ contract CodeWithJoe is ERC20Interface, SafeMath { * Initializes contract with initial supply tokens to the creator of the contract */ constructor() public { - name = "CodeWithJoe"; - symbol = "CWJ"; + name = "Beebeepoopoo"; + symbol = BBP"; decimals = 18; _totalSupply = 100000000000000000000000000;