Skip to content

Instantly share code, notes, and snippets.

View fredlacs's full-sized avatar

fredlacs

View GitHub Profile
@fredlacs
fredlacs / FredCoin.sol
Created February 24, 2018 19:15 — forked from anonymous/FredCoin.sol
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.20+commit.3155dd80.js&optimize=false&gist=
pragma solidity ^0.4.0;
/**
* @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;