SafeMath v0.1.9 [library]
/contracts/SafeMath.sol - 0x6d83485ae971ab2151f898db2bd862ec69020a28 [Net 1, Chain 1]

function

add 771602f7

Adds two numbers, throws on overflow.

inputs0uint256a
inputs1uint256b
function

div a391c15b

Integer division of two numbers, truncating the quotient.

inputs0uint256a
inputs1uint256b
function

mul c8a4ac9c

Multiplies two numbers, throws on overflow.

inputs0uint256a
inputs1uint256b
function

pwr f74e9bde

x to the power of y

inputs0uint256x
inputs1uint256y
function

sq 08fe23ca

gives square. multiplies x by x

inputs0uint256x
function

sqrt 677342ce

gives square root of given x.

inputs0uint256x
function

sub b67d77c5

Subtracts two numbers, throws on overflow (i.e. if subtrahend is greater than minuend).

inputs0uint256a
inputs1uint256b