|
47 | 47 | {
|
48 | 48 | "indexed": false,
|
49 | 49 | "internalType": "address",
|
50 |
| - "name": "finalFeeReceiver", |
| 50 | + "name": "feeReceiver", |
51 | 51 | "type": "address"
|
52 | 52 | },
|
53 | 53 | {
|
54 | 54 | "indexed": false,
|
55 | 55 | "internalType": "uint256",
|
56 |
| - "name": "reward", |
| 56 | + "name": "amount", |
57 | 57 | "type": "uint256"
|
58 | 58 | }
|
59 | 59 | ],
|
|
91 | 91 | {
|
92 | 92 | "indexed": false,
|
93 | 93 | "internalType": "uint256",
|
94 |
| - "name": "data", |
| 94 | + "name": "val", |
95 | 95 | "type": "uint256"
|
96 | 96 | }
|
97 | 97 | ],
|
|
111 | 111 | "name": "RemoveAuthorization",
|
112 | 112 | "type": "event"
|
113 | 113 | },
|
114 |
| - { |
115 |
| - "anonymous": false, |
116 |
| - "inputs": [ |
117 |
| - { |
118 |
| - "indexed": false, |
119 |
| - "internalType": "address", |
120 |
| - "name": "feeReceiver", |
121 |
| - "type": "address" |
122 |
| - }, |
123 |
| - { |
124 |
| - "indexed": false, |
125 |
| - "internalType": "uint256", |
126 |
| - "name": "amount", |
127 |
| - "type": "uint256" |
128 |
| - } |
129 |
| - ], |
130 |
| - "name": "RewardCaller", |
131 |
| - "type": "event" |
132 |
| - }, |
133 | 114 | {
|
134 | 115 | "anonymous": false,
|
135 | 116 | "inputs": [
|
|
149 | 130 | "name": "UpdateResult",
|
150 | 131 | "type": "event"
|
151 | 132 | },
|
| 133 | + { |
| 134 | + "inputs": [], |
| 135 | + "name": "RAY", |
| 136 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 137 | + "stateMutability": "view", |
| 138 | + "type": "function" |
| 139 | + }, |
| 140 | + { |
| 141 | + "inputs": [], |
| 142 | + "name": "WAD", |
| 143 | + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], |
| 144 | + "stateMutability": "view", |
| 145 | + "type": "function" |
| 146 | + }, |
152 | 147 | {
|
153 | 148 | "inputs": [
|
154 | 149 | { "internalType": "address", "name": "account", "type": "address" }
|
|
158 | 153 | "stateMutability": "nonpayable",
|
159 | 154 | "type": "function"
|
160 | 155 | },
|
| 156 | + { |
| 157 | + "inputs": [ |
| 158 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 159 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 160 | + ], |
| 161 | + "name": "addition", |
| 162 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 163 | + "stateMutability": "pure", |
| 164 | + "type": "function" |
| 165 | + }, |
161 | 166 | {
|
162 | 167 | "inputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
163 | 168 | "name": "authorizedAccounts",
|
|
186 | 191 | "type": "function"
|
187 | 192 | },
|
188 | 193 | {
|
189 |
| - "inputs": [], |
| 194 | + "inputs": [ |
| 195 | + { |
| 196 | + "internalType": "uint256", |
| 197 | + "name": "timeOfLastUpdate", |
| 198 | + "type": "uint256" |
| 199 | + }, |
| 200 | + { |
| 201 | + "internalType": "uint256", |
| 202 | + "name": "defaultDelayBetweenCalls", |
| 203 | + "type": "uint256" |
| 204 | + } |
| 205 | + ], |
190 | 206 | "name": "getCallerReward",
|
191 | 207 | "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
192 | 208 | "stateMutability": "view",
|
|
230 | 246 | "stateMutability": "view",
|
231 | 247 | "type": "function"
|
232 | 248 | },
|
| 249 | + { |
| 250 | + "inputs": [ |
| 251 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 252 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 253 | + ], |
| 254 | + "name": "minimum", |
| 255 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 256 | + "stateMutability": "pure", |
| 257 | + "type": "function" |
| 258 | + }, |
233 | 259 | {
|
234 | 260 | "inputs": [
|
235 | 261 | { "internalType": "bytes32", "name": "parameter", "type": "bytes32" },
|
|
257 | 283 | "stateMutability": "view",
|
258 | 284 | "type": "function"
|
259 | 285 | },
|
| 286 | + { |
| 287 | + "inputs": [ |
| 288 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 289 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 290 | + ], |
| 291 | + "name": "multiply", |
| 292 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 293 | + "stateMutability": "pure", |
| 294 | + "type": "function" |
| 295 | + }, |
260 | 296 | {
|
261 | 297 | "inputs": [],
|
262 | 298 | "name": "perSecondCallerRewardIncrease",
|
|
271 | 307 | "stateMutability": "view",
|
272 | 308 | "type": "function"
|
273 | 309 | },
|
| 310 | + { |
| 311 | + "inputs": [{ "internalType": "uint256", "name": "x", "type": "uint256" }], |
| 312 | + "name": "rad", |
| 313 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 314 | + "stateMutability": "pure", |
| 315 | + "type": "function" |
| 316 | + }, |
| 317 | + { |
| 318 | + "inputs": [{ "internalType": "uint256", "name": "x", "type": "uint256" }], |
| 319 | + "name": "ray", |
| 320 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 321 | + "stateMutability": "pure", |
| 322 | + "type": "function" |
| 323 | + }, |
| 324 | + { |
| 325 | + "inputs": [ |
| 326 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 327 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 328 | + ], |
| 329 | + "name": "rdivide", |
| 330 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 331 | + "stateMutability": "pure", |
| 332 | + "type": "function" |
| 333 | + }, |
274 | 334 | {
|
275 | 335 | "inputs": [],
|
276 | 336 | "name": "read",
|
|
287 | 347 | "stateMutability": "nonpayable",
|
288 | 348 | "type": "function"
|
289 | 349 | },
|
| 350 | + { |
| 351 | + "inputs": [ |
| 352 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 353 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 354 | + ], |
| 355 | + "name": "rmultiply", |
| 356 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 357 | + "stateMutability": "pure", |
| 358 | + "type": "function" |
| 359 | + }, |
| 360 | + { |
| 361 | + "inputs": [ |
| 362 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 363 | + { "internalType": "uint256", "name": "n", "type": "uint256" }, |
| 364 | + { "internalType": "uint256", "name": "base", "type": "uint256" } |
| 365 | + ], |
| 366 | + "name": "rpower", |
| 367 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 368 | + "stateMutability": "pure", |
| 369 | + "type": "function" |
| 370 | + }, |
290 | 371 | {
|
291 | 372 | "inputs": [],
|
292 | 373 | "name": "staleThreshold",
|
293 | 374 | "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
|
294 | 375 | "stateMutability": "view",
|
295 | 376 | "type": "function"
|
296 | 377 | },
|
| 378 | + { |
| 379 | + "inputs": [ |
| 380 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 381 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 382 | + ], |
| 383 | + "name": "subtract", |
| 384 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 385 | + "stateMutability": "pure", |
| 386 | + "type": "function" |
| 387 | + }, |
297 | 388 | {
|
298 | 389 | "inputs": [],
|
299 | 390 | "name": "symbol",
|
|
329 | 420 | "outputs": [],
|
330 | 421 | "stateMutability": "nonpayable",
|
331 | 422 | "type": "function"
|
| 423 | + }, |
| 424 | + { |
| 425 | + "inputs": [ |
| 426 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 427 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 428 | + ], |
| 429 | + "name": "wdivide", |
| 430 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 431 | + "stateMutability": "pure", |
| 432 | + "type": "function" |
| 433 | + }, |
| 434 | + { |
| 435 | + "inputs": [ |
| 436 | + { "internalType": "uint256", "name": "x", "type": "uint256" }, |
| 437 | + { "internalType": "uint256", "name": "y", "type": "uint256" } |
| 438 | + ], |
| 439 | + "name": "wmultiply", |
| 440 | + "outputs": [{ "internalType": "uint256", "name": "z", "type": "uint256" }], |
| 441 | + "stateMutability": "pure", |
| 442 | + "type": "function" |
332 | 443 | }
|
333 | 444 | ]
|
0 commit comments