Utils.sol

Git Source

Author: https://github.com/AragonBlack/fundraising/blob/master/apps/bancor-formula/contracts/utility/Utils.sol

The sole modification implemented in the contract involves altering the Soldity version number while also removing the 'public' keyword from the constructor, as per version-specified.

Functions

constructor

constructor

constructor();

greaterThanZero

modifier greaterThanZero(uint _amount);

notThis

modifier notThis(address _address);

Last updated