Skip to main content

new

Function new 

Source
pub const fn new<P, N>(
    address: Address,
    __provider: P,
) -> Multicall3Instance<P, N>
where P: Provider<N>, N: Network,
Expand description

Creates a new wrapper around an on-chain Multicall3 contract instance.

See the wrapper’s documentation for more details.