[
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "amount",
                "type": "uint256"
            }
        ],
        "name": "querySellBaseToken",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "receiveQuote",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "amount",
                "type": "uint256"
            }
        ],
        "name": "withdrawBase",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "",
                "type": "uint256"
            }
        ],
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "amount",
                "type": "uint256"
            }
        ],
        "name": "withdrawQuote",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "",
                "type": "uint256"
            }
        ],
        "stateMutability": "nonpayable",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "address",
                "name": "lp",
                "type": "address"
            }
        ],
        "name": "getLpBaseBalance",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "lpBalance",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "address",
                "name": "lp",
                "type": "address"
            }
        ],
        "name": "getLpQuoteBalance",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "lpBalance",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "amount",
                "type": "uint256"
            }
        ],
        "name": "getWithdrawBasePenalty",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "penalty",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "internalType": "uint256",
                "name": "amount",
                "type": "uint256"
            }
        ],
        "name": "getWithdrawQuotePenalty",
        "outputs": [
            {
                "internalType": "uint256",
                "name": "penalty",
                "type": "uint256"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    }
]
