{
    "contractName": "DaiPriceOracle",
    "abi": [
        {
            "constant": true,
            "inputs": [],
            "name": "DEVIATION_PARAMS",
            "outputs": [
                {
                    "name": "denominator",
                    "type": "uint64"
                },
                {
                    "name": "maximumPerSecond",
                    "type": "uint64"
                },
                {
                    "name": "maximumAbsolute",
                    "type": "uint64"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "UNISWAP_USDC_ETH",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "UNISWAP_DAI_ETH",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "CURVE",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "ONE_DOLLAR",
            "outputs": [
                {
                    "name": "",
                    "type": "uint256"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [],
            "name": "renounceOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "g_poker",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "owner",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "isOwner",
            "outputs": [
                {
                    "name": "",
                    "type": "bool"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "WETH",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "g_priceInfo",
            "outputs": [
                {
                    "name": "price",
                    "type": "uint128"
                },
                {
                    "name": "lastUpdate",
                    "type": "uint32"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "DAI",
            "outputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "name": "newOwner",
                    "type": "address"
                }
            ],
            "name": "transferOwnership",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "inputs": [
                {
                    "name": "poker",
                    "type": "address"
                },
                {
                    "name": "weth",
                    "type": "address"
                },
                {
                    "name": "dai",
                    "type": "address"
                },
                {
                    "name": "curve",
                    "type": "address"
                },
                {
                    "name": "uniswapDaiEth",
                    "type": "address"
                },
                {
                    "name": "uniswapUsdcEth",
                    "type": "address"
                },
                {
                    "components": [
                        {
                            "name": "denominator",
                            "type": "uint64"
                        },
                        {
                            "name": "maximumPerSecond",
                            "type": "uint64"
                        },
                        {
                            "name": "maximumAbsolute",
                            "type": "uint64"
                        }
                    ],
                    "name": "deviationParams",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "constructor"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "components": [
                        {
                            "name": "price",
                            "type": "uint128"
                        },
                        {
                            "name": "lastUpdate",
                            "type": "uint32"
                        }
                    ],
                    "indexed": false,
                    "name": "newPriceInfo",
                    "type": "tuple"
                }
            ],
            "name": "PriceSet",
            "type": "event"
        },
        {
            "anonymous": false,
            "inputs": [
                {
                    "indexed": true,
                    "name": "previousOwner",
                    "type": "address"
                },
                {
                    "indexed": true,
                    "name": "newOwner",
                    "type": "address"
                }
            ],
            "name": "OwnershipTransferred",
            "type": "event"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "name": "newPoker",
                    "type": "address"
                }
            ],
            "name": "ownerSetPokerAddress",
            "outputs": [],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "constant": false,
            "inputs": [
                {
                    "components": [
                        {
                            "name": "value",
                            "type": "uint256"
                        }
                    ],
                    "name": "minimum",
                    "type": "tuple"
                },
                {
                    "components": [
                        {
                            "name": "value",
                            "type": "uint256"
                        }
                    ],
                    "name": "maximum",
                    "type": "tuple"
                }
            ],
            "name": "updatePrice",
            "outputs": [
                {
                    "components": [
                        {
                            "name": "price",
                            "type": "uint128"
                        },
                        {
                            "name": "lastUpdate",
                            "type": "uint32"
                        }
                    ],
                    "name": "",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "nonpayable",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [
                {
                    "name": "",
                    "type": "address"
                }
            ],
            "name": "getPrice",
            "outputs": [
                {
                    "components": [
                        {
                            "name": "value",
                            "type": "uint256"
                        }
                    ],
                    "name": "",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "getBoundedTargetPrice",
            "outputs": [
                {
                    "components": [
                        {
                            "name": "value",
                            "type": "uint256"
                        }
                    ],
                    "name": "",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "getTargetPrice",
            "outputs": [
                {
                    "components": [
                        {
                            "name": "value",
                            "type": "uint256"
                        }
                    ],
                    "name": "",
                    "type": "tuple"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "getCurvePrice",
            "outputs": [
                {
                    "name": "",
                    "type": "uint256"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        },
        {
            "constant": true,
            "inputs": [],
            "name": "getUniswapPrice",
            "outputs": [
                {
                    "name": "",
                    "type": "uint256"
                }
            ],
            "payable": false,
            "stateMutability": "view",
            "type": "function"
        }
    ],
    "networks": {
        "1": {
            "links": {},
            "address": "0x52305C065579a8a620690cc39394514af905FF42",
            "transactionHash": "0xae077b53faf6b7b7d57244f0eb25de9629a279c602edc10f3c7b9e623b58518d"
        },
        "42": {
            "links": {},
            "address": "0x6ee01435d5590992F037335a053b4B617947dB42",
            "transactionHash": "0x170c21a2f646921466064584bd8ed1affac2f40d3c651e7b7a63b7528ba3061f"
        }
    }
}
