referrerpolicy=no-referrer-when-downgrade

Module CallerWithConstructor

Source
Expand description

Module containing a contract’s types and functions.

contract CallerWithConstructor {
    CallerWithConstructorCallee  callee;
    constructor() { <stmts> }
    function callBar() public view returns (uint) { <stmts> }
}

Structs§

callBarCall
Function with signature callBar() and selector 0xacffee6b.
callBarReturn
Container type for the return parameters of the callBar() function.
constructorCall
Constructor`.

Enums§

CallerWithConstructorCalls
Container for all the CallerWithConstructor function calls.