Constants

Git Source

PHI_TESSERACTED

uint256 constant PHI_TESSERACTED = 6_854_101_966_249_684_544;

PHI

uint256 constant PHI = 1_618_033_988_749_894_848;

positionManager

INonfungiblePositionManager constant positionManager = INonfungiblePositionManager(POSITION_MANAGER);

swapRouter

ISwapRouter constant swapRouter = ISwapRouter(UNISWAPV3_ROUTER);

_token

IERC20Minimal constant _token = IERC20Minimal(MEMENTOS);

POSITIONS

uint16 constant POSITIONS = 33;

TICKS

uint16 constant TICKS = 64;

PROTOCOL_LIQUIDITY_PERCENT

uint256 constant PROTOCOL_LIQUIDITY_PERCENT = 25;

LIQUIDITY_PRODUCT

uint256 constant LIQUIDITY_PRODUCT = V2_LIQUIDITY_SUPPLY * V2_LIQUIDITY_ETH;

TICK_SPACING

int24 constant TICK_SPACING = 200;

MAX_TICK_ROUNDED

int24 constant MAX_TICK_ROUNDED = TickMath.MAX_TICK - (TickMath.MAX_TICK % TICK_SPACING);