referrerpolicy=no-referrer-when-downgrade

Module CallerWithConstructorCallee

Source
Expand description

Module containing a contract’s types and functions.

contract CallerWithConstructorCallee {
    function bar() public pure returns (uint) { <stmts> }
}

Structs§

barCall
Function with signature bar() and selector 0xfebb0f7e.
barReturn
Container type for the return parameters of the bar() function.

Enums§

CallerWithConstructorCalleeCalls
Container for all the CallerWithConstructorCallee function calls.