referrerpolicy=no-referrer-when-downgrade

Module HostEvmOnly

Source
Expand description

Module containing a contract’s types and functions.

contract HostEvmOnly {
    function selfdestructOp(address recipient) public { <stmts> }
    function extcodecopyOp(address account, uint256 offset, uint256 size) public view returns (bytes memory code) { <stmts> }
}

Structs§

extcodecopyOpCall
Function with signature extcodecopyOp(address,uint256,uint256) and selector 0x7cdf8a54.
extcodecopyOpReturn
Container type for the return parameters of the extcodecopyOp(address,uint256,uint256) function.
selfdestructOpCall
Function with signature selfdestructOp(address) and selector 0x99c4ffcb.
selfdestructOpReturn
Container type for the return parameters of the selfdestructOp(address) function.

Enums§

HostEvmOnlyCalls
Container for all the HostEvmOnly function calls.