loom_defi_abi::pancake::pool::IPancakeV3Pool

Function new

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

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

See the wrapper’s documentation for more details.