Skip to content

Instantly share code, notes, and snippets.

View jchaager's full-sized avatar

John Haager jchaager

View GitHub Profile
pragma solidity ^0.4.15;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/
contract Ownable {
address public owner;