Skip to content

Instantly share code, notes, and snippets.

View hazae41's full-sized avatar
🧅
Putting Tor in the browser

Le Hash hazae41

🧅
Putting Tor in the browser
View GitHub Profile
This tutorial explains how to create a transaction simulator node for Network on Fly.io
@hazae41
hazae41 / ownable.sol
Created August 13, 2019 16:37
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.5.11+commit.c082d0b4.js&optimize=false&gist=
pragma solidity ^0.5.5;
/**
* @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 payable private _owner;