loom_defi_abi::maverick::pool::IMaverickPool

Function new

Source
pub const fn new<T: Transport + Clone, P: Provider<T, N>, N: Network>(
    address: Address,
    provider: P,
) -> IMaverickPoolInstance<T, P, N>
Expand description

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

See the wrapper’s documentation for more details.