Skip to main content

Module UniswapV3RouterState

Module UniswapV3RouterState 

Source
Expand description

Module containing a contract’s types and functions.

contract UniswapV3RouterState {
    function factory() external view returns (address);
    function WETH9() external view returns (address);
}

Structs§

UniswapV3RouterStateInstance
A UniswapV3RouterState instance.
WETH9Call
Function with signature WETH9() and selector 0x4aa4a4fc.
WETH9Return
Container type for the return parameters of the WETH9() function.
factoryCall
Function with signature factory() and selector 0xc45a0155.
factoryReturn
Container type for the return parameters of the factory() function.

Enums§

UniswapV3RouterStateCalls
Container for all the UniswapV3RouterState function calls.

Functions§

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