Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am shannashin2018 on github.
  • I am bunny2020 (https://keybase.io/bunny2020) on keybase.
  • I have a public key ASAvvW6sr4hf5lBy8CEZkkeIpYLr6xq0XxGSIdsi80_i_Ao

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am shannashin2018 on github.
  • I am bunny2020 (https://keybase.io/bunny2020) on keybase.
  • I have a public key ASDX0IOjyVHG4XEolSLA3TuFbqTf0tN7PQuLjPBuSdBLFwo

To claim this, I am signing this object:

@shannashin2018
shannashin2018 / Oracle.sol
Created July 2, 2019 17:08
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.24+commit.e67f0147.js&optimize=true&gist=
// File: openzeppelin-solidity/contracts/ownership/Ownable.sol
pragma solidity ^0.4.24;
/**
* @title Ownable
* @dev The Ownable contract has an owner address, and provides basic authorization control
* functions, this simplifies the implementation of "user permissions".
*/