Expand description
Module containing a contract’s types and functions.
interface ArbSys {
function arbBlockNumber() external view returns (uint256);
}Structs§
- arbBlock
Number Call - Function with signature
arbBlockNumber()and selector0xa3b1b31d. - arbBlock
Number Return - Container type for the return parameters of the
arbBlockNumber()function.
Enums§
- ArbSys
Calls - Container for all the
ArbSysfunction calls.