new

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

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

See the wrapper’s documentation for more details.