Skip to content

Instantly share code, notes, and snippets.

View sumitpatel93's full-sized avatar

QuantumWidget sumitpatel93

  • Noida
  • 07:19 (UTC -12:00)
View GitHub Profile
@sumitpatel93
sumitpatel93 / erc20.sol
Last active May 18, 2018 08:27
ERC20 Token
//on rinkeby test network
//contract address--0x9A48831A220c793ed4CcF0dCbD5390fB56EF9B91
//symbol:gtx
pragma solidity ^0.4.16;
contract owned {
address public owner;
function owned() public {