Expand description
Module containing a contract’s types and functions.
interface IMulticall3Extract {
function getEthBalance(address addr) external view returns (uint256 balance);
}
Modules§
- abi
- Contains dynamic ABI definitions for this contract.
Structs§
- IMulticall3
Extract Instance - A
IMulticall3Extract
instance. - getEth
Balance Call - Function with signature
getEthBalance(address)
and selector0x4d2301cc
. - getEth
Balance Return - Container type for the return parameters of the
getEthBalance(address)
function.
Enums§
- IMulticall3
Extract Calls - Container for all the
IMulticall3Extract
function calls.
Functions§
- new
- Creates a new wrapper around an on-chain
IMulticall3Extract
contract instance.