Expand description
Module containing a contract’s types and functions.
contract Arithmetic {
function testArithmetic() public { <stmts> }
}
Structs§
- test
Arithmetic Call - Function with signature
testArithmetic()
and selector0x0f74a039
. - test
Arithmetic Return - Container type for the return parameters of the
testArithmetic()
function.
Enums§
- Arithmetic
Calls - Container for all the
Arithmetic
function calls.