referrerpolicy=no-referrer-when-downgrade

Module HostEvmOnlyFactory

Source
Expand description

Module containing a contract’s types and functions.

contract HostEvmOnlyFactory {
    function createAndSelfdestruct(address recipient) public returns (address newContract) { <stmts> }
}

Structs§

createAndSelfdestructCall
Function with signature createAndSelfdestruct(address) and selector 0xa5acefa0.
createAndSelfdestructReturn
Container type for the return parameters of the createAndSelfdestruct(address) function.

Enums§

HostEvmOnlyFactoryCalls
Container for all the HostEvmOnlyFactory function calls.