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;