Skip to main content

Module UniswapV3Factory

Module UniswapV3Factory 

Source
Expand description

Module containing a contract’s types and functions.

contract UniswapV3Factory {
    function getPool(address tokenA, address tokenB, uint24 fee) external view returns (address pool);
}

Structs§

UniswapV3FactoryInstance
A UniswapV3Factory instance.
getPoolCall
Function with signature getPool(address,address,uint24) and selector 0x1698ee82.
getPoolReturn
Container type for the return parameters of the getPool(address,address,uint24) function.

Enums§

UniswapV3FactoryCalls
Container for all the UniswapV3Factory function calls.

Functions§

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