|
| 1 | +[ |
| 2 | + { |
| 3 | + "inputs": [ |
| 4 | + { "internalType": "address", "name": "_aggregator", "type": "address" }, |
| 5 | + { "internalType": "address", "name": "_accessController", "type": "address" } |
| 6 | + ], |
| 7 | + "stateMutability": "nonpayable", |
| 8 | + "type": "constructor" |
| 9 | + }, |
| 10 | + { |
| 11 | + "anonymous": false, |
| 12 | + "inputs": [ |
| 13 | + { "indexed": true, "internalType": "int256", "name": "current", "type": "int256" }, |
| 14 | + { "indexed": true, "internalType": "uint256", "name": "roundId", "type": "uint256" }, |
| 15 | + { "indexed": false, "internalType": "uint256", "name": "updatedAt", "type": "uint256" } |
| 16 | + ], |
| 17 | + "name": "AnswerUpdated", |
| 18 | + "type": "event" |
| 19 | + }, |
| 20 | + { |
| 21 | + "anonymous": false, |
| 22 | + "inputs": [ |
| 23 | + { "indexed": true, "internalType": "uint256", "name": "roundId", "type": "uint256" }, |
| 24 | + { "indexed": true, "internalType": "address", "name": "startedBy", "type": "address" }, |
| 25 | + { "indexed": false, "internalType": "uint256", "name": "startedAt", "type": "uint256" } |
| 26 | + ], |
| 27 | + "name": "NewRound", |
| 28 | + "type": "event" |
| 29 | + }, |
| 30 | + { |
| 31 | + "anonymous": false, |
| 32 | + "inputs": [ |
| 33 | + { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, |
| 34 | + { "indexed": true, "internalType": "address", "name": "to", "type": "address" } |
| 35 | + ], |
| 36 | + "name": "OwnershipTransferRequested", |
| 37 | + "type": "event" |
| 38 | + }, |
| 39 | + { |
| 40 | + "anonymous": false, |
| 41 | + "inputs": [ |
| 42 | + { "indexed": true, "internalType": "address", "name": "from", "type": "address" }, |
| 43 | + { "indexed": true, "internalType": "address", "name": "to", "type": "address" } |
| 44 | + ], |
| 45 | + "name": "OwnershipTransferred", |
| 46 | + "type": "event" |
| 47 | + }, |
| 48 | + { |
| 49 | + "inputs": [], |
| 50 | + "name": "acceptOwnership", |
| 51 | + "outputs": [], |
| 52 | + "stateMutability": "nonpayable", |
| 53 | + "type": "function" |
| 54 | + }, |
| 55 | + { |
| 56 | + "inputs": [], |
| 57 | + "name": "accessController", |
| 58 | + "outputs": [ |
| 59 | + { "internalType": "contract AccessControllerInterface", "name": "", "type": "address" } |
| 60 | + ], |
| 61 | + "stateMutability": "view", |
| 62 | + "type": "function" |
| 63 | + }, |
| 64 | + { |
| 65 | + "inputs": [], |
| 66 | + "name": "aggregator", |
| 67 | + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], |
| 68 | + "stateMutability": "view", |
| 69 | + "type": "function" |
| 70 | + }, |
| 71 | + { |
| 72 | + "inputs": [{ "internalType": "address", "name": "_aggregator", "type": "address" }], |
| 73 | + "name": "confirmAggregator", |
| 74 | + "outputs": [], |
| 75 | + "stateMutability": "nonpayable", |
| 76 | + "type": "function" |
| 77 | + }, |
| 78 | + { |
| 79 | + "inputs": [], |
| 80 | + "name": "decimals", |
| 81 | + "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], |
| 82 | + "stateMutability": "view", |
| 83 | + "type": "function" |
| 84 | + }, |
| 85 | + { |
| 86 | + "inputs": [], |
| 87 | + "name": "description", |
| 88 | + "outputs": [{ "internalType": "string", "name": "", "type": "string" }], |
| 89 | + "stateMutability": "view", |
| 90 | + "type": "function" |
| 91 | + }, |
| 92 | + { |
| 93 | + "inputs": [{ "internalType": "uint256", "name": "_roundId", "type": "uint256" }], |
| 94 | + "name": "getAnswer", |
| 95 | + "outputs": [{ "internalType": "int256", "name": "", "type": "int256" }], |
| 96 | + "stateMutability": "view", |
| 97 | + "type": "function" |
| 98 | + }, |
| 99 | + { |
| 100 | + "inputs": [{ "internalType": "uint80", "name": "_roundId", "type": "uint80" }], |
| 101 | + "name": "getRoundData", |
| 102 | + "outputs": [ |
| 103 | + { "internalType": "uint80", "name": "roundId", "type": "uint80" }, |
| 104 | + { "internalType": "int256", "name": "answer", "type": "int256" }, |
| 105 | + { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, |
| 106 | + { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, |
| 107 | + { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" } |
| 108 | + ], |
| 109 | + "stateMutability": "view", |
| 110 | + "type": "function" |
| 111 | + }, |
| 112 | + { |
| 113 | + "inputs": [{ "internalType": "uint256", "name": "_roundId", "type": "uint256" }], |
| 114 | + "name": "getTimestamp", |
| 115 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 116 | + "stateMutability": "view", |
| 117 | + "type": "function" |
| 118 | + }, |
| 119 | + { |
| 120 | + "inputs": [], |
| 121 | + "name": "latestAnswer", |
| 122 | + "outputs": [{ "internalType": "int256", "name": "", "type": "int256" }], |
| 123 | + "stateMutability": "view", |
| 124 | + "type": "function" |
| 125 | + }, |
| 126 | + { |
| 127 | + "inputs": [], |
| 128 | + "name": "latestRound", |
| 129 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 130 | + "stateMutability": "view", |
| 131 | + "type": "function" |
| 132 | + }, |
| 133 | + { |
| 134 | + "inputs": [], |
| 135 | + "name": "latestRoundData", |
| 136 | + "outputs": [ |
| 137 | + { "internalType": "uint80", "name": "roundId", "type": "uint80" }, |
| 138 | + { "internalType": "int256", "name": "answer", "type": "int256" }, |
| 139 | + { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, |
| 140 | + { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, |
| 141 | + { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" } |
| 142 | + ], |
| 143 | + "stateMutability": "view", |
| 144 | + "type": "function" |
| 145 | + }, |
| 146 | + { |
| 147 | + "inputs": [], |
| 148 | + "name": "latestTimestamp", |
| 149 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 150 | + "stateMutability": "view", |
| 151 | + "type": "function" |
| 152 | + }, |
| 153 | + { |
| 154 | + "inputs": [], |
| 155 | + "name": "owner", |
| 156 | + "outputs": [{ "internalType": "address payable", "name": "", "type": "address" }], |
| 157 | + "stateMutability": "view", |
| 158 | + "type": "function" |
| 159 | + }, |
| 160 | + { |
| 161 | + "inputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], |
| 162 | + "name": "phaseAggregators", |
| 163 | + "outputs": [ |
| 164 | + { "internalType": "contract AggregatorV2V3Interface", "name": "", "type": "address" } |
| 165 | + ], |
| 166 | + "stateMutability": "view", |
| 167 | + "type": "function" |
| 168 | + }, |
| 169 | + { |
| 170 | + "inputs": [], |
| 171 | + "name": "phaseId", |
| 172 | + "outputs": [{ "internalType": "uint16", "name": "", "type": "uint16" }], |
| 173 | + "stateMutability": "view", |
| 174 | + "type": "function" |
| 175 | + }, |
| 176 | + { |
| 177 | + "inputs": [{ "internalType": "address", "name": "_aggregator", "type": "address" }], |
| 178 | + "name": "proposeAggregator", |
| 179 | + "outputs": [], |
| 180 | + "stateMutability": "nonpayable", |
| 181 | + "type": "function" |
| 182 | + }, |
| 183 | + { |
| 184 | + "inputs": [], |
| 185 | + "name": "proposedAggregator", |
| 186 | + "outputs": [ |
| 187 | + { "internalType": "contract AggregatorV2V3Interface", "name": "", "type": "address" } |
| 188 | + ], |
| 189 | + "stateMutability": "view", |
| 190 | + "type": "function" |
| 191 | + }, |
| 192 | + { |
| 193 | + "inputs": [{ "internalType": "uint80", "name": "_roundId", "type": "uint80" }], |
| 194 | + "name": "proposedGetRoundData", |
| 195 | + "outputs": [ |
| 196 | + { "internalType": "uint80", "name": "roundId", "type": "uint80" }, |
| 197 | + { "internalType": "int256", "name": "answer", "type": "int256" }, |
| 198 | + { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, |
| 199 | + { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, |
| 200 | + { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" } |
| 201 | + ], |
| 202 | + "stateMutability": "view", |
| 203 | + "type": "function" |
| 204 | + }, |
| 205 | + { |
| 206 | + "inputs": [], |
| 207 | + "name": "proposedLatestRoundData", |
| 208 | + "outputs": [ |
| 209 | + { "internalType": "uint80", "name": "roundId", "type": "uint80" }, |
| 210 | + { "internalType": "int256", "name": "answer", "type": "int256" }, |
| 211 | + { "internalType": "uint256", "name": "startedAt", "type": "uint256" }, |
| 212 | + { "internalType": "uint256", "name": "updatedAt", "type": "uint256" }, |
| 213 | + { "internalType": "uint80", "name": "answeredInRound", "type": "uint80" } |
| 214 | + ], |
| 215 | + "stateMutability": "view", |
| 216 | + "type": "function" |
| 217 | + }, |
| 218 | + { |
| 219 | + "inputs": [{ "internalType": "address", "name": "_accessController", "type": "address" }], |
| 220 | + "name": "setController", |
| 221 | + "outputs": [], |
| 222 | + "stateMutability": "nonpayable", |
| 223 | + "type": "function" |
| 224 | + }, |
| 225 | + { |
| 226 | + "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }], |
| 227 | + "name": "transferOwnership", |
| 228 | + "outputs": [], |
| 229 | + "stateMutability": "nonpayable", |
| 230 | + "type": "function" |
| 231 | + }, |
| 232 | + { |
| 233 | + "inputs": [], |
| 234 | + "name": "version", |
| 235 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 236 | + "stateMutability": "view", |
| 237 | + "type": "function" |
| 238 | + } |
| 239 | +] |
0 commit comments