Skip to content

Instantly share code, notes, and snippets.

@njgheorghita
Last active May 25, 2018 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njgheorghita/fbeb02624e4a7d61f1fb453b9d14fa25 to your computer and use it in GitHub Desktop.
Save njgheorghita/fbeb02624e4a7d61f1fb453b9d14fa25 to your computer and use it in GitHub Desktop.

@contract

owned.sol

@title

owned

@dev

The owned contract stores an 'owner' address, and provides a modifier for basic authorization control functions

@metadata

{
  "language":"Solidity",
  "output":{  
    "abi":[  
      {  
        "inputs":[  

        ],
        "payable":false,
        "stateMutability":"nonpayable",
        "type":"constructor"
      }
    ],
    "devdoc":{  
      "methods":{  

      }
    },
    "userdoc":{  
      "methods":{  

      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment