@venusprotocol/isolated-pools 3.5.0-dev.4 → 3.5.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/zksyncsepolia/RewardsDistributorImpl.json +1968 -0
- package/deployments/zksyncsepolia/RewardsDistributor_Core_0.json +1491 -0
- package/deployments/zksyncsepolia/RewardsDistributor_Core_0_Proxy.json +346 -0
- package/deployments/zksyncsepolia.json +2569 -0
- package/deployments/zksyncsepolia_addresses.json +3 -0
- package/dist/deployments/zksyncsepolia.json +2569 -0
- package/dist/helpers/deploymentConfig.js +19 -0
- package/dist/typechain/factories/PoolRegistryInterface__factory.d.ts +16 -2
- package/dist/typechain/factories/PoolRegistryInterface__factory.js +119 -0
- package/package.json +1 -1
- package/typechain/PoolRegistryInterface.d.ts +178 -0
- package/typechain/factories/PoolRegistryInterface__factory.ts +119 -0
|
@@ -0,0 +1,1491 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"anonymous": false,
|
|
6
|
+
"inputs": [
|
|
7
|
+
{
|
|
8
|
+
"indexed": false,
|
|
9
|
+
"internalType": "address",
|
|
10
|
+
"name": "previousAdmin",
|
|
11
|
+
"type": "address"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"indexed": false,
|
|
15
|
+
"internalType": "address",
|
|
16
|
+
"name": "newAdmin",
|
|
17
|
+
"type": "address"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"name": "AdminChanged",
|
|
21
|
+
"type": "event"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"anonymous": false,
|
|
25
|
+
"inputs": [
|
|
26
|
+
{
|
|
27
|
+
"indexed": true,
|
|
28
|
+
"internalType": "address",
|
|
29
|
+
"name": "beacon",
|
|
30
|
+
"type": "address"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"name": "BeaconUpgraded",
|
|
34
|
+
"type": "event"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"anonymous": false,
|
|
38
|
+
"inputs": [
|
|
39
|
+
{
|
|
40
|
+
"indexed": true,
|
|
41
|
+
"internalType": "address",
|
|
42
|
+
"name": "implementation",
|
|
43
|
+
"type": "address"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"name": "Upgraded",
|
|
47
|
+
"type": "event"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"stateMutability": "payable",
|
|
51
|
+
"type": "fallback"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputs": [],
|
|
55
|
+
"name": "admin",
|
|
56
|
+
"outputs": [
|
|
57
|
+
{
|
|
58
|
+
"internalType": "address",
|
|
59
|
+
"name": "admin_",
|
|
60
|
+
"type": "address"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"stateMutability": "nonpayable",
|
|
64
|
+
"type": "function"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"inputs": [],
|
|
68
|
+
"name": "implementation",
|
|
69
|
+
"outputs": [
|
|
70
|
+
{
|
|
71
|
+
"internalType": "address",
|
|
72
|
+
"name": "implementation_",
|
|
73
|
+
"type": "address"
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"stateMutability": "nonpayable",
|
|
77
|
+
"type": "function"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"inputs": [
|
|
81
|
+
{
|
|
82
|
+
"internalType": "address",
|
|
83
|
+
"name": "newImplementation",
|
|
84
|
+
"type": "address"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"name": "upgradeTo",
|
|
88
|
+
"outputs": [],
|
|
89
|
+
"stateMutability": "nonpayable",
|
|
90
|
+
"type": "function"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"inputs": [
|
|
94
|
+
{
|
|
95
|
+
"internalType": "address",
|
|
96
|
+
"name": "newImplementation",
|
|
97
|
+
"type": "address"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"internalType": "bytes",
|
|
101
|
+
"name": "data",
|
|
102
|
+
"type": "bytes"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"name": "upgradeToAndCall",
|
|
106
|
+
"outputs": [],
|
|
107
|
+
"stateMutability": "payable",
|
|
108
|
+
"type": "function"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"stateMutability": "payable",
|
|
112
|
+
"type": "receive"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"inputs": [],
|
|
116
|
+
"name": "InvalidBlocksPerYear",
|
|
117
|
+
"type": "error"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"inputs": [],
|
|
121
|
+
"name": "InvalidTimeBasedConfiguration",
|
|
122
|
+
"type": "error"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"inputs": [
|
|
126
|
+
{
|
|
127
|
+
"internalType": "uint256",
|
|
128
|
+
"name": "loopsLimit",
|
|
129
|
+
"type": "uint256"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"internalType": "uint256",
|
|
133
|
+
"name": "requiredLoops",
|
|
134
|
+
"type": "uint256"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
"name": "MaxLoopsLimitExceeded",
|
|
138
|
+
"type": "error"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"inputs": [
|
|
142
|
+
{
|
|
143
|
+
"internalType": "address",
|
|
144
|
+
"name": "sender",
|
|
145
|
+
"type": "address"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"internalType": "address",
|
|
149
|
+
"name": "calledContract",
|
|
150
|
+
"type": "address"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"internalType": "string",
|
|
154
|
+
"name": "methodSignature",
|
|
155
|
+
"type": "string"
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"name": "Unauthorized",
|
|
159
|
+
"type": "error"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"anonymous": false,
|
|
163
|
+
"inputs": [
|
|
164
|
+
{
|
|
165
|
+
"indexed": true,
|
|
166
|
+
"internalType": "address",
|
|
167
|
+
"name": "vToken",
|
|
168
|
+
"type": "address"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"indexed": false,
|
|
172
|
+
"internalType": "uint256",
|
|
173
|
+
"name": "newTimestamp",
|
|
174
|
+
"type": "uint256"
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"name": "BorrowLastRewardingBlockTimestampUpdated",
|
|
178
|
+
"type": "event"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"anonymous": false,
|
|
182
|
+
"inputs": [
|
|
183
|
+
{
|
|
184
|
+
"indexed": true,
|
|
185
|
+
"internalType": "address",
|
|
186
|
+
"name": "vToken",
|
|
187
|
+
"type": "address"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"indexed": false,
|
|
191
|
+
"internalType": "uint32",
|
|
192
|
+
"name": "newBlock",
|
|
193
|
+
"type": "uint32"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"name": "BorrowLastRewardingBlockUpdated",
|
|
197
|
+
"type": "event"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"anonymous": false,
|
|
201
|
+
"inputs": [
|
|
202
|
+
{
|
|
203
|
+
"indexed": true,
|
|
204
|
+
"internalType": "address",
|
|
205
|
+
"name": "contributor",
|
|
206
|
+
"type": "address"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"indexed": false,
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "newSpeed",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "ContributorRewardTokenSpeedUpdated",
|
|
216
|
+
"type": "event"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"anonymous": false,
|
|
220
|
+
"inputs": [
|
|
221
|
+
{
|
|
222
|
+
"indexed": true,
|
|
223
|
+
"internalType": "address",
|
|
224
|
+
"name": "contributor",
|
|
225
|
+
"type": "address"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"indexed": false,
|
|
229
|
+
"internalType": "uint256",
|
|
230
|
+
"name": "rewardAccrued",
|
|
231
|
+
"type": "uint256"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"name": "ContributorRewardsUpdated",
|
|
235
|
+
"type": "event"
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"anonymous": false,
|
|
239
|
+
"inputs": [
|
|
240
|
+
{
|
|
241
|
+
"indexed": true,
|
|
242
|
+
"internalType": "contract VToken",
|
|
243
|
+
"name": "vToken",
|
|
244
|
+
"type": "address"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"indexed": true,
|
|
248
|
+
"internalType": "address",
|
|
249
|
+
"name": "borrower",
|
|
250
|
+
"type": "address"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"indexed": false,
|
|
254
|
+
"internalType": "uint256",
|
|
255
|
+
"name": "rewardTokenDelta",
|
|
256
|
+
"type": "uint256"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"indexed": false,
|
|
260
|
+
"internalType": "uint256",
|
|
261
|
+
"name": "rewardTokenTotal",
|
|
262
|
+
"type": "uint256"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"indexed": false,
|
|
266
|
+
"internalType": "uint256",
|
|
267
|
+
"name": "rewardTokenBorrowIndex",
|
|
268
|
+
"type": "uint256"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"name": "DistributedBorrowerRewardToken",
|
|
272
|
+
"type": "event"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"anonymous": false,
|
|
276
|
+
"inputs": [
|
|
277
|
+
{
|
|
278
|
+
"indexed": true,
|
|
279
|
+
"internalType": "contract VToken",
|
|
280
|
+
"name": "vToken",
|
|
281
|
+
"type": "address"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"indexed": true,
|
|
285
|
+
"internalType": "address",
|
|
286
|
+
"name": "supplier",
|
|
287
|
+
"type": "address"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"indexed": false,
|
|
291
|
+
"internalType": "uint256",
|
|
292
|
+
"name": "rewardTokenDelta",
|
|
293
|
+
"type": "uint256"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"indexed": false,
|
|
297
|
+
"internalType": "uint256",
|
|
298
|
+
"name": "rewardTokenTotal",
|
|
299
|
+
"type": "uint256"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"indexed": false,
|
|
303
|
+
"internalType": "uint256",
|
|
304
|
+
"name": "rewardTokenSupplyIndex",
|
|
305
|
+
"type": "uint256"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"name": "DistributedSupplierRewardToken",
|
|
309
|
+
"type": "event"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"anonymous": false,
|
|
313
|
+
"inputs": [
|
|
314
|
+
{
|
|
315
|
+
"indexed": false,
|
|
316
|
+
"internalType": "uint8",
|
|
317
|
+
"name": "version",
|
|
318
|
+
"type": "uint8"
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"name": "Initialized",
|
|
322
|
+
"type": "event"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"anonymous": false,
|
|
326
|
+
"inputs": [
|
|
327
|
+
{
|
|
328
|
+
"indexed": true,
|
|
329
|
+
"internalType": "address",
|
|
330
|
+
"name": "vToken",
|
|
331
|
+
"type": "address"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"name": "MarketInitialized",
|
|
335
|
+
"type": "event"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"anonymous": false,
|
|
339
|
+
"inputs": [
|
|
340
|
+
{
|
|
341
|
+
"indexed": false,
|
|
342
|
+
"internalType": "uint256",
|
|
343
|
+
"name": "oldMaxLoopsLimit",
|
|
344
|
+
"type": "uint256"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"indexed": false,
|
|
348
|
+
"internalType": "uint256",
|
|
349
|
+
"name": "newmaxLoopsLimit",
|
|
350
|
+
"type": "uint256"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"name": "MaxLoopsLimitUpdated",
|
|
354
|
+
"type": "event"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"anonymous": false,
|
|
358
|
+
"inputs": [
|
|
359
|
+
{
|
|
360
|
+
"indexed": false,
|
|
361
|
+
"internalType": "address",
|
|
362
|
+
"name": "oldAccessControlManager",
|
|
363
|
+
"type": "address"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"indexed": false,
|
|
367
|
+
"internalType": "address",
|
|
368
|
+
"name": "newAccessControlManager",
|
|
369
|
+
"type": "address"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"name": "NewAccessControlManager",
|
|
373
|
+
"type": "event"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"anonymous": false,
|
|
377
|
+
"inputs": [
|
|
378
|
+
{
|
|
379
|
+
"indexed": true,
|
|
380
|
+
"internalType": "address",
|
|
381
|
+
"name": "previousOwner",
|
|
382
|
+
"type": "address"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"indexed": true,
|
|
386
|
+
"internalType": "address",
|
|
387
|
+
"name": "newOwner",
|
|
388
|
+
"type": "address"
|
|
389
|
+
}
|
|
390
|
+
],
|
|
391
|
+
"name": "OwnershipTransferStarted",
|
|
392
|
+
"type": "event"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"anonymous": false,
|
|
396
|
+
"inputs": [
|
|
397
|
+
{
|
|
398
|
+
"indexed": true,
|
|
399
|
+
"internalType": "address",
|
|
400
|
+
"name": "previousOwner",
|
|
401
|
+
"type": "address"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"indexed": true,
|
|
405
|
+
"internalType": "address",
|
|
406
|
+
"name": "newOwner",
|
|
407
|
+
"type": "address"
|
|
408
|
+
}
|
|
409
|
+
],
|
|
410
|
+
"name": "OwnershipTransferred",
|
|
411
|
+
"type": "event"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"anonymous": false,
|
|
415
|
+
"inputs": [
|
|
416
|
+
{
|
|
417
|
+
"indexed": true,
|
|
418
|
+
"internalType": "address",
|
|
419
|
+
"name": "vToken",
|
|
420
|
+
"type": "address"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"components": [
|
|
424
|
+
{
|
|
425
|
+
"internalType": "uint256",
|
|
426
|
+
"name": "mantissa",
|
|
427
|
+
"type": "uint256"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"indexed": false,
|
|
431
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
432
|
+
"name": "marketBorrowIndex",
|
|
433
|
+
"type": "tuple"
|
|
434
|
+
}
|
|
435
|
+
],
|
|
436
|
+
"name": "RewardTokenBorrowIndexUpdated",
|
|
437
|
+
"type": "event"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"anonymous": false,
|
|
441
|
+
"inputs": [
|
|
442
|
+
{
|
|
443
|
+
"indexed": true,
|
|
444
|
+
"internalType": "contract VToken",
|
|
445
|
+
"name": "vToken",
|
|
446
|
+
"type": "address"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"indexed": false,
|
|
450
|
+
"internalType": "uint256",
|
|
451
|
+
"name": "newSpeed",
|
|
452
|
+
"type": "uint256"
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"name": "RewardTokenBorrowSpeedUpdated",
|
|
456
|
+
"type": "event"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"anonymous": false,
|
|
460
|
+
"inputs": [
|
|
461
|
+
{
|
|
462
|
+
"indexed": true,
|
|
463
|
+
"internalType": "address",
|
|
464
|
+
"name": "recipient",
|
|
465
|
+
"type": "address"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"indexed": false,
|
|
469
|
+
"internalType": "uint256",
|
|
470
|
+
"name": "amount",
|
|
471
|
+
"type": "uint256"
|
|
472
|
+
}
|
|
473
|
+
],
|
|
474
|
+
"name": "RewardTokenGranted",
|
|
475
|
+
"type": "event"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"anonymous": false,
|
|
479
|
+
"inputs": [
|
|
480
|
+
{
|
|
481
|
+
"indexed": true,
|
|
482
|
+
"internalType": "address",
|
|
483
|
+
"name": "vToken",
|
|
484
|
+
"type": "address"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"name": "RewardTokenSupplyIndexUpdated",
|
|
488
|
+
"type": "event"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"anonymous": false,
|
|
492
|
+
"inputs": [
|
|
493
|
+
{
|
|
494
|
+
"indexed": true,
|
|
495
|
+
"internalType": "contract VToken",
|
|
496
|
+
"name": "vToken",
|
|
497
|
+
"type": "address"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"indexed": false,
|
|
501
|
+
"internalType": "uint256",
|
|
502
|
+
"name": "newSpeed",
|
|
503
|
+
"type": "uint256"
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"name": "RewardTokenSupplySpeedUpdated",
|
|
507
|
+
"type": "event"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"anonymous": false,
|
|
511
|
+
"inputs": [
|
|
512
|
+
{
|
|
513
|
+
"indexed": true,
|
|
514
|
+
"internalType": "address",
|
|
515
|
+
"name": "vToken",
|
|
516
|
+
"type": "address"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"indexed": false,
|
|
520
|
+
"internalType": "uint256",
|
|
521
|
+
"name": "newTimestamp",
|
|
522
|
+
"type": "uint256"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"name": "SupplyLastRewardingBlockTimestampUpdated",
|
|
526
|
+
"type": "event"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"anonymous": false,
|
|
530
|
+
"inputs": [
|
|
531
|
+
{
|
|
532
|
+
"indexed": true,
|
|
533
|
+
"internalType": "address",
|
|
534
|
+
"name": "vToken",
|
|
535
|
+
"type": "address"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"indexed": false,
|
|
539
|
+
"internalType": "uint32",
|
|
540
|
+
"name": "newBlock",
|
|
541
|
+
"type": "uint32"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"name": "SupplyLastRewardingBlockUpdated",
|
|
545
|
+
"type": "event"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"inputs": [],
|
|
549
|
+
"name": "INITIAL_INDEX",
|
|
550
|
+
"outputs": [
|
|
551
|
+
{
|
|
552
|
+
"internalType": "uint224",
|
|
553
|
+
"name": "",
|
|
554
|
+
"type": "uint224"
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"stateMutability": "view",
|
|
558
|
+
"type": "function"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"inputs": [],
|
|
562
|
+
"name": "acceptOwnership",
|
|
563
|
+
"outputs": [],
|
|
564
|
+
"stateMutability": "nonpayable",
|
|
565
|
+
"type": "function"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"inputs": [],
|
|
569
|
+
"name": "accessControlManager",
|
|
570
|
+
"outputs": [
|
|
571
|
+
{
|
|
572
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
573
|
+
"name": "",
|
|
574
|
+
"type": "address"
|
|
575
|
+
}
|
|
576
|
+
],
|
|
577
|
+
"stateMutability": "view",
|
|
578
|
+
"type": "function"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"inputs": [],
|
|
582
|
+
"name": "blocksOrSecondsPerYear",
|
|
583
|
+
"outputs": [
|
|
584
|
+
{
|
|
585
|
+
"internalType": "uint256",
|
|
586
|
+
"name": "",
|
|
587
|
+
"type": "uint256"
|
|
588
|
+
}
|
|
589
|
+
],
|
|
590
|
+
"stateMutability": "view",
|
|
591
|
+
"type": "function"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"inputs": [
|
|
595
|
+
{
|
|
596
|
+
"internalType": "address",
|
|
597
|
+
"name": "holder",
|
|
598
|
+
"type": "address"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"internalType": "contract VToken[]",
|
|
602
|
+
"name": "vTokens",
|
|
603
|
+
"type": "address[]"
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"name": "claimRewardToken",
|
|
607
|
+
"outputs": [],
|
|
608
|
+
"stateMutability": "nonpayable",
|
|
609
|
+
"type": "function"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"inputs": [
|
|
613
|
+
{
|
|
614
|
+
"internalType": "address",
|
|
615
|
+
"name": "holder",
|
|
616
|
+
"type": "address"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"name": "claimRewardToken",
|
|
620
|
+
"outputs": [],
|
|
621
|
+
"stateMutability": "nonpayable",
|
|
622
|
+
"type": "function"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"inputs": [
|
|
626
|
+
{
|
|
627
|
+
"internalType": "address",
|
|
628
|
+
"name": "vToken",
|
|
629
|
+
"type": "address"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"internalType": "address",
|
|
633
|
+
"name": "borrower",
|
|
634
|
+
"type": "address"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"components": [
|
|
638
|
+
{
|
|
639
|
+
"internalType": "uint256",
|
|
640
|
+
"name": "mantissa",
|
|
641
|
+
"type": "uint256"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
645
|
+
"name": "marketBorrowIndex",
|
|
646
|
+
"type": "tuple"
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"name": "distributeBorrowerRewardToken",
|
|
650
|
+
"outputs": [],
|
|
651
|
+
"stateMutability": "nonpayable",
|
|
652
|
+
"type": "function"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"inputs": [
|
|
656
|
+
{
|
|
657
|
+
"internalType": "address",
|
|
658
|
+
"name": "vToken",
|
|
659
|
+
"type": "address"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"internalType": "address",
|
|
663
|
+
"name": "supplier",
|
|
664
|
+
"type": "address"
|
|
665
|
+
}
|
|
666
|
+
],
|
|
667
|
+
"name": "distributeSupplierRewardToken",
|
|
668
|
+
"outputs": [],
|
|
669
|
+
"stateMutability": "nonpayable",
|
|
670
|
+
"type": "function"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"inputs": [],
|
|
674
|
+
"name": "getBlockNumberOrTimestamp",
|
|
675
|
+
"outputs": [
|
|
676
|
+
{
|
|
677
|
+
"internalType": "uint256",
|
|
678
|
+
"name": "",
|
|
679
|
+
"type": "uint256"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"stateMutability": "view",
|
|
683
|
+
"type": "function"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"inputs": [
|
|
687
|
+
{
|
|
688
|
+
"internalType": "address",
|
|
689
|
+
"name": "recipient",
|
|
690
|
+
"type": "address"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"internalType": "uint256",
|
|
694
|
+
"name": "amount",
|
|
695
|
+
"type": "uint256"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"name": "grantRewardToken",
|
|
699
|
+
"outputs": [],
|
|
700
|
+
"stateMutability": "nonpayable",
|
|
701
|
+
"type": "function"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"inputs": [
|
|
705
|
+
{
|
|
706
|
+
"internalType": "contract Comptroller",
|
|
707
|
+
"name": "comptroller_",
|
|
708
|
+
"type": "address"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"internalType": "contract IERC20Upgradeable",
|
|
712
|
+
"name": "rewardToken_",
|
|
713
|
+
"type": "address"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"internalType": "uint256",
|
|
717
|
+
"name": "loopsLimit_",
|
|
718
|
+
"type": "uint256"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"internalType": "address",
|
|
722
|
+
"name": "accessControlManager_",
|
|
723
|
+
"type": "address"
|
|
724
|
+
}
|
|
725
|
+
],
|
|
726
|
+
"name": "initialize",
|
|
727
|
+
"outputs": [],
|
|
728
|
+
"stateMutability": "nonpayable",
|
|
729
|
+
"type": "function"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"inputs": [
|
|
733
|
+
{
|
|
734
|
+
"internalType": "address",
|
|
735
|
+
"name": "vToken",
|
|
736
|
+
"type": "address"
|
|
737
|
+
}
|
|
738
|
+
],
|
|
739
|
+
"name": "initializeMarket",
|
|
740
|
+
"outputs": [],
|
|
741
|
+
"stateMutability": "nonpayable",
|
|
742
|
+
"type": "function"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"inputs": [],
|
|
746
|
+
"name": "isTimeBased",
|
|
747
|
+
"outputs": [
|
|
748
|
+
{
|
|
749
|
+
"internalType": "bool",
|
|
750
|
+
"name": "",
|
|
751
|
+
"type": "bool"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"stateMutability": "view",
|
|
755
|
+
"type": "function"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"inputs": [
|
|
759
|
+
{
|
|
760
|
+
"internalType": "address",
|
|
761
|
+
"name": "",
|
|
762
|
+
"type": "address"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"name": "lastContributorBlock",
|
|
766
|
+
"outputs": [
|
|
767
|
+
{
|
|
768
|
+
"internalType": "uint256",
|
|
769
|
+
"name": "",
|
|
770
|
+
"type": "uint256"
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"stateMutability": "view",
|
|
774
|
+
"type": "function"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"inputs": [],
|
|
778
|
+
"name": "maxLoopsLimit",
|
|
779
|
+
"outputs": [
|
|
780
|
+
{
|
|
781
|
+
"internalType": "uint256",
|
|
782
|
+
"name": "",
|
|
783
|
+
"type": "uint256"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"stateMutability": "view",
|
|
787
|
+
"type": "function"
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"inputs": [],
|
|
791
|
+
"name": "owner",
|
|
792
|
+
"outputs": [
|
|
793
|
+
{
|
|
794
|
+
"internalType": "address",
|
|
795
|
+
"name": "",
|
|
796
|
+
"type": "address"
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
"stateMutability": "view",
|
|
800
|
+
"type": "function"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"inputs": [],
|
|
804
|
+
"name": "pendingOwner",
|
|
805
|
+
"outputs": [
|
|
806
|
+
{
|
|
807
|
+
"internalType": "address",
|
|
808
|
+
"name": "",
|
|
809
|
+
"type": "address"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"stateMutability": "view",
|
|
813
|
+
"type": "function"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"inputs": [],
|
|
817
|
+
"name": "renounceOwnership",
|
|
818
|
+
"outputs": [],
|
|
819
|
+
"stateMutability": "nonpayable",
|
|
820
|
+
"type": "function"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"inputs": [],
|
|
824
|
+
"name": "rewardToken",
|
|
825
|
+
"outputs": [
|
|
826
|
+
{
|
|
827
|
+
"internalType": "contract IERC20Upgradeable",
|
|
828
|
+
"name": "",
|
|
829
|
+
"type": "address"
|
|
830
|
+
}
|
|
831
|
+
],
|
|
832
|
+
"stateMutability": "view",
|
|
833
|
+
"type": "function"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"inputs": [
|
|
837
|
+
{
|
|
838
|
+
"internalType": "address",
|
|
839
|
+
"name": "",
|
|
840
|
+
"type": "address"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"name": "rewardTokenAccrued",
|
|
844
|
+
"outputs": [
|
|
845
|
+
{
|
|
846
|
+
"internalType": "uint256",
|
|
847
|
+
"name": "",
|
|
848
|
+
"type": "uint256"
|
|
849
|
+
}
|
|
850
|
+
],
|
|
851
|
+
"stateMutability": "view",
|
|
852
|
+
"type": "function"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"inputs": [
|
|
856
|
+
{
|
|
857
|
+
"internalType": "address",
|
|
858
|
+
"name": "",
|
|
859
|
+
"type": "address"
|
|
860
|
+
}
|
|
861
|
+
],
|
|
862
|
+
"name": "rewardTokenBorrowSpeeds",
|
|
863
|
+
"outputs": [
|
|
864
|
+
{
|
|
865
|
+
"internalType": "uint256",
|
|
866
|
+
"name": "",
|
|
867
|
+
"type": "uint256"
|
|
868
|
+
}
|
|
869
|
+
],
|
|
870
|
+
"stateMutability": "view",
|
|
871
|
+
"type": "function"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"inputs": [
|
|
875
|
+
{
|
|
876
|
+
"internalType": "address",
|
|
877
|
+
"name": "",
|
|
878
|
+
"type": "address"
|
|
879
|
+
}
|
|
880
|
+
],
|
|
881
|
+
"name": "rewardTokenBorrowState",
|
|
882
|
+
"outputs": [
|
|
883
|
+
{
|
|
884
|
+
"internalType": "uint224",
|
|
885
|
+
"name": "index",
|
|
886
|
+
"type": "uint224"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"internalType": "uint32",
|
|
890
|
+
"name": "block",
|
|
891
|
+
"type": "uint32"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"internalType": "uint32",
|
|
895
|
+
"name": "lastRewardingBlock",
|
|
896
|
+
"type": "uint32"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"stateMutability": "view",
|
|
900
|
+
"type": "function"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"inputs": [
|
|
904
|
+
{
|
|
905
|
+
"internalType": "address",
|
|
906
|
+
"name": "",
|
|
907
|
+
"type": "address"
|
|
908
|
+
}
|
|
909
|
+
],
|
|
910
|
+
"name": "rewardTokenBorrowStateTimeBased",
|
|
911
|
+
"outputs": [
|
|
912
|
+
{
|
|
913
|
+
"internalType": "uint224",
|
|
914
|
+
"name": "index",
|
|
915
|
+
"type": "uint224"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"internalType": "uint256",
|
|
919
|
+
"name": "timestamp",
|
|
920
|
+
"type": "uint256"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"internalType": "uint256",
|
|
924
|
+
"name": "lastRewardingTimestamp",
|
|
925
|
+
"type": "uint256"
|
|
926
|
+
}
|
|
927
|
+
],
|
|
928
|
+
"stateMutability": "view",
|
|
929
|
+
"type": "function"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"inputs": [
|
|
933
|
+
{
|
|
934
|
+
"internalType": "address",
|
|
935
|
+
"name": "",
|
|
936
|
+
"type": "address"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"internalType": "address",
|
|
940
|
+
"name": "",
|
|
941
|
+
"type": "address"
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"name": "rewardTokenBorrowerIndex",
|
|
945
|
+
"outputs": [
|
|
946
|
+
{
|
|
947
|
+
"internalType": "uint256",
|
|
948
|
+
"name": "",
|
|
949
|
+
"type": "uint256"
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"stateMutability": "view",
|
|
953
|
+
"type": "function"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"inputs": [
|
|
957
|
+
{
|
|
958
|
+
"internalType": "address",
|
|
959
|
+
"name": "",
|
|
960
|
+
"type": "address"
|
|
961
|
+
}
|
|
962
|
+
],
|
|
963
|
+
"name": "rewardTokenContributorSpeeds",
|
|
964
|
+
"outputs": [
|
|
965
|
+
{
|
|
966
|
+
"internalType": "uint256",
|
|
967
|
+
"name": "",
|
|
968
|
+
"type": "uint256"
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"stateMutability": "view",
|
|
972
|
+
"type": "function"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"inputs": [
|
|
976
|
+
{
|
|
977
|
+
"internalType": "address",
|
|
978
|
+
"name": "",
|
|
979
|
+
"type": "address"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"internalType": "address",
|
|
983
|
+
"name": "",
|
|
984
|
+
"type": "address"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"name": "rewardTokenSupplierIndex",
|
|
988
|
+
"outputs": [
|
|
989
|
+
{
|
|
990
|
+
"internalType": "uint256",
|
|
991
|
+
"name": "",
|
|
992
|
+
"type": "uint256"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"stateMutability": "view",
|
|
996
|
+
"type": "function"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"inputs": [
|
|
1000
|
+
{
|
|
1001
|
+
"internalType": "address",
|
|
1002
|
+
"name": "",
|
|
1003
|
+
"type": "address"
|
|
1004
|
+
}
|
|
1005
|
+
],
|
|
1006
|
+
"name": "rewardTokenSupplySpeeds",
|
|
1007
|
+
"outputs": [
|
|
1008
|
+
{
|
|
1009
|
+
"internalType": "uint256",
|
|
1010
|
+
"name": "",
|
|
1011
|
+
"type": "uint256"
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"stateMutability": "view",
|
|
1015
|
+
"type": "function"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"inputs": [
|
|
1019
|
+
{
|
|
1020
|
+
"internalType": "address",
|
|
1021
|
+
"name": "",
|
|
1022
|
+
"type": "address"
|
|
1023
|
+
}
|
|
1024
|
+
],
|
|
1025
|
+
"name": "rewardTokenSupplyState",
|
|
1026
|
+
"outputs": [
|
|
1027
|
+
{
|
|
1028
|
+
"internalType": "uint224",
|
|
1029
|
+
"name": "index",
|
|
1030
|
+
"type": "uint224"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"internalType": "uint32",
|
|
1034
|
+
"name": "block",
|
|
1035
|
+
"type": "uint32"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"internalType": "uint32",
|
|
1039
|
+
"name": "lastRewardingBlock",
|
|
1040
|
+
"type": "uint32"
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
1043
|
+
"stateMutability": "view",
|
|
1044
|
+
"type": "function"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"inputs": [
|
|
1048
|
+
{
|
|
1049
|
+
"internalType": "address",
|
|
1050
|
+
"name": "",
|
|
1051
|
+
"type": "address"
|
|
1052
|
+
}
|
|
1053
|
+
],
|
|
1054
|
+
"name": "rewardTokenSupplyStateTimeBased",
|
|
1055
|
+
"outputs": [
|
|
1056
|
+
{
|
|
1057
|
+
"internalType": "uint224",
|
|
1058
|
+
"name": "index",
|
|
1059
|
+
"type": "uint224"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"internalType": "uint256",
|
|
1063
|
+
"name": "timestamp",
|
|
1064
|
+
"type": "uint256"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"internalType": "uint256",
|
|
1068
|
+
"name": "lastRewardingTimestamp",
|
|
1069
|
+
"type": "uint256"
|
|
1070
|
+
}
|
|
1071
|
+
],
|
|
1072
|
+
"stateMutability": "view",
|
|
1073
|
+
"type": "function"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"inputs": [
|
|
1077
|
+
{
|
|
1078
|
+
"internalType": "address",
|
|
1079
|
+
"name": "accessControlManager_",
|
|
1080
|
+
"type": "address"
|
|
1081
|
+
}
|
|
1082
|
+
],
|
|
1083
|
+
"name": "setAccessControlManager",
|
|
1084
|
+
"outputs": [],
|
|
1085
|
+
"stateMutability": "nonpayable",
|
|
1086
|
+
"type": "function"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"inputs": [
|
|
1090
|
+
{
|
|
1091
|
+
"internalType": "address",
|
|
1092
|
+
"name": "contributor",
|
|
1093
|
+
"type": "address"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"internalType": "uint256",
|
|
1097
|
+
"name": "rewardTokenSpeed",
|
|
1098
|
+
"type": "uint256"
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"name": "setContributorRewardTokenSpeed",
|
|
1102
|
+
"outputs": [],
|
|
1103
|
+
"stateMutability": "nonpayable",
|
|
1104
|
+
"type": "function"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"inputs": [
|
|
1108
|
+
{
|
|
1109
|
+
"internalType": "contract VToken[]",
|
|
1110
|
+
"name": "vTokens",
|
|
1111
|
+
"type": "address[]"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"internalType": "uint256[]",
|
|
1115
|
+
"name": "supplyLastRewardingBlockTimestamps",
|
|
1116
|
+
"type": "uint256[]"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"internalType": "uint256[]",
|
|
1120
|
+
"name": "borrowLastRewardingBlockTimestamps",
|
|
1121
|
+
"type": "uint256[]"
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"name": "setLastRewardingBlockTimestamps",
|
|
1125
|
+
"outputs": [],
|
|
1126
|
+
"stateMutability": "nonpayable",
|
|
1127
|
+
"type": "function"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"inputs": [
|
|
1131
|
+
{
|
|
1132
|
+
"internalType": "contract VToken[]",
|
|
1133
|
+
"name": "vTokens",
|
|
1134
|
+
"type": "address[]"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"internalType": "uint32[]",
|
|
1138
|
+
"name": "supplyLastRewardingBlocks",
|
|
1139
|
+
"type": "uint32[]"
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"internalType": "uint32[]",
|
|
1143
|
+
"name": "borrowLastRewardingBlocks",
|
|
1144
|
+
"type": "uint32[]"
|
|
1145
|
+
}
|
|
1146
|
+
],
|
|
1147
|
+
"name": "setLastRewardingBlocks",
|
|
1148
|
+
"outputs": [],
|
|
1149
|
+
"stateMutability": "nonpayable",
|
|
1150
|
+
"type": "function"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"inputs": [
|
|
1154
|
+
{
|
|
1155
|
+
"internalType": "uint256",
|
|
1156
|
+
"name": "limit",
|
|
1157
|
+
"type": "uint256"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"name": "setMaxLoopsLimit",
|
|
1161
|
+
"outputs": [],
|
|
1162
|
+
"stateMutability": "nonpayable",
|
|
1163
|
+
"type": "function"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
"inputs": [
|
|
1167
|
+
{
|
|
1168
|
+
"internalType": "contract VToken[]",
|
|
1169
|
+
"name": "vTokens",
|
|
1170
|
+
"type": "address[]"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"internalType": "uint256[]",
|
|
1174
|
+
"name": "supplySpeeds",
|
|
1175
|
+
"type": "uint256[]"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"internalType": "uint256[]",
|
|
1179
|
+
"name": "borrowSpeeds",
|
|
1180
|
+
"type": "uint256[]"
|
|
1181
|
+
}
|
|
1182
|
+
],
|
|
1183
|
+
"name": "setRewardTokenSpeeds",
|
|
1184
|
+
"outputs": [],
|
|
1185
|
+
"stateMutability": "nonpayable",
|
|
1186
|
+
"type": "function"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"inputs": [
|
|
1190
|
+
{
|
|
1191
|
+
"internalType": "address",
|
|
1192
|
+
"name": "newOwner",
|
|
1193
|
+
"type": "address"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"name": "transferOwnership",
|
|
1197
|
+
"outputs": [],
|
|
1198
|
+
"stateMutability": "nonpayable",
|
|
1199
|
+
"type": "function"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"inputs": [
|
|
1203
|
+
{
|
|
1204
|
+
"internalType": "address",
|
|
1205
|
+
"name": "contributor",
|
|
1206
|
+
"type": "address"
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"name": "updateContributorRewards",
|
|
1210
|
+
"outputs": [],
|
|
1211
|
+
"stateMutability": "nonpayable",
|
|
1212
|
+
"type": "function"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"inputs": [
|
|
1216
|
+
{
|
|
1217
|
+
"internalType": "address",
|
|
1218
|
+
"name": "vToken",
|
|
1219
|
+
"type": "address"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"components": [
|
|
1223
|
+
{
|
|
1224
|
+
"internalType": "uint256",
|
|
1225
|
+
"name": "mantissa",
|
|
1226
|
+
"type": "uint256"
|
|
1227
|
+
}
|
|
1228
|
+
],
|
|
1229
|
+
"internalType": "struct ExponentialNoError.Exp",
|
|
1230
|
+
"name": "marketBorrowIndex",
|
|
1231
|
+
"type": "tuple"
|
|
1232
|
+
}
|
|
1233
|
+
],
|
|
1234
|
+
"name": "updateRewardTokenBorrowIndex",
|
|
1235
|
+
"outputs": [],
|
|
1236
|
+
"stateMutability": "nonpayable",
|
|
1237
|
+
"type": "function"
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"inputs": [
|
|
1241
|
+
{
|
|
1242
|
+
"internalType": "address",
|
|
1243
|
+
"name": "vToken",
|
|
1244
|
+
"type": "address"
|
|
1245
|
+
}
|
|
1246
|
+
],
|
|
1247
|
+
"name": "updateRewardTokenSupplyIndex",
|
|
1248
|
+
"outputs": [],
|
|
1249
|
+
"stateMutability": "nonpayable",
|
|
1250
|
+
"type": "function"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"inputs": [
|
|
1254
|
+
{
|
|
1255
|
+
"internalType": "address",
|
|
1256
|
+
"name": "_logic",
|
|
1257
|
+
"type": "address"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"internalType": "address",
|
|
1261
|
+
"name": "admin_",
|
|
1262
|
+
"type": "address"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"internalType": "bytes",
|
|
1266
|
+
"name": "_data",
|
|
1267
|
+
"type": "bytes"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"stateMutability": "payable",
|
|
1271
|
+
"type": "constructor"
|
|
1272
|
+
}
|
|
1273
|
+
],
|
|
1274
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1275
|
+
"receipt": {
|
|
1276
|
+
"to": "0x0000000000000000000000000000000000008006",
|
|
1277
|
+
"from": "0xE8C6Cf867CF962d289305ECE9b139a4116674541",
|
|
1278
|
+
"contractAddress": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1279
|
+
"transactionIndex": 0,
|
|
1280
|
+
"gasUsed": "25373478",
|
|
1281
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
1282
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6",
|
|
1283
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1284
|
+
"logs": [
|
|
1285
|
+
{
|
|
1286
|
+
"transactionIndex": 0,
|
|
1287
|
+
"blockNumber": 3589884,
|
|
1288
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1289
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
1290
|
+
"topics": [
|
|
1291
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
1292
|
+
"0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541",
|
|
1293
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001"
|
|
1294
|
+
],
|
|
1295
|
+
"data": "0x0000000000000000000000000000000000000000000000000005c57d9e2d7b16",
|
|
1296
|
+
"logIndex": 0,
|
|
1297
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"transactionIndex": 0,
|
|
1301
|
+
"blockNumber": 3589884,
|
|
1302
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1303
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
1304
|
+
"topics": [
|
|
1305
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
1306
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
1307
|
+
"0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541"
|
|
1308
|
+
],
|
|
1309
|
+
"data": "0x0000000000000000000000000000000000000000000000000002dd2a0f8fe54e",
|
|
1310
|
+
"logIndex": 1,
|
|
1311
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"transactionIndex": 0,
|
|
1315
|
+
"blockNumber": 3589884,
|
|
1316
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1317
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1318
|
+
"topics": [
|
|
1319
|
+
"0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
|
|
1320
|
+
"0x0000000000000000000000002ed16161feb1ea50882c546929a3672ad2fc3ab8"
|
|
1321
|
+
],
|
|
1322
|
+
"data": "0x",
|
|
1323
|
+
"logIndex": 2,
|
|
1324
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"transactionIndex": 0,
|
|
1328
|
+
"blockNumber": 3589884,
|
|
1329
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1330
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1331
|
+
"topics": [
|
|
1332
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1333
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1334
|
+
"0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541"
|
|
1335
|
+
],
|
|
1336
|
+
"data": "0x",
|
|
1337
|
+
"logIndex": 3,
|
|
1338
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"transactionIndex": 0,
|
|
1342
|
+
"blockNumber": 3589884,
|
|
1343
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1344
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1345
|
+
"topics": ["0x66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0"],
|
|
1346
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000d07f543d47c3a8997d6079958308e981ac14cd01",
|
|
1347
|
+
"logIndex": 4,
|
|
1348
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
"transactionIndex": 0,
|
|
1352
|
+
"blockNumber": 3589884,
|
|
1353
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1354
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1355
|
+
"topics": ["0xc2d09fef144f7c8a86f71ea459f8fc17f675768eb1ae369cbd77fb31d467aafa"],
|
|
1356
|
+
"data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064",
|
|
1357
|
+
"logIndex": 5,
|
|
1358
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"transactionIndex": 0,
|
|
1362
|
+
"blockNumber": 3589884,
|
|
1363
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1364
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1365
|
+
"topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
|
|
1366
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
|
|
1367
|
+
"logIndex": 6,
|
|
1368
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"transactionIndex": 0,
|
|
1372
|
+
"blockNumber": 3589884,
|
|
1373
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1374
|
+
"address": "0x8EDd58DC2C8e38bfc17f07D6f5E8831d87a6962e",
|
|
1375
|
+
"topics": ["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],
|
|
1376
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018e44f588a4dcf2f7145d35a5c226e129040b6d3",
|
|
1377
|
+
"logIndex": 7,
|
|
1378
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"transactionIndex": 0,
|
|
1382
|
+
"blockNumber": 3589884,
|
|
1383
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1384
|
+
"address": "0x0000000000000000000000000000000000008006",
|
|
1385
|
+
"topics": [
|
|
1386
|
+
"0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
|
|
1387
|
+
"0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541",
|
|
1388
|
+
"0x010001afcc567b844d80e587a198ec7038e2f06ff403702a919819e3ef63c3a8",
|
|
1389
|
+
"0x0000000000000000000000008edd58dc2c8e38bfc17f07d6f5e8831d87a6962e"
|
|
1390
|
+
],
|
|
1391
|
+
"data": "0x",
|
|
1392
|
+
"logIndex": 8,
|
|
1393
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"transactionIndex": 0,
|
|
1397
|
+
"blockNumber": 3589884,
|
|
1398
|
+
"transactionHash": "0x5d66fb61442b8d556206bb736b68585e18fbdaecf1466fa72f752bb3546c7423",
|
|
1399
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
1400
|
+
"topics": [
|
|
1401
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
1402
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
1403
|
+
"0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541"
|
|
1404
|
+
],
|
|
1405
|
+
"data": "0x0000000000000000000000000000000000000000000000000000a3d4e1fdf550",
|
|
1406
|
+
"logIndex": 9,
|
|
1407
|
+
"blockHash": "0x3b1407dc098e192a8e29feaa36e3a63e94797354d3506c7728233ba9b5602fa6"
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"blockNumber": 3589884,
|
|
1411
|
+
"cumulativeGasUsed": "0",
|
|
1412
|
+
"status": 1,
|
|
1413
|
+
"byzantium": true
|
|
1414
|
+
},
|
|
1415
|
+
"args": [
|
|
1416
|
+
"0x2ED16161FeB1Ea50882c546929A3672Ad2FC3aB8",
|
|
1417
|
+
"0x18E44f588a4DcF2F7145d35A5C226e129040b6D3",
|
|
1418
|
+
"0xbe203094000000000000000000000000c527de08e43aefd759f7c0e6ae854339230646690000000000000000000000003aecac43a2ebe5d8184e650403bf9f656f9d1cfa0000000000000000000000000000000000000000000000000000000000000064000000000000000000000000d07f543d47c3a8997d6079958308e981ac14cd01"
|
|
1419
|
+
],
|
|
1420
|
+
"numDeployments": 1,
|
|
1421
|
+
"solcInputHash": "d817251a66d7498780a3a7892649b9f8",
|
|
1422
|
+
"metadata": {
|
|
1423
|
+
"llvm_options": [],
|
|
1424
|
+
"optimizer_settings": {
|
|
1425
|
+
"is_debug_logging_enabled": false,
|
|
1426
|
+
"is_fallback_to_size_enabled": false,
|
|
1427
|
+
"is_verify_each_enabled": false,
|
|
1428
|
+
"level_back_end": "Aggressive",
|
|
1429
|
+
"level_middle_end": "Aggressive",
|
|
1430
|
+
"level_middle_end_size": "Zero"
|
|
1431
|
+
},
|
|
1432
|
+
"solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_logic\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"admin_\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"_data\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"previousAdmin\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAdmin\",\"type\":\"address\"}],\"name\":\"AdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"beacon\",\"type\":\"address\"}],\"name\":\"BeaconUpgraded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"implementation\",\"type\":\"address\"}],\"name\":\"Upgraded\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[],\"name\":\"admin\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"admin_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"implementation\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"implementation_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"}],\"name\":\"upgradeTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newImplementation\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"upgradeToAndCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"details\":\"This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \\\"admin cannot fallback to proxy target\\\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.\",\"events\":{\"AdminChanged(address,address)\":{\"details\":\"Emitted when the admin account has changed.\"},\"BeaconUpgraded(address)\":{\"details\":\"Emitted when the beacon is upgraded.\"},\"Upgraded(address)\":{\"details\":\"Emitted when the implementation is upgraded.\"}},\"kind\":\"dev\",\"methods\":{\"admin()\":{\"details\":\"Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`\"},\"constructor\":{\"details\":\"Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}.\"},\"implementation()\":{\"details\":\"Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`\"},\"upgradeTo(address)\":{\"details\":\"Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}.\"},\"upgradeToAndCall(address,bytes)\":{\"details\":\"Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"hardhat-deploy/solc_0.8/proxy/OptimizedTransparentUpgradeableProxy.sol\":\"OptimizedTransparentUpgradeableProxy\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"hardhat-deploy/solc_0.8/openzeppelin/interfaces/draft-IERC1822.sol\":{\"keccak256\":\"0x93b4e21c931252739a1ec13ea31d3d35a5c068be3163ccab83e4d70c40355f03\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bec47f69510a4ace724a15533969ce9479ea9dfef773b1da341c64e8f507cb9b\",\"dweb:/ipfs/QmSu6KnnhhcRAEtdqYncLKw6JEByiptoZR7paqQv2x5CVu\"]},\"hardhat-deploy/solc_0.8/openzeppelin/proxy/ERC1967/ERC1967Proxy.sol\":{\"keccak256\":\"0x6309f9f39dc6f4f45a24f296543867aa358e32946cd6b2874627a996d606b3a0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4f5abfc32db1d44fd3d38d902879eaeaad827781bb9f954d3ccb8639c55db3c0\",\"dweb:/ipfs/QmVSkxFgWphaUx6w9XdvgwJJuxABdpuVQEbABbRmzd3XFc\"]},\"hardhat-deploy/solc_0.8/openzeppelin/proxy/ERC1967/ERC1967Upgrade.sol\":{\"keccak256\":\"0x17668652127feebed0ce8d9431ef95ccc8c4292f03e3b8cf06c6ca16af396633\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://9cbd3212cc9e1dbc383b66ef6b750d58c07c4d73d404c6ec55e4bfed25a8fb6f\",\"dweb:/ipfs/QmPN8XajdLkydiQv2146q1M7nGqYk67Z5SNSjbzFU9MiM5\"]},\"hardhat-deploy/solc_0.8/openzeppelin/proxy/Proxy.sol\":{\"keccak256\":\"0xd5d1fd16e9faff7fcb3a52e02a8d49156f42a38a03f07b5f1810c21c2149a8ab\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://60941294a981f6e3ee77c19e503b64c4114b4e7f3261cf489d6898fdd4916522\",\"dweb:/ipfs/QmQVmckpCRrtkCwyPG7ksVo59yjZdtpNerJDzw3hQVB62A\"]},\"hardhat-deploy/solc_0.8/openzeppelin/proxy/beacon/IBeacon.sol\":{\"keccak256\":\"0xd50a3421ac379ccb1be435fa646d66a65c986b4924f0849839f08692f39dde61\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ada1e030c0231db8d143b44ce92b4d1158eedb087880cad6d8cc7bd7ebe7b354\",\"dweb:/ipfs/QmWZ2NHZweRpz1U9GF6R1h65ri76dnX7fNxLBeM2t5N5Ce\"]},\"hardhat-deploy/solc_0.8/openzeppelin/utils/Address.sol\":{\"keccak256\":\"0x3777e696b62134e6177440dbe6e6601c0c156a443f57167194b67e75527439de\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0bc227c71372eb216b7965a91a09c843e9e9670369af0410d924cf4208a8dabe\",\"dweb:/ipfs/QmTR55ug3diUCsVedV8C6ShstCcbqSNPVEvmCpqc91pEDf\"]},\"hardhat-deploy/solc_0.8/openzeppelin/utils/StorageSlot.sol\":{\"keccak256\":\"0xfe1b7a9aa2a530a9e705b220e26cd584e2fbdc9602a3a1066032b12816b46aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://dbaba7fe0fe556cc5ed291e03d271fd27d395250141ecfb57a4b30d528958ff9\",\"dweb:/ipfs/QmWT653X2DyZo8nqEcmFe3yTkrCJv3ptbZLhbgLU3y6abe\"]},\"hardhat-deploy/solc_0.8/proxy/OptimizedTransparentUpgradeableProxy.sol\":{\"keccak256\":\"0xa30117644e27fa5b49e162aae2f62b36c1aca02f801b8c594d46e2024963a534\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c270574add213952363bf451bd512acab5fc48c5a06fc05ad75e99eb4b044b99\",\"dweb:/ipfs/QmNQyg2ZvM59Q6FFg1ukJah2xpg8kvDZnTLRVLtMGKuHL1\"]}},\"version\":1}",
|
|
1433
|
+
"solc_version": "0.8.25",
|
|
1434
|
+
"solc_zkvm_edition": "1.0.1",
|
|
1435
|
+
"zk_version": "1.5.0"
|
|
1436
|
+
},
|
|
1437
|
+
"bytecode": "0x0004000000000002000600000000000200000000030100190000006004300270000001860340019700030000003103550002000000010355000001860040019d0000000102200190000000bc0000c13d0000008005000039000000400050043f000000040230008c000000fa0000413d000000000201043b000000e0022002700000019b0420009c0000013d0000213d0000019e0420009c000001880000613d0000019f0220009c0000015e0000c13d000000440230008c000002680000413d0000000402100370000000000602043b000001880260009c000002680000213d0000002402100370000000000202043b000001890420009c000002680000213d0000002304200039000000000434004b000002680000813d0000000407200039000000000171034f000000000401043b000001890140009c000002680000213d00000000014200190000002401100039000000000131004b000002680000213d000400000007001d000600000004001d000500000006001d000300000005001d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b0000034b0000c13d00000006090000290000001f01900039000001ad011001970000003f01100039000001ad01100197000000400400043d0000000001140019000000000241004b00000000020000190000000102004039000001890310009c000000f40000213d0000000102200190000000f40000c13d000000400010043f0000001f0190018f000200000004001d000000000894043600000004020000290000002002200039000000020220036700000005039002720000000503300210000000620000613d0000000004380019000000000502034f0000000006080019000000005705043c0000000006760436000000000746004b0000005e0000c13d000000000401004b000000700000613d000000000232034f00000000033800190000000301100210000000000403043300000000041401cf000000000414022f000000000202043b0000010001100089000000000212022f00000000011201cf000000000141019f0000000000130435000400000008001d000000000198001900000000000104350000018b010000410000000000100439000000050100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000003370000613d0000018d01000041000000000201041a0000018e022001970000000505000029000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000101200190000002680000613d000000400100043d000600000001001d000001910110009c000000f40000213d00000006030000290000006001300039000000400010043f000000400130003900000192020000410000000000210435000000270100003900000000021304360000019301000041000100000002001d00000000001204350000018b010000410000000000100439000000050100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004170000613d0000000201000029000000000201043300000000010004140000000503000029000000040330008c000004fb0000c13d000000010200003900000001030000310000050e0000013d0000001f023000390000018702200197000000a002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000cb0000613d000000a005000039000000a006400039000000000701034f000000007807043c0000000005850436000000000865004b000000c70000c13d000000000502004b000000d90000613d000000000141034f0000000302200210000000a004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600130008c000002680000413d000000a00800043d000001880180009c000002680000213d000000c00700043d000001880170009c000002680000213d000000e00200043d000001890120009c000002680000213d0000001f01200039000000000431004b00000000040000190000018a040080410000018a01100197000000000501004b00000000050000190000018a050040410000018a0110009c000000000504c019000000000105004b000002680000c13d000000a0012000390000000001010433000001890410009c000002540000a13d000001a70100004100000000001004350000004101000039000000040010043f000001a8010000410000061300010430000000000103004b0000015e0000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a0000018802200197000000050410027200000005044002100000011e0000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b0000011a0000c13d000000000605004b0000012b0000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c0000026a0000c13d000000030200036700000001030000310000001f0430018f000000050130027200000005011002100000013a0000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000001360000c13d000000000504004b000002900000613d000002210000013d0000019c0120009c000001d40000613d0000019d0120009c0000015e0000c13d0000000001000416000000000101004b000002680000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000002960000c13d000000400100043d0000000000210435000001860210009c00000186010080410000004001100210000001a0011001c7000006120001042e000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001f40000c13d000000400100043d0000008402100039000001a90300004100000000003204350000006402100039000001aa0300004100000000003204350000004402100039000001ab03000041000000000032043500000024021000390000004203000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001ac011001c70000061300010430000000240230008c000002680000413d0000000002000416000000000202004b000002680000c13d0000000401100370000000000201043b000001880120009c000002680000213d000600000002001d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b0000034b0000c13d000000400200043d000001a10120009c000000f40000213d0000002001200039000400000001001d000000400010043f000500000002001d00000000000204350000018b010000410000000000100439000000060100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000003370000613d0000018d01000041000000000201041a0000018e022001970000000605000029000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000101200190000002680000613d00000005010000290000000001010433000000000101004b000003f90000c13d0000000001000019000006120001042e0000000001000416000000000101004b000002680000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000002d70000c13d0000018d01000041000000000101041a0000018801100197000000400200043d0000000000120435000001860120009c00000186020080410000004001200210000001a0011001c7000006120001042e000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002030000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000001ff0000c13d000000000605004b000002100000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c0000022d0000c13d000000030200036700000001030000310000001f0430018f000000050130027200000005011002100000021f0000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b0000021b0000c13d000000000504004b000002900000613d0000000304400210000000000501043300000000054501cf000000000545022f000000000212034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000210435000002900000013d000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000002440000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000002400000c13d000000000605004b000002510000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d000002940000013d0000001f04100039000001ad044001970000003f04400039000001ad04400197000000400900043d0000000004490019000000000594004b00000000050000190000000105004039000001890640009c000000f40000213d0000000105500190000000f40000c13d000000a003300039000000400040043f0000000006190436000000c0022000390000000004210019000000000334004b000003180000a13d00000000010000190000061300010430000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000002810000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b0000027d0000c13d000000000605004b0000028e0000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002940000613d000001860130009c00000186030080410000006001300210000006120001042e00000060013002100000061300010430000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002b80000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000002b40000c13d000000000605004b000002c50000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c000003840000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000002d40000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000002d00000c13d000000000504004b000002900000613d000002210000013d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002f90000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000002f50000c13d000000000605004b000003060000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c000003ac0000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000003150000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000003110000c13d000000000504004b000002210000c13d000002900000013d000500000009001d000400000007001d000000000301004b000003240000613d000000000300001900000000046300190000000005230019000000000505043300000000005404350000002003300039000000000413004b0000031d0000413d000300000006001d000000000116001900000000000104350000018b010000410000000000100439000600000008001d00000004008004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b0000034c0000c13d000000400100043d0000006402100039000001a50300004100000000003204350000004402100039000001a603000041000000000032043500000024021000390000002d03000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001a4011001c70000061300010430061105700000040f000000060100002900000188051001970000018d01000041000000000201041a0000018e02200197000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000603000029000000010120019000000004020000290000000501000029000002680000613d0000000001010433000000000101004b000003d30000c13d000000800020043f0000019501000041000000000021041b0000018801200197000000400200043d000000200320003900000000001304350000000000020435000001860120009c000001860200804100000040012002100000000002000414000001860320009c0000018602008041000000c002200210000000000112019f00000196011001c70000800d0200003900000001030000390000019704000041061106020000040f0000000101200190000002680000613d000000800100043d0000014000000443000001600010044300000020010000390000010000100443000000010100003900000120001004430000019801000041000006120001042e000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d0000018603300197000000050430027200000005044002100000039b0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000003970000c13d000000000605004b000003a80000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d00000060013002100000061300010430000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000003c30000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000003bf0000c13d000000000605004b000003d00000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d000002940000013d000000400400043d000001910140009c000000f40000213d0000006001400039000000400010043f0000004001400039000001920200004100000000002104350000002701000039000200000004001d00000000021404360000019301000041000100000002001d00000000001204350000018b01000041000000000010043900000004003004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004170000613d0000000501000029000000000201043300000000010004140000000603000029000000040330008c000004220000c13d00000001020000390000000104000031000004350000013d000000400300043d000001910130009c000000f40000213d0000006001300039000000400010043f0000004001300039000001920200004100000000002104350000002701000039000200000003001d00000000021304360000019301000041000300000002001d00000000001204350000018b010000410000000000100439000000060100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004870000c13d000000400100043d0000006402100039000001a20300004100000000003204350000004402100039000001a303000041000000000032043500000024021000390000002603000039000003400000013d000000000001042f0000000304000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000006020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018604100197000000000104004b0000045b0000c13d00000060010000390000008003000039000000000202004b0000000402000029000003640000c13d0000000001010433000000000201004b0000055b0000c13d000000400400043d000600000004001d0000019401000041000000000014043500000004014000390000002002000039000000000021043500000002010000290000000003010433000500000003001d0000002401400039000000000031043500000044024000390000000101000029061105630000040f00000005010000290000001f01100039000001ad011001970000004401100039000001860210009c00000186010080410000000603000029000001860230009c000001860300804100000060011002100000004002300210000000000121019f0000061300010430000001890140009c000000f40000213d0000001f01400039000001ad011001970000003f01100039000001ad03100197000000400100043d0000000003310019000000000513004b00000000050000190000000105004039000001890630009c000000f40000213d0000000105500190000000f40000c13d000000400030043f0000001f0540018f0000000003410436000000030600036700000005044002720000000504400210000004780000613d0000000007430019000000000806034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004740000c13d000000000705004b000004390000613d000000000646034f00000000044300190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004390000013d0000000501000029000000000201043300000000010004140000000603000029000000040330008c000004900000c13d00000001020000390000000104000031000004a30000013d0000000404000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000006020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018604100197000000000104004b000004cf0000c13d00000060010000390000008003000039000000000202004b000001d20000c13d0000000001010433000000000201004b0000055b0000c13d000000400100043d0000019402000041000000000021043500000004021000390000002003000039000000000032043500000002020000290000000002020433000000240310003900000000002304350000004403100039000000000402004b0000000307000029000004c20000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000524004b000004bb0000413d0000001f04200039000001ad04400197000000000232001900000000000204350000004402400039000001860320009c00000186020080410000006002200210000001860310009c00000186010080410000004001100210000000000112019f0000061300010430000001890140009c000000f40000213d0000001f01400039000001ad011001970000003f01100039000001ad03100197000000400100043d0000000003310019000000000513004b00000000050000190000000105004039000001890630009c000000f40000213d0000000105500190000000f40000c13d000000400030043f0000001f0540018f0000000003410436000000030600036700000005044002720000000504400210000004ec0000613d0000000007430019000000000806034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004e80000c13d000000000705004b000004a70000613d000000000646034f00000000044300190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004a70000013d0000000404000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000005020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018603100197000000000103004b0000052d0000c13d0000006001000039000000000202004b000001d20000c13d0000000001010433000000000201004b0000055a0000c13d000000400100043d0000019402000041000000000021043500000004021000390000002003000039000000000032043500000006020000290000000002020433000000240310003900000000002304350000004403100039000000000402004b0000000107000029000004c20000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000524004b000005250000413d000004c20000013d000001890130009c000000f40000213d0000001f01300039000001ad011001970000003f01100039000001ad04100197000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000001890640009c000000f40000213d0000000105500190000000f40000c13d000000400040043f0000001f0430018f0000000005310436000300000005001d0000000305000367000000050330027200000005033002100000054b0000613d00000003080000290000000006380019000000000705034f000000007907043c0000000008980436000000000968004b000005470000c13d000000000604004b000005110000613d000000000535034f00000003033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f0000000000430435000005110000013d0000000303000029000001860230009c00000186030080410000004002300210000001860310009c00000186010080410000006001100210000000000121019f0000061300010430000000000403004b0000056d0000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000534004b000005660000413d00000000012300190000000000010435000000000001042d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f00000001022001900000059a0000613d000000000101043b00000188011001970000000002000411000000000112004b0000059b0000c13d000000400100043d0000008402100039000001a90300004100000000003204350000006402100039000001aa0300004100000000003204350000004402100039000001ab03000041000000000032043500000024021000390000004203000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001ac011001c70000061300010430000000000001042f000000020300036700000000010000310000001f0410018f0000018d02000041000000000202041a00000188022001970000000505100272000005aa0000613d0000000506500210000000000703034f0000000008000019000000007907043c0000000008980436000000000968004b000005a60000c13d000000000604004b000005b80000613d00000003044002100000000505500210000000000605043300000000064601cf000000000646022f000000000353034f000000000303043b0000010004400089000000000343022f00000000034301cf000000000363019f00000000003504350000000003000414000000040420008c000005d50000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000005c70000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000005c30000c13d000000000504004b000005fb0000613d0000000304400210000000000501043300000000054501cf000000000545022f000000000212034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000210435000005fb0000013d000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000005ec0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000005e80000c13d000000000605004b000005f90000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000005ff0000613d000001860130009c00000186030080410000006001300210000006120001042e00000060013002100000061300010430000000000001042f00000605002104210000000102000039000000000001042d0000000002000019000000000001042d0000060a002104230000000102000039000000000001042d0000000002000019000000000001042d0000060f002104250000000102000039000000000001042d0000000002000019000000000001042d0000061100000432000006120001042e0000061300010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c08c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f0000000200000000000000000000000000000080000001000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000000000005c60da1a000000000000000000000000000000000000000000000000000000005c60da1b00000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000004f1ef2860000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf6e74726163740000000000000000000000000000000000000000000000000000416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f00000000000000000000000000000000000000840000000000000000000000006f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206e4e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006574000000000000000000000000000000000000000000000000000000000000696e2063616e6e6f742066616c6c6261636b20746f2070726f787920746172675472616e73706172656e745570677261646561626c6550726f78793a2061646d00000000000000000000000000000000000000a4000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0e90d747b4c0a3377092a841a7eacdac9341f83512dcf5633b6c789f7e4af85d6",
|
|
1438
|
+
"deployedBytecode": "0x0004000000000002000600000000000200000000030100190000006004300270000001860340019700030000003103550002000000010355000001860040019d0000000102200190000000bc0000c13d0000008005000039000000400050043f000000040230008c000000fa0000413d000000000201043b000000e0022002700000019b0420009c0000013d0000213d0000019e0420009c000001880000613d0000019f0220009c0000015e0000c13d000000440230008c000002680000413d0000000402100370000000000602043b000001880260009c000002680000213d0000002402100370000000000202043b000001890420009c000002680000213d0000002304200039000000000434004b000002680000813d0000000407200039000000000171034f000000000401043b000001890140009c000002680000213d00000000014200190000002401100039000000000131004b000002680000213d000400000007001d000600000004001d000500000006001d000300000005001d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b0000034b0000c13d00000006090000290000001f01900039000001ad011001970000003f01100039000001ad01100197000000400400043d0000000001140019000000000241004b00000000020000190000000102004039000001890310009c000000f40000213d0000000102200190000000f40000c13d000000400010043f0000001f0190018f000200000004001d000000000894043600000004020000290000002002200039000000020220036700000005039002720000000503300210000000620000613d0000000004380019000000000502034f0000000006080019000000005705043c0000000006760436000000000746004b0000005e0000c13d000000000401004b000000700000613d000000000232034f00000000033800190000000301100210000000000403043300000000041401cf000000000414022f000000000202043b0000010001100089000000000212022f00000000011201cf000000000141019f0000000000130435000400000008001d000000000198001900000000000104350000018b010000410000000000100439000000050100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000003370000613d0000018d01000041000000000201041a0000018e022001970000000505000029000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000101200190000002680000613d000000400100043d000600000001001d000001910110009c000000f40000213d00000006030000290000006001300039000000400010043f000000400130003900000192020000410000000000210435000000270100003900000000021304360000019301000041000100000002001d00000000001204350000018b010000410000000000100439000000050100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004170000613d0000000201000029000000000201043300000000010004140000000503000029000000040330008c000004fb0000c13d000000010200003900000001030000310000050e0000013d0000001f023000390000018702200197000000a002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000cb0000613d000000a005000039000000a006400039000000000701034f000000007807043c0000000005850436000000000865004b000000c70000c13d000000000502004b000000d90000613d000000000141034f0000000302200210000000a004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600130008c000002680000413d000000a00800043d000001880180009c000002680000213d000000c00700043d000001880170009c000002680000213d000000e00200043d000001890120009c000002680000213d0000001f01200039000000000431004b00000000040000190000018a040080410000018a01100197000000000501004b00000000050000190000018a050040410000018a0110009c000000000504c019000000000105004b000002680000c13d000000a0012000390000000001010433000001890410009c000002540000a13d000001a70100004100000000001004350000004101000039000000040010043f000001a8010000410000061300010430000000000103004b0000015e0000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a0000018802200197000000050410027200000005044002100000011e0000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b0000011a0000c13d000000000605004b0000012b0000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c0000026a0000c13d000000030200036700000001030000310000001f0430018f000000050130027200000005011002100000013a0000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000001360000c13d000000000504004b000002900000613d000002210000013d0000019c0120009c000001d40000613d0000019d0120009c0000015e0000c13d0000000001000416000000000101004b000002680000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000002960000c13d000000400100043d0000000000210435000001860210009c00000186010080410000004001100210000001a0011001c7000006120001042e000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001f40000c13d000000400100043d0000008402100039000001a90300004100000000003204350000006402100039000001aa0300004100000000003204350000004402100039000001ab03000041000000000032043500000024021000390000004203000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001ac011001c70000061300010430000000240230008c000002680000413d0000000002000416000000000202004b000002680000c13d0000000401100370000000000201043b000001880120009c000002680000213d000600000002001d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b0000034b0000c13d000000400200043d000001a10120009c000000f40000213d0000002001200039000400000001001d000000400010043f000500000002001d00000000000204350000018b010000410000000000100439000000060100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000003370000613d0000018d01000041000000000201041a0000018e022001970000000605000029000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000101200190000002680000613d00000005010000290000000001010433000000000101004b000003f90000c13d0000000001000019000006120001042e0000000001000416000000000101004b000002680000c13d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000002d70000c13d0000018d01000041000000000101041a0000018801100197000000400200043d0000000000120435000001860120009c00000186020080410000004001200210000001a0011001c7000006120001042e000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002030000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000001ff0000c13d000000000605004b000002100000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c0000022d0000c13d000000030200036700000001030000310000001f0430018f000000050130027200000005011002100000021f0000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b0000021b0000c13d000000000504004b000002900000613d0000000304400210000000000501043300000000054501cf000000000545022f000000000212034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000210435000002900000013d000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000002440000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000002400000c13d000000000605004b000002510000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d000002940000013d0000001f04100039000001ad044001970000003f04400039000001ad04400197000000400900043d0000000004490019000000000594004b00000000050000190000000105004039000001890640009c000000f40000213d0000000105500190000000f40000c13d000000a003300039000000400040043f0000000006190436000000c0022000390000000004210019000000000334004b000003180000a13d00000000010000190000061300010430000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000002810000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b0000027d0000c13d000000000605004b0000028e0000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002940000613d000001860130009c00000186030080410000006001300210000006120001042e00000060013002100000061300010430000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002b80000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000002b40000c13d000000000605004b000002c50000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c000003840000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000002d40000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000002d00000c13d000000000504004b000002900000613d000002210000013d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f0000000102200190000004210000613d000000000101043b00000188011001970000000002000411000000000112004b000001710000613d000000020300036700000000010000310000001f0510018f0000018d02000041000000000202041a000001880220019700000005041002720000000504400210000002f90000613d000000000603034f0000000007000019000000006806043c0000000007870436000000000847004b000002f50000c13d000000000605004b000003060000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000343034f000000000303043b0000010005500089000000000353022f00000000035301cf000000000363019f00000000003404350000000003000414000000040420008c000003ac0000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000003150000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000003110000c13d000000000504004b000002210000c13d000002900000013d000500000009001d000400000007001d000000000301004b000003240000613d000000000300001900000000046300190000000005230019000000000505043300000000005404350000002003300039000000000413004b0000031d0000413d000300000006001d000000000116001900000000000104350000018b010000410000000000100439000600000008001d00000004008004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b0000034c0000c13d000000400100043d0000006402100039000001a50300004100000000003204350000004402100039000001a603000041000000000032043500000024021000390000002d03000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001a4011001c70000061300010430061105700000040f000000060100002900000188051001970000018d01000041000000000201041a0000018e02200197000000000252019f000000000021041b0000000001000414000001860210009c0000018601008041000000c0011002100000018f011001c70000800d0200003900000002030000390000019004000041061106020000040f0000000603000029000000010120019000000004020000290000000501000029000002680000613d0000000001010433000000000101004b000003d30000c13d000000800020043f0000019501000041000000000021041b0000018801200197000000400200043d000000200320003900000000001304350000000000020435000001860120009c000001860200804100000040012002100000000002000414000001860320009c0000018602008041000000c002200210000000000112019f00000196011001c70000800d0200003900000001030000390000019704000041061106020000040f0000000101200190000002680000613d000000800100043d0000014000000443000001600010044300000020010000390000010000100443000000010100003900000120001004430000019801000041000006120001042e000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d0000018603300197000000050430027200000005044002100000039b0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000003970000c13d000000000605004b000003a80000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d00000060013002100000061300010430000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000003c30000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000003bf0000c13d000000000605004b000003d00000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000002900000c13d000002940000013d000000400400043d000001910140009c000000f40000213d0000006001400039000000400010043f0000004001400039000001920200004100000000002104350000002701000039000200000004001d00000000021404360000019301000041000100000002001d00000000001204350000018b01000041000000000010043900000004003004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004170000613d0000000501000029000000000201043300000000010004140000000603000029000000040330008c000004220000c13d00000001020000390000000104000031000004350000013d000000400300043d000001910130009c000000f40000213d0000006001300039000000400010043f0000004001300039000001920200004100000000002104350000002701000039000200000003001d00000000021304360000019301000041000300000002001d00000000001204350000018b010000410000000000100439000000060100002900000004001004430000000001000414000001860210009c0000018601008041000000c0011002100000018c011001c70000800202000039061106070000040f0000000102200190000004210000613d000000000101043b000000000101004b000004870000c13d000000400100043d0000006402100039000001a20300004100000000003204350000004402100039000001a303000041000000000032043500000024021000390000002603000039000003400000013d000000000001042f0000000304000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000006020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018604100197000000000104004b0000045b0000c13d00000060010000390000008003000039000000000202004b0000000402000029000003640000c13d0000000001010433000000000201004b0000055b0000c13d000000400400043d000600000004001d0000019401000041000000000014043500000004014000390000002002000039000000000021043500000002010000290000000003010433000500000003001d0000002401400039000000000031043500000044024000390000000101000029061105630000040f00000005010000290000001f01100039000001ad011001970000004401100039000001860210009c00000186010080410000000603000029000001860230009c000001860300804100000060011002100000004002300210000000000121019f0000061300010430000001890140009c000000f40000213d0000001f01400039000001ad011001970000003f01100039000001ad03100197000000400100043d0000000003310019000000000513004b00000000050000190000000105004039000001890630009c000000f40000213d0000000105500190000000f40000c13d000000400030043f0000001f0540018f0000000003410436000000030600036700000005044002720000000504400210000004780000613d0000000007430019000000000806034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004740000c13d000000000705004b000004390000613d000000000646034f00000000044300190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004390000013d0000000501000029000000000201043300000000010004140000000603000029000000040330008c000004900000c13d00000001020000390000000104000031000004a30000013d0000000404000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000006020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018604100197000000000104004b000004cf0000c13d00000060010000390000008003000039000000000202004b000001d20000c13d0000000001010433000000000201004b0000055b0000c13d000000400100043d0000019402000041000000000021043500000004021000390000002003000039000000000032043500000002020000290000000002020433000000240310003900000000002304350000004403100039000000000402004b0000000307000029000004c20000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000524004b000004bb0000413d0000001f04200039000001ad04400197000000000232001900000000000204350000004402400039000001860320009c00000186020080410000006002200210000001860310009c00000186010080410000004001100210000000000112019f0000061300010430000001890140009c000000f40000213d0000001f01400039000001ad011001970000003f01100039000001ad03100197000000400100043d0000000003310019000000000513004b00000000050000190000000105004039000001890630009c000000f40000213d0000000105500190000000f40000c13d000000400030043f0000001f0540018f0000000003410436000000030600036700000005044002720000000504400210000004ec0000613d0000000007430019000000000806034f0000000009030019000000008a08043c0000000009a90436000000000a79004b000004e80000c13d000000000705004b000004a70000613d000000000646034f00000000044300190000000305500210000000000704043300000000075701cf000000000757022f000000000606043b0000010005500089000000000656022f00000000055601cf000000000575019f0000000000540435000004a70000013d0000000404000029000001860340009c00000186040080410000004003400210000001860420009c00000186020080410000006002200210000000000232019f000001860310009c0000018601008041000000c001100210000000000112019f00000005020000290611060c0000040f000000010220018f00030000000103550000006001100270000101860010019d0000018603100197000000000103004b0000052d0000c13d0000006001000039000000000202004b000001d20000c13d0000000001010433000000000201004b0000055a0000c13d000000400100043d0000019402000041000000000021043500000004021000390000002003000039000000000032043500000006020000290000000002020433000000240310003900000000002304350000004403100039000000000402004b0000000107000029000004c20000613d000000000400001900000000053400190000000006740019000000000606043300000000006504350000002004400039000000000524004b000005250000413d000004c20000013d000001890130009c000000f40000213d0000001f01300039000001ad011001970000003f01100039000001ad04100197000000400100043d0000000004410019000000000514004b00000000050000190000000105004039000001890640009c000000f40000213d0000000105500190000000f40000c13d000000400040043f0000001f0430018f0000000005310436000300000005001d0000000305000367000000050330027200000005033002100000054b0000613d00000003080000290000000006380019000000000705034f000000007907043c0000000008980436000000000968004b000005470000c13d000000000604004b000005110000613d000000000535034f00000003033000290000000304400210000000000603043300000000064601cf000000000646022f000000000505043b0000010004400089000000000545022f00000000044501cf000000000464019f0000000000430435000005110000013d0000000303000029000001860230009c00000186030080410000004002300210000001860310009c00000186010080410000006001100210000000000121019f0000061300010430000000000403004b0000056d0000613d000000000400001900000000052400190000000006140019000000000606043300000000006504350000002004400039000000000534004b000005660000413d00000000012300190000000000010435000000000001042d000001990100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000001860210009c0000018601008041000000c0011002100000019a011001c70000800502000039061106070000040f00000001022001900000059a0000613d000000000101043b00000188011001970000000002000411000000000112004b0000059b0000c13d000000400100043d0000008402100039000001a90300004100000000003204350000006402100039000001aa0300004100000000003204350000004402100039000001ab03000041000000000032043500000024021000390000004203000039000000000032043500000194020000410000000000210435000000040210003900000020030000390000000000320435000001860210009c00000186010080410000004001100210000001ac011001c70000061300010430000000000001042f000000020300036700000000010000310000001f0410018f0000018d02000041000000000202041a00000188022001970000000505100272000005aa0000613d0000000506500210000000000703034f0000000008000019000000007907043c0000000008980436000000000968004b000005a60000c13d000000000604004b000005b80000613d00000003044002100000000505500210000000000605043300000000064601cf000000000646022f000000000353034f000000000303043b0000010004400089000000000343022f00000000034301cf000000000363019f00000000003504350000000003000414000000040420008c000005d50000c13d000000030200036700000001030000310000001f0430018f00000005013002720000000501100210000005c70000613d000000000502034f0000000006000019000000005705043c0000000006760436000000000716004b000005c30000c13d000000000504004b000005fb0000613d0000000304400210000000000501043300000000054501cf000000000545022f000000000212034f000000000202043b0000010004400089000000000242022f00000000024201cf000000000252019f0000000000210435000005fb0000013d000001860410009c00000186010080410000006001100210000001860430009c0000018603008041000000c003300210000000000113019f0611060c0000040f0003000000010355000000000301001900000060033002700000001f0530018f000101860030019d000001860330019700000005043002720000000504400210000005ec0000613d000000000601034f0000000007000019000000006806043c0000000007870436000000000847004b000005e80000c13d000000000605004b000005f90000613d0000000305500210000000000604043300000000065601cf000000000656022f000000000141034f000000000101043b0000010005500089000000000151022f00000000015101cf000000000161019f00000000001404350000000101200190000005ff0000613d000001860130009c00000186030080410000006001300210000006120001042e00000060013002100000061300010430000000000001042f00000605002104210000000102000039000000000001042d0000000002000019000000000001042d0000060a002104230000000102000039000000000001042d0000000002000019000000000001042d0000060f002104250000000102000039000000000001042d0000000002000019000000000001042d0000061100000432000006120001042e0000061300010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcffffffffffffffffffffffff00000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000bc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b000000000000000000000000000000000000000000000000ffffffffffffff9f206661696c656400000000000000000000000000000000000000000000000000416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c08c379a000000000000000000000000000000000000000000000000000000000b53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d610302000000000000000000000000000000000000400000000000000000000000007e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f0000000200000000000000000000000000000080000001000000000000000000310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0200000200000000000000000000000000000044000000000000000000000000000000000000000000000000000000000000000000000000000000005c60da1a000000000000000000000000000000000000000000000000000000005c60da1b00000000000000000000000000000000000000000000000000000000f851a440000000000000000000000000000000000000000000000000000000003659cfe6000000000000000000000000000000000000000000000000000000004f1ef2860000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf6e74726163740000000000000000000000000000000000000000000000000000416464726573733a2064656c65676174652063616c6c20746f206e6f6e2d636f00000000000000000000000000000000000000840000000000000000000000006f74206120636f6e747261637400000000000000000000000000000000000000455243313936373a206e657720696d706c656d656e746174696f6e206973206e4e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000006574000000000000000000000000000000000000000000000000000000000000696e2063616e6e6f742066616c6c6261636b20746f2070726f787920746172675472616e73706172656e745570677261646561626c6550726f78793a2061646d00000000000000000000000000000000000000a4000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0e90d747b4c0a3377092a841a7eacdac9341f83512dcf5633b6c789f7e4af85d6",
|
|
1439
|
+
"execute": {
|
|
1440
|
+
"methodName": "initialize",
|
|
1441
|
+
"args": [
|
|
1442
|
+
"0xC527DE08E43aeFD759F7c0e6aE85433923064669",
|
|
1443
|
+
"0x3AeCac43A2ebe5D8184e650403bf9F656F9D1cfA",
|
|
1444
|
+
100,
|
|
1445
|
+
"0xD07f543d47c3a8997D6079958308e981AC14CD01"
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1448
|
+
"implementation": "0x2ED16161FeB1Ea50882c546929A3672Ad2FC3aB8",
|
|
1449
|
+
"devdoc": {
|
|
1450
|
+
"details": "This contract implements a proxy that is upgradeable by an admin. To avoid https://medium.com/nomic-labs-blog/malicious-backdoors-in-ethereum-proxies-62629adf3357[proxy selector clashing], which can potentially be used in an attack, this contract uses the https://blog.openzeppelin.com/the-transparent-proxy-pattern/[transparent proxy pattern]. This pattern implies two things that go hand in hand: 1. If any account other than the admin calls the proxy, the call will be forwarded to the implementation, even if that call matches one of the admin functions exposed by the proxy itself. 2. If the admin calls the proxy, it can access the admin functions, but its calls will never be forwarded to the implementation. If the admin tries to call a function on the implementation it will fail with an error that says \"admin cannot fallback to proxy target\". These properties mean that the admin account can only be used for admin actions like upgrading the proxy or changing the admin, so it's best if it's a dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to call a function from the proxy implementation. Our recommendation is for the dedicated account to be an instance of the {ProxyAdmin} contract. If set up this way, you should think of the `ProxyAdmin` instance as the real administrative interface of your proxy.",
|
|
1451
|
+
"events": {
|
|
1452
|
+
"AdminChanged(address,address)": {
|
|
1453
|
+
"details": "Emitted when the admin account has changed."
|
|
1454
|
+
},
|
|
1455
|
+
"BeaconUpgraded(address)": {
|
|
1456
|
+
"details": "Emitted when the beacon is upgraded."
|
|
1457
|
+
},
|
|
1458
|
+
"Upgraded(address)": {
|
|
1459
|
+
"details": "Emitted when the implementation is upgraded."
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
"kind": "dev",
|
|
1463
|
+
"methods": {
|
|
1464
|
+
"admin()": {
|
|
1465
|
+
"details": "Returns the current admin. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyAdmin}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103`"
|
|
1466
|
+
},
|
|
1467
|
+
"constructor": {
|
|
1468
|
+
"details": "Initializes an upgradeable proxy managed by `_admin`, backed by the implementation at `_logic`, and optionally initialized with `_data` as explained in {ERC1967Proxy-constructor}."
|
|
1469
|
+
},
|
|
1470
|
+
"implementation()": {
|
|
1471
|
+
"details": "Returns the current implementation. NOTE: Only the admin can call this function. See {ProxyAdmin-getProxyImplementation}. TIP: To get this value clients can read directly from the storage slot shown below (specified by EIP1967) using the https://eth.wiki/json-rpc/API#eth_getstorageat[`eth_getStorageAt`] RPC call. `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc`"
|
|
1472
|
+
},
|
|
1473
|
+
"upgradeTo(address)": {
|
|
1474
|
+
"details": "Upgrade the implementation of the proxy. NOTE: Only the admin can call this function. See {ProxyAdmin-upgrade}."
|
|
1475
|
+
},
|
|
1476
|
+
"upgradeToAndCall(address,bytes)": {
|
|
1477
|
+
"details": "Upgrade the implementation of the proxy, and then call a function from the new implementation as specified by `data`, which should be an encoded function call. This is useful to initialize new storage variables in the proxied contract. NOTE: Only the admin can call this function. See {ProxyAdmin-upgradeAndCall}."
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
"version": 1
|
|
1481
|
+
},
|
|
1482
|
+
"userdoc": {
|
|
1483
|
+
"kind": "user",
|
|
1484
|
+
"methods": {},
|
|
1485
|
+
"version": 1
|
|
1486
|
+
},
|
|
1487
|
+
"storageLayout": {
|
|
1488
|
+
"storage": [],
|
|
1489
|
+
"types": null
|
|
1490
|
+
}
|
|
1491
|
+
}
|