Skip to content

Instantly share code, notes, and snippets.

@henryjuan
henryjuan / Config.sol
Created August 4, 2020 14:09
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=undefined&optimize=true&gist=
pragma solidity >=0.4.22 <0.7.0;
/**
* @title Config
* @dev Set and get settings
*/
contract Config {
address private owner;