From 06716fbfc408e1a72f52e576dc2a175386ba3798 Mon Sep 17 00:00:00 2001 From: MambaX0 <91391363+MambaX0@users.noreply.github.com> Date: Sat, 25 Sep 2021 20:48:04 +0100 Subject: [PATCH] MambaX --- ERC20.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ERC20.sol b/ERC20.sol index 602524c..bb3c8b2 100644 --- a/ERC20.sol +++ b/ERC20.sol @@ -31,7 +31,7 @@ contract SafeMath { } -contract CodeWithJoe is ERC20Interface, SafeMath { +contract MambaX 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 = "MambaX"; + symbol = "MAX"; decimals = 18; _totalSupply = 100000000000000000000000000;