Skip to content

Instantly share code, notes, and snippets.

@Dobrokhvalov
Dobrokhvalov / InviteLink.sol
Last active January 22, 2019 10:44
InviteLink module for ERC-1077
@Dobrokhvalov
Dobrokhvalov / Owned.sol
Created May 13, 2018 17:41
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.4.23+commit.124ca40d.js&optimize=false&gist=
pragma solidity 0.4.23;
/*
* Ownable
*
* Base contract with an owner.
* Provides onlyOwner modifier, which prevents function from running if it is called by anyone other than the owner.
*/
contract Ownable {