Skip to content

Instantly share code, notes, and snippets.

@stableproject
stableproject / stable_ico.sol
Created September 2, 2017 16:07
STABLE Project ICO
pragma solidity ^0.4.11;
/// @title STABLE Project ICO
/// @author Konrad Szałapak <konrad.szalapak@gmail.com>
/*
* Ownable
*
* Base contract with an owner.
* Provides onlyOwner modifier, which prevents function from running if it is called by anyone other than the owner.
@stableproject
stableproject / stable.sol
Created July 22, 2017 18:25
STABLE Project ICO - ethereum solidity source code
pragma solidity ^0.4.11;
/// @title STABLE Project ICO
/// @author Konrad Szałapak <konrad.szalapak@gmail.com>
/*
* Ownable
*
* Base contract with an owner.
* Provides onlyOwner modifier, which prevents function from running if it is called by anyone other than the owner.