Expand description
Module containing a contract’s types and functions.
interface IUniswapV3Pool {
function tick_bitmap(int16) external returns (uint256);
}
Structs§
- IUniswap
V3Pool Instance - A
IUniswapV3Pool
instance. - tick_
bitmap Call - Function with signature
tick_bitmap(int16)
and selector0x05861bc1
. - tick_
bitmap Return - Container type for the return parameters of the
tick_bitmap(int16)
function.
Enums§
- IUniswap
V3Pool Calls - Container for all the
IUniswapV3Pool
function calls.
Functions§
- new
- Creates a new wrapper around an on-chain
IUniswapV3Pool
contract instance.