[
    {
        "constant": true,
        "inputs": [],
        "name": "getMaxAPR",
        "outputs": [{ "name": "", "type": "uint256" }],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [],
        "name": "getCoefficients",
        "outputs": [{ "name": "", "type": "uint256[]" }],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "constant": true,
        "inputs": [
            { "name": "", "type": "address" },
            { "name": "borrowWei", "type": "uint256" },
            { "name": "supplyWei", "type": "uint256" }
        ],
        "name": "getInterestRate",
        "outputs": [
            {
                "components": [{ "name": "value", "type": "uint256" }],
                "name": "",
                "type": "tuple"
            }
        ],
        "payable": false,
        "stateMutability": "view",
        "type": "function"
    },
    {
        "inputs": [
            {
                "components": [
                    { "name": "maxAPR", "type": "uint128" },
                    { "name": "coefficients", "type": "uint128" }
                ],
                "name": "params",
                "type": "tuple"
            }
        ],
        "payable": false,
        "stateMutability": "nonpayable",
        "type": "constructor"
    }
]
