Skip to content

Instantly share code, notes, and snippets.

View Immortal-labs's full-sized avatar

Immortal-labs

View GitHub Profile
contract IMO {
/* Public variables of the token */
string public standard = 'IMO 0.1';
string public name;
string public symbol;
uint8 public decimals;
uint256 public initialSupply;
uint256 public totalSupply;
/* This creates an array with all balances */
pragma solidity ^0.4.2;
contract SimpleToken {
/* Public variables of the token */
string public standard = 'Token 0.1';
string public name;
string public symbol;
uint8 public decimals;
uint256 public totalSupply;