Module ArbSys

Source
Expand description

Module containing a contract’s types and functions.

interface ArbSys {
    function arbBlockNumber() external view returns (uint256);
}

Structs§

arbBlockNumberCall
Function with signature arbBlockNumber() and selector 0xa3b1b31d.
arbBlockNumberReturn
Container type for the return parameters of the arbBlockNumber() function.

Enums§

ArbSysCalls
Container for all the ArbSys function calls.