Skip to content

Instantly share code, notes, and snippets.

@pepihasenfuss
pepihasenfuss / gist:526356147ce89efdf63fb545a83e6491
Created October 18, 2017 15:07
kovan gist for free ether on kovan
0xc6e9f0Cd8512339f37af710D3A0Db5C98f447572
0x292be23fd21492441567eE8Bfc642EBb0b68C186
//sol MyAdvancedToken6
pragma solidity ^0.4.13;
// Peter's TiTok Token Contract MyAdvancedToken6 24th July 2017
contract MyAdvancedToken6 {
address public owner;
uint256 public sellPrice;
uint256 public buyPrice;
mapping (address => bool) public frozenAccount;