This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//on rinkeby test network | |
//contract address--0x9A48831A220c793ed4CcF0dCbD5390fB56EF9B91 | |
//symbol:gtx | |
pragma solidity ^0.4.16; | |
contract owned { | |
address public owner; | |
function owned() public { |
NewerOlder