Skip to content

Instantly share code, notes, and snippets.

View ayinot's full-sized avatar

skygirl ayinot

  • Singapore
View GitHub Profile
pragma solidity ^0.4.2;
contract MyFile {
uint public govtrail = 100000;
uint public agenttrail = 100000;
uint public migtrail = 100000;
mapping(address => Government) govdetails;
address[] public governmentaccounts;