Skip to content

Commit b3b5e83

Browse files
committed
Update to Kovan 1.4.0
1 parent 0211250 commit b3b5e83

10 files changed

+461
-253
lines changed

abis/BurningSurplusAuctionHouse.json

+7
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@
202202
"stateMutability": "view",
203203
"type": "function"
204204
},
205+
{
206+
"inputs": [],
207+
"name": "SURPLUS_AUCTION_TYPE",
208+
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
209+
"stateMutability": "view",
210+
"type": "function"
211+
},
205212
{
206213
"inputs": [
207214
{ "internalType": "address", "name": "account", "type": "address" }

abis/ChainlinkMedianETHUSD.json

+134-23
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
{
4848
"indexed": false,
4949
"internalType": "address",
50-
"name": "finalFeeReceiver",
50+
"name": "feeReceiver",
5151
"type": "address"
5252
},
5353
{
5454
"indexed": false,
5555
"internalType": "uint256",
56-
"name": "reward",
56+
"name": "amount",
5757
"type": "uint256"
5858
}
5959
],
@@ -91,7 +91,7 @@
9191
{
9292
"indexed": false,
9393
"internalType": "uint256",
94-
"name": "data",
94+
"name": "val",
9595
"type": "uint256"
9696
}
9797
],
@@ -111,25 +111,6 @@
111111
"name": "RemoveAuthorization",
112112
"type": "event"
113113
},
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-
},
133114
{
134115
"anonymous": false,
135116
"inputs": [
@@ -149,6 +130,20 @@
149130
"name": "UpdateResult",
150131
"type": "event"
151132
},
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+
},
152147
{
153148
"inputs": [
154149
{ "internalType": "address", "name": "account", "type": "address" }
@@ -158,6 +153,16 @@
158153
"stateMutability": "nonpayable",
159154
"type": "function"
160155
},
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+
},
161166
{
162167
"inputs": [{ "internalType": "address", "name": "", "type": "address" }],
163168
"name": "authorizedAccounts",
@@ -186,7 +191,18 @@
186191
"type": "function"
187192
},
188193
{
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+
],
190206
"name": "getCallerReward",
191207
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
192208
"stateMutability": "view",
@@ -230,6 +246,16 @@
230246
"stateMutability": "view",
231247
"type": "function"
232248
},
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+
},
233259
{
234260
"inputs": [
235261
{ "internalType": "bytes32", "name": "parameter", "type": "bytes32" },
@@ -257,6 +283,16 @@
257283
"stateMutability": "view",
258284
"type": "function"
259285
},
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+
},
260296
{
261297
"inputs": [],
262298
"name": "perSecondCallerRewardIncrease",
@@ -271,6 +307,30 @@
271307
"stateMutability": "view",
272308
"type": "function"
273309
},
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+
},
274334
{
275335
"inputs": [],
276336
"name": "read",
@@ -287,13 +347,44 @@
287347
"stateMutability": "nonpayable",
288348
"type": "function"
289349
},
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+
},
290371
{
291372
"inputs": [],
292373
"name": "staleThreshold",
293374
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
294375
"stateMutability": "view",
295376
"type": "function"
296377
},
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+
},
297388
{
298389
"inputs": [],
299390
"name": "symbol",
@@ -329,5 +420,25 @@
329420
"outputs": [],
330421
"stateMutability": "nonpayable",
331422
"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"
332443
}
333444
]

abis/Coin.json

-52
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,6 @@
4646
"name": "Approval",
4747
"type": "event"
4848
},
49-
{
50-
"anonymous": false,
51-
"inputs": [
52-
{
53-
"indexed": false,
54-
"internalType": "bytes32",
55-
"name": "parameter",
56-
"type": "bytes32"
57-
},
58-
{
59-
"indexed": false,
60-
"internalType": "uint256",
61-
"name": "data",
62-
"type": "uint256"
63-
}
64-
],
65-
"name": "ModifyParameters",
66-
"type": "event"
67-
},
6849
{
6950
"anonymous": false,
7051
"inputs": [
@@ -177,13 +158,6 @@
177158
"stateMutability": "view",
178159
"type": "function"
179160
},
180-
{
181-
"inputs": [],
182-
"name": "changeData",
183-
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
184-
"stateMutability": "view",
185-
"type": "function"
186-
},
187161
{
188162
"inputs": [],
189163
"name": "decimals",
@@ -201,16 +175,6 @@
201175
"stateMutability": "nonpayable",
202176
"type": "function"
203177
},
204-
{
205-
"inputs": [
206-
{ "internalType": "bytes32", "name": "parameter", "type": "bytes32" },
207-
{ "internalType": "uint256", "name": "data", "type": "uint256" }
208-
],
209-
"name": "modifyParameters",
210-
"outputs": [],
211-
"stateMutability": "nonpayable",
212-
"type": "function"
213-
},
214178
{
215179
"inputs": [
216180
{ "internalType": "address", "name": "src", "type": "address" },
@@ -281,22 +245,6 @@
281245
"stateMutability": "nonpayable",
282246
"type": "function"
283247
},
284-
{
285-
"inputs": [{ "internalType": "string", "name": "name_", "type": "string" }],
286-
"name": "setName",
287-
"outputs": [],
288-
"stateMutability": "nonpayable",
289-
"type": "function"
290-
},
291-
{
292-
"inputs": [
293-
{ "internalType": "string", "name": "symbol_", "type": "string" }
294-
],
295-
"name": "setSymbol",
296-
"outputs": [],
297-
"stateMutability": "nonpayable",
298-
"type": "function"
299-
},
300248
{
301249
"inputs": [],
302250
"name": "symbol",

0 commit comments

Comments
 (0)