UniDevKit - v1.0.12
    Preparing search index...

    Type Alias V4Contracts

    Configuration for V4 contracts. Contains addresses for all required Uniswap V4 contracts.

    type V4Contracts = {
        poolManager: Address;
        positionDescriptor: Address;
        positionManager: Address;
        quoter: Address;
        stateView: Address;
        universalRouter: Address;
    }
    Index

    Properties

    poolManager: Address

    Address of the pool manager contract

    positionDescriptor: Address

    Address of the position descriptor contract

    positionManager: Address

    Address of the position manager contract

    quoter: Address

    Address of the quoter contract

    stateView: Address

    Address of the state view contract

    universalRouter: Address

    Address of the universal router contract