Skip to content

Commit

Permalink
Update TKCToken.sol
Browse files Browse the repository at this point in the history
Update symbol to MEK
  • Loading branch information
TekyICO committed Jan 13, 2018
1 parent f557a6d commit c20ab54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TKCToken.sol
Expand Up @@ -78,7 +78,7 @@ contract StandardToken is Token {
uint256 public totalSupply;
}

contract TKCToken is StandardToken {
contract MEKToken is StandardToken {

function () {
//if ether is sent to this address, send it back.
Expand All @@ -90,7 +90,7 @@ contract TKCToken is StandardToken {
string public symbol;
string public version = 'H1.0';

function TKCToken() {
function MEKToken() {
balances[msg.sender] = 280000000000000;
totalSupply = 280000000000000;
name = "MEK";
Expand Down

0 comments on commit c20ab54

Please sign in to comment.