{
    "contractName": "PolynomialInterestSetter",
    "abi": [
        {
            "inputs": [
                {
                    "components": [
                        {
                            "name": "maxAPR",
                            "type": "uint128"
                        },
                        {
                            "name": "coefficients",
                            "type": "uint128"
                        }
                    ],
                    "name": "params",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "constructor"
        },
        {
            "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"
        },
        {
            "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"
        }
    ],
    "networks": {
        "1": {
            "links": {},
            "address": "0xaEE83ca85Ad63DFA04993adcd76CB2B3589eCa49",
            "transactionHash": "0xe0c600cc812dab2782971a897b3971fdd59129e84daa5cf30ac9b8c512fd768c"
        },
        "42": {
            "links": {},
            "address": "0xe3E777529824F0394a4f9e9dC7f6970d38850d0E",
            "transactionHash": "0x0558d1b12c6b9c301a2f0e1ee00a137809c660f60c11b7035edd87c09c4fe546"
        }
    }
}
