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