referrerpolicy=no-referrer-when-downgrade

Module Arithmetic

Source
Expand description

Module containing a contract’s types and functions.

contract Arithmetic {
    function testArithmetic() public { <stmts> }
}

Structs§

testArithmeticCall
Function with signature testArithmetic() and selector 0x0f74a039.
testArithmeticReturn
Container type for the return parameters of the testArithmetic() function.

Enums§

ArithmeticCalls
Container for all the Arithmetic function calls.