{
    "contractName": "DoubleExponentInterestSetter",
    "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": "0x0eED07cED0C8c36D4a5bfF44F2536422Bb09BE45",
            "transactionHash": "0xd6bf74b72b4fdf22fadd74fd3b798ab9dfcf672a2c3d507bffa590438fcf6dea"
        },
        "42": {
            "links": {},
            "address": "0x05e63c09CB4449a8f3d3e1642b3Bdf193D1373e0",
            "transactionHash": "0x8a843feec3b8e391c654837332ebd2b24d75f7190d8bf44d00728ef7448726da"
        }
    }
}
