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