@meterio/sumer-js 0.2.100 → 0.2.102
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/dist/browser/sumer.min.js +10 -10
- package/dist/nodejs/abi.d.ts +146 -0
- package/dist/nodejs/abi.js +4137 -0
- package/dist/nodejs/abi.js.map +1 -1
- package/dist/nodejs/constants/beramain.js +1 -1
- package/dist/nodejs/constants/index.js +3 -1
- package/dist/nodejs/constants/index.js.map +1 -1
- package/dist/nodejs/errorABIs.js +1207 -0
- package/dist/nodejs/errorABIs.js.map +1 -1
- package/dist/nodejs/index.d.ts +146 -0
- package/dist/nodejs/typechain/contracts/Bera/CBeraVault.d.ts +974 -0
- package/dist/nodejs/typechain/contracts/Bera/CBeraVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/CBeraVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/IPOLErrors.d.ts +20 -0
- package/dist/nodejs/typechain/contracts/Bera/IPOLErrors.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/IPOLErrors.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/IRewardVault.d.ts +646 -0
- package/dist/nodejs/typechain/contracts/Bera/IRewardVault.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/IRewardVault.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewards.d.ts +161 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewards.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewards.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewardsErrors.d.ts +20 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewardsErrors.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/base/IStakingRewardsErrors.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/base/index.d.ts +2 -0
- package/dist/nodejs/typechain/contracts/Bera/base/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/base/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Bera/index.d.ts +5 -0
- package/dist/nodejs/typechain/contracts/Bera/index.js +3 -0
- package/dist/nodejs/typechain/contracts/Bera/index.js.map +1 -0
- package/dist/nodejs/typechain/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/contracts/Oracle/index.d.ts +12 -0
- package/dist/nodejs/typechain/contracts/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.d.ts +1700 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js +2200 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/CBeraVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IPOLErrors__factory.d.ts +259 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IPOLErrors__factory.js +335 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IPOLErrors__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IRewardVault__factory.d.ts +1014 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IRewardVault__factory.js +1307 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/IRewardVault__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewardsErrors__factory.d.ts +35 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewardsErrors__factory.js +55 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewardsErrors__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewards__factory.d.ts +261 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewards__factory.js +350 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/IStakingRewards__factory.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/index.d.ts +2 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/index.js +11 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/base/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/index.d.ts +4 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/index.js +37 -0
- package/dist/nodejs/typechain/factories/contracts/Bera/index.js.map +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js +3 -1
- package/dist/nodejs/typechain/factories/contracts/Interfaces/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.d.ts +6 -0
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js +7 -1
- package/dist/nodejs/typechain/factories/contracts/Oracle/index.js.map +1 -1
- package/dist/nodejs/typechain/factories/contracts/index.d.ts +1 -0
- package/dist/nodejs/typechain/factories/contracts/index.js +2 -1
- package/dist/nodejs/typechain/factories/contracts/index.js.map +1 -1
- package/dist/nodejs/typechain/hardhat.d.ts +342 -0
- package/dist/nodejs/typechain/index.d.ts +36 -0
- package/dist/nodejs/typechain/index.js +39 -3
- package/dist/nodejs/typechain/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2200 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CBeraVault__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
stateMutability: "nonpayable",
|
|
12
|
+
type: "constructor",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
inputs: [],
|
|
16
|
+
name: "AddReservesMarketNotFresh",
|
|
17
|
+
type: "error",
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
inputs: [],
|
|
21
|
+
name: "AddReservesOverflow",
|
|
22
|
+
type: "error",
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
inputs: [],
|
|
26
|
+
name: "BorrowAndDepositBackFailed",
|
|
27
|
+
type: "error",
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
inputs: [],
|
|
31
|
+
name: "BorrowCapReached",
|
|
32
|
+
type: "error",
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
inputs: [],
|
|
36
|
+
name: "BorrowCashNotAvailable",
|
|
37
|
+
type: "error",
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
inputs: [],
|
|
41
|
+
name: "BorrowMarketNotFresh",
|
|
42
|
+
type: "error",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
inputs: [],
|
|
46
|
+
name: "BorrowPaused",
|
|
47
|
+
type: "error",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
inputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "uint256",
|
|
53
|
+
name: "usdThreshold",
|
|
54
|
+
type: "uint256",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
name: "BorrowValueMustBeLargerThanThreshold",
|
|
58
|
+
type: "error",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
inputs: [],
|
|
62
|
+
name: "CantEnterPausedMarket",
|
|
63
|
+
type: "error",
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
inputs: [],
|
|
67
|
+
name: "CantExitMarketWithNonZeroBorrowBalance",
|
|
68
|
+
type: "error",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
inputs: [],
|
|
72
|
+
name: "CantSweepUnderlying",
|
|
73
|
+
type: "error",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
inputs: [],
|
|
77
|
+
name: "ComptrollerMismatch",
|
|
78
|
+
type: "error",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
inputs: [],
|
|
82
|
+
name: "EitherAssetOrDebtMustBeZero",
|
|
83
|
+
type: "error",
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
inputs: [
|
|
87
|
+
{
|
|
88
|
+
internalType: "uint8",
|
|
89
|
+
name: "groupId",
|
|
90
|
+
type: "uint8",
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
internalType: "uint256",
|
|
94
|
+
name: "cDepositVal",
|
|
95
|
+
type: "uint256",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
internalType: "uint256",
|
|
99
|
+
name: "suDepositVal",
|
|
100
|
+
type: "uint256",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
internalType: "uint256",
|
|
104
|
+
name: "cBorrowVal",
|
|
105
|
+
type: "uint256",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
internalType: "uint256",
|
|
109
|
+
name: "suBorrowVal",
|
|
110
|
+
type: "uint256",
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
name: "EitherAssetOrDebtMustBeZeroInGroup",
|
|
114
|
+
type: "error",
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
inputs: [],
|
|
118
|
+
name: "ExpiredSignature",
|
|
119
|
+
type: "error",
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
inputs: [],
|
|
123
|
+
name: "InsufficientCollateral",
|
|
124
|
+
type: "error",
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
inputs: [],
|
|
128
|
+
name: "InsufficientShortfall",
|
|
129
|
+
type: "error",
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
inputs: [],
|
|
133
|
+
name: "InterMintNotAllowed",
|
|
134
|
+
type: "error",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
inputs: [],
|
|
138
|
+
name: "InvalidAddress",
|
|
139
|
+
type: "error",
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
inputs: [],
|
|
143
|
+
name: "InvalidAmount",
|
|
144
|
+
type: "error",
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
inputs: [],
|
|
148
|
+
name: "InvalidBlockNumber",
|
|
149
|
+
type: "error",
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
inputs: [],
|
|
153
|
+
name: "InvalidCToken",
|
|
154
|
+
type: "error",
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
inputs: [],
|
|
158
|
+
name: "InvalidCloseFactor",
|
|
159
|
+
type: "error",
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
inputs: [],
|
|
163
|
+
name: "InvalidComptroller",
|
|
164
|
+
type: "error",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
inputs: [],
|
|
168
|
+
name: "InvalidDiscountRate",
|
|
169
|
+
type: "error",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
inputs: [],
|
|
173
|
+
name: "InvalidExchangeRate",
|
|
174
|
+
type: "error",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
inputs: [],
|
|
178
|
+
name: "InvalidGroupId",
|
|
179
|
+
type: "error",
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
inputs: [],
|
|
183
|
+
name: "InvalidInput",
|
|
184
|
+
type: "error",
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
inputs: [],
|
|
188
|
+
name: "InvalidInterestRateModel",
|
|
189
|
+
type: "error",
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
inputs: [],
|
|
193
|
+
name: "InvalidMinSuBorrowValue",
|
|
194
|
+
type: "error",
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
inputs: [],
|
|
198
|
+
name: "InvalidRedeem",
|
|
199
|
+
type: "error",
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
inputs: [],
|
|
203
|
+
name: "InvalidReduceAmount",
|
|
204
|
+
type: "error",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
inputs: [],
|
|
208
|
+
name: "InvalidReserveFactor",
|
|
209
|
+
type: "error",
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
inputs: [],
|
|
213
|
+
name: "InvalidSignatureForRedeemFaceValue",
|
|
214
|
+
type: "error",
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
inputs: [],
|
|
218
|
+
name: "InvalidSignatureLength",
|
|
219
|
+
type: "error",
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
inputs: [],
|
|
223
|
+
name: "InvalidSuToken",
|
|
224
|
+
type: "error",
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
inputs: [],
|
|
228
|
+
name: "InvalidTimestamp",
|
|
229
|
+
type: "error",
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
inputs: [],
|
|
233
|
+
name: "LiquidateBorrow_LiquidatorIsBorrower",
|
|
234
|
+
type: "error",
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
inputs: [],
|
|
238
|
+
name: "LiquidateBorrow_RepayAmountIsMax",
|
|
239
|
+
type: "error",
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
inputs: [],
|
|
243
|
+
name: "LiquidateBorrow_RepayAmountIsZero",
|
|
244
|
+
type: "error",
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
inputs: [],
|
|
248
|
+
name: "LiquidateBorrow_SeizeTooMuch",
|
|
249
|
+
type: "error",
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
inputs: [],
|
|
253
|
+
name: "LiquidateCollateralMarketNotFresh",
|
|
254
|
+
type: "error",
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
inputs: [],
|
|
258
|
+
name: "LiquidateMarketNotFresh",
|
|
259
|
+
type: "error",
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
inputs: [],
|
|
263
|
+
name: "MarketAlreadyListed",
|
|
264
|
+
type: "error",
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
inputs: [],
|
|
268
|
+
name: "MarketAlreadyUnlisted",
|
|
269
|
+
type: "error",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
inputs: [],
|
|
273
|
+
name: "MarketCanOnlyInitializeOnce",
|
|
274
|
+
type: "error",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
inputs: [],
|
|
278
|
+
name: "MarketNotEmpty",
|
|
279
|
+
type: "error",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
inputs: [],
|
|
283
|
+
name: "MarketNotListed",
|
|
284
|
+
type: "error",
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
inputs: [],
|
|
288
|
+
name: "MarketPaused",
|
|
289
|
+
type: "error",
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
inputs: [],
|
|
293
|
+
name: "MinDelayNotReached",
|
|
294
|
+
type: "error",
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
inputs: [],
|
|
298
|
+
name: "MintMarketNotFresh",
|
|
299
|
+
type: "error",
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
inputs: [],
|
|
303
|
+
name: "MintPaused",
|
|
304
|
+
type: "error",
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
inputs: [],
|
|
308
|
+
name: "MintTokensCantBeZero",
|
|
309
|
+
type: "error",
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
inputs: [],
|
|
313
|
+
name: "NoRedemptionProvider",
|
|
314
|
+
type: "error",
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
inputs: [],
|
|
318
|
+
name: "NotCToken",
|
|
319
|
+
type: "error",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
inputs: [],
|
|
323
|
+
name: "NotEnoughForSeize",
|
|
324
|
+
type: "error",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
inputs: [],
|
|
328
|
+
name: "NotEnoughRedeemAmount",
|
|
329
|
+
type: "error",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
inputs: [],
|
|
333
|
+
name: "NotEnoughRedeemTokens",
|
|
334
|
+
type: "error",
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
inputs: [],
|
|
338
|
+
name: "NotEnoughUnderlyingAfterRedeem",
|
|
339
|
+
type: "error",
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
inputs: [],
|
|
343
|
+
name: "NotEnoughUnderlyingForMint",
|
|
344
|
+
type: "error",
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
inputs: [],
|
|
348
|
+
name: "NotLiquidatableYet",
|
|
349
|
+
type: "error",
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
inputs: [],
|
|
353
|
+
name: "NotSuToken",
|
|
354
|
+
type: "error",
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
inputs: [],
|
|
358
|
+
name: "OnlyAdmin",
|
|
359
|
+
type: "error",
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
inputs: [],
|
|
363
|
+
name: "OnlyAdminOrPauser",
|
|
364
|
+
type: "error",
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
inputs: [],
|
|
368
|
+
name: "OnlyCToken",
|
|
369
|
+
type: "error",
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
inputs: [],
|
|
373
|
+
name: "OnlyListedCToken",
|
|
374
|
+
type: "error",
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
inputs: [],
|
|
378
|
+
name: "OnlyPausedMarketCanBeUnlisted",
|
|
379
|
+
type: "error",
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
inputs: [],
|
|
383
|
+
name: "OnlyPendingAdmin",
|
|
384
|
+
type: "error",
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
inputs: [],
|
|
388
|
+
name: "OnlyRedemptionManager",
|
|
389
|
+
type: "error",
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
inputs: [],
|
|
393
|
+
name: "OverThreshold",
|
|
394
|
+
type: "error",
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
inputs: [],
|
|
398
|
+
name: "PriceError",
|
|
399
|
+
type: "error",
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
inputs: [],
|
|
403
|
+
name: "ProtectedMint_OnlyAllowAssetsInTheSameGroup",
|
|
404
|
+
type: "error",
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
inputs: [],
|
|
408
|
+
name: "RedeemMarketNotFresh",
|
|
409
|
+
type: "error",
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
inputs: [],
|
|
413
|
+
name: "RedeemTransferOutNotPossible",
|
|
414
|
+
type: "error",
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
inputs: [],
|
|
418
|
+
name: "RedemptionSeizeTooMuch",
|
|
419
|
+
type: "error",
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
inputs: [],
|
|
423
|
+
name: "RedemptionSignerNotInitialized",
|
|
424
|
+
type: "error",
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
inputs: [],
|
|
428
|
+
name: "ReduceReservesCashNotAvailable",
|
|
429
|
+
type: "error",
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
inputs: [],
|
|
433
|
+
name: "ReduceReservesMarketNotFresh",
|
|
434
|
+
type: "error",
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
inputs: [],
|
|
438
|
+
name: "RepayBorrowMarketNotFresh",
|
|
439
|
+
type: "error",
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
inputs: [],
|
|
443
|
+
name: "SeizePaused",
|
|
444
|
+
type: "error",
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
inputs: [],
|
|
448
|
+
name: "Seize_LiquidatorIsBorrower",
|
|
449
|
+
type: "error",
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
inputs: [],
|
|
453
|
+
name: "SenderMustBeCToken",
|
|
454
|
+
type: "error",
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
inputs: [],
|
|
458
|
+
name: "SetInterestRateModelMarketNotFresh",
|
|
459
|
+
type: "error",
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
inputs: [],
|
|
463
|
+
name: "SetReservesFactorMarketNotFresh",
|
|
464
|
+
type: "error",
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
inputs: [],
|
|
468
|
+
name: "SupplyCapReached",
|
|
469
|
+
type: "error",
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
inputs: [],
|
|
473
|
+
name: "TokenInOrAmountInMustBeZero",
|
|
474
|
+
type: "error",
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
inputs: [],
|
|
478
|
+
name: "TokenTransferInFailed",
|
|
479
|
+
type: "error",
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
inputs: [],
|
|
483
|
+
name: "TokenTransferOutFailed",
|
|
484
|
+
type: "error",
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
inputs: [],
|
|
488
|
+
name: "TooMuchRepay",
|
|
489
|
+
type: "error",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
inputs: [],
|
|
493
|
+
name: "TotalBorrowsNotZero",
|
|
494
|
+
type: "error",
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
inputs: [],
|
|
498
|
+
name: "TotalSupplyNotZero",
|
|
499
|
+
type: "error",
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
inputs: [],
|
|
503
|
+
name: "TransferNotAllowed",
|
|
504
|
+
type: "error",
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
inputs: [],
|
|
508
|
+
name: "TransferPaused",
|
|
509
|
+
type: "error",
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
inputs: [],
|
|
513
|
+
name: "UnderlyingBalanceError",
|
|
514
|
+
type: "error",
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
inputs: [],
|
|
518
|
+
name: "ZeroAddressNotAllowed",
|
|
519
|
+
type: "error",
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
anonymous: false,
|
|
523
|
+
inputs: [
|
|
524
|
+
{
|
|
525
|
+
indexed: false,
|
|
526
|
+
internalType: "uint256",
|
|
527
|
+
name: "cashPrior",
|
|
528
|
+
type: "uint256",
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
indexed: false,
|
|
532
|
+
internalType: "uint256",
|
|
533
|
+
name: "interestAccumulated",
|
|
534
|
+
type: "uint256",
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
indexed: false,
|
|
538
|
+
internalType: "uint256",
|
|
539
|
+
name: "borrowIndex",
|
|
540
|
+
type: "uint256",
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
indexed: false,
|
|
544
|
+
internalType: "uint256",
|
|
545
|
+
name: "totalBorrows",
|
|
546
|
+
type: "uint256",
|
|
547
|
+
},
|
|
548
|
+
],
|
|
549
|
+
name: "AccrueInterest",
|
|
550
|
+
type: "event",
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
anonymous: false,
|
|
554
|
+
inputs: [
|
|
555
|
+
{
|
|
556
|
+
indexed: true,
|
|
557
|
+
internalType: "address",
|
|
558
|
+
name: "owner",
|
|
559
|
+
type: "address",
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
indexed: true,
|
|
563
|
+
internalType: "address",
|
|
564
|
+
name: "spender",
|
|
565
|
+
type: "address",
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
indexed: false,
|
|
569
|
+
internalType: "uint256",
|
|
570
|
+
name: "amount",
|
|
571
|
+
type: "uint256",
|
|
572
|
+
},
|
|
573
|
+
],
|
|
574
|
+
name: "Approval",
|
|
575
|
+
type: "event",
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
anonymous: false,
|
|
579
|
+
inputs: [
|
|
580
|
+
{
|
|
581
|
+
indexed: false,
|
|
582
|
+
internalType: "address",
|
|
583
|
+
name: "borrower",
|
|
584
|
+
type: "address",
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
indexed: false,
|
|
588
|
+
internalType: "uint256",
|
|
589
|
+
name: "borrowAmount",
|
|
590
|
+
type: "uint256",
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
indexed: false,
|
|
594
|
+
internalType: "uint256",
|
|
595
|
+
name: "accountBorrows",
|
|
596
|
+
type: "uint256",
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
indexed: false,
|
|
600
|
+
internalType: "uint256",
|
|
601
|
+
name: "totalBorrows",
|
|
602
|
+
type: "uint256",
|
|
603
|
+
},
|
|
604
|
+
],
|
|
605
|
+
name: "Borrow",
|
|
606
|
+
type: "event",
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
anonymous: false,
|
|
610
|
+
inputs: [
|
|
611
|
+
{
|
|
612
|
+
indexed: false,
|
|
613
|
+
internalType: "uint8",
|
|
614
|
+
name: "version",
|
|
615
|
+
type: "uint8",
|
|
616
|
+
},
|
|
617
|
+
],
|
|
618
|
+
name: "Initialized",
|
|
619
|
+
type: "event",
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
anonymous: false,
|
|
623
|
+
inputs: [
|
|
624
|
+
{
|
|
625
|
+
indexed: false,
|
|
626
|
+
internalType: "address",
|
|
627
|
+
name: "liquidator",
|
|
628
|
+
type: "address",
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
indexed: false,
|
|
632
|
+
internalType: "address",
|
|
633
|
+
name: "borrower",
|
|
634
|
+
type: "address",
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
indexed: false,
|
|
638
|
+
internalType: "uint256",
|
|
639
|
+
name: "repayAmount",
|
|
640
|
+
type: "uint256",
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
indexed: false,
|
|
644
|
+
internalType: "address",
|
|
645
|
+
name: "cTokenCollateral",
|
|
646
|
+
type: "address",
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
indexed: false,
|
|
650
|
+
internalType: "uint256",
|
|
651
|
+
name: "seizeTokens",
|
|
652
|
+
type: "uint256",
|
|
653
|
+
},
|
|
654
|
+
],
|
|
655
|
+
name: "LiquidateBorrow",
|
|
656
|
+
type: "event",
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
anonymous: false,
|
|
660
|
+
inputs: [
|
|
661
|
+
{
|
|
662
|
+
indexed: false,
|
|
663
|
+
internalType: "address",
|
|
664
|
+
name: "minter",
|
|
665
|
+
type: "address",
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
indexed: false,
|
|
669
|
+
internalType: "uint256",
|
|
670
|
+
name: "mintAmount",
|
|
671
|
+
type: "uint256",
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
indexed: false,
|
|
675
|
+
internalType: "uint256",
|
|
676
|
+
name: "mintTokens",
|
|
677
|
+
type: "uint256",
|
|
678
|
+
},
|
|
679
|
+
],
|
|
680
|
+
name: "Mint",
|
|
681
|
+
type: "event",
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
anonymous: false,
|
|
685
|
+
inputs: [
|
|
686
|
+
{
|
|
687
|
+
indexed: false,
|
|
688
|
+
internalType: "address",
|
|
689
|
+
name: "oldAdmin",
|
|
690
|
+
type: "address",
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
indexed: false,
|
|
694
|
+
internalType: "address",
|
|
695
|
+
name: "newAdmin",
|
|
696
|
+
type: "address",
|
|
697
|
+
},
|
|
698
|
+
],
|
|
699
|
+
name: "NewAdmin",
|
|
700
|
+
type: "event",
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
anonymous: false,
|
|
704
|
+
inputs: [
|
|
705
|
+
{
|
|
706
|
+
indexed: false,
|
|
707
|
+
internalType: "address",
|
|
708
|
+
name: "oldComptroller",
|
|
709
|
+
type: "address",
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
indexed: false,
|
|
713
|
+
internalType: "address",
|
|
714
|
+
name: "newComptroller",
|
|
715
|
+
type: "address",
|
|
716
|
+
},
|
|
717
|
+
],
|
|
718
|
+
name: "NewComptroller",
|
|
719
|
+
type: "event",
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
anonymous: false,
|
|
723
|
+
inputs: [
|
|
724
|
+
{
|
|
725
|
+
indexed: false,
|
|
726
|
+
internalType: "uint256",
|
|
727
|
+
name: "oldDiscountRateMantissa",
|
|
728
|
+
type: "uint256",
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
indexed: false,
|
|
732
|
+
internalType: "uint256",
|
|
733
|
+
name: "newDiscountRateMantissa",
|
|
734
|
+
type: "uint256",
|
|
735
|
+
},
|
|
736
|
+
],
|
|
737
|
+
name: "NewDiscountRate",
|
|
738
|
+
type: "event",
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
anonymous: false,
|
|
742
|
+
inputs: [
|
|
743
|
+
{
|
|
744
|
+
indexed: false,
|
|
745
|
+
internalType: "address",
|
|
746
|
+
name: "oldInterestRateModel",
|
|
747
|
+
type: "address",
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
indexed: false,
|
|
751
|
+
internalType: "address",
|
|
752
|
+
name: "newInterestRateModel",
|
|
753
|
+
type: "address",
|
|
754
|
+
},
|
|
755
|
+
],
|
|
756
|
+
name: "NewMarketInterestRateModel",
|
|
757
|
+
type: "event",
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
anonymous: false,
|
|
761
|
+
inputs: [
|
|
762
|
+
{
|
|
763
|
+
indexed: false,
|
|
764
|
+
internalType: "address",
|
|
765
|
+
name: "oldPendingAdmin",
|
|
766
|
+
type: "address",
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
indexed: false,
|
|
770
|
+
internalType: "address",
|
|
771
|
+
name: "newPendingAdmin",
|
|
772
|
+
type: "address",
|
|
773
|
+
},
|
|
774
|
+
],
|
|
775
|
+
name: "NewPendingAdmin",
|
|
776
|
+
type: "event",
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
anonymous: false,
|
|
780
|
+
inputs: [
|
|
781
|
+
{
|
|
782
|
+
indexed: false,
|
|
783
|
+
internalType: "uint256",
|
|
784
|
+
name: "oldReserveFactorMantissa",
|
|
785
|
+
type: "uint256",
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
indexed: false,
|
|
789
|
+
internalType: "uint256",
|
|
790
|
+
name: "newReserveFactorMantissa",
|
|
791
|
+
type: "uint256",
|
|
792
|
+
},
|
|
793
|
+
],
|
|
794
|
+
name: "NewReserveFactor",
|
|
795
|
+
type: "event",
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
anonymous: false,
|
|
799
|
+
inputs: [
|
|
800
|
+
{
|
|
801
|
+
indexed: false,
|
|
802
|
+
internalType: "address",
|
|
803
|
+
name: "redeemer",
|
|
804
|
+
type: "address",
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
indexed: false,
|
|
808
|
+
internalType: "uint256",
|
|
809
|
+
name: "redeemAmount",
|
|
810
|
+
type: "uint256",
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
indexed: false,
|
|
814
|
+
internalType: "uint256",
|
|
815
|
+
name: "redeemTokens",
|
|
816
|
+
type: "uint256",
|
|
817
|
+
},
|
|
818
|
+
],
|
|
819
|
+
name: "Redeem",
|
|
820
|
+
type: "event",
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
anonymous: false,
|
|
824
|
+
inputs: [
|
|
825
|
+
{
|
|
826
|
+
indexed: true,
|
|
827
|
+
internalType: "address",
|
|
828
|
+
name: "redeemer",
|
|
829
|
+
type: "address",
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
indexed: true,
|
|
833
|
+
internalType: "address",
|
|
834
|
+
name: "provider",
|
|
835
|
+
type: "address",
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
indexed: false,
|
|
839
|
+
internalType: "uint256",
|
|
840
|
+
name: "repayAmount",
|
|
841
|
+
type: "uint256",
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
indexed: false,
|
|
845
|
+
internalType: "address",
|
|
846
|
+
name: "seizeToken",
|
|
847
|
+
type: "address",
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
indexed: false,
|
|
851
|
+
internalType: "uint256",
|
|
852
|
+
name: "seizeAmount",
|
|
853
|
+
type: "uint256",
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
indexed: false,
|
|
857
|
+
internalType: "uint256",
|
|
858
|
+
name: "redemptionRateMantissa",
|
|
859
|
+
type: "uint256",
|
|
860
|
+
},
|
|
861
|
+
],
|
|
862
|
+
name: "RedeemFaceValue",
|
|
863
|
+
type: "event",
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
anonymous: false,
|
|
867
|
+
inputs: [
|
|
868
|
+
{
|
|
869
|
+
indexed: false,
|
|
870
|
+
internalType: "address",
|
|
871
|
+
name: "payer",
|
|
872
|
+
type: "address",
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
indexed: false,
|
|
876
|
+
internalType: "address",
|
|
877
|
+
name: "borrower",
|
|
878
|
+
type: "address",
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
indexed: false,
|
|
882
|
+
internalType: "uint256",
|
|
883
|
+
name: "repayAmount",
|
|
884
|
+
type: "uint256",
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
indexed: false,
|
|
888
|
+
internalType: "uint256",
|
|
889
|
+
name: "accountBorrows",
|
|
890
|
+
type: "uint256",
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
indexed: false,
|
|
894
|
+
internalType: "uint256",
|
|
895
|
+
name: "totalBorrows",
|
|
896
|
+
type: "uint256",
|
|
897
|
+
},
|
|
898
|
+
],
|
|
899
|
+
name: "RepayBorrow",
|
|
900
|
+
type: "event",
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
anonymous: false,
|
|
904
|
+
inputs: [
|
|
905
|
+
{
|
|
906
|
+
indexed: false,
|
|
907
|
+
internalType: "address",
|
|
908
|
+
name: "benefactor",
|
|
909
|
+
type: "address",
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
indexed: false,
|
|
913
|
+
internalType: "uint256",
|
|
914
|
+
name: "addAmount",
|
|
915
|
+
type: "uint256",
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
indexed: false,
|
|
919
|
+
internalType: "uint256",
|
|
920
|
+
name: "newTotalReserves",
|
|
921
|
+
type: "uint256",
|
|
922
|
+
},
|
|
923
|
+
],
|
|
924
|
+
name: "ReservesAdded",
|
|
925
|
+
type: "event",
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
anonymous: false,
|
|
929
|
+
inputs: [
|
|
930
|
+
{
|
|
931
|
+
indexed: false,
|
|
932
|
+
internalType: "address",
|
|
933
|
+
name: "admin",
|
|
934
|
+
type: "address",
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
indexed: false,
|
|
938
|
+
internalType: "uint256",
|
|
939
|
+
name: "reduceAmount",
|
|
940
|
+
type: "uint256",
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
indexed: false,
|
|
944
|
+
internalType: "uint256",
|
|
945
|
+
name: "newTotalReserves",
|
|
946
|
+
type: "uint256",
|
|
947
|
+
},
|
|
948
|
+
],
|
|
949
|
+
name: "ReservesReduced",
|
|
950
|
+
type: "event",
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
anonymous: false,
|
|
954
|
+
inputs: [
|
|
955
|
+
{
|
|
956
|
+
indexed: true,
|
|
957
|
+
internalType: "address",
|
|
958
|
+
name: "from",
|
|
959
|
+
type: "address",
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
indexed: true,
|
|
963
|
+
internalType: "address",
|
|
964
|
+
name: "to",
|
|
965
|
+
type: "address",
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
indexed: false,
|
|
969
|
+
internalType: "uint256",
|
|
970
|
+
name: "amount",
|
|
971
|
+
type: "uint256",
|
|
972
|
+
},
|
|
973
|
+
],
|
|
974
|
+
name: "Transfer",
|
|
975
|
+
type: "event",
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
inputs: [],
|
|
979
|
+
name: "_acceptAdmin",
|
|
980
|
+
outputs: [
|
|
981
|
+
{
|
|
982
|
+
internalType: "uint256",
|
|
983
|
+
name: "",
|
|
984
|
+
type: "uint256",
|
|
985
|
+
},
|
|
986
|
+
],
|
|
987
|
+
stateMutability: "nonpayable",
|
|
988
|
+
type: "function",
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
inputs: [
|
|
992
|
+
{
|
|
993
|
+
internalType: "uint256",
|
|
994
|
+
name: "addAmount",
|
|
995
|
+
type: "uint256",
|
|
996
|
+
},
|
|
997
|
+
],
|
|
998
|
+
name: "_addReserves",
|
|
999
|
+
outputs: [
|
|
1000
|
+
{
|
|
1001
|
+
internalType: "uint256",
|
|
1002
|
+
name: "",
|
|
1003
|
+
type: "uint256",
|
|
1004
|
+
},
|
|
1005
|
+
],
|
|
1006
|
+
stateMutability: "nonpayable",
|
|
1007
|
+
type: "function",
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
inputs: [
|
|
1011
|
+
{
|
|
1012
|
+
internalType: "uint256",
|
|
1013
|
+
name: "reduceAmount",
|
|
1014
|
+
type: "uint256",
|
|
1015
|
+
},
|
|
1016
|
+
],
|
|
1017
|
+
name: "_reduceReserves",
|
|
1018
|
+
outputs: [
|
|
1019
|
+
{
|
|
1020
|
+
internalType: "uint256",
|
|
1021
|
+
name: "",
|
|
1022
|
+
type: "uint256",
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
stateMutability: "nonpayable",
|
|
1026
|
+
type: "function",
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
inputs: [
|
|
1030
|
+
{
|
|
1031
|
+
internalType: "address",
|
|
1032
|
+
name: "newComptroller",
|
|
1033
|
+
type: "address",
|
|
1034
|
+
},
|
|
1035
|
+
],
|
|
1036
|
+
name: "_setComptroller",
|
|
1037
|
+
outputs: [
|
|
1038
|
+
{
|
|
1039
|
+
internalType: "uint256",
|
|
1040
|
+
name: "",
|
|
1041
|
+
type: "uint256",
|
|
1042
|
+
},
|
|
1043
|
+
],
|
|
1044
|
+
stateMutability: "nonpayable",
|
|
1045
|
+
type: "function",
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
inputs: [
|
|
1049
|
+
{
|
|
1050
|
+
internalType: "uint256",
|
|
1051
|
+
name: "discountRateMantissa_",
|
|
1052
|
+
type: "uint256",
|
|
1053
|
+
},
|
|
1054
|
+
],
|
|
1055
|
+
name: "_setDiscountRate",
|
|
1056
|
+
outputs: [
|
|
1057
|
+
{
|
|
1058
|
+
internalType: "uint256",
|
|
1059
|
+
name: "",
|
|
1060
|
+
type: "uint256",
|
|
1061
|
+
},
|
|
1062
|
+
],
|
|
1063
|
+
stateMutability: "nonpayable",
|
|
1064
|
+
type: "function",
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
inputs: [
|
|
1068
|
+
{
|
|
1069
|
+
internalType: "address",
|
|
1070
|
+
name: "newInterestRateModel",
|
|
1071
|
+
type: "address",
|
|
1072
|
+
},
|
|
1073
|
+
],
|
|
1074
|
+
name: "_setInterestRateModel",
|
|
1075
|
+
outputs: [
|
|
1076
|
+
{
|
|
1077
|
+
internalType: "uint256",
|
|
1078
|
+
name: "",
|
|
1079
|
+
type: "uint256",
|
|
1080
|
+
},
|
|
1081
|
+
],
|
|
1082
|
+
stateMutability: "nonpayable",
|
|
1083
|
+
type: "function",
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
inputs: [
|
|
1087
|
+
{
|
|
1088
|
+
internalType: "address payable",
|
|
1089
|
+
name: "newPendingAdmin",
|
|
1090
|
+
type: "address",
|
|
1091
|
+
},
|
|
1092
|
+
],
|
|
1093
|
+
name: "_setPendingAdmin",
|
|
1094
|
+
outputs: [
|
|
1095
|
+
{
|
|
1096
|
+
internalType: "uint256",
|
|
1097
|
+
name: "",
|
|
1098
|
+
type: "uint256",
|
|
1099
|
+
},
|
|
1100
|
+
],
|
|
1101
|
+
stateMutability: "nonpayable",
|
|
1102
|
+
type: "function",
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
inputs: [
|
|
1106
|
+
{
|
|
1107
|
+
internalType: "uint256",
|
|
1108
|
+
name: "newReserveFactorMantissa",
|
|
1109
|
+
type: "uint256",
|
|
1110
|
+
},
|
|
1111
|
+
],
|
|
1112
|
+
name: "_setReserveFactor",
|
|
1113
|
+
outputs: [
|
|
1114
|
+
{
|
|
1115
|
+
internalType: "uint256",
|
|
1116
|
+
name: "",
|
|
1117
|
+
type: "uint256",
|
|
1118
|
+
},
|
|
1119
|
+
],
|
|
1120
|
+
stateMutability: "nonpayable",
|
|
1121
|
+
type: "function",
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
inputs: [],
|
|
1125
|
+
name: "_syncUnderlyingBalance",
|
|
1126
|
+
outputs: [],
|
|
1127
|
+
stateMutability: "nonpayable",
|
|
1128
|
+
type: "function",
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
inputs: [],
|
|
1132
|
+
name: "accrualBlockTimestamp",
|
|
1133
|
+
outputs: [
|
|
1134
|
+
{
|
|
1135
|
+
internalType: "uint256",
|
|
1136
|
+
name: "",
|
|
1137
|
+
type: "uint256",
|
|
1138
|
+
},
|
|
1139
|
+
],
|
|
1140
|
+
stateMutability: "view",
|
|
1141
|
+
type: "function",
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
inputs: [],
|
|
1145
|
+
name: "accrueInterest",
|
|
1146
|
+
outputs: [
|
|
1147
|
+
{
|
|
1148
|
+
internalType: "uint256",
|
|
1149
|
+
name: "",
|
|
1150
|
+
type: "uint256",
|
|
1151
|
+
},
|
|
1152
|
+
],
|
|
1153
|
+
stateMutability: "nonpayable",
|
|
1154
|
+
type: "function",
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
inputs: [],
|
|
1158
|
+
name: "admin",
|
|
1159
|
+
outputs: [
|
|
1160
|
+
{
|
|
1161
|
+
internalType: "address payable",
|
|
1162
|
+
name: "",
|
|
1163
|
+
type: "address",
|
|
1164
|
+
},
|
|
1165
|
+
],
|
|
1166
|
+
stateMutability: "view",
|
|
1167
|
+
type: "function",
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
inputs: [
|
|
1171
|
+
{
|
|
1172
|
+
internalType: "address",
|
|
1173
|
+
name: "owner",
|
|
1174
|
+
type: "address",
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
internalType: "address",
|
|
1178
|
+
name: "spender",
|
|
1179
|
+
type: "address",
|
|
1180
|
+
},
|
|
1181
|
+
],
|
|
1182
|
+
name: "allowance",
|
|
1183
|
+
outputs: [
|
|
1184
|
+
{
|
|
1185
|
+
internalType: "uint256",
|
|
1186
|
+
name: "",
|
|
1187
|
+
type: "uint256",
|
|
1188
|
+
},
|
|
1189
|
+
],
|
|
1190
|
+
stateMutability: "view",
|
|
1191
|
+
type: "function",
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
inputs: [
|
|
1195
|
+
{
|
|
1196
|
+
internalType: "address",
|
|
1197
|
+
name: "spender",
|
|
1198
|
+
type: "address",
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
internalType: "uint256",
|
|
1202
|
+
name: "amount",
|
|
1203
|
+
type: "uint256",
|
|
1204
|
+
},
|
|
1205
|
+
],
|
|
1206
|
+
name: "approve",
|
|
1207
|
+
outputs: [
|
|
1208
|
+
{
|
|
1209
|
+
internalType: "bool",
|
|
1210
|
+
name: "",
|
|
1211
|
+
type: "bool",
|
|
1212
|
+
},
|
|
1213
|
+
],
|
|
1214
|
+
stateMutability: "nonpayable",
|
|
1215
|
+
type: "function",
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
inputs: [
|
|
1219
|
+
{
|
|
1220
|
+
internalType: "address",
|
|
1221
|
+
name: "owner",
|
|
1222
|
+
type: "address",
|
|
1223
|
+
},
|
|
1224
|
+
],
|
|
1225
|
+
name: "balanceOf",
|
|
1226
|
+
outputs: [
|
|
1227
|
+
{
|
|
1228
|
+
internalType: "uint256",
|
|
1229
|
+
name: "",
|
|
1230
|
+
type: "uint256",
|
|
1231
|
+
},
|
|
1232
|
+
],
|
|
1233
|
+
stateMutability: "view",
|
|
1234
|
+
type: "function",
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
inputs: [
|
|
1238
|
+
{
|
|
1239
|
+
internalType: "address",
|
|
1240
|
+
name: "owner",
|
|
1241
|
+
type: "address",
|
|
1242
|
+
},
|
|
1243
|
+
],
|
|
1244
|
+
name: "balanceOfUnderlying",
|
|
1245
|
+
outputs: [
|
|
1246
|
+
{
|
|
1247
|
+
internalType: "uint256",
|
|
1248
|
+
name: "",
|
|
1249
|
+
type: "uint256",
|
|
1250
|
+
},
|
|
1251
|
+
],
|
|
1252
|
+
stateMutability: "nonpayable",
|
|
1253
|
+
type: "function",
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
inputs: [
|
|
1257
|
+
{
|
|
1258
|
+
internalType: "uint256",
|
|
1259
|
+
name: "borrowAmount",
|
|
1260
|
+
type: "uint256",
|
|
1261
|
+
},
|
|
1262
|
+
],
|
|
1263
|
+
name: "borrow",
|
|
1264
|
+
outputs: [
|
|
1265
|
+
{
|
|
1266
|
+
internalType: "uint256",
|
|
1267
|
+
name: "",
|
|
1268
|
+
type: "uint256",
|
|
1269
|
+
},
|
|
1270
|
+
],
|
|
1271
|
+
stateMutability: "nonpayable",
|
|
1272
|
+
type: "function",
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
inputs: [
|
|
1276
|
+
{
|
|
1277
|
+
internalType: "address",
|
|
1278
|
+
name: "borrower",
|
|
1279
|
+
type: "address",
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
internalType: "uint256",
|
|
1283
|
+
name: "borrowAmount",
|
|
1284
|
+
type: "uint256",
|
|
1285
|
+
},
|
|
1286
|
+
],
|
|
1287
|
+
name: "borrowAndDepositBack",
|
|
1288
|
+
outputs: [
|
|
1289
|
+
{
|
|
1290
|
+
internalType: "uint256",
|
|
1291
|
+
name: "",
|
|
1292
|
+
type: "uint256",
|
|
1293
|
+
},
|
|
1294
|
+
],
|
|
1295
|
+
stateMutability: "nonpayable",
|
|
1296
|
+
type: "function",
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
inputs: [
|
|
1300
|
+
{
|
|
1301
|
+
internalType: "address",
|
|
1302
|
+
name: "account",
|
|
1303
|
+
type: "address",
|
|
1304
|
+
},
|
|
1305
|
+
],
|
|
1306
|
+
name: "borrowBalanceCurrent",
|
|
1307
|
+
outputs: [
|
|
1308
|
+
{
|
|
1309
|
+
internalType: "uint256",
|
|
1310
|
+
name: "",
|
|
1311
|
+
type: "uint256",
|
|
1312
|
+
},
|
|
1313
|
+
],
|
|
1314
|
+
stateMutability: "nonpayable",
|
|
1315
|
+
type: "function",
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
inputs: [
|
|
1319
|
+
{
|
|
1320
|
+
internalType: "address",
|
|
1321
|
+
name: "account",
|
|
1322
|
+
type: "address",
|
|
1323
|
+
},
|
|
1324
|
+
],
|
|
1325
|
+
name: "borrowBalanceStored",
|
|
1326
|
+
outputs: [
|
|
1327
|
+
{
|
|
1328
|
+
internalType: "uint256",
|
|
1329
|
+
name: "",
|
|
1330
|
+
type: "uint256",
|
|
1331
|
+
},
|
|
1332
|
+
],
|
|
1333
|
+
stateMutability: "view",
|
|
1334
|
+
type: "function",
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
inputs: [],
|
|
1338
|
+
name: "borrowIndex",
|
|
1339
|
+
outputs: [
|
|
1340
|
+
{
|
|
1341
|
+
internalType: "uint256",
|
|
1342
|
+
name: "",
|
|
1343
|
+
type: "uint256",
|
|
1344
|
+
},
|
|
1345
|
+
],
|
|
1346
|
+
stateMutability: "view",
|
|
1347
|
+
type: "function",
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
inputs: [],
|
|
1351
|
+
name: "borrowRatePerBlock",
|
|
1352
|
+
outputs: [
|
|
1353
|
+
{
|
|
1354
|
+
internalType: "uint256",
|
|
1355
|
+
name: "",
|
|
1356
|
+
type: "uint256",
|
|
1357
|
+
},
|
|
1358
|
+
],
|
|
1359
|
+
stateMutability: "view",
|
|
1360
|
+
type: "function",
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
inputs: [],
|
|
1364
|
+
name: "comptroller",
|
|
1365
|
+
outputs: [
|
|
1366
|
+
{
|
|
1367
|
+
internalType: "address",
|
|
1368
|
+
name: "",
|
|
1369
|
+
type: "address",
|
|
1370
|
+
},
|
|
1371
|
+
],
|
|
1372
|
+
stateMutability: "view",
|
|
1373
|
+
type: "function",
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
inputs: [],
|
|
1377
|
+
name: "decimals",
|
|
1378
|
+
outputs: [
|
|
1379
|
+
{
|
|
1380
|
+
internalType: "uint8",
|
|
1381
|
+
name: "",
|
|
1382
|
+
type: "uint8",
|
|
1383
|
+
},
|
|
1384
|
+
],
|
|
1385
|
+
stateMutability: "view",
|
|
1386
|
+
type: "function",
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
inputs: [],
|
|
1390
|
+
name: "discountRateMantissa",
|
|
1391
|
+
outputs: [
|
|
1392
|
+
{
|
|
1393
|
+
internalType: "uint256",
|
|
1394
|
+
name: "",
|
|
1395
|
+
type: "uint256",
|
|
1396
|
+
},
|
|
1397
|
+
],
|
|
1398
|
+
stateMutability: "view",
|
|
1399
|
+
type: "function",
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
inputs: [],
|
|
1403
|
+
name: "exchangeRateCurrent",
|
|
1404
|
+
outputs: [
|
|
1405
|
+
{
|
|
1406
|
+
internalType: "uint256",
|
|
1407
|
+
name: "",
|
|
1408
|
+
type: "uint256",
|
|
1409
|
+
},
|
|
1410
|
+
],
|
|
1411
|
+
stateMutability: "nonpayable",
|
|
1412
|
+
type: "function",
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
inputs: [],
|
|
1416
|
+
name: "exchangeRateStored",
|
|
1417
|
+
outputs: [
|
|
1418
|
+
{
|
|
1419
|
+
internalType: "uint256",
|
|
1420
|
+
name: "",
|
|
1421
|
+
type: "uint256",
|
|
1422
|
+
},
|
|
1423
|
+
],
|
|
1424
|
+
stateMutability: "view",
|
|
1425
|
+
type: "function",
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
inputs: [
|
|
1429
|
+
{
|
|
1430
|
+
internalType: "address",
|
|
1431
|
+
name: "account",
|
|
1432
|
+
type: "address",
|
|
1433
|
+
},
|
|
1434
|
+
],
|
|
1435
|
+
name: "getAccountSnapshot",
|
|
1436
|
+
outputs: [
|
|
1437
|
+
{
|
|
1438
|
+
internalType: "uint256",
|
|
1439
|
+
name: "",
|
|
1440
|
+
type: "uint256",
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
internalType: "uint256",
|
|
1444
|
+
name: "",
|
|
1445
|
+
type: "uint256",
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
internalType: "uint256",
|
|
1449
|
+
name: "",
|
|
1450
|
+
type: "uint256",
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
internalType: "uint256",
|
|
1454
|
+
name: "",
|
|
1455
|
+
type: "uint256",
|
|
1456
|
+
},
|
|
1457
|
+
],
|
|
1458
|
+
stateMutability: "view",
|
|
1459
|
+
type: "function",
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
inputs: [
|
|
1463
|
+
{
|
|
1464
|
+
internalType: "address",
|
|
1465
|
+
name: "borrower",
|
|
1466
|
+
type: "address",
|
|
1467
|
+
},
|
|
1468
|
+
],
|
|
1469
|
+
name: "getBorrowSnapshot",
|
|
1470
|
+
outputs: [
|
|
1471
|
+
{
|
|
1472
|
+
components: [
|
|
1473
|
+
{
|
|
1474
|
+
internalType: "uint256",
|
|
1475
|
+
name: "principal",
|
|
1476
|
+
type: "uint256",
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
internalType: "uint256",
|
|
1480
|
+
name: "interestIndex",
|
|
1481
|
+
type: "uint256",
|
|
1482
|
+
},
|
|
1483
|
+
],
|
|
1484
|
+
internalType: "struct CTokenStorage.BorrowSnapshot",
|
|
1485
|
+
name: "",
|
|
1486
|
+
type: "tuple",
|
|
1487
|
+
},
|
|
1488
|
+
],
|
|
1489
|
+
stateMutability: "view",
|
|
1490
|
+
type: "function",
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
inputs: [],
|
|
1494
|
+
name: "getCash",
|
|
1495
|
+
outputs: [
|
|
1496
|
+
{
|
|
1497
|
+
internalType: "uint256",
|
|
1498
|
+
name: "",
|
|
1499
|
+
type: "uint256",
|
|
1500
|
+
},
|
|
1501
|
+
],
|
|
1502
|
+
stateMutability: "view",
|
|
1503
|
+
type: "function",
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
inputs: [
|
|
1507
|
+
{
|
|
1508
|
+
internalType: "address",
|
|
1509
|
+
name: "timeBasedInterestRateModel",
|
|
1510
|
+
type: "address",
|
|
1511
|
+
},
|
|
1512
|
+
],
|
|
1513
|
+
name: "initAccrualBlockTimestamp",
|
|
1514
|
+
outputs: [],
|
|
1515
|
+
stateMutability: "nonpayable",
|
|
1516
|
+
type: "function",
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
inputs: [
|
|
1520
|
+
{
|
|
1521
|
+
internalType: "address",
|
|
1522
|
+
name: "underlying_",
|
|
1523
|
+
type: "address",
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
internalType: "address",
|
|
1527
|
+
name: "comptroller_",
|
|
1528
|
+
type: "address",
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
internalType: "address",
|
|
1532
|
+
name: "interestRateModel_",
|
|
1533
|
+
type: "address",
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
internalType: "uint256",
|
|
1537
|
+
name: "initialExchangeRateMantissa_",
|
|
1538
|
+
type: "uint256",
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
internalType: "string",
|
|
1542
|
+
name: "name_",
|
|
1543
|
+
type: "string",
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
internalType: "string",
|
|
1547
|
+
name: "symbol_",
|
|
1548
|
+
type: "string",
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
internalType: "uint8",
|
|
1552
|
+
name: "decimals_",
|
|
1553
|
+
type: "uint8",
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
internalType: "address payable",
|
|
1557
|
+
name: "admin_",
|
|
1558
|
+
type: "address",
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
internalType: "contract IRewardVault",
|
|
1562
|
+
name: "rewardVault_",
|
|
1563
|
+
type: "address",
|
|
1564
|
+
},
|
|
1565
|
+
],
|
|
1566
|
+
name: "initialize",
|
|
1567
|
+
outputs: [],
|
|
1568
|
+
stateMutability: "nonpayable",
|
|
1569
|
+
type: "function",
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
inputs: [],
|
|
1573
|
+
name: "initializeVersion2",
|
|
1574
|
+
outputs: [],
|
|
1575
|
+
stateMutability: "nonpayable",
|
|
1576
|
+
type: "function",
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
inputs: [],
|
|
1580
|
+
name: "interestRateModel",
|
|
1581
|
+
outputs: [
|
|
1582
|
+
{
|
|
1583
|
+
internalType: "address",
|
|
1584
|
+
name: "",
|
|
1585
|
+
type: "address",
|
|
1586
|
+
},
|
|
1587
|
+
],
|
|
1588
|
+
stateMutability: "view",
|
|
1589
|
+
type: "function",
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
inputs: [],
|
|
1593
|
+
name: "isCEther",
|
|
1594
|
+
outputs: [
|
|
1595
|
+
{
|
|
1596
|
+
internalType: "bool",
|
|
1597
|
+
name: "",
|
|
1598
|
+
type: "bool",
|
|
1599
|
+
},
|
|
1600
|
+
],
|
|
1601
|
+
stateMutability: "pure",
|
|
1602
|
+
type: "function",
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
inputs: [],
|
|
1606
|
+
name: "isCEtherDeprecated",
|
|
1607
|
+
outputs: [
|
|
1608
|
+
{
|
|
1609
|
+
internalType: "bool",
|
|
1610
|
+
name: "",
|
|
1611
|
+
type: "bool",
|
|
1612
|
+
},
|
|
1613
|
+
],
|
|
1614
|
+
stateMutability: "view",
|
|
1615
|
+
type: "function",
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
inputs: [],
|
|
1619
|
+
name: "isCToken",
|
|
1620
|
+
outputs: [
|
|
1621
|
+
{
|
|
1622
|
+
internalType: "bool",
|
|
1623
|
+
name: "",
|
|
1624
|
+
type: "bool",
|
|
1625
|
+
},
|
|
1626
|
+
],
|
|
1627
|
+
stateMutability: "pure",
|
|
1628
|
+
type: "function",
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
inputs: [],
|
|
1632
|
+
name: "isCTokenDeprecated",
|
|
1633
|
+
outputs: [
|
|
1634
|
+
{
|
|
1635
|
+
internalType: "bool",
|
|
1636
|
+
name: "",
|
|
1637
|
+
type: "bool",
|
|
1638
|
+
},
|
|
1639
|
+
],
|
|
1640
|
+
stateMutability: "view",
|
|
1641
|
+
type: "function",
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
inputs: [],
|
|
1645
|
+
name: "isDeprecated",
|
|
1646
|
+
outputs: [
|
|
1647
|
+
{
|
|
1648
|
+
internalType: "bool",
|
|
1649
|
+
name: "",
|
|
1650
|
+
type: "bool",
|
|
1651
|
+
},
|
|
1652
|
+
],
|
|
1653
|
+
stateMutability: "view",
|
|
1654
|
+
type: "function",
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
inputs: [
|
|
1658
|
+
{
|
|
1659
|
+
internalType: "address",
|
|
1660
|
+
name: "borrower",
|
|
1661
|
+
type: "address",
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
internalType: "uint256",
|
|
1665
|
+
name: "repayAmount",
|
|
1666
|
+
type: "uint256",
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
internalType: "address",
|
|
1670
|
+
name: "cTokenCollateral",
|
|
1671
|
+
type: "address",
|
|
1672
|
+
},
|
|
1673
|
+
],
|
|
1674
|
+
name: "liquidateBorrow",
|
|
1675
|
+
outputs: [
|
|
1676
|
+
{
|
|
1677
|
+
internalType: "uint256",
|
|
1678
|
+
name: "",
|
|
1679
|
+
type: "uint256",
|
|
1680
|
+
},
|
|
1681
|
+
],
|
|
1682
|
+
stateMutability: "nonpayable",
|
|
1683
|
+
type: "function",
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
inputs: [
|
|
1687
|
+
{
|
|
1688
|
+
internalType: "address",
|
|
1689
|
+
name: "cTokenCollateral",
|
|
1690
|
+
type: "address",
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
internalType: "uint256",
|
|
1694
|
+
name: "actualRepayAmount",
|
|
1695
|
+
type: "uint256",
|
|
1696
|
+
},
|
|
1697
|
+
],
|
|
1698
|
+
name: "liquidateCalculateSeizeTokens",
|
|
1699
|
+
outputs: [
|
|
1700
|
+
{
|
|
1701
|
+
internalType: "uint256",
|
|
1702
|
+
name: "",
|
|
1703
|
+
type: "uint256",
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
internalType: "uint256",
|
|
1707
|
+
name: "",
|
|
1708
|
+
type: "uint256",
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
internalType: "uint256",
|
|
1712
|
+
name: "",
|
|
1713
|
+
type: "uint256",
|
|
1714
|
+
},
|
|
1715
|
+
],
|
|
1716
|
+
stateMutability: "view",
|
|
1717
|
+
type: "function",
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
inputs: [
|
|
1721
|
+
{
|
|
1722
|
+
internalType: "uint256",
|
|
1723
|
+
name: "mintAmount",
|
|
1724
|
+
type: "uint256",
|
|
1725
|
+
},
|
|
1726
|
+
],
|
|
1727
|
+
name: "mint",
|
|
1728
|
+
outputs: [
|
|
1729
|
+
{
|
|
1730
|
+
internalType: "uint256",
|
|
1731
|
+
name: "",
|
|
1732
|
+
type: "uint256",
|
|
1733
|
+
},
|
|
1734
|
+
],
|
|
1735
|
+
stateMutability: "nonpayable",
|
|
1736
|
+
type: "function",
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
inputs: [
|
|
1740
|
+
{
|
|
1741
|
+
internalType: "uint256",
|
|
1742
|
+
name: "mintAmount",
|
|
1743
|
+
type: "uint256",
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
internalType: "uint256",
|
|
1747
|
+
name: "deadline",
|
|
1748
|
+
type: "uint256",
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
internalType: "bytes",
|
|
1752
|
+
name: "signature",
|
|
1753
|
+
type: "bytes",
|
|
1754
|
+
},
|
|
1755
|
+
],
|
|
1756
|
+
name: "mintWithPermit",
|
|
1757
|
+
outputs: [
|
|
1758
|
+
{
|
|
1759
|
+
internalType: "uint256",
|
|
1760
|
+
name: "",
|
|
1761
|
+
type: "uint256",
|
|
1762
|
+
},
|
|
1763
|
+
],
|
|
1764
|
+
stateMutability: "nonpayable",
|
|
1765
|
+
type: "function",
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
inputs: [],
|
|
1769
|
+
name: "name",
|
|
1770
|
+
outputs: [
|
|
1771
|
+
{
|
|
1772
|
+
internalType: "string",
|
|
1773
|
+
name: "",
|
|
1774
|
+
type: "string",
|
|
1775
|
+
},
|
|
1776
|
+
],
|
|
1777
|
+
stateMutability: "view",
|
|
1778
|
+
type: "function",
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
inputs: [],
|
|
1782
|
+
name: "pendingAdmin",
|
|
1783
|
+
outputs: [
|
|
1784
|
+
{
|
|
1785
|
+
internalType: "address payable",
|
|
1786
|
+
name: "",
|
|
1787
|
+
type: "address",
|
|
1788
|
+
},
|
|
1789
|
+
],
|
|
1790
|
+
stateMutability: "view",
|
|
1791
|
+
type: "function",
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
inputs: [],
|
|
1795
|
+
name: "percentScale",
|
|
1796
|
+
outputs: [
|
|
1797
|
+
{
|
|
1798
|
+
internalType: "uint256",
|
|
1799
|
+
name: "",
|
|
1800
|
+
type: "uint256",
|
|
1801
|
+
},
|
|
1802
|
+
],
|
|
1803
|
+
stateMutability: "view",
|
|
1804
|
+
type: "function",
|
|
1805
|
+
},
|
|
1806
|
+
{
|
|
1807
|
+
inputs: [],
|
|
1808
|
+
name: "protocolSeizeShareMantissa",
|
|
1809
|
+
outputs: [
|
|
1810
|
+
{
|
|
1811
|
+
internalType: "uint256",
|
|
1812
|
+
name: "",
|
|
1813
|
+
type: "uint256",
|
|
1814
|
+
},
|
|
1815
|
+
],
|
|
1816
|
+
stateMutability: "view",
|
|
1817
|
+
type: "function",
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
inputs: [
|
|
1821
|
+
{
|
|
1822
|
+
internalType: "uint256",
|
|
1823
|
+
name: "redeemTokens",
|
|
1824
|
+
type: "uint256",
|
|
1825
|
+
},
|
|
1826
|
+
],
|
|
1827
|
+
name: "redeem",
|
|
1828
|
+
outputs: [
|
|
1829
|
+
{
|
|
1830
|
+
internalType: "uint256",
|
|
1831
|
+
name: "",
|
|
1832
|
+
type: "uint256",
|
|
1833
|
+
},
|
|
1834
|
+
],
|
|
1835
|
+
stateMutability: "nonpayable",
|
|
1836
|
+
type: "function",
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
inputs: [
|
|
1840
|
+
{
|
|
1841
|
+
internalType: "uint256",
|
|
1842
|
+
name: "redeemAmount",
|
|
1843
|
+
type: "uint256",
|
|
1844
|
+
},
|
|
1845
|
+
],
|
|
1846
|
+
name: "redeemUnderlying",
|
|
1847
|
+
outputs: [
|
|
1848
|
+
{
|
|
1849
|
+
internalType: "uint256",
|
|
1850
|
+
name: "",
|
|
1851
|
+
type: "uint256",
|
|
1852
|
+
},
|
|
1853
|
+
],
|
|
1854
|
+
stateMutability: "nonpayable",
|
|
1855
|
+
type: "function",
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
inputs: [
|
|
1859
|
+
{
|
|
1860
|
+
internalType: "uint256",
|
|
1861
|
+
name: "repayAmount",
|
|
1862
|
+
type: "uint256",
|
|
1863
|
+
},
|
|
1864
|
+
],
|
|
1865
|
+
name: "repayBorrow",
|
|
1866
|
+
outputs: [
|
|
1867
|
+
{
|
|
1868
|
+
internalType: "uint256",
|
|
1869
|
+
name: "",
|
|
1870
|
+
type: "uint256",
|
|
1871
|
+
},
|
|
1872
|
+
],
|
|
1873
|
+
stateMutability: "nonpayable",
|
|
1874
|
+
type: "function",
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
inputs: [
|
|
1878
|
+
{
|
|
1879
|
+
internalType: "address",
|
|
1880
|
+
name: "borrower",
|
|
1881
|
+
type: "address",
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
internalType: "uint256",
|
|
1885
|
+
name: "repayAmount",
|
|
1886
|
+
type: "uint256",
|
|
1887
|
+
},
|
|
1888
|
+
],
|
|
1889
|
+
name: "repayBorrowBehalf",
|
|
1890
|
+
outputs: [
|
|
1891
|
+
{
|
|
1892
|
+
internalType: "uint256",
|
|
1893
|
+
name: "",
|
|
1894
|
+
type: "uint256",
|
|
1895
|
+
},
|
|
1896
|
+
],
|
|
1897
|
+
stateMutability: "nonpayable",
|
|
1898
|
+
type: "function",
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
inputs: [
|
|
1902
|
+
{
|
|
1903
|
+
internalType: "uint256",
|
|
1904
|
+
name: "repayAmount",
|
|
1905
|
+
type: "uint256",
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
internalType: "uint256",
|
|
1909
|
+
name: "deadline",
|
|
1910
|
+
type: "uint256",
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
internalType: "bytes",
|
|
1914
|
+
name: "signature",
|
|
1915
|
+
type: "bytes",
|
|
1916
|
+
},
|
|
1917
|
+
],
|
|
1918
|
+
name: "repayBorrowWithPermit",
|
|
1919
|
+
outputs: [
|
|
1920
|
+
{
|
|
1921
|
+
internalType: "uint256",
|
|
1922
|
+
name: "",
|
|
1923
|
+
type: "uint256",
|
|
1924
|
+
},
|
|
1925
|
+
],
|
|
1926
|
+
stateMutability: "nonpayable",
|
|
1927
|
+
type: "function",
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
inputs: [],
|
|
1931
|
+
name: "reserveFactorMantissa",
|
|
1932
|
+
outputs: [
|
|
1933
|
+
{
|
|
1934
|
+
internalType: "uint256",
|
|
1935
|
+
name: "",
|
|
1936
|
+
type: "uint256",
|
|
1937
|
+
},
|
|
1938
|
+
],
|
|
1939
|
+
stateMutability: "view",
|
|
1940
|
+
type: "function",
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
inputs: [],
|
|
1944
|
+
name: "rewardVault",
|
|
1945
|
+
outputs: [
|
|
1946
|
+
{
|
|
1947
|
+
internalType: "contract IRewardVault",
|
|
1948
|
+
name: "",
|
|
1949
|
+
type: "address",
|
|
1950
|
+
},
|
|
1951
|
+
],
|
|
1952
|
+
stateMutability: "view",
|
|
1953
|
+
type: "function",
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
inputs: [
|
|
1957
|
+
{
|
|
1958
|
+
internalType: "address",
|
|
1959
|
+
name: "liquidator",
|
|
1960
|
+
type: "address",
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
internalType: "address",
|
|
1964
|
+
name: "borrower",
|
|
1965
|
+
type: "address",
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
internalType: "uint256",
|
|
1969
|
+
name: "seizeTokens",
|
|
1970
|
+
type: "uint256",
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
internalType: "uint256",
|
|
1974
|
+
name: "seizeProfitTokens",
|
|
1975
|
+
type: "uint256",
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
internalType: "bool",
|
|
1979
|
+
name: "isRedemption",
|
|
1980
|
+
type: "bool",
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
internalType: "uint256",
|
|
1984
|
+
name: "redemptionRateMantissa",
|
|
1985
|
+
type: "uint256",
|
|
1986
|
+
},
|
|
1987
|
+
],
|
|
1988
|
+
name: "seize",
|
|
1989
|
+
outputs: [
|
|
1990
|
+
{
|
|
1991
|
+
internalType: "uint256",
|
|
1992
|
+
name: "",
|
|
1993
|
+
type: "uint256",
|
|
1994
|
+
},
|
|
1995
|
+
],
|
|
1996
|
+
stateMutability: "nonpayable",
|
|
1997
|
+
type: "function",
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
inputs: [],
|
|
2001
|
+
name: "supplyRatePerBlock",
|
|
2002
|
+
outputs: [
|
|
2003
|
+
{
|
|
2004
|
+
internalType: "uint256",
|
|
2005
|
+
name: "",
|
|
2006
|
+
type: "uint256",
|
|
2007
|
+
},
|
|
2008
|
+
],
|
|
2009
|
+
stateMutability: "view",
|
|
2010
|
+
type: "function",
|
|
2011
|
+
},
|
|
2012
|
+
{
|
|
2013
|
+
inputs: [
|
|
2014
|
+
{
|
|
2015
|
+
internalType: "contract IEIP20NonStandard",
|
|
2016
|
+
name: "token",
|
|
2017
|
+
type: "address",
|
|
2018
|
+
},
|
|
2019
|
+
],
|
|
2020
|
+
name: "sweepToken",
|
|
2021
|
+
outputs: [],
|
|
2022
|
+
stateMutability: "nonpayable",
|
|
2023
|
+
type: "function",
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
inputs: [],
|
|
2027
|
+
name: "symbol",
|
|
2028
|
+
outputs: [
|
|
2029
|
+
{
|
|
2030
|
+
internalType: "string",
|
|
2031
|
+
name: "",
|
|
2032
|
+
type: "string",
|
|
2033
|
+
},
|
|
2034
|
+
],
|
|
2035
|
+
stateMutability: "view",
|
|
2036
|
+
type: "function",
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
inputs: [],
|
|
2040
|
+
name: "totalBorrows",
|
|
2041
|
+
outputs: [
|
|
2042
|
+
{
|
|
2043
|
+
internalType: "uint256",
|
|
2044
|
+
name: "",
|
|
2045
|
+
type: "uint256",
|
|
2046
|
+
},
|
|
2047
|
+
],
|
|
2048
|
+
stateMutability: "view",
|
|
2049
|
+
type: "function",
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
inputs: [],
|
|
2053
|
+
name: "totalBorrowsCurrent",
|
|
2054
|
+
outputs: [
|
|
2055
|
+
{
|
|
2056
|
+
internalType: "uint256",
|
|
2057
|
+
name: "",
|
|
2058
|
+
type: "uint256",
|
|
2059
|
+
},
|
|
2060
|
+
],
|
|
2061
|
+
stateMutability: "nonpayable",
|
|
2062
|
+
type: "function",
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
inputs: [],
|
|
2066
|
+
name: "totalReserves",
|
|
2067
|
+
outputs: [
|
|
2068
|
+
{
|
|
2069
|
+
internalType: "uint256",
|
|
2070
|
+
name: "",
|
|
2071
|
+
type: "uint256",
|
|
2072
|
+
},
|
|
2073
|
+
],
|
|
2074
|
+
stateMutability: "view",
|
|
2075
|
+
type: "function",
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
inputs: [],
|
|
2079
|
+
name: "totalSupply",
|
|
2080
|
+
outputs: [
|
|
2081
|
+
{
|
|
2082
|
+
internalType: "uint256",
|
|
2083
|
+
name: "",
|
|
2084
|
+
type: "uint256",
|
|
2085
|
+
},
|
|
2086
|
+
],
|
|
2087
|
+
stateMutability: "view",
|
|
2088
|
+
type: "function",
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
inputs: [
|
|
2092
|
+
{
|
|
2093
|
+
internalType: "address",
|
|
2094
|
+
name: "dst",
|
|
2095
|
+
type: "address",
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
internalType: "uint256",
|
|
2099
|
+
name: "amount",
|
|
2100
|
+
type: "uint256",
|
|
2101
|
+
},
|
|
2102
|
+
],
|
|
2103
|
+
name: "transfer",
|
|
2104
|
+
outputs: [
|
|
2105
|
+
{
|
|
2106
|
+
internalType: "bool",
|
|
2107
|
+
name: "",
|
|
2108
|
+
type: "bool",
|
|
2109
|
+
},
|
|
2110
|
+
],
|
|
2111
|
+
stateMutability: "nonpayable",
|
|
2112
|
+
type: "function",
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
inputs: [
|
|
2116
|
+
{
|
|
2117
|
+
internalType: "address",
|
|
2118
|
+
name: "src",
|
|
2119
|
+
type: "address",
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
internalType: "address",
|
|
2123
|
+
name: "dst",
|
|
2124
|
+
type: "address",
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
internalType: "uint256",
|
|
2128
|
+
name: "amount",
|
|
2129
|
+
type: "uint256",
|
|
2130
|
+
},
|
|
2131
|
+
],
|
|
2132
|
+
name: "transferFrom",
|
|
2133
|
+
outputs: [
|
|
2134
|
+
{
|
|
2135
|
+
internalType: "bool",
|
|
2136
|
+
name: "",
|
|
2137
|
+
type: "bool",
|
|
2138
|
+
},
|
|
2139
|
+
],
|
|
2140
|
+
stateMutability: "nonpayable",
|
|
2141
|
+
type: "function",
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
inputs: [],
|
|
2145
|
+
name: "underlying",
|
|
2146
|
+
outputs: [
|
|
2147
|
+
{
|
|
2148
|
+
internalType: "address",
|
|
2149
|
+
name: "",
|
|
2150
|
+
type: "address",
|
|
2151
|
+
},
|
|
2152
|
+
],
|
|
2153
|
+
stateMutability: "view",
|
|
2154
|
+
type: "function",
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
inputs: [],
|
|
2158
|
+
name: "underlyingBalance",
|
|
2159
|
+
outputs: [
|
|
2160
|
+
{
|
|
2161
|
+
internalType: "uint256",
|
|
2162
|
+
name: "",
|
|
2163
|
+
type: "uint256",
|
|
2164
|
+
},
|
|
2165
|
+
],
|
|
2166
|
+
stateMutability: "view",
|
|
2167
|
+
type: "function",
|
|
2168
|
+
},
|
|
2169
|
+
];
|
|
2170
|
+
const _bytecode = "0x6080806040523460c957670de0b6b3a76400006011556047549060ff8260081c166077575060ff80821610603d575b6040516148e390816100cf8239f35b60ff90811916176047557f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498602060405160ff8152a138602e565b62461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806306fdde031461042d5780630786f22314610428578063095ea7b3146104235780630e75270214610338578063134131a21461041e578063173b99041461041957806317bfdfbc1461041457806318160ddd1461040f578063182df0f51461040a5780631be195601461040557806323b872dd1461040057806323e69e41146103fb5780632608f818146103f657806326782247146103f15780632826c1a1146103ec5780632d7183f6146103e7578063313ce567146103e25780633a2c6777146103dd5780633af9e669146103d85780633b1d21a2146103b55780633e941010146103d35780634000fbad146103ce57806341e34006146103c957806342f3251a146103c45780634576b5db146103bf57806347bd3718146103ba57806359356c5c146103b55780635fe3b567146103b0578063601a0bf1146103ab5780636752e702146103a65780636f307dc3146103a157806370a082311461039c57806373acee98146103975780637fae873d14610392578063852a12e31461038d5780638f840ddd1461038857806395d89b411461038357806395dd91931461037e5780639b1a5bf4146103795780639e21164114610374578063a0712d681461036f578063a3e94ddd1461036a578063a6afed9514610365578063a9059cbb14610360578063aa5af0fd1461035b578063ac784ddc14610356578063ae9d70b014610351578063b58663821461034c578063b71d1a0c14610347578063bd6d894d14610342578063c37f68e21461033d578063c5ebeaec14610338578063c717823014610333578063cfa992011461032e578063db006a7514610329578063dd62ed3e14610324578063e31bc4541461031f578063e9c714f21461031a578063eac1fed014610315578063f2b3abbd14610310578063f3fdb15a1461030b578063f5e3c46214610306578063f851a44014610301578063f8f9da28146102fc578063fca7820b146102f75763fe9c44ae146102f257600080fd5b612a82565b6129b9565b612960565b612933565b61290c565b6128e3565b6127d9565b6127b8565b612681565b6125e3565b61253f565b6124e2565b6124c4565b6123a8565b6106fc565b612335565b61231a565b61226b565b6121cf565b61212d565b612111565b6120f3565b6120ad565b612092565b612011565b611fb3565b611f31565b611f0e565b611ee7565b611e3f565b611e21565b611b7d565b611ae5565b611a92565b611a55565b611a28565b611a05565b6118eb565b6118c2565b611257565b6118a4565b611794565b611776565b6113c1565b611353565b611275565b6111ed565b6111c0565b61119f565b610e81565b610de4565b610d15565b610cee565b610c03565b610b95565b61099a565b610977565b610959565b6108f5565b6108d7565b610718565b61066c565b610626565b610546565b600091031261043d57565b600080fd5b90600182811c92168015610472575b602083101461045c57565b634e487b7160e01b600052602260045260246000fd5b91607f1691610451565b634e487b7160e01b600052604160045260246000fd5b6020810190811067ffffffffffffffff8211176104ae57604052565b61047c565b6040810190811067ffffffffffffffff8211176104ae57604052565b90601f8019910116810190811067ffffffffffffffff8211176104ae57604052565b919082519283825260005b84811061051d575050826000602080949584010152601f8019910116010190565b806020809284010151828286010152016104fc565b9060206105439281815201906104f1565b90565b3461043d57600036600319011261043d576040516001546000908161056a82610442565b80855291600181169081156105ff57506001146105a2575b61059e84610592818603826104cf565b60405191829182610532565b0390f35b600181527fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf6939250905b8082106105e55750909150810160200161059282610582565b9192600181602092548385880101520191019092916105cc565b60ff191660208087019190915292151560051b850190920192506105929150839050610582565b3461043d57600036600319011261043d57602060ff60005460081c166040519015158152f35b6001600160a01b0381160361043d57565b6044359061066a8261064c565b565b3461043d57604036600319011261043d576004356106898161064c565b6024359033600052600f602052816106b78260406000209060018060a01b0316600052602052604060002090565b556040519182526001600160a01b03169033907f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590602090a360405160018152602090f35b3461043d57602036600319011261043d57602060405160008152f35b3461043d57604036600319011261043d576004356107358161064c565b6024359060005461074b60ff8260101c16612a9e565b62ff00001916600055604051637f4e225760e11b8152602081600481335afa908115610883576000916108b8575b506108a7576005546107a190610795906001600160a01b031681565b6001600160a01b031690565b604051637bca031760e11b8152336004820152602081602481855afa90811561088357600091610888575b501561084357604051637bca031760e11b815230600482015290602090829060249082905afa90811561088357600091610854575b50156108435761059e9161081d916001600160a01b0316613271565b6108336201000062ff0000196000541617600055565b6040519081529081906020820190565b6334b04fe360e11b60005260046000fd5b610876915060203d60201161087c575b61086e81836104cf565b810190612ad7565b38610801565b503d610864565b612aec565b6108a1915060203d60201161087c5761086e81836104cf565b386107cc565b634a8af12d60e01b60005260046000fd5b6108d1915060203d60201161087c5761086e81836104cf565b38610779565b3461043d57600036600319011261043d576020600854604051908152f35b3461043d57602036600319011261043d5760206109406004356109178161064c565b60005461092960ff8260101c16612a9e565b62ff0000191660005561093a612d40565b50613766565b6201000062ff0000196000541617600055604051908152f35b3461043d57600036600319011261043d576020600d54604051908152f35b3461043d57600036600319011261043d576020610992613492565b604051908152f35b3461043d57602036600319011261043d576004356109b78161064c565b6000546001600160a01b03918216916109d39160181c16610795565b808214610b84576040516370a0823160e01b81523060048201529190602090839060249082906001600160a01b03165afa91821561088357600092610b63575b506040516370a0823160e01b8152306004820152602081602481855afa90811561088357600091610b44575b5060035460081c6001600160a01b031690823b1561043d5760405163a9059cbb60e01b81526001600160a01b039290921660048301526024820152906000908290604490829084905af1801561088357610b29575b50600054610aaf906107959060181c6001600160a01b031681565b6040516370a0823160e01b81523060048201529190602090839060249082905afa91821561088357600092610af8575b5003610ae757005b6346edcd5360e11b60005260046000fd5b610b1b91925060203d602011610b22575b610b1381836104cf565b810190612af8565b9038610adf565b503d610b09565b80610b386000610b3e936104cf565b80610432565b38610a94565b610b5d915060203d602011610b2257610b1381836104cf565b38610a3f565b610b7d91925060203d602011610b2257610b1381836104cf565b9038610a13565b632f028cfb60e01b60005260046000fd5b3461043d57606036600319011261043d57610be6600435610bb58161064c565b602435610bc18161064c565b60443591600054610bd760ff8260101c16612a9e565b62ff00001916600055336134e9565b6000805462ff000019166201000017905560405190158152602090f35b3461043d57602036600319011261043d57600435610c208161064c565b60035460081c6001600160a01b03163303610cdd57601454610cb75760405163252e40b160e01b8152906020826004816001600160a01b0385165afa91821561088357610c9892610c9a575b50610c7642601455565b60018060a01b03166bffffffffffffffffffffffff60a01b6006541617600655565b005b610cb29060203d602011610b2257610b1381836104cf565b610c6c565b50610cc0612d40565b506014544203610ccc57005b63b7d0949760e01b60005260046000fd5b634755657960e01b60005260046000fd5b3461043d57604036600319011261043d57610d0a60043561064c565b602060405160008152f35b3461043d57600036600319011261043d576004546040516001600160a01b039091168152602090f35b6040519061066a6020836104cf565b67ffffffffffffffff81116104ae57601f01601f191660200190565b929192610d7582610d4d565b91610d8360405193846104cf565b82948184528183011161043d578281602093846000960137010152565b606060031982011261043d5760043591602435916044359067ffffffffffffffff821161043d578060238301121561043d5781602461054393600401359101610d69565b3461043d57610df236610da0565b60005460181c6001600160a01b03169190823b1561043d57610e319260009283604051809681958294639fd5a6cf60e01b84528a303360048701612b07565b03925af1801561088357610e5d575b61059e610e4c836136b9565b506040519081529081906020820190565b80610e6a600080936104cf565b80031261043d5738610e40565b8015150361043d57565b3461043d5760c036600319011261043d57600435610e9e8161064c565b60243590610eab8261064c565b608435606435604435610ebd83610e77565b60a43594600054610ed360ff8260101c16612a9e565b62ff000019166000558515611196575b670de0b6b3a76400008611611186575b600554610f0a90610795906001600160a01b031681565b803b1561043d5760405163d02f735160e01b81523060048201523360248201526001600160a01b038781166044830152831660648201526084810184905290600090829060a490829084905af1801561088357611171575b506001600160a01b03858116969082169384881461116057851561113d5750610f9690610f8d610d3e565b90815283613e4a565b80831061112c577fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc593610fc98285612d33565b96610ff8610fe984610fd9613492565b610fe1610d3e565b908152613985565b670de0b6b3a764000090510490565b9361106461104861100b87600c54612cc3565b9761101589600c55565b61102961102488600d54612d33565b600d55565b6001600160a01b0384166000908152600e602052604090205b54612d33565b6001600160a01b039092166000908152600e6020526040902090565b5561108e611048896110888460018060a01b0316600052600e602052604060002090565b54612cc3565b55878160008051602061488e833981519152604051806110b38c829190602083019252565b0390a3604051918252309160008051602061488e83398151915290602090a3604080513081526020810192909252810191909152606090a11561111d576110f991614126565b505b6111116201000062ff0000196000541617600055565b60405160008152602090f35b61112691613e63565b506110fb565b632c3508cb60e21b60005260046000fd5b61115b915061114a610d3e565b90670429d069189e00008252613e4a565b610f96565b637a2d3db360e01b60005260046000fd5b80610b386000611180936104cf565b38610f62565b670de0b6b3a76400009550610ef3565b60009550610ee3565b3461043d57600036600319011261043d57602060ff60035416604051908152f35b3461043d57600036600319011261043d5760475460405160109190911c6001600160a01b03168152602090f35b3461043d57602036600319011261043d576020670de0b6b3a764000061124d6004356112188161064c565b611220612ea6565b906040519161122e83610492565b82526001600160a01b03166000908152600e8552604090205490613985565b5104604051908152f35b3461043d57600036600319011261043d576020601254604051908152f35b3461043d57602036600319011261043d5760043560005461129b60ff8260101c16612a9e565b62ff000019166000556112ac612d40565b506014544203611342576112c0903361463c565b600c548181019081811161133d57811061132c57600c8190556040805133815260208101939093528201527fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59080606081015b0390a16111116201000062ff0000196000541617600055565b6335c973c760e21b60005260046000fd5b612c65565b639d4e8c1b60e01b60005260046000fd5b3461043d57602036600319011261043d576003546004359060081c6001600160a01b03163303610cdd57601180549082905560408051918252602082018390527f68e61dbc80efc8af787740901509a321d0fc29f4e432fae6c4e175867b96144391a1604051908152602090f35b3461043d57604036600319011261043d576004356113de8161064c565b6024356005546113f890610795906001600160a01b031681565b604051638e8f294b60e01b81523060048201529091606082602481865afa91821561088357600090600093611751575b5061143290612b73565b604051638e8f294b60e01b81526001600160a01b038516600482015291606083602481875afa9283156108835760009060009461171c575b5061147490612bb8565b60405163231d97a560e21b815290606082600481885afa918215610883576000926116eb575b5060ff806114bc6114b76114b0865161ffff1690565b61ffff1690565b612c7b565b9516911614611666575b506040516312bdd04160e31b815230600482015291602083602481875afa92831561088357600093611645575b506040516312bdd04160e31b81526001600160a01b038616600482015293602090859060249082905afa93841561088357600094611622575b5060405163182df0f560e01b81529394602090859060049082906001600160a01b03165afa92831561088357826115d96115df936115d36115cc610fe998610fe9966115e59b6000926115fd575b506115c3906115a761158b87612cae565b611593610d3e565b90815261159e610d3e565b908382526136e4565b956115b0610d3e565b9081526115bb610d3e565b9182526136e4565b9b6115b0610d3e565b809261371d565b9861371d565b96613985565b93613985565b60408051600081526020810193909352820152606090f35b6115c391925061161b9060203d602011610b2257610b1381836104cf565b919061157a565b6004945061163e602091823d8411610b2257610b1381836104cf565b945061152c565b61165f91935060203d602011610b2257610b1381836104cf565b91386114f3565b604051637f4e225760e11b815291925090602081600481305afa908115610883576000916116cc575b506116b1576114b76114b060406116a993015161ffff1690565b905b386114c6565b6114b76114b060206116c693015161ffff1690565b906116ab565b6116e5915060203d60201161087c5761086e81836104cf565b3861168f565b61170e91925060603d606011611715575b61170681836104cf565b810190612c0c565b903861149a565b503d6116fc565b6114749450611743915060603d60601161174a575b61173b81836104cf565b810190612b40565b509361146a565b503d611731565b611432935061176f915060603d60601161174a5761173b81836104cf565b5092611428565b3461043d57600036600319011261043d576020601154604051908152f35b3461043d57602036600319011261043d576004356117b18161064c565b60035460081c6001600160a01b03163303610cdd576005546001600160a01b0316604051623f1ee960e11b81529091906020816004816001600160a01b0386165afa90811561088357600091611885575b501561187457600580546001600160a01b0319166001600160a01b0383161790557f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d915b604080516001600160a01b039283168152929091166020830152819081015b0390a160405160008152602090f35b6383aebebd60e01b60005260046000fd5b61189e915060203d60201161087c5761086e81836104cf565b38611802565b3461043d57600036600319011261043d576020600b54604051908152f35b3461043d57600036600319011261043d576005546040516001600160a01b039091168152602090f35b3461043d57602036600319011261043d5760043560005461191160ff8260101c16612a9e565b62ff00001916600055611922612d40565b5060035460081c6001600160a01b03163303610cdd5760145442036119f45780601254106119e357600c54908181116119d25780820391821161133d578161198a7f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e93600c55565b6003546119a490839060081c6001600160a01b031661434f565b6003546040805160089290921c6001600160a01b031682526020820193909352918201528060608101611313565b63152125f760e21b60005260046000fd5b633345e99960e01b60005260046000fd5b631747e30360e21b60005260046000fd5b3461043d57600036600319011261043d576020604051670429d069189e00008152f35b3461043d57600036600319011261043d5760005460405160189190911c6001600160a01b03168152602090f35b3461043d57602036600319011261043d57600435611a728161064c565b60018060a01b0316600052600e6020526020604060002054604051908152f35b3461043d57600036600319011261043d57600054611ab560ff8260101c16612a9e565b62ff00001916600055611ac6612d40565b506020600b546201000062ff0000196000541617600055604051908152f35b3461043d57600036600319011261043d5761010260475460ff8160081c161580611b70575b611b1390612cd0565b61ffff19161760475560035460081c6001600160a01b03163303610cdd57611b4161ff001960475416604755565b604051600281527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1005b50600260ff821610611b0a565b3461043d57602036600319011261043d57600435600054611ba360ff8260101c16612a9e565b62ff00001916600055611bb4612d40565b50600090611bc0613492565b611bc8610d3e565b90815282611bd6828461484f565b336000908152600e6020526040902090929083905403611de6575b600554611c0890610795906001600160a01b031681565b9051813b15611d85578291611c36916040519485809481936317c4196b60e11b835289333060048601613bb7565b03925af1801561088357611dd2575b506014544203611dc3578160125410611db457611c6761102482600d54612d33565b336000908152600e60205260409020611c81908290611042565b336000908152600e60205260409020819055151580611d98575b611d8957829033611cac848261450b565b60405182815230919060008051602061488e83398151915290602090a360408051338152602081018590529081018290527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a1600554611d1a90610795906001600160a01b031681565b803b15611d8557611d4493836040518096819582946351dff98960e01b8452333060048601613bb7565b03925af1801561088357611d71575b50506000805462ff0000191662010000178155604051908152602090f35b80610b3883611d7f936104cf565b38611d53565b8280fd5b6330a46c4960e21b8352600483fd5b50336000908152600e602052604090206103e890541115611c9b565b6391240a1b60e01b8352600483fd5b63a17754ef60e01b8352600483fd5b80610b3885611de0936104cf565b38611c45565b90506103e8821115611e12576103e8831115611e03578390611bf1565b632005234160e01b8452600484fd5b63d1b61f5160e01b8452600484fd5b3461043d57600036600319011261043d576020600c54604051908152f35b3461043d57600036600319011261043d5760405160025460009081611e6382610442565b80855291600181169081156105ff5750600114611e8a5761059e84610592818603826104cf565b600281527f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace939250905b808210611ecd5750909150810160200161059282610582565b919260018160209254838588010152019101909291611eb4565b3461043d57602036600319011261043d576020610992600435611f098161064c565b613766565b3461043d57600036600319011261043d57602060ff600054166040519015158152f35b3461043d57611f3f36610da0565b60005460181c6001600160a01b03169190823b1561043d57611f7e9260009283604051809681958294639fd5a6cf60e01b84528a303360048701612b07565b03925af1801561088357611f99575b61059e610e4c836137a1565b80611fa6600080936104cf565b80031261043d5738611f8d565b3461043d57602036600319011261043d57611ff4600435600054611fdc60ff8260101c16612a9e565b62ff00001916600055611fed612d40565b5033613be1565b506000805462ff0000191662010000179055604051908152602090f35b3461043d57602036600319011261043d5760043561202e8161064c565b6000602060405161203e816104b3565b828152015260018060a01b0316600052601060205261059e604060002060016040519161206a836104b3565b8054835201546020820152604051918291829190916020806040830194805184520151910152565b3461043d57600036600319011261043d576020610992612d40565b3461043d57604036600319011261043d57610be66004356120cd8161064c565b602435906000546120e360ff8260101c16612a9e565b62ff0000191660005533806134e9565b3461043d57600036600319011261043d576020600a54604051908152f35b3461043d57600036600319011261043d57602060405160008152f35b3461043d57600036600319011261043d57600654601254600b54600c54600854604051635c0b440b60e11b815260048101949094526024840192909252604483015260648201529060209082906001600160a01b03168180608481015b03915afa80156108835761059e916000916121b057506040519081529081906020820190565b6121c9915060203d602011610b2257610b1381836104cf565b38610e4c565b3461043d57600036600319011261043d5760035460081c6001600160a01b03163303610cdd576000546040516370a0823160e01b815230600482015290602090829060181c6001600160a01b031681806024810103915afa801561088357610c989160009161223f575b50601255565b612258915060203d602011610b2257610b1381836104cf565b38612239565b60e4359061066a8261064c565b3461043d57602036600319011261043d576004356122888161064c565b60035460081c6001600160a01b03163303610cdd576004546001600160a01b03821691908215612309576001600160a01b03198116909217600455604080516001600160a01b0393841681529290911660208301527fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a9919081908101611865565b63e6c4247b60e01b60005260046000fd5b3461043d57600036600319011261043d576020610992612ea6565b3461043d57602036600319011261043d576004356123528161064c565b6001600160a01b0381166000908152600e60205260409020549061237590613766565b9061059e612381613492565b60115490604051948594859094939260609260808301968352602083015260408201520152565b3461043d57600036600319011261043d576005546123d090610795906001600160a01b031681565b604051638e8f294b60e01b8152306004820152606081602481855afa80156108835760ff916000916124a2575b501615908161242e575b508061241b575b6040519015158152602090f35b50600854670de0b6b3a76400001461240e565b604051632068e5f960e21b8152306004820152915060c090829060249082905afa9081156108835761246d91602091600091612473575b500151151590565b38612407565b612495915060c03d60c01161249b575b61248d81836104cf565b810190612f02565b38612465565b503d612483565b6124bb915060603d60601161174a5761173b81836104cf565b509050386123fd565b3461043d57600036600319011261043d576020601454604051908152f35b3461043d57602036600319011261043d5761252360043560005461250b60ff8260101c16612a9e565b62ff0000191660005561251c612d40565b5033614126565b6000805462ff0000191662010000179055604051908152602090f35b3461043d57604036600319011261043d5760206125996004356125618161064c565b6024359061256e8261064c565b60018060a01b0316600052600f835260406000209060018060a01b0316600052602052604060002090565b54604051908152f35b9080601f8301121561043d5781602061054393359101610d69565b60ff81160361043d57565b60c4359061066a826125bd565b610104359061066a8261064c565b3461043d5761012036600319011261043d576004356126018161064c565b6024359061260e8261064c565b61261661065d565b916064359260843567ffffffffffffffff811161043d5761263b9036906004016125a2565b9360a4359467ffffffffffffffff861161043d57612660610c989636906004016125a2565b916126696125c8565b9361267261225e565b9561267b6125d5565b97612f97565b3461043d57600036600319011261043d576004546001600160a01b03811633148015906127b0575b61279f576003547fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a991907ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc9061271b9061270e9060081c6001600160a01b0316610795565b926001600160a01b031690565b60038054610100600160a81b031916600883901b610100600160a81b03161790556001600160a01b031691600480546001600160a01b0319169055600354604080516001600160a01b03938416815260089290921c9092166020820152a1600454604080516001600160a01b03938416815292909116602083015281908101611865565b63d1ec4b2360e01b60005260046000fd5b5033156126a9565b3461043d57600036600319011261043d576020604051655af3107a40008152f35b3461043d57602036600319011261043d576004356127f68161064c565b6127fe612d40565b5060035460081c6001600160a01b03163303610cdd5760145442036128d2576006546001600160a01b0316906004602061283784610795565b6040516310c8fc9560e11b815292839182905afa908115610883576000916128b3575b50156128a257600680546001600160a01b0319166001600160a01b0383161790557fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f92691611846565b63ee39b72560e01b60005260046000fd5b6128cc915060203d60201161087c5761086e81836104cf565b3861285a565b637b964b3b60e01b60005260046000fd5b3461043d57600036600319011261043d576006546040516001600160a01b039091168152602090f35b3461043d57606036600319011261043d5761292860043561064c565b610d0a60443561064c565b3461043d57600036600319011261043d5760035460405160089190911c6001600160a01b03168152602090f35b3461043d57600036600319011261043d57600654601254600b54600c546040516315f2405360e01b81526004810193909352602483019190915260448201529060209082906001600160a01b031681806064810161218a565b3461043d57602036600319011261043d576004356000546129df60ff8260101c16612a9e565b62ff000019166000556129f0612d40565b5060035460081c6001600160a01b03163303610cdd576014544203612a7157670de0b6b3a76400008111612a605760088054908290556040805191825260208201929092527faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f8214609181908101611313565b631b9bc96960e11b60005260046000fd5b637b452e8160e11b60005260046000fd5b3461043d57600036600319011261043d57602060405160018152f35b15612aa557565b60405162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b6044820152606490fd5b9081602091031261043d575161054381610e77565b6040513d6000823e3d90fd5b9081602091031261043d575190565b6001600160a01b039182168152911660208201526040810191909152606081019190915260a060808201819052610543929101906104f1565b9081606091031261043d578051612b5681610e77565b9160406020830151612b67816125bd565b92015161054381610e77565b15612b7a57565b60405162461bcd60e51b81526020600482015260166024820152751c995c185e481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b15612bbf57565b60405162461bcd60e51b81526020600482015260166024820152751cd95a5e99481d1bdad95b881b9bdd081b1a5cdd195960521b6044820152606490fd5b519061ffff8216820361043d57565b9081606091031261043d57604051906060820182811067ffffffffffffffff8211176104ae57612c5d916040918252612c4481612bfd565b8452612c5260208201612bfd565b602085015201612bfd565b604082015290565b634e487b7160e01b600052601160045260246000fd5b90655af3107a4000820291808304655af3107a4000149015171561133d57565b8181029291811591840414171561133d57565b90670de0b6b3a7640000820180921161133d57565b9190820180921161133d57565b15612cd757565b60405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b6064820152608490fd5b9190820391821161133d57565b601454428114612ea057601254600b5490600c5492600a5492612d7061079561079560065460018060a01b031690565b6040516315f2405360e01b81526004810185905260248101839052604481018790529590602090879060649082905afa95861561088357612e2f86612e2a610fe9612e1e996115d9612e017f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc049d612e739b612e5099600092612e7b575b50612df89042612d33565b90610fe1610d3e565b97612e2a610fe9612e15610fe98d8d613985565b9e8f9c8d612cc3565b9b600854610fe1610d3e565b612cc3565b91612e3942601455565b612e4283600a55565b612e4b84600b55565b600c55565b604051948594859094939260609260808301968352602083015260408201520152565b0390a1600090565b612df8919250612e999060203d602011610b2257610b1381836104cf565b9190612ded565b50600090565b600054612eb860ff8260101c16612a9e565b62ff00001916600055612ec9612d40565b50612ed2613492565b906201000062ff0000196000541617600055565b51906effffffffffffffffffffffffffffff8216820361043d57565b908160c091031261043d576040519060c0820182811067ffffffffffffffff8211176104ae57612f8f9160a0916040528051612f3d81610e77565b84526020810151612f4d81610e77565b60208501526040810151612f6081610e77565b60408501526060810151612f7381610e77565b6060850152612f8460808201612ee6565b608085015201612ee6565b60a082015290565b97959391612fe49795939160475499612fc860ff8c60081c16151515809c81613062575b8115613042575b50612cd0565b8a612fdb600160ff196047541617604755565b61302957613070565b612fea57565b612ffa61ff001960475416604755565b604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a1565b61303d61010061ff00196047541617604755565b613070565b303b15915081613054575b5038612fc2565b60ff1660011490503861304d565b600160ff8216109150612fbb565b60038054610100600160a81b03191660089990991b610100600160a81b0316989098179097559596959294939092909160145415801590613266575b6132555760075560075415613244576131c8947fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f9266131ab6131b8957f7ac369dbd14fa5ea3f473ed67cc9d598964a77501540ba6751eb0b3decf5870d61316e6131b396613120670de0b6b3a7640000601155565b61313167016345785d8a0000600855565b600580546001600160a01b0319166001600160a01b0383161790555b60408051600081526001600160a01b03909216602083015290918291820190565b0390a161317a42601455565b61318b670de0b6b3a7640000600a55565b600680546001600160a01b0319166001600160a01b03831617905561314d565b0390a16139f1565b613ada565b60ff1660ff196003541617600355565b6131de6201000062ff0000196000541617600055565b6001600160a01b0382161561230957600080546301000000600160b81b03191660189390931b6301000000600160b81b03169290921790915561066a906047805462010000600160b01b03191660109290921b62010000600160b01b0316919091179055565b63a2ec3a5560e01b60005260046000fd5b634743547560e01b60005260046000fd5b50600a5415156130ac565b9061327a612d40565b5060055461329290610795906001600160a01b031681565b803b1561043d5760405163368f515360e21b81523060048201526001600160a01b038416602482015260448101839052906000908290606490829084905af180156108835761345d575b50601454420361344c57806012541061343b576001600160a01b0382167f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab8061332783612e2a84613766565b61333384600b54612cc3565b90806133518760018060a01b03166000526010602052604060002090565b55600a546001600160a01b03871660009081526010602052604090206001015561337a82600b55565b61338e61338986601254612d33565b601255565b604080516001600160a01b038816815260208101879052908101919091526060810191909152608090a16005546133cf90610795906001600160a01b031681565b803b1561043d57604051631407e28160e01b81526001600160a01b03949094166004850152602484018390526000908490604490829084905af19283156108835761341f93613426575b50613d89565b5050600090565b80610b386000613435936104cf565b38613419565b6348c2588160e01b60005260046000fd5b630a42bc3960e41b60005260046000fd5b80610b38600061346c936104cf565b386132dc565b811561347c570490565b634e487b7160e01b600052601260045260246000fd5b600d54806134a1575060075490565b60125490600b54820180921161133d57600c54918281039281841161133d57670de0b6b3a76400008402938404670de0b6b3a7640000149114171561133d5761054391613472565b60055461350090610795906001600160a01b031681565b803b1561043d576040516317b9b84b60e31b81523060048201526001600160a01b0384811660248301528516604482015260648101869052906000908290608490829084905af18015610883576136a4575b506001600160a01b0383811694908316938486146136935760008051602061488e83398151915293613623936001600160a01b038116870361366a576000195b61359c8582612d33565b936136096135c0876110428760018060a01b0316600052600e602052604060002090565b916135e1886110888360018060a01b0316600052600e602052604060002090565b6001600160a01b038781166000908152600e6020526040808220969096559216825292902090565b551961362b575b5050604051918252509081906020820190565b0390a3600090565b61364a6136619260018060a01b0316600052600f602052604060002090565b9060018060a01b0316600052602052604060002090565b55388080613610565b6001600160a01b0382166000908152600f6020526040902061368d90829061364a565b54613592565b638cd22d1960e01b60005260046000fd5b80610b3860006136b3936104cf565b38613552565b6136cf90600054611fdc60ff8260101c16612a9e565b6000805462ff00001916620100001790559091565b670de0b6b3a76400009161370a91600060405161370081610492565b5251905190612c9b565b046040519061371882610492565b815290565b600060405161372b81610492565b5251670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561133d57613759915190613472565b6040519061371882610492565b6001600160a01b03166000908152601060205260409020805490811561341f57600161379861054393600a5490612c9b565b91015490613472565b906000546137b460ff8260101c16612a9e565b62ff000019166000556137c5612d40565b506005546137dd90610795906001600160a01b031681565b803b1561043d57604051631200453160e11b81523060048201523360248201819052604482015260648101849052906000908290608490829084905af1801561088357613970575b50601454420361395f577f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a161387661386f61386961386233613766565b809661487b565b3361463c565b8094612d33565b61388284600b54612d33565b336000908152601060205260409020828155600a54600190910155600b81905590604080513380825260208201529081018690526060810191909152608081019190915260a090a16005546138e190610795906001600160a01b031681565b600a5490803b1561043d57604051631ededc9160e01b815230600482015233602482018190526044820152606481018590526084810192909252600090829060a490829084905af180156108835761394a575b506000805462ff00001916620100001781559190565b80610b386000613959936104cf565b38613934565b63c714a2d560e01b60005260046000fd5b80610b38600061397f936104cf565b38613825565b9061375991600060405161399881610492565b5251612c9b565b601f82116139ac57505050565b6000526020600020906020601f840160051c830193106139e7575b601f0160051c01905b8181106139db575050565b600081556001016139d0565b90915081906139c7565b90815167ffffffffffffffff81116104ae57613a1981613a12600154610442565b600161399f565b602092601f8211600114613a5b57613a4b92938291600092613a50575b50508160011b916000199060031b1c19161790565b600155565b015190503880613a36565b6001600052601f198216937fb10e2d527612073b26eecdfd717e6a320cf44b4afac2b0732d9fcbe2b7fa0cf69160005b868110613ac25750836001959610613aa9575b505050811b01600155565b015160001960f88460031b161c19169055388080613a9e565b91926020600181928685015181550194019201613a8b565b90815167ffffffffffffffff81116104ae57613b0281613afb600254610442565b600261399f565b602092601f8211600114613b3857613b3392938291600092613a505750508160011b916000199060031b1c19161790565b600255565b6002600052601f198216937f405787fa12a823e0f2b7631cc41b3ba8828b3321ca811111fa75cd3aa3bb5ace9160005b868110613b9f5750836001959610613b86575b505050811b01600255565b015160001960f88460031b161c19169055388080613b7b565b91926020600181928685015181550194019201613b68565b6001600160a01b039182168152911660208201526040810191909152606081019190915260800190565b919091613bec613492565b92613bf5610d3e565b848152600554909490613c1290610795906001600160a01b031681565b803b1561043d57604051635bca9add60e01b8152916000918391829084908290613c4290898b3060048601613bb7565b03925af1801561088357613d74575b506014544203613d6357613c65908261463c565b926103e8841115613d5257613c7a908461484f565b8015613d4157613c8f61102482600d54612cc3565b6001600160a01b0382166000908152600e60205260409020613cb2908290611088565b6001600160a01b0383166000908152600e6020526040902055604080516001600160a01b0384168152602081018690529081018290527f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9080606081010390a16040519081526001600160a01b039190911690309060008051602061488e83398151915290602090a360009190565b634f87e6f560e01b60005260046000fd5b6310deaa5960e01b60005260046000fd5b633393b25760e01b60005260046000fd5b80610b386000613d83936104cf565b38613c51565b9190916000613d96613492565b90613d9f610d3e565b828152600554909290613dbc90610795906001600160a01b031681565b90813b15611d8557613dea83928392604051948580948193635bca9add60e01b83528d8c3060048601613bb7565b03925af1801561088357613e36575b506014544203613e275750613e1361338985601254612cc3565b6103e8841115613d5257613c7a908461484f565b633393b25760e01b8152600490fd5b80610b3883613e44936104cf565b38613df9565b613e5f90670de0b6b3a7640000925190612c9b565b0490565b811515916000838061411f575b61411057613e7c613492565b93613e85610d3e565b948552156140fc57613e9a610fe98386613985565b935b6001600160a01b0384166000908152600e60205260409020839054036140cb575b600554613ed490610795906001600160a01b031681565b9051813b15611d8557613f03839283926040519485809481936317c4196b60e11b83528a8c3060048601613bb7565b03925af18015610883576140b7575b5060145442036140a857836012541061409957613f3461102483600d54612d33565b6001600160a01b0383166000908152600e60205260409020613f57908390611042565b6001600160a01b0384166000908152600e60205260409020819055151580614074575b6140655750613f89838361434f565b60405181815230906001600160a01b0384169060008051602061488e8339815191529080602081015b0390a3604080516001600160a01b0384168152602081018590529081018290527fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a92990606090a160055461400f90610795906001600160a01b031681565b803b1561043d5761403c9360008094604051968795869485936351dff98960e01b85523060048601613bb7565b03925af18015610883576140505750600090565b80610b38600061405f936104cf565b38612ea0565b6330a46c4960e21b8152600490fd5b506001600160a01b0383166000908152600e602052604090206103e890541115613f7a565b6391240a1b60e01b8152600490fd5b63a17754ef60e01b8152600490fd5b80610b38836140c5936104cf565b38613f12565b6103e88311156140ed576103e88511613ebd57632005234160e01b8252600482fd5b63d1b61f5160e01b8252600482fd5b9050614108838261484f565b908093613e9c565b63431f269d60e01b8152600490fd5b5080613e70565b811515918280614347575b6143365761413d613492565b614145610d3e565b9384918252600090600014614324575050614163610fe98285613985565b925b6001600160a01b0383166000908152600e60205260409020829054036142ef575b60055461419d90610795906001600160a01b031681565b905190803b1561043d576040516317c4196b60e11b81529160009183918290849082906141d090898b3060048601613bb7565b03925af18015610883576142da575b5060145442036142c95782601254106142b85761420161102482600d54612d33565b6001600160a01b0382166000908152600e60205260409020614224908290611042565b6001600160a01b0383166000908152600e60205260409020819055151580614293575b614282576001600160a01b03821661425f848261450b565b60405182815230919060008051602061488e833981519152908060208101613fb2565b6330a46c4960e21b60005260046000fd5b506001600160a01b0382166000908152600e602052604090206103e890541115614247565b6391240a1b60e01b60005260046000fd5b63a17754ef60e01b60005260046000fd5b80610b3860006142e9936104cf565b386141df565b6103e8821115614313576103e8841161418657632005234160e01b60005260046000fd5b63d1b61f5160e01b60005260046000fd5b61432e925061484f565b600092614165565b63431f269d60e01b60005260046000fd5b506000614131565b60475490919061436a9060101c6001600160a01b0316610795565b803b1561043d57604051635281244f60e01b81526001600160a01b038416600482015260248101839052906000908290604490829084905af1801561088357614473575b506000546143c9906107959060181c6001600160a01b031681565b803b1561043d5760405163a9059cbb60e01b81526001600160a01b03939093166004840152602483018290526000908390604490829084905af190811561088357614420926133899261445e575b50601254612d33565b3d80156144555760201461443357600080fd5b60206000803e6000515b1561444457565b637308799360e11b60005260046000fd5b5060001961443d565b80610b38600061446d936104cf565b38614417565b80610b386000614482936104cf565b386143ae565b9081602091031261043d57516105438161064c565b3d156144c8573d906144ae82610d4d565b916144bc60405193846104cf565b82523d6000602084013e565b606090565b919392606083019460028310156144f5576040928452602084015260018060a01b0316910152565b634e487b7160e01b600052602160045260246000fd5b906004916000602061452a61079561079560055460018060a01b031690565b6040516334cc866d60e21b815295869182905afa93841561088357819461460b575b506040516379befbd160e01b602082019081526024808301869052825282918291906145796044826104cf565b519082885af161458761449d565b50156145a1575061066a92506001600160a01b031661434f565b6145df936020936001600160a01b03909116916145be828461434f565b506000604051809681958294633033674760e11b84526001600485016144cd565b03925af18015610883576145f05750565b6146089060203d602011610b2257610b1381836104cf565b50565b61462e91945060203d602011614635575b61462681836104cf565b810190614488565b923861454c565b503d61461c565b6000549091906146579060181c6001600160a01b0316610795565b6040516370a0823160e01b815230600482015291906020836024816001600160a01b0385165afa9283156108835760009361482e575b506001600160a01b0316803b1561043d576040516323b872dd60e01b81526001600160a01b038516600482015230602482015260448101929092526000908290606490829084905af1801561088357614819575b503d8015614810576020146146f557600080fd5b60206000803e6000515b156147de5760005461471e906107959060181c6001600160a01b031681565b6040516370a0823160e01b81523060048201529190602090839060249082905afa918215610883576000926147ef575b508082106147de5761475f91612d33565b9061476f61338983601254612cc3565b6047546147879060101c6001600160a01b0316610795565b803b1561043d57604051633c323a1b60e01b81526001600160a01b03929092166004830152602482018390526000908290604490829084905af18015610883576147cf575090565b80610b386000610543936104cf565b63065559c560e51b60005260046000fd5b61480991925060203d602011610b2257610b1381836104cf565b903861474e565b506000196146ff565b80610b386000614828936104cf565b386146e1565b61484891935060203d602011610b2257610b1381836104cf565b913861468d565b670de0b6b3a7640000810290808204670de0b6b3a7640000149015171561133d57610543915190613472565b9080821015614888575090565b90509056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220e47996a5b812b79453b40f25211d4bb49dfec56c07d4b88e25d4823ef85e1e6b64736f6c634300081a0033";
|
|
2171
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
2172
|
+
class CBeraVault__factory extends ethers_1.ContractFactory {
|
|
2173
|
+
constructor(...args) {
|
|
2174
|
+
if (isSuperArgs(args)) {
|
|
2175
|
+
super(...args);
|
|
2176
|
+
}
|
|
2177
|
+
else {
|
|
2178
|
+
super(_abi, _bytecode, args[0]);
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
getDeployTransaction(overrides) {
|
|
2182
|
+
return super.getDeployTransaction(overrides || {});
|
|
2183
|
+
}
|
|
2184
|
+
deploy(overrides) {
|
|
2185
|
+
return super.deploy(overrides || {});
|
|
2186
|
+
}
|
|
2187
|
+
connect(runner) {
|
|
2188
|
+
return super.connect(runner);
|
|
2189
|
+
}
|
|
2190
|
+
static createInterface() {
|
|
2191
|
+
return new ethers_1.Interface(_abi);
|
|
2192
|
+
}
|
|
2193
|
+
static connect(address, runner) {
|
|
2194
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
exports.CBeraVault__factory = CBeraVault__factory;
|
|
2198
|
+
CBeraVault__factory.bytecode = _bytecode;
|
|
2199
|
+
CBeraVault__factory.abi = _abi;
|
|
2200
|
+
//# sourceMappingURL=CBeraVault__factory.js.map
|