QuantAMMStorage
State Variables
MAX128
int256 private constant MAX128 = int256(type(int128).max);MIN128
int256 private constant MIN128 = int256(type(int128).min);Functions
_quantAMMPackTwo128
function _quantAMMPackTwo128(int256 _leftInt, int256 _rightInt) internal pure returns (int256 packed);Name
Type
Description
Last updated