Skip to content

Instantly share code, notes, and snippets.

View GemVaultCoin's full-sized avatar

GemVault Coin GemVaultCoin

View GitHub Profile
pragma solidity ^0.4.19;
// File: zeppelin-solidity/contracts/ownership/Ownable.sol
/**
* @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 {