Module IUniswapV3Pool

Source
Expand description

Module containing a contract’s types and functions.

interface IUniswapV3Pool {
    function tick_bitmap(int16) external returns (uint256);
}

Structs§

IUniswapV3PoolInstance
A IUniswapV3Pool instance.
tick_bitmapCall
Function with signature tick_bitmap(int16) and selector 0x05861bc1.
tick_bitmapReturn
Container type for the return parameters of the tick_bitmap(int16) function.

Enums§

IUniswapV3PoolCalls
Container for all the IUniswapV3Pool function calls.

Functions§

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