{
    "Function": "slitherConstructorConstantVariables",
    "File": "src/Utils/LaunchPadUtils.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "library LaunchPadUtils {\n    /// @notice  The max amount of uint256\n    uint256 public constant MAX_AMOUNT = 115792089237316195423570985008687907853269984665640564039457584007913129639935;\n\n    address public constant NATIVE_TOKEN = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;\n\n    /// @notice Total amount of the quote token\n    uint256 public constant TOTAL_AMOUNT_OF_QUOTE_TOKEN = 10 ** 8 * 1e18;\n\n    // ETH Mainnet\n    address public constant WETH = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;\n\n    address public constant CURVE_STABLE_NG_FACTORY = 0x6A8cbed756804B16E05E741eDaBd5cB544AE21bf;\n\n    /// @notice The Address of pool factory on uniswap\n    address public constant UNISWAP_POOL_FACTORY_ = 0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f;\n\n    /// @notice The Address of router on uniswap\n    address public constant UNISWAP_ROUTER_ADDRESS = 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D;\n}"
}