Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "JALALCOIN";
symbol = "GLC";
decimals = 18;
_totalSupply = 100000000000000000000000000;

Expand Down