@ember-finance/sdk 1.2.4 → 1.4.0
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/src/abis/EmberETHVault.json +2985 -0
- package/dist/src/abis/index.d.ts +2 -1
- package/dist/src/abis/index.js +4 -1
- package/dist/src/evm-vaults/interfaces/index.d.ts +11 -0
- package/dist/src/evm-vaults/on-chain-calls/operator.d.ts +4 -4
- package/dist/src/evm-vaults/on-chain-calls/operator.js +8 -8
- package/dist/src/evm-vaults/on-chain-calls/tx-builder.d.ts +56 -11
- package/dist/src/evm-vaults/on-chain-calls/tx-builder.js +93 -21
- package/dist/src/evm-vaults/on-chain-calls/user.d.ts +56 -7
- package/dist/src/evm-vaults/on-chain-calls/user.js +76 -14
- package/dist/src/evm-vaults/on-chain-calls/vault-reader.d.ts +62 -30
- package/dist/src/evm-vaults/on-chain-calls/vault-reader.js +103 -69
- package/dist/src/sui-vaults/on-chain-calls/tx-builder.d.ts +5 -3
- package/dist/src/sui-vaults/on-chain-calls/tx-builder.js +21 -11
- package/dist/src/sui-vaults/on-chain-calls/user.d.ts +4 -2
- package/dist/src/sui-vaults/on-chain-calls/user.js +6 -5
- package/package.json +1 -1
|
@@ -0,0 +1,2985 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "EmberETHVault",
|
|
4
|
+
"sourceName": "contracts/EmberETHVault.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [],
|
|
8
|
+
"stateMutability": "nonpayable",
|
|
9
|
+
"type": "constructor"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [
|
|
13
|
+
{
|
|
14
|
+
"internalType": "address",
|
|
15
|
+
"name": "target",
|
|
16
|
+
"type": "address"
|
|
17
|
+
}
|
|
18
|
+
],
|
|
19
|
+
"name": "AddressEmptyCode",
|
|
20
|
+
"type": "error"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"inputs": [],
|
|
24
|
+
"name": "Blacklisted",
|
|
25
|
+
"type": "error"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"inputs": [],
|
|
29
|
+
"name": "DivisionByZero",
|
|
30
|
+
"type": "error"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"inputs": [
|
|
34
|
+
{
|
|
35
|
+
"internalType": "address",
|
|
36
|
+
"name": "implementation",
|
|
37
|
+
"type": "address"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"name": "ERC1967InvalidImplementation",
|
|
41
|
+
"type": "error"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputs": [],
|
|
45
|
+
"name": "ERC1967NonPayable",
|
|
46
|
+
"type": "error"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"inputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "address",
|
|
52
|
+
"name": "spender",
|
|
53
|
+
"type": "address"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"internalType": "uint256",
|
|
57
|
+
"name": "allowance",
|
|
58
|
+
"type": "uint256"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"internalType": "uint256",
|
|
62
|
+
"name": "needed",
|
|
63
|
+
"type": "uint256"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"name": "ERC20InsufficientAllowance",
|
|
67
|
+
"type": "error"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputs": [
|
|
71
|
+
{
|
|
72
|
+
"internalType": "address",
|
|
73
|
+
"name": "sender",
|
|
74
|
+
"type": "address"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"internalType": "uint256",
|
|
78
|
+
"name": "balance",
|
|
79
|
+
"type": "uint256"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"internalType": "uint256",
|
|
83
|
+
"name": "needed",
|
|
84
|
+
"type": "uint256"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"name": "ERC20InsufficientBalance",
|
|
88
|
+
"type": "error"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"inputs": [
|
|
92
|
+
{
|
|
93
|
+
"internalType": "address",
|
|
94
|
+
"name": "approver",
|
|
95
|
+
"type": "address"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"name": "ERC20InvalidApprover",
|
|
99
|
+
"type": "error"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"inputs": [
|
|
103
|
+
{
|
|
104
|
+
"internalType": "address",
|
|
105
|
+
"name": "receiver",
|
|
106
|
+
"type": "address"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"name": "ERC20InvalidReceiver",
|
|
110
|
+
"type": "error"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"inputs": [
|
|
114
|
+
{
|
|
115
|
+
"internalType": "address",
|
|
116
|
+
"name": "sender",
|
|
117
|
+
"type": "address"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"name": "ERC20InvalidSender",
|
|
121
|
+
"type": "error"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"inputs": [
|
|
125
|
+
{
|
|
126
|
+
"internalType": "address",
|
|
127
|
+
"name": "spender",
|
|
128
|
+
"type": "address"
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"name": "ERC20InvalidSpender",
|
|
132
|
+
"type": "error"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"inputs": [
|
|
136
|
+
{
|
|
137
|
+
"internalType": "address",
|
|
138
|
+
"name": "receiver",
|
|
139
|
+
"type": "address"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"internalType": "uint256",
|
|
143
|
+
"name": "assets",
|
|
144
|
+
"type": "uint256"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"internalType": "uint256",
|
|
148
|
+
"name": "max",
|
|
149
|
+
"type": "uint256"
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"name": "ERC4626ExceededMaxDeposit",
|
|
153
|
+
"type": "error"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"inputs": [
|
|
157
|
+
{
|
|
158
|
+
"internalType": "address",
|
|
159
|
+
"name": "receiver",
|
|
160
|
+
"type": "address"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"internalType": "uint256",
|
|
164
|
+
"name": "shares",
|
|
165
|
+
"type": "uint256"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"internalType": "uint256",
|
|
169
|
+
"name": "max",
|
|
170
|
+
"type": "uint256"
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"name": "ERC4626ExceededMaxMint",
|
|
174
|
+
"type": "error"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"inputs": [
|
|
178
|
+
{
|
|
179
|
+
"internalType": "address",
|
|
180
|
+
"name": "owner",
|
|
181
|
+
"type": "address"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"internalType": "uint256",
|
|
185
|
+
"name": "shares",
|
|
186
|
+
"type": "uint256"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"internalType": "uint256",
|
|
190
|
+
"name": "max",
|
|
191
|
+
"type": "uint256"
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"name": "ERC4626ExceededMaxRedeem",
|
|
195
|
+
"type": "error"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"inputs": [
|
|
199
|
+
{
|
|
200
|
+
"internalType": "address",
|
|
201
|
+
"name": "owner",
|
|
202
|
+
"type": "address"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"internalType": "uint256",
|
|
206
|
+
"name": "assets",
|
|
207
|
+
"type": "uint256"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "max",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "ERC4626ExceededMaxWithdraw",
|
|
216
|
+
"type": "error"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"inputs": [],
|
|
220
|
+
"name": "ETHTransferFailed",
|
|
221
|
+
"type": "error"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"inputs": [],
|
|
225
|
+
"name": "FailedCall",
|
|
226
|
+
"type": "error"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"inputs": [],
|
|
230
|
+
"name": "IndexOutOfBounds",
|
|
231
|
+
"type": "error"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"inputs": [],
|
|
235
|
+
"name": "InsufficientBalance",
|
|
236
|
+
"type": "error"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"inputs": [],
|
|
240
|
+
"name": "InsufficientShares",
|
|
241
|
+
"type": "error"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"inputs": [],
|
|
245
|
+
"name": "InvalidInitialization",
|
|
246
|
+
"type": "error"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"inputs": [],
|
|
250
|
+
"name": "InvalidInterval",
|
|
251
|
+
"type": "error"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"inputs": [],
|
|
255
|
+
"name": "InvalidRate",
|
|
256
|
+
"type": "error"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"inputs": [],
|
|
260
|
+
"name": "InvalidRequest",
|
|
261
|
+
"type": "error"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"inputs": [],
|
|
265
|
+
"name": "InvalidValue",
|
|
266
|
+
"type": "error"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"inputs": [],
|
|
270
|
+
"name": "InvalidWETHAddress",
|
|
271
|
+
"type": "error"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"inputs": [],
|
|
275
|
+
"name": "MaxTVLReached",
|
|
276
|
+
"type": "error"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"inputs": [],
|
|
280
|
+
"name": "NotInitializing",
|
|
281
|
+
"type": "error"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"inputs": [],
|
|
285
|
+
"name": "OperationPaused",
|
|
286
|
+
"type": "error"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"inputs": [],
|
|
290
|
+
"name": "Overflow",
|
|
291
|
+
"type": "error"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"inputs": [
|
|
295
|
+
{
|
|
296
|
+
"internalType": "address",
|
|
297
|
+
"name": "owner",
|
|
298
|
+
"type": "address"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"name": "OwnableInvalidOwner",
|
|
302
|
+
"type": "error"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"inputs": [
|
|
306
|
+
{
|
|
307
|
+
"internalType": "address",
|
|
308
|
+
"name": "account",
|
|
309
|
+
"type": "address"
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"name": "OwnableUnauthorizedAccount",
|
|
313
|
+
"type": "error"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"inputs": [],
|
|
317
|
+
"name": "ProtocolPaused",
|
|
318
|
+
"type": "error"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"inputs": [],
|
|
322
|
+
"name": "ReentrancyGuardReentrantCall",
|
|
323
|
+
"type": "error"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"inputs": [
|
|
327
|
+
{
|
|
328
|
+
"internalType": "address",
|
|
329
|
+
"name": "token",
|
|
330
|
+
"type": "address"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"name": "SafeERC20FailedOperation",
|
|
334
|
+
"type": "error"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"inputs": [],
|
|
338
|
+
"name": "SameValue",
|
|
339
|
+
"type": "error"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"inputs": [],
|
|
343
|
+
"name": "UUPSUnauthorizedCallContext",
|
|
344
|
+
"type": "error"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"inputs": [
|
|
348
|
+
{
|
|
349
|
+
"internalType": "bytes32",
|
|
350
|
+
"name": "slot",
|
|
351
|
+
"type": "bytes32"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"name": "UUPSUnsupportedProxiableUUID",
|
|
355
|
+
"type": "error"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"inputs": [],
|
|
359
|
+
"name": "Unauthorized",
|
|
360
|
+
"type": "error"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"inputs": [],
|
|
364
|
+
"name": "UseRedeemShares",
|
|
365
|
+
"type": "error"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"inputs": [],
|
|
369
|
+
"name": "ZeroAddress",
|
|
370
|
+
"type": "error"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"inputs": [],
|
|
374
|
+
"name": "ZeroAmount",
|
|
375
|
+
"type": "error"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"anonymous": false,
|
|
379
|
+
"inputs": [
|
|
380
|
+
{
|
|
381
|
+
"indexed": true,
|
|
382
|
+
"internalType": "address",
|
|
383
|
+
"name": "owner",
|
|
384
|
+
"type": "address"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"indexed": true,
|
|
388
|
+
"internalType": "address",
|
|
389
|
+
"name": "spender",
|
|
390
|
+
"type": "address"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"indexed": false,
|
|
394
|
+
"internalType": "uint256",
|
|
395
|
+
"name": "value",
|
|
396
|
+
"type": "uint256"
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"name": "Approval",
|
|
400
|
+
"type": "event"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"anonymous": false,
|
|
404
|
+
"inputs": [
|
|
405
|
+
{
|
|
406
|
+
"indexed": true,
|
|
407
|
+
"internalType": "address",
|
|
408
|
+
"name": "sender",
|
|
409
|
+
"type": "address"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"indexed": true,
|
|
413
|
+
"internalType": "address",
|
|
414
|
+
"name": "owner",
|
|
415
|
+
"type": "address"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"indexed": false,
|
|
419
|
+
"internalType": "uint256",
|
|
420
|
+
"name": "assets",
|
|
421
|
+
"type": "uint256"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"indexed": false,
|
|
425
|
+
"internalType": "uint256",
|
|
426
|
+
"name": "shares",
|
|
427
|
+
"type": "uint256"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"name": "Deposit",
|
|
431
|
+
"type": "event"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"anonymous": false,
|
|
435
|
+
"inputs": [
|
|
436
|
+
{
|
|
437
|
+
"indexed": false,
|
|
438
|
+
"internalType": "uint256",
|
|
439
|
+
"name": "amount",
|
|
440
|
+
"type": "uint256"
|
|
441
|
+
}
|
|
442
|
+
],
|
|
443
|
+
"name": "ETHWrapped",
|
|
444
|
+
"type": "event"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"anonymous": false,
|
|
448
|
+
"inputs": [
|
|
449
|
+
{
|
|
450
|
+
"indexed": false,
|
|
451
|
+
"internalType": "uint64",
|
|
452
|
+
"name": "version",
|
|
453
|
+
"type": "uint64"
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
"name": "Initialized",
|
|
457
|
+
"type": "event"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"anonymous": false,
|
|
461
|
+
"inputs": [
|
|
462
|
+
{
|
|
463
|
+
"indexed": true,
|
|
464
|
+
"internalType": "address",
|
|
465
|
+
"name": "previousOwner",
|
|
466
|
+
"type": "address"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"indexed": true,
|
|
470
|
+
"internalType": "address",
|
|
471
|
+
"name": "newOwner",
|
|
472
|
+
"type": "address"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"name": "OwnershipTransferred",
|
|
476
|
+
"type": "event"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"anonymous": false,
|
|
480
|
+
"inputs": [
|
|
481
|
+
{
|
|
482
|
+
"indexed": true,
|
|
483
|
+
"internalType": "address",
|
|
484
|
+
"name": "vault",
|
|
485
|
+
"type": "address"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"indexed": false,
|
|
489
|
+
"internalType": "uint256",
|
|
490
|
+
"name": "totalRequestProcessed",
|
|
491
|
+
"type": "uint256"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"indexed": false,
|
|
495
|
+
"internalType": "uint256",
|
|
496
|
+
"name": "requestsSkipped",
|
|
497
|
+
"type": "uint256"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"indexed": false,
|
|
501
|
+
"internalType": "uint256",
|
|
502
|
+
"name": "requestsCancelled",
|
|
503
|
+
"type": "uint256"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"indexed": false,
|
|
507
|
+
"internalType": "uint256",
|
|
508
|
+
"name": "totalSharesBurnt",
|
|
509
|
+
"type": "uint256"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"indexed": false,
|
|
513
|
+
"internalType": "uint256",
|
|
514
|
+
"name": "totalAmountWithdrawn",
|
|
515
|
+
"type": "uint256"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"indexed": false,
|
|
519
|
+
"internalType": "uint256",
|
|
520
|
+
"name": "totalShares",
|
|
521
|
+
"type": "uint256"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"indexed": false,
|
|
525
|
+
"internalType": "uint256",
|
|
526
|
+
"name": "totalSharesPendingToBurn",
|
|
527
|
+
"type": "uint256"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"indexed": false,
|
|
531
|
+
"internalType": "uint256",
|
|
532
|
+
"name": "rate",
|
|
533
|
+
"type": "uint256"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"indexed": false,
|
|
537
|
+
"internalType": "uint256",
|
|
538
|
+
"name": "timestamp",
|
|
539
|
+
"type": "uint256"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"indexed": false,
|
|
543
|
+
"internalType": "uint256",
|
|
544
|
+
"name": "sequenceNumber",
|
|
545
|
+
"type": "uint256"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"name": "ProcessRequestsSummary",
|
|
549
|
+
"type": "event"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"anonymous": false,
|
|
553
|
+
"inputs": [
|
|
554
|
+
{
|
|
555
|
+
"indexed": true,
|
|
556
|
+
"internalType": "address",
|
|
557
|
+
"name": "vault",
|
|
558
|
+
"type": "address"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"indexed": true,
|
|
562
|
+
"internalType": "address",
|
|
563
|
+
"name": "owner",
|
|
564
|
+
"type": "address"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"indexed": false,
|
|
568
|
+
"internalType": "uint256",
|
|
569
|
+
"name": "requestSequenceNumber",
|
|
570
|
+
"type": "uint256"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"indexed": false,
|
|
574
|
+
"internalType": "uint256[]",
|
|
575
|
+
"name": "cancelWithdrawRequestSequenceNumbers",
|
|
576
|
+
"type": "uint256[]"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"indexed": false,
|
|
580
|
+
"internalType": "uint256",
|
|
581
|
+
"name": "timestamp",
|
|
582
|
+
"type": "uint256"
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"name": "RequestCancelled",
|
|
586
|
+
"type": "event"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"anonymous": false,
|
|
590
|
+
"inputs": [
|
|
591
|
+
{
|
|
592
|
+
"indexed": true,
|
|
593
|
+
"internalType": "address",
|
|
594
|
+
"name": "vault",
|
|
595
|
+
"type": "address"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"indexed": true,
|
|
599
|
+
"internalType": "address",
|
|
600
|
+
"name": "owner",
|
|
601
|
+
"type": "address"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"indexed": true,
|
|
605
|
+
"internalType": "address",
|
|
606
|
+
"name": "receiver",
|
|
607
|
+
"type": "address"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"indexed": false,
|
|
611
|
+
"internalType": "uint256",
|
|
612
|
+
"name": "shares",
|
|
613
|
+
"type": "uint256"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"indexed": false,
|
|
617
|
+
"internalType": "uint256",
|
|
618
|
+
"name": "withdrawAmount",
|
|
619
|
+
"type": "uint256"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"indexed": false,
|
|
623
|
+
"internalType": "uint256",
|
|
624
|
+
"name": "requestTimestamp",
|
|
625
|
+
"type": "uint256"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"indexed": false,
|
|
629
|
+
"internalType": "uint256",
|
|
630
|
+
"name": "processTimestamp",
|
|
631
|
+
"type": "uint256"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"indexed": false,
|
|
635
|
+
"internalType": "bool",
|
|
636
|
+
"name": "skipped",
|
|
637
|
+
"type": "bool"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"indexed": false,
|
|
641
|
+
"internalType": "bool",
|
|
642
|
+
"name": "cancelled",
|
|
643
|
+
"type": "bool"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"indexed": false,
|
|
647
|
+
"internalType": "uint256",
|
|
648
|
+
"name": "totalShares",
|
|
649
|
+
"type": "uint256"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"indexed": false,
|
|
653
|
+
"internalType": "uint256",
|
|
654
|
+
"name": "totalSharesPendingToBurn",
|
|
655
|
+
"type": "uint256"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"indexed": false,
|
|
659
|
+
"internalType": "uint256",
|
|
660
|
+
"name": "sequenceNumber",
|
|
661
|
+
"type": "uint256"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"indexed": false,
|
|
665
|
+
"internalType": "uint256",
|
|
666
|
+
"name": "requestSequenceNumber",
|
|
667
|
+
"type": "uint256"
|
|
668
|
+
}
|
|
669
|
+
],
|
|
670
|
+
"name": "RequestProcessed",
|
|
671
|
+
"type": "event"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"anonymous": false,
|
|
675
|
+
"inputs": [
|
|
676
|
+
{
|
|
677
|
+
"indexed": true,
|
|
678
|
+
"internalType": "address",
|
|
679
|
+
"name": "vault",
|
|
680
|
+
"type": "address"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"indexed": true,
|
|
684
|
+
"internalType": "address",
|
|
685
|
+
"name": "owner",
|
|
686
|
+
"type": "address"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"indexed": true,
|
|
690
|
+
"internalType": "address",
|
|
691
|
+
"name": "receiver",
|
|
692
|
+
"type": "address"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"indexed": false,
|
|
696
|
+
"internalType": "uint256",
|
|
697
|
+
"name": "shares",
|
|
698
|
+
"type": "uint256"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"indexed": false,
|
|
702
|
+
"internalType": "uint256",
|
|
703
|
+
"name": "timestamp",
|
|
704
|
+
"type": "uint256"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"indexed": false,
|
|
708
|
+
"internalType": "uint256",
|
|
709
|
+
"name": "totalShares",
|
|
710
|
+
"type": "uint256"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"indexed": false,
|
|
714
|
+
"internalType": "uint256",
|
|
715
|
+
"name": "totalSharesPendingToBurn",
|
|
716
|
+
"type": "uint256"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"indexed": false,
|
|
720
|
+
"internalType": "uint256",
|
|
721
|
+
"name": "sequenceNumber",
|
|
722
|
+
"type": "uint256"
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"name": "RequestRedeemed",
|
|
726
|
+
"type": "event"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"anonymous": false,
|
|
730
|
+
"inputs": [
|
|
731
|
+
{
|
|
732
|
+
"indexed": true,
|
|
733
|
+
"internalType": "address",
|
|
734
|
+
"name": "from",
|
|
735
|
+
"type": "address"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"indexed": true,
|
|
739
|
+
"internalType": "address",
|
|
740
|
+
"name": "to",
|
|
741
|
+
"type": "address"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
"indexed": false,
|
|
745
|
+
"internalType": "uint256",
|
|
746
|
+
"name": "value",
|
|
747
|
+
"type": "uint256"
|
|
748
|
+
}
|
|
749
|
+
],
|
|
750
|
+
"name": "Transfer",
|
|
751
|
+
"type": "event"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"anonymous": false,
|
|
755
|
+
"inputs": [
|
|
756
|
+
{
|
|
757
|
+
"indexed": true,
|
|
758
|
+
"internalType": "address",
|
|
759
|
+
"name": "implementation",
|
|
760
|
+
"type": "address"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"name": "Upgraded",
|
|
764
|
+
"type": "event"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"anonymous": false,
|
|
768
|
+
"inputs": [
|
|
769
|
+
{
|
|
770
|
+
"indexed": true,
|
|
771
|
+
"internalType": "address",
|
|
772
|
+
"name": "vault",
|
|
773
|
+
"type": "address"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"indexed": true,
|
|
777
|
+
"internalType": "address",
|
|
778
|
+
"name": "previousAdmin",
|
|
779
|
+
"type": "address"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"indexed": true,
|
|
783
|
+
"internalType": "address",
|
|
784
|
+
"name": "newAdmin",
|
|
785
|
+
"type": "address"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"indexed": false,
|
|
789
|
+
"internalType": "uint256",
|
|
790
|
+
"name": "timestamp",
|
|
791
|
+
"type": "uint256"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"indexed": false,
|
|
795
|
+
"internalType": "uint256",
|
|
796
|
+
"name": "sequenceNumber",
|
|
797
|
+
"type": "uint256"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"name": "VaultAdminChanged",
|
|
801
|
+
"type": "event"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"anonymous": false,
|
|
805
|
+
"inputs": [
|
|
806
|
+
{
|
|
807
|
+
"indexed": true,
|
|
808
|
+
"internalType": "address",
|
|
809
|
+
"name": "vault",
|
|
810
|
+
"type": "address"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"indexed": false,
|
|
814
|
+
"internalType": "string",
|
|
815
|
+
"name": "name",
|
|
816
|
+
"type": "string"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"indexed": false,
|
|
820
|
+
"internalType": "string",
|
|
821
|
+
"name": "symbol",
|
|
822
|
+
"type": "string"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"indexed": false,
|
|
826
|
+
"internalType": "address",
|
|
827
|
+
"name": "collateralToken",
|
|
828
|
+
"type": "address"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
"indexed": false,
|
|
832
|
+
"internalType": "address",
|
|
833
|
+
"name": "admin",
|
|
834
|
+
"type": "address"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"indexed": false,
|
|
838
|
+
"internalType": "address",
|
|
839
|
+
"name": "operator",
|
|
840
|
+
"type": "address"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"indexed": false,
|
|
844
|
+
"internalType": "address",
|
|
845
|
+
"name": "rateProvider",
|
|
846
|
+
"type": "address"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"indexed": false,
|
|
850
|
+
"internalType": "address[]",
|
|
851
|
+
"name": "subAccounts",
|
|
852
|
+
"type": "address[]"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"indexed": false,
|
|
856
|
+
"internalType": "uint256",
|
|
857
|
+
"name": "minWithdrawableShares",
|
|
858
|
+
"type": "uint256"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"indexed": false,
|
|
862
|
+
"internalType": "uint256",
|
|
863
|
+
"name": "feePercentage",
|
|
864
|
+
"type": "uint256"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"indexed": false,
|
|
868
|
+
"internalType": "uint256",
|
|
869
|
+
"name": "maxRateChangePerUpdate",
|
|
870
|
+
"type": "uint256"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"indexed": false,
|
|
874
|
+
"internalType": "uint256",
|
|
875
|
+
"name": "rateUpdateInterval",
|
|
876
|
+
"type": "uint256"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"indexed": false,
|
|
880
|
+
"internalType": "uint256",
|
|
881
|
+
"name": "rate",
|
|
882
|
+
"type": "uint256"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"indexed": false,
|
|
886
|
+
"internalType": "uint256",
|
|
887
|
+
"name": "maxTVL",
|
|
888
|
+
"type": "uint256"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"indexed": false,
|
|
892
|
+
"internalType": "uint256",
|
|
893
|
+
"name": "timestamp",
|
|
894
|
+
"type": "uint256"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"indexed": false,
|
|
898
|
+
"internalType": "uint256",
|
|
899
|
+
"name": "sequenceNumber",
|
|
900
|
+
"type": "uint256"
|
|
901
|
+
}
|
|
902
|
+
],
|
|
903
|
+
"name": "VaultCreated",
|
|
904
|
+
"type": "event"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"anonymous": false,
|
|
908
|
+
"inputs": [
|
|
909
|
+
{
|
|
910
|
+
"indexed": true,
|
|
911
|
+
"internalType": "address",
|
|
912
|
+
"name": "vault",
|
|
913
|
+
"type": "address"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"indexed": true,
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "depositor",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"indexed": true,
|
|
923
|
+
"internalType": "address",
|
|
924
|
+
"name": "receiver",
|
|
925
|
+
"type": "address"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"indexed": false,
|
|
929
|
+
"internalType": "uint256",
|
|
930
|
+
"name": "amountDeposited",
|
|
931
|
+
"type": "uint256"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"indexed": false,
|
|
935
|
+
"internalType": "uint256",
|
|
936
|
+
"name": "sharesMinted",
|
|
937
|
+
"type": "uint256"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"indexed": false,
|
|
941
|
+
"internalType": "uint256",
|
|
942
|
+
"name": "totalShares",
|
|
943
|
+
"type": "uint256"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"indexed": false,
|
|
947
|
+
"internalType": "uint256",
|
|
948
|
+
"name": "timestamp",
|
|
949
|
+
"type": "uint256"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"indexed": false,
|
|
953
|
+
"internalType": "uint256",
|
|
954
|
+
"name": "sequenceNumber",
|
|
955
|
+
"type": "uint256"
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"name": "VaultDeposit",
|
|
959
|
+
"type": "event"
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
"anonymous": false,
|
|
963
|
+
"inputs": [
|
|
964
|
+
{
|
|
965
|
+
"indexed": true,
|
|
966
|
+
"internalType": "address",
|
|
967
|
+
"name": "vault",
|
|
968
|
+
"type": "address"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"indexed": false,
|
|
972
|
+
"internalType": "uint256",
|
|
973
|
+
"name": "previousFeePercentage",
|
|
974
|
+
"type": "uint256"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"indexed": false,
|
|
978
|
+
"internalType": "uint256",
|
|
979
|
+
"name": "newFeePercentage",
|
|
980
|
+
"type": "uint256"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"indexed": false,
|
|
984
|
+
"internalType": "uint256",
|
|
985
|
+
"name": "timestamp",
|
|
986
|
+
"type": "uint256"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"indexed": false,
|
|
990
|
+
"internalType": "uint256",
|
|
991
|
+
"name": "sequenceNumber",
|
|
992
|
+
"type": "uint256"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"name": "VaultFeePercentageUpdated",
|
|
996
|
+
"type": "event"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"anonymous": false,
|
|
1000
|
+
"inputs": [
|
|
1001
|
+
{
|
|
1002
|
+
"indexed": true,
|
|
1003
|
+
"internalType": "address",
|
|
1004
|
+
"name": "vault",
|
|
1005
|
+
"type": "address"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"indexed": false,
|
|
1009
|
+
"internalType": "uint256",
|
|
1010
|
+
"name": "previousMaxTVL",
|
|
1011
|
+
"type": "uint256"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"indexed": false,
|
|
1015
|
+
"internalType": "uint256",
|
|
1016
|
+
"name": "newMaxTVL",
|
|
1017
|
+
"type": "uint256"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"indexed": false,
|
|
1021
|
+
"internalType": "uint256",
|
|
1022
|
+
"name": "timestamp",
|
|
1023
|
+
"type": "uint256"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"indexed": false,
|
|
1027
|
+
"internalType": "uint256",
|
|
1028
|
+
"name": "sequenceNumber",
|
|
1029
|
+
"type": "uint256"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"name": "VaultMaxTVLUpdated",
|
|
1033
|
+
"type": "event"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"anonymous": false,
|
|
1037
|
+
"inputs": [
|
|
1038
|
+
{
|
|
1039
|
+
"indexed": true,
|
|
1040
|
+
"internalType": "address",
|
|
1041
|
+
"name": "vault",
|
|
1042
|
+
"type": "address"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"indexed": false,
|
|
1046
|
+
"internalType": "uint256",
|
|
1047
|
+
"name": "previousMinWithdrawableShares",
|
|
1048
|
+
"type": "uint256"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"indexed": false,
|
|
1052
|
+
"internalType": "uint256",
|
|
1053
|
+
"name": "newMinWithdrawableShares",
|
|
1054
|
+
"type": "uint256"
|
|
1055
|
+
},
|
|
1056
|
+
{
|
|
1057
|
+
"indexed": false,
|
|
1058
|
+
"internalType": "uint256",
|
|
1059
|
+
"name": "timestamp",
|
|
1060
|
+
"type": "uint256"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"indexed": false,
|
|
1064
|
+
"internalType": "uint256",
|
|
1065
|
+
"name": "sequenceNumber",
|
|
1066
|
+
"type": "uint256"
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1069
|
+
"name": "VaultMinWithdrawableSharesUpdated",
|
|
1070
|
+
"type": "event"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"anonymous": false,
|
|
1074
|
+
"inputs": [
|
|
1075
|
+
{
|
|
1076
|
+
"indexed": true,
|
|
1077
|
+
"internalType": "address",
|
|
1078
|
+
"name": "vault",
|
|
1079
|
+
"type": "address"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"indexed": false,
|
|
1083
|
+
"internalType": "string",
|
|
1084
|
+
"name": "previousName",
|
|
1085
|
+
"type": "string"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"indexed": false,
|
|
1089
|
+
"internalType": "string",
|
|
1090
|
+
"name": "newName",
|
|
1091
|
+
"type": "string"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"indexed": false,
|
|
1095
|
+
"internalType": "uint256",
|
|
1096
|
+
"name": "timestamp",
|
|
1097
|
+
"type": "uint256"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"indexed": false,
|
|
1101
|
+
"internalType": "uint256",
|
|
1102
|
+
"name": "sequenceNumber",
|
|
1103
|
+
"type": "uint256"
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"name": "VaultNameUpdated",
|
|
1107
|
+
"type": "event"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"anonymous": false,
|
|
1111
|
+
"inputs": [
|
|
1112
|
+
{
|
|
1113
|
+
"indexed": true,
|
|
1114
|
+
"internalType": "address",
|
|
1115
|
+
"name": "vault",
|
|
1116
|
+
"type": "address"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"indexed": true,
|
|
1120
|
+
"internalType": "address",
|
|
1121
|
+
"name": "previousOperator",
|
|
1122
|
+
"type": "address"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"indexed": true,
|
|
1126
|
+
"internalType": "address",
|
|
1127
|
+
"name": "newOperator",
|
|
1128
|
+
"type": "address"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"indexed": false,
|
|
1132
|
+
"internalType": "uint256",
|
|
1133
|
+
"name": "timestamp",
|
|
1134
|
+
"type": "uint256"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"indexed": false,
|
|
1138
|
+
"internalType": "uint256",
|
|
1139
|
+
"name": "sequenceNumber",
|
|
1140
|
+
"type": "uint256"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"name": "VaultOperatorChanged",
|
|
1144
|
+
"type": "event"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"anonymous": false,
|
|
1148
|
+
"inputs": [
|
|
1149
|
+
{
|
|
1150
|
+
"indexed": true,
|
|
1151
|
+
"internalType": "address",
|
|
1152
|
+
"name": "vault",
|
|
1153
|
+
"type": "address"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"indexed": false,
|
|
1157
|
+
"internalType": "string",
|
|
1158
|
+
"name": "operation",
|
|
1159
|
+
"type": "string"
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"indexed": false,
|
|
1163
|
+
"internalType": "bool",
|
|
1164
|
+
"name": "paused",
|
|
1165
|
+
"type": "bool"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"indexed": false,
|
|
1169
|
+
"internalType": "uint256",
|
|
1170
|
+
"name": "timestamp",
|
|
1171
|
+
"type": "uint256"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"indexed": false,
|
|
1175
|
+
"internalType": "uint256",
|
|
1176
|
+
"name": "sequenceNumber",
|
|
1177
|
+
"type": "uint256"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"name": "VaultPauseStatusUpdated",
|
|
1181
|
+
"type": "event"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"anonymous": false,
|
|
1185
|
+
"inputs": [
|
|
1186
|
+
{
|
|
1187
|
+
"indexed": true,
|
|
1188
|
+
"internalType": "address",
|
|
1189
|
+
"name": "vault",
|
|
1190
|
+
"type": "address"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"indexed": false,
|
|
1194
|
+
"internalType": "uint256",
|
|
1195
|
+
"name": "feeAmount",
|
|
1196
|
+
"type": "uint256"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"indexed": false,
|
|
1200
|
+
"internalType": "uint256",
|
|
1201
|
+
"name": "totalAccrued",
|
|
1202
|
+
"type": "uint256"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"indexed": false,
|
|
1206
|
+
"internalType": "uint256",
|
|
1207
|
+
"name": "timestamp",
|
|
1208
|
+
"type": "uint256"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"indexed": false,
|
|
1212
|
+
"internalType": "uint256",
|
|
1213
|
+
"name": "sequenceNumber",
|
|
1214
|
+
"type": "uint256"
|
|
1215
|
+
}
|
|
1216
|
+
],
|
|
1217
|
+
"name": "VaultPlatformFeeCharged",
|
|
1218
|
+
"type": "event"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"anonymous": false,
|
|
1222
|
+
"inputs": [
|
|
1223
|
+
{
|
|
1224
|
+
"indexed": true,
|
|
1225
|
+
"internalType": "address",
|
|
1226
|
+
"name": "vault",
|
|
1227
|
+
"type": "address"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"indexed": true,
|
|
1231
|
+
"internalType": "address",
|
|
1232
|
+
"name": "recipient",
|
|
1233
|
+
"type": "address"
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
"indexed": false,
|
|
1237
|
+
"internalType": "uint256",
|
|
1238
|
+
"name": "amount",
|
|
1239
|
+
"type": "uint256"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
"indexed": false,
|
|
1243
|
+
"internalType": "uint256",
|
|
1244
|
+
"name": "timestamp",
|
|
1245
|
+
"type": "uint256"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"indexed": false,
|
|
1249
|
+
"internalType": "uint256",
|
|
1250
|
+
"name": "sequenceNumber",
|
|
1251
|
+
"type": "uint256"
|
|
1252
|
+
}
|
|
1253
|
+
],
|
|
1254
|
+
"name": "VaultPlatformFeeCollected",
|
|
1255
|
+
"type": "event"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"anonymous": false,
|
|
1259
|
+
"inputs": [
|
|
1260
|
+
{
|
|
1261
|
+
"indexed": true,
|
|
1262
|
+
"internalType": "address",
|
|
1263
|
+
"name": "vault",
|
|
1264
|
+
"type": "address"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"indexed": true,
|
|
1268
|
+
"internalType": "address",
|
|
1269
|
+
"name": "previousRateManager",
|
|
1270
|
+
"type": "address"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"indexed": true,
|
|
1274
|
+
"internalType": "address",
|
|
1275
|
+
"name": "newRateManager",
|
|
1276
|
+
"type": "address"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
"indexed": false,
|
|
1280
|
+
"internalType": "uint256",
|
|
1281
|
+
"name": "timestamp",
|
|
1282
|
+
"type": "uint256"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"indexed": false,
|
|
1286
|
+
"internalType": "uint256",
|
|
1287
|
+
"name": "sequenceNumber",
|
|
1288
|
+
"type": "uint256"
|
|
1289
|
+
}
|
|
1290
|
+
],
|
|
1291
|
+
"name": "VaultRateManagerUpdated",
|
|
1292
|
+
"type": "event"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"anonymous": false,
|
|
1296
|
+
"inputs": [
|
|
1297
|
+
{
|
|
1298
|
+
"indexed": true,
|
|
1299
|
+
"internalType": "address",
|
|
1300
|
+
"name": "vault",
|
|
1301
|
+
"type": "address"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"indexed": false,
|
|
1305
|
+
"internalType": "uint256",
|
|
1306
|
+
"name": "previousInterval",
|
|
1307
|
+
"type": "uint256"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"indexed": false,
|
|
1311
|
+
"internalType": "uint256",
|
|
1312
|
+
"name": "newInterval",
|
|
1313
|
+
"type": "uint256"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"indexed": false,
|
|
1317
|
+
"internalType": "uint256",
|
|
1318
|
+
"name": "timestamp",
|
|
1319
|
+
"type": "uint256"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"indexed": false,
|
|
1323
|
+
"internalType": "uint256",
|
|
1324
|
+
"name": "sequenceNumber",
|
|
1325
|
+
"type": "uint256"
|
|
1326
|
+
}
|
|
1327
|
+
],
|
|
1328
|
+
"name": "VaultRateUpdateIntervalChanged",
|
|
1329
|
+
"type": "event"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"anonymous": false,
|
|
1333
|
+
"inputs": [
|
|
1334
|
+
{
|
|
1335
|
+
"indexed": true,
|
|
1336
|
+
"internalType": "address",
|
|
1337
|
+
"name": "vault",
|
|
1338
|
+
"type": "address"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"indexed": false,
|
|
1342
|
+
"internalType": "uint256",
|
|
1343
|
+
"name": "previousRate",
|
|
1344
|
+
"type": "uint256"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"indexed": false,
|
|
1348
|
+
"internalType": "uint256",
|
|
1349
|
+
"name": "newRate",
|
|
1350
|
+
"type": "uint256"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"indexed": false,
|
|
1354
|
+
"internalType": "uint256",
|
|
1355
|
+
"name": "timestamp",
|
|
1356
|
+
"type": "uint256"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"indexed": false,
|
|
1360
|
+
"internalType": "uint256",
|
|
1361
|
+
"name": "sequenceNumber",
|
|
1362
|
+
"type": "uint256"
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"name": "VaultRateUpdated",
|
|
1366
|
+
"type": "event"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"anonymous": false,
|
|
1370
|
+
"inputs": [
|
|
1371
|
+
{
|
|
1372
|
+
"indexed": true,
|
|
1373
|
+
"internalType": "address",
|
|
1374
|
+
"name": "vault",
|
|
1375
|
+
"type": "address"
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"indexed": true,
|
|
1379
|
+
"internalType": "address",
|
|
1380
|
+
"name": "account",
|
|
1381
|
+
"type": "address"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"indexed": false,
|
|
1385
|
+
"internalType": "bool",
|
|
1386
|
+
"name": "isSubAccount",
|
|
1387
|
+
"type": "bool"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"indexed": false,
|
|
1391
|
+
"internalType": "uint256",
|
|
1392
|
+
"name": "timestamp",
|
|
1393
|
+
"type": "uint256"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"indexed": false,
|
|
1397
|
+
"internalType": "uint256",
|
|
1398
|
+
"name": "sequenceNumber",
|
|
1399
|
+
"type": "uint256"
|
|
1400
|
+
}
|
|
1401
|
+
],
|
|
1402
|
+
"name": "VaultSubAccountUpdated",
|
|
1403
|
+
"type": "event"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"anonymous": false,
|
|
1407
|
+
"inputs": [
|
|
1408
|
+
{
|
|
1409
|
+
"indexed": true,
|
|
1410
|
+
"internalType": "address",
|
|
1411
|
+
"name": "vault",
|
|
1412
|
+
"type": "address"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"indexed": true,
|
|
1416
|
+
"internalType": "address",
|
|
1417
|
+
"name": "subAccount",
|
|
1418
|
+
"type": "address"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"indexed": false,
|
|
1422
|
+
"internalType": "uint256",
|
|
1423
|
+
"name": "previousBalance",
|
|
1424
|
+
"type": "uint256"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"indexed": false,
|
|
1428
|
+
"internalType": "uint256",
|
|
1429
|
+
"name": "newBalance",
|
|
1430
|
+
"type": "uint256"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"indexed": false,
|
|
1434
|
+
"internalType": "uint256",
|
|
1435
|
+
"name": "amount",
|
|
1436
|
+
"type": "uint256"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"indexed": false,
|
|
1440
|
+
"internalType": "uint256",
|
|
1441
|
+
"name": "timestamp",
|
|
1442
|
+
"type": "uint256"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"indexed": false,
|
|
1446
|
+
"internalType": "uint256",
|
|
1447
|
+
"name": "sequenceNumber",
|
|
1448
|
+
"type": "uint256"
|
|
1449
|
+
}
|
|
1450
|
+
],
|
|
1451
|
+
"name": "VaultWithdrawalWithoutRedeemingShares",
|
|
1452
|
+
"type": "event"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"anonymous": false,
|
|
1456
|
+
"inputs": [
|
|
1457
|
+
{
|
|
1458
|
+
"indexed": true,
|
|
1459
|
+
"internalType": "address",
|
|
1460
|
+
"name": "sender",
|
|
1461
|
+
"type": "address"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"indexed": true,
|
|
1465
|
+
"internalType": "address",
|
|
1466
|
+
"name": "receiver",
|
|
1467
|
+
"type": "address"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"indexed": true,
|
|
1471
|
+
"internalType": "address",
|
|
1472
|
+
"name": "owner",
|
|
1473
|
+
"type": "address"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"indexed": false,
|
|
1477
|
+
"internalType": "uint256",
|
|
1478
|
+
"name": "assets",
|
|
1479
|
+
"type": "uint256"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"indexed": false,
|
|
1483
|
+
"internalType": "uint256",
|
|
1484
|
+
"name": "shares",
|
|
1485
|
+
"type": "uint256"
|
|
1486
|
+
}
|
|
1487
|
+
],
|
|
1488
|
+
"name": "Withdraw",
|
|
1489
|
+
"type": "event"
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"inputs": [],
|
|
1493
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
1494
|
+
"outputs": [
|
|
1495
|
+
{
|
|
1496
|
+
"internalType": "string",
|
|
1497
|
+
"name": "",
|
|
1498
|
+
"type": "string"
|
|
1499
|
+
}
|
|
1500
|
+
],
|
|
1501
|
+
"stateMutability": "view",
|
|
1502
|
+
"type": "function"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"inputs": [
|
|
1506
|
+
{
|
|
1507
|
+
"internalType": "address",
|
|
1508
|
+
"name": "",
|
|
1509
|
+
"type": "address"
|
|
1510
|
+
}
|
|
1511
|
+
],
|
|
1512
|
+
"name": "accounts",
|
|
1513
|
+
"outputs": [
|
|
1514
|
+
{
|
|
1515
|
+
"internalType": "uint256",
|
|
1516
|
+
"name": "totalPendingWithdrawalShares",
|
|
1517
|
+
"type": "uint256"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"stateMutability": "view",
|
|
1521
|
+
"type": "function"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"inputs": [
|
|
1525
|
+
{
|
|
1526
|
+
"internalType": "address",
|
|
1527
|
+
"name": "owner",
|
|
1528
|
+
"type": "address"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"internalType": "address",
|
|
1532
|
+
"name": "spender",
|
|
1533
|
+
"type": "address"
|
|
1534
|
+
}
|
|
1535
|
+
],
|
|
1536
|
+
"name": "allowance",
|
|
1537
|
+
"outputs": [
|
|
1538
|
+
{
|
|
1539
|
+
"internalType": "uint256",
|
|
1540
|
+
"name": "",
|
|
1541
|
+
"type": "uint256"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"stateMutability": "view",
|
|
1545
|
+
"type": "function"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"inputs": [
|
|
1549
|
+
{
|
|
1550
|
+
"internalType": "address",
|
|
1551
|
+
"name": "spender",
|
|
1552
|
+
"type": "address"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"internalType": "uint256",
|
|
1556
|
+
"name": "value",
|
|
1557
|
+
"type": "uint256"
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"name": "approve",
|
|
1561
|
+
"outputs": [
|
|
1562
|
+
{
|
|
1563
|
+
"internalType": "bool",
|
|
1564
|
+
"name": "",
|
|
1565
|
+
"type": "bool"
|
|
1566
|
+
}
|
|
1567
|
+
],
|
|
1568
|
+
"stateMutability": "nonpayable",
|
|
1569
|
+
"type": "function"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"inputs": [],
|
|
1573
|
+
"name": "asset",
|
|
1574
|
+
"outputs": [
|
|
1575
|
+
{
|
|
1576
|
+
"internalType": "address",
|
|
1577
|
+
"name": "",
|
|
1578
|
+
"type": "address"
|
|
1579
|
+
}
|
|
1580
|
+
],
|
|
1581
|
+
"stateMutability": "view",
|
|
1582
|
+
"type": "function"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"inputs": [
|
|
1586
|
+
{
|
|
1587
|
+
"internalType": "address",
|
|
1588
|
+
"name": "account",
|
|
1589
|
+
"type": "address"
|
|
1590
|
+
}
|
|
1591
|
+
],
|
|
1592
|
+
"name": "balanceOf",
|
|
1593
|
+
"outputs": [
|
|
1594
|
+
{
|
|
1595
|
+
"internalType": "uint256",
|
|
1596
|
+
"name": "",
|
|
1597
|
+
"type": "uint256"
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"stateMutability": "view",
|
|
1601
|
+
"type": "function"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"inputs": [
|
|
1605
|
+
{
|
|
1606
|
+
"internalType": "uint256",
|
|
1607
|
+
"name": "requestSequenceNumber",
|
|
1608
|
+
"type": "uint256"
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"name": "cancelPendingWithdrawalRequest",
|
|
1612
|
+
"outputs": [],
|
|
1613
|
+
"stateMutability": "nonpayable",
|
|
1614
|
+
"type": "function"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"inputs": [],
|
|
1618
|
+
"name": "collectPlatformFee",
|
|
1619
|
+
"outputs": [
|
|
1620
|
+
{
|
|
1621
|
+
"internalType": "uint256",
|
|
1622
|
+
"name": "amount",
|
|
1623
|
+
"type": "uint256"
|
|
1624
|
+
}
|
|
1625
|
+
],
|
|
1626
|
+
"stateMutability": "nonpayable",
|
|
1627
|
+
"type": "function"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"inputs": [
|
|
1631
|
+
{
|
|
1632
|
+
"internalType": "uint256",
|
|
1633
|
+
"name": "shares",
|
|
1634
|
+
"type": "uint256"
|
|
1635
|
+
}
|
|
1636
|
+
],
|
|
1637
|
+
"name": "convertToAssets",
|
|
1638
|
+
"outputs": [
|
|
1639
|
+
{
|
|
1640
|
+
"internalType": "uint256",
|
|
1641
|
+
"name": "",
|
|
1642
|
+
"type": "uint256"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"stateMutability": "view",
|
|
1646
|
+
"type": "function"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"inputs": [
|
|
1650
|
+
{
|
|
1651
|
+
"internalType": "uint256",
|
|
1652
|
+
"name": "assets",
|
|
1653
|
+
"type": "uint256"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"name": "convertToShares",
|
|
1657
|
+
"outputs": [
|
|
1658
|
+
{
|
|
1659
|
+
"internalType": "uint256",
|
|
1660
|
+
"name": "",
|
|
1661
|
+
"type": "uint256"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"stateMutability": "view",
|
|
1665
|
+
"type": "function"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"inputs": [],
|
|
1669
|
+
"name": "decimals",
|
|
1670
|
+
"outputs": [
|
|
1671
|
+
{
|
|
1672
|
+
"internalType": "uint8",
|
|
1673
|
+
"name": "",
|
|
1674
|
+
"type": "uint8"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"stateMutability": "view",
|
|
1678
|
+
"type": "function"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"inputs": [
|
|
1682
|
+
{
|
|
1683
|
+
"internalType": "uint256",
|
|
1684
|
+
"name": "assets",
|
|
1685
|
+
"type": "uint256"
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"internalType": "address",
|
|
1689
|
+
"name": "receiver",
|
|
1690
|
+
"type": "address"
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"name": "deposit",
|
|
1694
|
+
"outputs": [
|
|
1695
|
+
{
|
|
1696
|
+
"internalType": "uint256",
|
|
1697
|
+
"name": "shares",
|
|
1698
|
+
"type": "uint256"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"stateMutability": "nonpayable",
|
|
1702
|
+
"type": "function"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"inputs": [
|
|
1706
|
+
{
|
|
1707
|
+
"internalType": "address",
|
|
1708
|
+
"name": "receiver",
|
|
1709
|
+
"type": "address"
|
|
1710
|
+
}
|
|
1711
|
+
],
|
|
1712
|
+
"name": "depositETH",
|
|
1713
|
+
"outputs": [
|
|
1714
|
+
{
|
|
1715
|
+
"internalType": "uint256",
|
|
1716
|
+
"name": "shares",
|
|
1717
|
+
"type": "uint256"
|
|
1718
|
+
}
|
|
1719
|
+
],
|
|
1720
|
+
"stateMutability": "payable",
|
|
1721
|
+
"type": "function"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"inputs": [
|
|
1725
|
+
{
|
|
1726
|
+
"internalType": "uint256",
|
|
1727
|
+
"name": "assets",
|
|
1728
|
+
"type": "uint256"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"internalType": "address",
|
|
1732
|
+
"name": "receiver",
|
|
1733
|
+
"type": "address"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
"internalType": "uint256",
|
|
1737
|
+
"name": "deadline",
|
|
1738
|
+
"type": "uint256"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"internalType": "uint8",
|
|
1742
|
+
"name": "v",
|
|
1743
|
+
"type": "uint8"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"internalType": "bytes32",
|
|
1747
|
+
"name": "r",
|
|
1748
|
+
"type": "bytes32"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"internalType": "bytes32",
|
|
1752
|
+
"name": "s",
|
|
1753
|
+
"type": "bytes32"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"name": "depositWithPermit",
|
|
1757
|
+
"outputs": [
|
|
1758
|
+
{
|
|
1759
|
+
"internalType": "uint256",
|
|
1760
|
+
"name": "shares",
|
|
1761
|
+
"type": "uint256"
|
|
1762
|
+
}
|
|
1763
|
+
],
|
|
1764
|
+
"stateMutability": "nonpayable",
|
|
1765
|
+
"type": "function"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"inputs": [
|
|
1769
|
+
{
|
|
1770
|
+
"internalType": "address",
|
|
1771
|
+
"name": "account",
|
|
1772
|
+
"type": "address"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"name": "getAccountInfo",
|
|
1776
|
+
"outputs": [
|
|
1777
|
+
{
|
|
1778
|
+
"internalType": "uint256",
|
|
1779
|
+
"name": "totalPendingShares",
|
|
1780
|
+
"type": "uint256"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"internalType": "uint256[]",
|
|
1784
|
+
"name": "pendingRequestIds",
|
|
1785
|
+
"type": "uint256[]"
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"internalType": "uint256[]",
|
|
1789
|
+
"name": "cancelledRequestIds",
|
|
1790
|
+
"type": "uint256[]"
|
|
1791
|
+
}
|
|
1792
|
+
],
|
|
1793
|
+
"stateMutability": "view",
|
|
1794
|
+
"type": "function"
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"inputs": [],
|
|
1798
|
+
"name": "getPendingWithdrawalsLength",
|
|
1799
|
+
"outputs": [
|
|
1800
|
+
{
|
|
1801
|
+
"internalType": "uint256",
|
|
1802
|
+
"name": "",
|
|
1803
|
+
"type": "uint256"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"stateMutability": "view",
|
|
1807
|
+
"type": "function"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"inputs": [],
|
|
1811
|
+
"name": "getWithdrawalQueueStartIndex",
|
|
1812
|
+
"outputs": [
|
|
1813
|
+
{
|
|
1814
|
+
"internalType": "uint256",
|
|
1815
|
+
"name": "",
|
|
1816
|
+
"type": "uint256"
|
|
1817
|
+
}
|
|
1818
|
+
],
|
|
1819
|
+
"stateMutability": "view",
|
|
1820
|
+
"type": "function"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"inputs": [
|
|
1824
|
+
{
|
|
1825
|
+
"internalType": "uint256",
|
|
1826
|
+
"name": "index",
|
|
1827
|
+
"type": "uint256"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"name": "getWithdrawalRequest",
|
|
1831
|
+
"outputs": [
|
|
1832
|
+
{
|
|
1833
|
+
"components": [
|
|
1834
|
+
{
|
|
1835
|
+
"internalType": "address",
|
|
1836
|
+
"name": "owner",
|
|
1837
|
+
"type": "address"
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"internalType": "address",
|
|
1841
|
+
"name": "receiver",
|
|
1842
|
+
"type": "address"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"internalType": "uint256",
|
|
1846
|
+
"name": "shares",
|
|
1847
|
+
"type": "uint256"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"internalType": "uint256",
|
|
1851
|
+
"name": "estimatedWithdrawAmount",
|
|
1852
|
+
"type": "uint256"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"internalType": "uint256",
|
|
1856
|
+
"name": "timestamp",
|
|
1857
|
+
"type": "uint256"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"internalType": "uint256",
|
|
1861
|
+
"name": "sequenceNumber",
|
|
1862
|
+
"type": "uint256"
|
|
1863
|
+
}
|
|
1864
|
+
],
|
|
1865
|
+
"internalType": "struct EmberETHVault.WithdrawalRequest",
|
|
1866
|
+
"name": "",
|
|
1867
|
+
"type": "tuple"
|
|
1868
|
+
}
|
|
1869
|
+
],
|
|
1870
|
+
"stateMutability": "view",
|
|
1871
|
+
"type": "function"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"inputs": [
|
|
1875
|
+
{
|
|
1876
|
+
"internalType": "address",
|
|
1877
|
+
"name": "_protocolConfig",
|
|
1878
|
+
"type": "address"
|
|
1879
|
+
},
|
|
1880
|
+
{
|
|
1881
|
+
"internalType": "address",
|
|
1882
|
+
"name": "initialOwner",
|
|
1883
|
+
"type": "address"
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"components": [
|
|
1887
|
+
{
|
|
1888
|
+
"internalType": "string",
|
|
1889
|
+
"name": "name",
|
|
1890
|
+
"type": "string"
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"internalType": "string",
|
|
1894
|
+
"name": "receiptTokenSymbol",
|
|
1895
|
+
"type": "string"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"internalType": "address",
|
|
1899
|
+
"name": "collateralToken",
|
|
1900
|
+
"type": "address"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"internalType": "address",
|
|
1904
|
+
"name": "admin",
|
|
1905
|
+
"type": "address"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"internalType": "address",
|
|
1909
|
+
"name": "operator",
|
|
1910
|
+
"type": "address"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"internalType": "address",
|
|
1914
|
+
"name": "rateManager",
|
|
1915
|
+
"type": "address"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"internalType": "uint256",
|
|
1919
|
+
"name": "maxRateChangePerUpdate",
|
|
1920
|
+
"type": "uint256"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"internalType": "uint256",
|
|
1924
|
+
"name": "feePercentage",
|
|
1925
|
+
"type": "uint256"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"internalType": "uint256",
|
|
1929
|
+
"name": "minWithdrawableShares",
|
|
1930
|
+
"type": "uint256"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"internalType": "uint256",
|
|
1934
|
+
"name": "rateUpdateInterval",
|
|
1935
|
+
"type": "uint256"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"internalType": "uint256",
|
|
1939
|
+
"name": "maxTVL",
|
|
1940
|
+
"type": "uint256"
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
"internalType": "struct EmberETHVault.VaultInitParams",
|
|
1944
|
+
"name": "params",
|
|
1945
|
+
"type": "tuple"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"internalType": "address[]",
|
|
1949
|
+
"name": "_subAccounts",
|
|
1950
|
+
"type": "address[]"
|
|
1951
|
+
}
|
|
1952
|
+
],
|
|
1953
|
+
"name": "initialize",
|
|
1954
|
+
"outputs": [],
|
|
1955
|
+
"stateMutability": "nonpayable",
|
|
1956
|
+
"type": "function"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"inputs": [
|
|
1960
|
+
{
|
|
1961
|
+
"internalType": "address",
|
|
1962
|
+
"name": "account",
|
|
1963
|
+
"type": "address"
|
|
1964
|
+
}
|
|
1965
|
+
],
|
|
1966
|
+
"name": "isSubAccount",
|
|
1967
|
+
"outputs": [
|
|
1968
|
+
{
|
|
1969
|
+
"internalType": "bool",
|
|
1970
|
+
"name": "",
|
|
1971
|
+
"type": "bool"
|
|
1972
|
+
}
|
|
1973
|
+
],
|
|
1974
|
+
"stateMutability": "view",
|
|
1975
|
+
"type": "function"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"inputs": [
|
|
1979
|
+
{
|
|
1980
|
+
"internalType": "address",
|
|
1981
|
+
"name": "",
|
|
1982
|
+
"type": "address"
|
|
1983
|
+
}
|
|
1984
|
+
],
|
|
1985
|
+
"name": "maxDeposit",
|
|
1986
|
+
"outputs": [
|
|
1987
|
+
{
|
|
1988
|
+
"internalType": "uint256",
|
|
1989
|
+
"name": "",
|
|
1990
|
+
"type": "uint256"
|
|
1991
|
+
}
|
|
1992
|
+
],
|
|
1993
|
+
"stateMutability": "view",
|
|
1994
|
+
"type": "function"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
"inputs": [
|
|
1998
|
+
{
|
|
1999
|
+
"internalType": "address",
|
|
2000
|
+
"name": "",
|
|
2001
|
+
"type": "address"
|
|
2002
|
+
}
|
|
2003
|
+
],
|
|
2004
|
+
"name": "maxMint",
|
|
2005
|
+
"outputs": [
|
|
2006
|
+
{
|
|
2007
|
+
"internalType": "uint256",
|
|
2008
|
+
"name": "",
|
|
2009
|
+
"type": "uint256"
|
|
2010
|
+
}
|
|
2011
|
+
],
|
|
2012
|
+
"stateMutability": "view",
|
|
2013
|
+
"type": "function"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"inputs": [
|
|
2017
|
+
{
|
|
2018
|
+
"internalType": "address",
|
|
2019
|
+
"name": "owner",
|
|
2020
|
+
"type": "address"
|
|
2021
|
+
}
|
|
2022
|
+
],
|
|
2023
|
+
"name": "maxRedeem",
|
|
2024
|
+
"outputs": [
|
|
2025
|
+
{
|
|
2026
|
+
"internalType": "uint256",
|
|
2027
|
+
"name": "",
|
|
2028
|
+
"type": "uint256"
|
|
2029
|
+
}
|
|
2030
|
+
],
|
|
2031
|
+
"stateMutability": "view",
|
|
2032
|
+
"type": "function"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"inputs": [],
|
|
2036
|
+
"name": "maxTVL",
|
|
2037
|
+
"outputs": [
|
|
2038
|
+
{
|
|
2039
|
+
"internalType": "uint256",
|
|
2040
|
+
"name": "",
|
|
2041
|
+
"type": "uint256"
|
|
2042
|
+
}
|
|
2043
|
+
],
|
|
2044
|
+
"stateMutability": "view",
|
|
2045
|
+
"type": "function"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"inputs": [
|
|
2049
|
+
{
|
|
2050
|
+
"internalType": "address",
|
|
2051
|
+
"name": "owner",
|
|
2052
|
+
"type": "address"
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"name": "maxWithdraw",
|
|
2056
|
+
"outputs": [
|
|
2057
|
+
{
|
|
2058
|
+
"internalType": "uint256",
|
|
2059
|
+
"name": "",
|
|
2060
|
+
"type": "uint256"
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"stateMutability": "view",
|
|
2064
|
+
"type": "function"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"inputs": [],
|
|
2068
|
+
"name": "minWithdrawableShares",
|
|
2069
|
+
"outputs": [
|
|
2070
|
+
{
|
|
2071
|
+
"internalType": "uint256",
|
|
2072
|
+
"name": "",
|
|
2073
|
+
"type": "uint256"
|
|
2074
|
+
}
|
|
2075
|
+
],
|
|
2076
|
+
"stateMutability": "view",
|
|
2077
|
+
"type": "function"
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"inputs": [
|
|
2081
|
+
{
|
|
2082
|
+
"internalType": "uint256",
|
|
2083
|
+
"name": "shares",
|
|
2084
|
+
"type": "uint256"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"internalType": "address",
|
|
2088
|
+
"name": "receiver",
|
|
2089
|
+
"type": "address"
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"name": "mint",
|
|
2093
|
+
"outputs": [
|
|
2094
|
+
{
|
|
2095
|
+
"internalType": "uint256",
|
|
2096
|
+
"name": "assets",
|
|
2097
|
+
"type": "uint256"
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"stateMutability": "nonpayable",
|
|
2101
|
+
"type": "function"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"inputs": [
|
|
2105
|
+
{
|
|
2106
|
+
"internalType": "uint256",
|
|
2107
|
+
"name": "shares",
|
|
2108
|
+
"type": "uint256"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
"internalType": "address",
|
|
2112
|
+
"name": "receiver",
|
|
2113
|
+
"type": "address"
|
|
2114
|
+
}
|
|
2115
|
+
],
|
|
2116
|
+
"name": "mintWithETH",
|
|
2117
|
+
"outputs": [
|
|
2118
|
+
{
|
|
2119
|
+
"internalType": "uint256",
|
|
2120
|
+
"name": "assets",
|
|
2121
|
+
"type": "uint256"
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"stateMutability": "payable",
|
|
2125
|
+
"type": "function"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"inputs": [
|
|
2129
|
+
{
|
|
2130
|
+
"internalType": "uint256",
|
|
2131
|
+
"name": "shares",
|
|
2132
|
+
"type": "uint256"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"internalType": "address",
|
|
2136
|
+
"name": "receiver",
|
|
2137
|
+
"type": "address"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
"internalType": "uint256",
|
|
2141
|
+
"name": "deadline",
|
|
2142
|
+
"type": "uint256"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"internalType": "uint8",
|
|
2146
|
+
"name": "v",
|
|
2147
|
+
"type": "uint8"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"internalType": "bytes32",
|
|
2151
|
+
"name": "r",
|
|
2152
|
+
"type": "bytes32"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"internalType": "bytes32",
|
|
2156
|
+
"name": "s",
|
|
2157
|
+
"type": "bytes32"
|
|
2158
|
+
}
|
|
2159
|
+
],
|
|
2160
|
+
"name": "mintWithPermit",
|
|
2161
|
+
"outputs": [
|
|
2162
|
+
{
|
|
2163
|
+
"internalType": "uint256",
|
|
2164
|
+
"name": "assets",
|
|
2165
|
+
"type": "uint256"
|
|
2166
|
+
}
|
|
2167
|
+
],
|
|
2168
|
+
"stateMutability": "nonpayable",
|
|
2169
|
+
"type": "function"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"inputs": [],
|
|
2173
|
+
"name": "name",
|
|
2174
|
+
"outputs": [
|
|
2175
|
+
{
|
|
2176
|
+
"internalType": "string",
|
|
2177
|
+
"name": "",
|
|
2178
|
+
"type": "string"
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"stateMutability": "view",
|
|
2182
|
+
"type": "function"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"inputs": [],
|
|
2186
|
+
"name": "owner",
|
|
2187
|
+
"outputs": [
|
|
2188
|
+
{
|
|
2189
|
+
"internalType": "address",
|
|
2190
|
+
"name": "",
|
|
2191
|
+
"type": "address"
|
|
2192
|
+
}
|
|
2193
|
+
],
|
|
2194
|
+
"stateMutability": "view",
|
|
2195
|
+
"type": "function"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"inputs": [],
|
|
2199
|
+
"name": "pauseStatus",
|
|
2200
|
+
"outputs": [
|
|
2201
|
+
{
|
|
2202
|
+
"internalType": "bool",
|
|
2203
|
+
"name": "deposits",
|
|
2204
|
+
"type": "bool"
|
|
2205
|
+
},
|
|
2206
|
+
{
|
|
2207
|
+
"internalType": "bool",
|
|
2208
|
+
"name": "withdrawals",
|
|
2209
|
+
"type": "bool"
|
|
2210
|
+
},
|
|
2211
|
+
{
|
|
2212
|
+
"internalType": "bool",
|
|
2213
|
+
"name": "privilegedOperations",
|
|
2214
|
+
"type": "bool"
|
|
2215
|
+
}
|
|
2216
|
+
],
|
|
2217
|
+
"stateMutability": "view",
|
|
2218
|
+
"type": "function"
|
|
2219
|
+
},
|
|
2220
|
+
{
|
|
2221
|
+
"inputs": [
|
|
2222
|
+
{
|
|
2223
|
+
"internalType": "uint256",
|
|
2224
|
+
"name": "",
|
|
2225
|
+
"type": "uint256"
|
|
2226
|
+
}
|
|
2227
|
+
],
|
|
2228
|
+
"name": "pendingWithdrawals",
|
|
2229
|
+
"outputs": [
|
|
2230
|
+
{
|
|
2231
|
+
"internalType": "address",
|
|
2232
|
+
"name": "owner",
|
|
2233
|
+
"type": "address"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"internalType": "address",
|
|
2237
|
+
"name": "receiver",
|
|
2238
|
+
"type": "address"
|
|
2239
|
+
},
|
|
2240
|
+
{
|
|
2241
|
+
"internalType": "uint256",
|
|
2242
|
+
"name": "shares",
|
|
2243
|
+
"type": "uint256"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"internalType": "uint256",
|
|
2247
|
+
"name": "estimatedWithdrawAmount",
|
|
2248
|
+
"type": "uint256"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"internalType": "uint256",
|
|
2252
|
+
"name": "timestamp",
|
|
2253
|
+
"type": "uint256"
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"internalType": "uint256",
|
|
2257
|
+
"name": "sequenceNumber",
|
|
2258
|
+
"type": "uint256"
|
|
2259
|
+
}
|
|
2260
|
+
],
|
|
2261
|
+
"stateMutability": "view",
|
|
2262
|
+
"type": "function"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"inputs": [],
|
|
2266
|
+
"name": "platformFee",
|
|
2267
|
+
"outputs": [
|
|
2268
|
+
{
|
|
2269
|
+
"internalType": "uint256",
|
|
2270
|
+
"name": "accrued",
|
|
2271
|
+
"type": "uint256"
|
|
2272
|
+
},
|
|
2273
|
+
{
|
|
2274
|
+
"internalType": "uint256",
|
|
2275
|
+
"name": "lastChargedAt",
|
|
2276
|
+
"type": "uint256"
|
|
2277
|
+
},
|
|
2278
|
+
{
|
|
2279
|
+
"internalType": "uint256",
|
|
2280
|
+
"name": "platformFeePercentage",
|
|
2281
|
+
"type": "uint256"
|
|
2282
|
+
}
|
|
2283
|
+
],
|
|
2284
|
+
"stateMutability": "view",
|
|
2285
|
+
"type": "function"
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"inputs": [
|
|
2289
|
+
{
|
|
2290
|
+
"internalType": "uint256",
|
|
2291
|
+
"name": "assets",
|
|
2292
|
+
"type": "uint256"
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"name": "previewDeposit",
|
|
2296
|
+
"outputs": [
|
|
2297
|
+
{
|
|
2298
|
+
"internalType": "uint256",
|
|
2299
|
+
"name": "",
|
|
2300
|
+
"type": "uint256"
|
|
2301
|
+
}
|
|
2302
|
+
],
|
|
2303
|
+
"stateMutability": "view",
|
|
2304
|
+
"type": "function"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"inputs": [
|
|
2308
|
+
{
|
|
2309
|
+
"internalType": "uint256",
|
|
2310
|
+
"name": "shares",
|
|
2311
|
+
"type": "uint256"
|
|
2312
|
+
}
|
|
2313
|
+
],
|
|
2314
|
+
"name": "previewMint",
|
|
2315
|
+
"outputs": [
|
|
2316
|
+
{
|
|
2317
|
+
"internalType": "uint256",
|
|
2318
|
+
"name": "",
|
|
2319
|
+
"type": "uint256"
|
|
2320
|
+
}
|
|
2321
|
+
],
|
|
2322
|
+
"stateMutability": "view",
|
|
2323
|
+
"type": "function"
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"inputs": [
|
|
2327
|
+
{
|
|
2328
|
+
"internalType": "uint256",
|
|
2329
|
+
"name": "shares",
|
|
2330
|
+
"type": "uint256"
|
|
2331
|
+
}
|
|
2332
|
+
],
|
|
2333
|
+
"name": "previewRedeem",
|
|
2334
|
+
"outputs": [
|
|
2335
|
+
{
|
|
2336
|
+
"internalType": "uint256",
|
|
2337
|
+
"name": "",
|
|
2338
|
+
"type": "uint256"
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"stateMutability": "view",
|
|
2342
|
+
"type": "function"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"inputs": [
|
|
2346
|
+
{
|
|
2347
|
+
"internalType": "uint256",
|
|
2348
|
+
"name": "assets",
|
|
2349
|
+
"type": "uint256"
|
|
2350
|
+
}
|
|
2351
|
+
],
|
|
2352
|
+
"name": "previewWithdraw",
|
|
2353
|
+
"outputs": [
|
|
2354
|
+
{
|
|
2355
|
+
"internalType": "uint256",
|
|
2356
|
+
"name": "",
|
|
2357
|
+
"type": "uint256"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"stateMutability": "view",
|
|
2361
|
+
"type": "function"
|
|
2362
|
+
},
|
|
2363
|
+
{
|
|
2364
|
+
"inputs": [
|
|
2365
|
+
{
|
|
2366
|
+
"internalType": "uint256",
|
|
2367
|
+
"name": "numRequests",
|
|
2368
|
+
"type": "uint256"
|
|
2369
|
+
}
|
|
2370
|
+
],
|
|
2371
|
+
"name": "processWithdrawalRequests",
|
|
2372
|
+
"outputs": [],
|
|
2373
|
+
"stateMutability": "nonpayable",
|
|
2374
|
+
"type": "function"
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"inputs": [],
|
|
2378
|
+
"name": "protocolConfig",
|
|
2379
|
+
"outputs": [
|
|
2380
|
+
{
|
|
2381
|
+
"internalType": "contract IEmberProtocolConfig",
|
|
2382
|
+
"name": "",
|
|
2383
|
+
"type": "address"
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"stateMutability": "view",
|
|
2387
|
+
"type": "function"
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"inputs": [],
|
|
2391
|
+
"name": "proxiableUUID",
|
|
2392
|
+
"outputs": [
|
|
2393
|
+
{
|
|
2394
|
+
"internalType": "bytes32",
|
|
2395
|
+
"name": "",
|
|
2396
|
+
"type": "bytes32"
|
|
2397
|
+
}
|
|
2398
|
+
],
|
|
2399
|
+
"stateMutability": "view",
|
|
2400
|
+
"type": "function"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"inputs": [],
|
|
2404
|
+
"name": "rate",
|
|
2405
|
+
"outputs": [
|
|
2406
|
+
{
|
|
2407
|
+
"internalType": "uint256",
|
|
2408
|
+
"name": "value",
|
|
2409
|
+
"type": "uint256"
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"internalType": "uint256",
|
|
2413
|
+
"name": "maxRateChangePerUpdate",
|
|
2414
|
+
"type": "uint256"
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"internalType": "uint256",
|
|
2418
|
+
"name": "rateUpdateInterval",
|
|
2419
|
+
"type": "uint256"
|
|
2420
|
+
},
|
|
2421
|
+
{
|
|
2422
|
+
"internalType": "uint256",
|
|
2423
|
+
"name": "lastUpdatedAt",
|
|
2424
|
+
"type": "uint256"
|
|
2425
|
+
}
|
|
2426
|
+
],
|
|
2427
|
+
"stateMutability": "view",
|
|
2428
|
+
"type": "function"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"inputs": [
|
|
2432
|
+
{
|
|
2433
|
+
"internalType": "uint256",
|
|
2434
|
+
"name": "",
|
|
2435
|
+
"type": "uint256"
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"internalType": "address",
|
|
2439
|
+
"name": "",
|
|
2440
|
+
"type": "address"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"internalType": "address",
|
|
2444
|
+
"name": "",
|
|
2445
|
+
"type": "address"
|
|
2446
|
+
}
|
|
2447
|
+
],
|
|
2448
|
+
"name": "redeem",
|
|
2449
|
+
"outputs": [
|
|
2450
|
+
{
|
|
2451
|
+
"internalType": "uint256",
|
|
2452
|
+
"name": "",
|
|
2453
|
+
"type": "uint256"
|
|
2454
|
+
}
|
|
2455
|
+
],
|
|
2456
|
+
"stateMutability": "nonpayable",
|
|
2457
|
+
"type": "function"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"inputs": [
|
|
2461
|
+
{
|
|
2462
|
+
"internalType": "uint256",
|
|
2463
|
+
"name": "shares",
|
|
2464
|
+
"type": "uint256"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"internalType": "address",
|
|
2468
|
+
"name": "receiver",
|
|
2469
|
+
"type": "address"
|
|
2470
|
+
}
|
|
2471
|
+
],
|
|
2472
|
+
"name": "redeemShares",
|
|
2473
|
+
"outputs": [
|
|
2474
|
+
{
|
|
2475
|
+
"components": [
|
|
2476
|
+
{
|
|
2477
|
+
"internalType": "address",
|
|
2478
|
+
"name": "owner",
|
|
2479
|
+
"type": "address"
|
|
2480
|
+
},
|
|
2481
|
+
{
|
|
2482
|
+
"internalType": "address",
|
|
2483
|
+
"name": "receiver",
|
|
2484
|
+
"type": "address"
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
"internalType": "uint256",
|
|
2488
|
+
"name": "shares",
|
|
2489
|
+
"type": "uint256"
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"internalType": "uint256",
|
|
2493
|
+
"name": "estimatedWithdrawAmount",
|
|
2494
|
+
"type": "uint256"
|
|
2495
|
+
},
|
|
2496
|
+
{
|
|
2497
|
+
"internalType": "uint256",
|
|
2498
|
+
"name": "timestamp",
|
|
2499
|
+
"type": "uint256"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"internalType": "uint256",
|
|
2503
|
+
"name": "sequenceNumber",
|
|
2504
|
+
"type": "uint256"
|
|
2505
|
+
}
|
|
2506
|
+
],
|
|
2507
|
+
"internalType": "struct EmberETHVault.WithdrawalRequest",
|
|
2508
|
+
"name": "request",
|
|
2509
|
+
"type": "tuple"
|
|
2510
|
+
}
|
|
2511
|
+
],
|
|
2512
|
+
"stateMutability": "nonpayable",
|
|
2513
|
+
"type": "function"
|
|
2514
|
+
},
|
|
2515
|
+
{
|
|
2516
|
+
"inputs": [],
|
|
2517
|
+
"name": "renounceOwnership",
|
|
2518
|
+
"outputs": [],
|
|
2519
|
+
"stateMutability": "nonpayable",
|
|
2520
|
+
"type": "function"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"inputs": [],
|
|
2524
|
+
"name": "roles",
|
|
2525
|
+
"outputs": [
|
|
2526
|
+
{
|
|
2527
|
+
"internalType": "address",
|
|
2528
|
+
"name": "admin",
|
|
2529
|
+
"type": "address"
|
|
2530
|
+
},
|
|
2531
|
+
{
|
|
2532
|
+
"internalType": "address",
|
|
2533
|
+
"name": "operator",
|
|
2534
|
+
"type": "address"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"internalType": "address",
|
|
2538
|
+
"name": "rateManager",
|
|
2539
|
+
"type": "address"
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"stateMutability": "view",
|
|
2543
|
+
"type": "function"
|
|
2544
|
+
},
|
|
2545
|
+
{
|
|
2546
|
+
"inputs": [],
|
|
2547
|
+
"name": "sequenceNumber",
|
|
2548
|
+
"outputs": [
|
|
2549
|
+
{
|
|
2550
|
+
"internalType": "uint256",
|
|
2551
|
+
"name": "",
|
|
2552
|
+
"type": "uint256"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"stateMutability": "view",
|
|
2556
|
+
"type": "function"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"inputs": [
|
|
2560
|
+
{
|
|
2561
|
+
"internalType": "address",
|
|
2562
|
+
"name": "caller",
|
|
2563
|
+
"type": "address"
|
|
2564
|
+
},
|
|
2565
|
+
{
|
|
2566
|
+
"internalType": "address",
|
|
2567
|
+
"name": "newAdmin",
|
|
2568
|
+
"type": "address"
|
|
2569
|
+
}
|
|
2570
|
+
],
|
|
2571
|
+
"name": "setAdmin",
|
|
2572
|
+
"outputs": [],
|
|
2573
|
+
"stateMutability": "nonpayable",
|
|
2574
|
+
"type": "function"
|
|
2575
|
+
},
|
|
2576
|
+
{
|
|
2577
|
+
"inputs": [
|
|
2578
|
+
{
|
|
2579
|
+
"internalType": "address",
|
|
2580
|
+
"name": "caller",
|
|
2581
|
+
"type": "address"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"internalType": "uint256",
|
|
2585
|
+
"name": "newFeePercentage",
|
|
2586
|
+
"type": "uint256"
|
|
2587
|
+
}
|
|
2588
|
+
],
|
|
2589
|
+
"name": "setFeePercentage",
|
|
2590
|
+
"outputs": [],
|
|
2591
|
+
"stateMutability": "nonpayable",
|
|
2592
|
+
"type": "function"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"inputs": [
|
|
2596
|
+
{
|
|
2597
|
+
"internalType": "address",
|
|
2598
|
+
"name": "caller",
|
|
2599
|
+
"type": "address"
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"internalType": "uint256",
|
|
2603
|
+
"name": "newMaxTVL",
|
|
2604
|
+
"type": "uint256"
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
"name": "setMaxTVL",
|
|
2608
|
+
"outputs": [],
|
|
2609
|
+
"stateMutability": "nonpayable",
|
|
2610
|
+
"type": "function"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"inputs": [
|
|
2614
|
+
{
|
|
2615
|
+
"internalType": "address",
|
|
2616
|
+
"name": "caller",
|
|
2617
|
+
"type": "address"
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
"internalType": "uint256",
|
|
2621
|
+
"name": "newMinWithdrawableShares",
|
|
2622
|
+
"type": "uint256"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"name": "setMinWithdrawableShares",
|
|
2626
|
+
"outputs": [],
|
|
2627
|
+
"stateMutability": "nonpayable",
|
|
2628
|
+
"type": "function"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"inputs": [
|
|
2632
|
+
{
|
|
2633
|
+
"internalType": "address",
|
|
2634
|
+
"name": "caller",
|
|
2635
|
+
"type": "address"
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"internalType": "address",
|
|
2639
|
+
"name": "newOperator",
|
|
2640
|
+
"type": "address"
|
|
2641
|
+
}
|
|
2642
|
+
],
|
|
2643
|
+
"name": "setOperator",
|
|
2644
|
+
"outputs": [],
|
|
2645
|
+
"stateMutability": "nonpayable",
|
|
2646
|
+
"type": "function"
|
|
2647
|
+
},
|
|
2648
|
+
{
|
|
2649
|
+
"inputs": [
|
|
2650
|
+
{
|
|
2651
|
+
"internalType": "address",
|
|
2652
|
+
"name": "caller",
|
|
2653
|
+
"type": "address"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"internalType": "string",
|
|
2657
|
+
"name": "operation",
|
|
2658
|
+
"type": "string"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
"internalType": "bool",
|
|
2662
|
+
"name": "paused",
|
|
2663
|
+
"type": "bool"
|
|
2664
|
+
}
|
|
2665
|
+
],
|
|
2666
|
+
"name": "setPausedStatus",
|
|
2667
|
+
"outputs": [],
|
|
2668
|
+
"stateMutability": "nonpayable",
|
|
2669
|
+
"type": "function"
|
|
2670
|
+
},
|
|
2671
|
+
{
|
|
2672
|
+
"inputs": [
|
|
2673
|
+
{
|
|
2674
|
+
"internalType": "address",
|
|
2675
|
+
"name": "caller",
|
|
2676
|
+
"type": "address"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"internalType": "address",
|
|
2680
|
+
"name": "newRateManager",
|
|
2681
|
+
"type": "address"
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"name": "setRateManager",
|
|
2685
|
+
"outputs": [],
|
|
2686
|
+
"stateMutability": "nonpayable",
|
|
2687
|
+
"type": "function"
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"inputs": [
|
|
2691
|
+
{
|
|
2692
|
+
"internalType": "address",
|
|
2693
|
+
"name": "caller",
|
|
2694
|
+
"type": "address"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"internalType": "uint256",
|
|
2698
|
+
"name": "newInterval",
|
|
2699
|
+
"type": "uint256"
|
|
2700
|
+
}
|
|
2701
|
+
],
|
|
2702
|
+
"name": "setRateUpdateInterval",
|
|
2703
|
+
"outputs": [],
|
|
2704
|
+
"stateMutability": "nonpayable",
|
|
2705
|
+
"type": "function"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
"inputs": [
|
|
2709
|
+
{
|
|
2710
|
+
"internalType": "address",
|
|
2711
|
+
"name": "caller",
|
|
2712
|
+
"type": "address"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"internalType": "address",
|
|
2716
|
+
"name": "account",
|
|
2717
|
+
"type": "address"
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"internalType": "bool",
|
|
2721
|
+
"name": "status",
|
|
2722
|
+
"type": "bool"
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"name": "setSubAccountStatus",
|
|
2726
|
+
"outputs": [],
|
|
2727
|
+
"stateMutability": "nonpayable",
|
|
2728
|
+
"type": "function"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"inputs": [
|
|
2732
|
+
{
|
|
2733
|
+
"internalType": "address",
|
|
2734
|
+
"name": "caller",
|
|
2735
|
+
"type": "address"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"internalType": "string",
|
|
2739
|
+
"name": "newName",
|
|
2740
|
+
"type": "string"
|
|
2741
|
+
}
|
|
2742
|
+
],
|
|
2743
|
+
"name": "setVaultName",
|
|
2744
|
+
"outputs": [],
|
|
2745
|
+
"stateMutability": "nonpayable",
|
|
2746
|
+
"type": "function"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"inputs": [
|
|
2750
|
+
{
|
|
2751
|
+
"internalType": "address",
|
|
2752
|
+
"name": "",
|
|
2753
|
+
"type": "address"
|
|
2754
|
+
}
|
|
2755
|
+
],
|
|
2756
|
+
"name": "subAccounts",
|
|
2757
|
+
"outputs": [
|
|
2758
|
+
{
|
|
2759
|
+
"internalType": "bool",
|
|
2760
|
+
"name": "",
|
|
2761
|
+
"type": "bool"
|
|
2762
|
+
}
|
|
2763
|
+
],
|
|
2764
|
+
"stateMutability": "view",
|
|
2765
|
+
"type": "function"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
"inputs": [],
|
|
2769
|
+
"name": "symbol",
|
|
2770
|
+
"outputs": [
|
|
2771
|
+
{
|
|
2772
|
+
"internalType": "string",
|
|
2773
|
+
"name": "",
|
|
2774
|
+
"type": "string"
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"stateMutability": "view",
|
|
2778
|
+
"type": "function"
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"inputs": [],
|
|
2782
|
+
"name": "totalAssets",
|
|
2783
|
+
"outputs": [
|
|
2784
|
+
{
|
|
2785
|
+
"internalType": "uint256",
|
|
2786
|
+
"name": "",
|
|
2787
|
+
"type": "uint256"
|
|
2788
|
+
}
|
|
2789
|
+
],
|
|
2790
|
+
"stateMutability": "view",
|
|
2791
|
+
"type": "function"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"inputs": [],
|
|
2795
|
+
"name": "totalSupply",
|
|
2796
|
+
"outputs": [
|
|
2797
|
+
{
|
|
2798
|
+
"internalType": "uint256",
|
|
2799
|
+
"name": "",
|
|
2800
|
+
"type": "uint256"
|
|
2801
|
+
}
|
|
2802
|
+
],
|
|
2803
|
+
"stateMutability": "view",
|
|
2804
|
+
"type": "function"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"inputs": [
|
|
2808
|
+
{
|
|
2809
|
+
"internalType": "address",
|
|
2810
|
+
"name": "to",
|
|
2811
|
+
"type": "address"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"internalType": "uint256",
|
|
2815
|
+
"name": "value",
|
|
2816
|
+
"type": "uint256"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"name": "transfer",
|
|
2820
|
+
"outputs": [
|
|
2821
|
+
{
|
|
2822
|
+
"internalType": "bool",
|
|
2823
|
+
"name": "",
|
|
2824
|
+
"type": "bool"
|
|
2825
|
+
}
|
|
2826
|
+
],
|
|
2827
|
+
"stateMutability": "nonpayable",
|
|
2828
|
+
"type": "function"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"inputs": [
|
|
2832
|
+
{
|
|
2833
|
+
"internalType": "address",
|
|
2834
|
+
"name": "from",
|
|
2835
|
+
"type": "address"
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"internalType": "address",
|
|
2839
|
+
"name": "to",
|
|
2840
|
+
"type": "address"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"internalType": "uint256",
|
|
2844
|
+
"name": "value",
|
|
2845
|
+
"type": "uint256"
|
|
2846
|
+
}
|
|
2847
|
+
],
|
|
2848
|
+
"name": "transferFrom",
|
|
2849
|
+
"outputs": [
|
|
2850
|
+
{
|
|
2851
|
+
"internalType": "bool",
|
|
2852
|
+
"name": "",
|
|
2853
|
+
"type": "bool"
|
|
2854
|
+
}
|
|
2855
|
+
],
|
|
2856
|
+
"stateMutability": "nonpayable",
|
|
2857
|
+
"type": "function"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"inputs": [
|
|
2861
|
+
{
|
|
2862
|
+
"internalType": "address",
|
|
2863
|
+
"name": "newOwner",
|
|
2864
|
+
"type": "address"
|
|
2865
|
+
}
|
|
2866
|
+
],
|
|
2867
|
+
"name": "transferOwnership",
|
|
2868
|
+
"outputs": [],
|
|
2869
|
+
"stateMutability": "nonpayable",
|
|
2870
|
+
"type": "function"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"inputs": [
|
|
2874
|
+
{
|
|
2875
|
+
"internalType": "uint256",
|
|
2876
|
+
"name": "newRate",
|
|
2877
|
+
"type": "uint256"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"name": "updateVaultRate",
|
|
2881
|
+
"outputs": [],
|
|
2882
|
+
"stateMutability": "nonpayable",
|
|
2883
|
+
"type": "function"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"inputs": [
|
|
2887
|
+
{
|
|
2888
|
+
"internalType": "address",
|
|
2889
|
+
"name": "newImplementation",
|
|
2890
|
+
"type": "address"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"internalType": "bytes",
|
|
2894
|
+
"name": "data",
|
|
2895
|
+
"type": "bytes"
|
|
2896
|
+
}
|
|
2897
|
+
],
|
|
2898
|
+
"name": "upgradeToAndCall",
|
|
2899
|
+
"outputs": [],
|
|
2900
|
+
"stateMutability": "payable",
|
|
2901
|
+
"type": "function"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
"inputs": [],
|
|
2905
|
+
"name": "vaultName",
|
|
2906
|
+
"outputs": [
|
|
2907
|
+
{
|
|
2908
|
+
"internalType": "string",
|
|
2909
|
+
"name": "",
|
|
2910
|
+
"type": "string"
|
|
2911
|
+
}
|
|
2912
|
+
],
|
|
2913
|
+
"stateMutability": "view",
|
|
2914
|
+
"type": "function"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"inputs": [],
|
|
2918
|
+
"name": "version",
|
|
2919
|
+
"outputs": [
|
|
2920
|
+
{
|
|
2921
|
+
"internalType": "string",
|
|
2922
|
+
"name": "",
|
|
2923
|
+
"type": "string"
|
|
2924
|
+
}
|
|
2925
|
+
],
|
|
2926
|
+
"stateMutability": "pure",
|
|
2927
|
+
"type": "function"
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"inputs": [
|
|
2931
|
+
{
|
|
2932
|
+
"internalType": "uint256",
|
|
2933
|
+
"name": "",
|
|
2934
|
+
"type": "uint256"
|
|
2935
|
+
},
|
|
2936
|
+
{
|
|
2937
|
+
"internalType": "address",
|
|
2938
|
+
"name": "",
|
|
2939
|
+
"type": "address"
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"internalType": "address",
|
|
2943
|
+
"name": "",
|
|
2944
|
+
"type": "address"
|
|
2945
|
+
}
|
|
2946
|
+
],
|
|
2947
|
+
"name": "withdraw",
|
|
2948
|
+
"outputs": [
|
|
2949
|
+
{
|
|
2950
|
+
"internalType": "uint256",
|
|
2951
|
+
"name": "",
|
|
2952
|
+
"type": "uint256"
|
|
2953
|
+
}
|
|
2954
|
+
],
|
|
2955
|
+
"stateMutability": "nonpayable",
|
|
2956
|
+
"type": "function"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"inputs": [
|
|
2960
|
+
{
|
|
2961
|
+
"internalType": "address",
|
|
2962
|
+
"name": "subAccount",
|
|
2963
|
+
"type": "address"
|
|
2964
|
+
},
|
|
2965
|
+
{
|
|
2966
|
+
"internalType": "uint256",
|
|
2967
|
+
"name": "amount",
|
|
2968
|
+
"type": "uint256"
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"name": "withdrawFromVaultWithoutRedeemingShares",
|
|
2972
|
+
"outputs": [],
|
|
2973
|
+
"stateMutability": "nonpayable",
|
|
2974
|
+
"type": "function"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"stateMutability": "payable",
|
|
2978
|
+
"type": "receive"
|
|
2979
|
+
}
|
|
2980
|
+
],
|
|
2981
|
+
"bytecode": "0x60a08060405234620000d157306080527ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009081549060ff8260401c16620000c257506001600160401b036002600160401b0319828216016200007c575b60405161556e9081620000d78239608051818181612f4f01526130980152f35b6001600160401b031990911681179091556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a13880806200005c565b63f92ee8a960e01b8152600490fd5b600080fdfe6080604052600436101561001b575b361561001957600080fd5b005b6000803560e01c806301e1d11414613e9857806306fdde0314613dd557806307a2d13a14613230578063095ea7b314613d245780630a28a47714613d055780630ace9ca014613cd55780630f777e1e14613cb757806318160ddd14613c8c5780631adf939614613b7757806323b872dd14613b3e57806326232a2e14613b0c5780632c4e722e14613ad25780632d2da80614613a1f578063313ce567146139d057806337a7f8cf146137bb57806338d52e0f14613785578063392f5f6414613748578063402d267d146111e057806342749b5c146136a857806345579ad114613479578063466916ca1461343c57806347bf474b146132355780634cdad506146132305780634f1ef2861461304957806350921b2314612fa757806352d1902d14612f3c57806354fd4d5014612ef15780635d78739a14612e6c5780635e5c06e214612e3357806364737b0b14612e1557806364ca23ef14612df75780636c184d5914612c795780636e553f6514612c4857806370a0823114610da1578063715018a614612bdd5780637b510fe814612b485780638da5cb5b14612b1257806392709e7414612a8d57806394bf804d14612a4257806395d89b411461296c5780639707df4d146128ae578063983c676d146125dd578063a2cdb407146123ff578063a2f8bc181461237a578063a9059cbb14612348578063ad3cb1cc14612302578063ae485651146122bb578063b3d7f6b91461229c578063b4069af9146112b5578063b460af94146112b0578063ba087652146112b0578063c55b6bb7146111e5578063c63d75b6146111e0578063c6e6f59214610450578063cbe0130e1461111d578063cd475c5a1461104b578063ce96cb7714611004578063d2045f6d14610fe6578063d26a685e14610fcb578063d29e155a14610df0578063d89d73f214610d62578063d905777e14610da1578063da34250c14610d62578063dd62ed3e14610d18578063e1bece85146104cc578063e615040014610455578063ef8b30f714610450578063f1ead12614610381578063f2fde38b146103545763f5efbb4f14610329575061000e565b34610351578060031936011261035157600e546040516001600160a01b039091168152602090f35b80fd5b50346103515760203660031901126103515761037e610371613f19565b610379614d35565b6145b6565b80f35b50346103515760403660031901126103515761039b613f19565b6103a3613f2f565b6103ab6146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5781600c549116918260018060a01b0319831617600c5560016010540191826010556103f6614ac8565b92604051938452602084015216907fabf0382cf5e7450b27a0c3b50f29baceb2bb1747e229bda15ca066ee224fc4cf60403092a460016000805160206154d98339815191525580f35b6040516282b42960e81b8152600490fd5b6141f1565b503461035157602036600319011261035157600435906011548210156103515760c06104808361421e565b5060018060a01b039081815416916001820154169060028101546003820154906005600484015493015493604051958652602086015260408501526060840152608083015260a0820152f35b5034610351576020366003190112610351576004356104e96146eb565b600c546001600160a01b0316330361043f57600e5460405163019db35d60e11b81528291602090829060049082906001600160a01b03165afa908115610d0d578491610cde575b50610ccc5760ff600f5460101c16610cbb578115610ca95760016010540160105560125460115492818411600014610ca15761056c8285614350565b80915b11610c99575b5061057e614ac8565b926040519261058c84614023565b60a036853785905b80821061071157505081106107095750601154836011558061067d575b50826012555b6105bf614c5e565b6020810151916060820151916080810151906040815191015160008051602061545983398151915254903088526000805160206153f98339815191526020526040882054926007549460105497604051998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526101208201527f4c3e6bfde866e1ee6eea052a486d7f45b9ef034639d2a10c014edbecf140855e6101403092a260016000805160206154d98339815191525580f35b600690806006029060068204036106f557601185527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c68908101905b8181106106c65750506105b1565b8060008492556000600182015560006002820155600060038201556000600482015560006005820155016106b8565b634e487b7160e01b85526011600452602485fd5b6012556105b7565b6107296107238593959897969861421e565b50614533565b916107338161421e565b610c8357600191600060058382869555828582015582600282015582600382015582600482015501550194019161076d60408201516146b8565b60018060a01b038251168852601360205260408820906107918260a0850151615209565b509261079e828583615254565b928415610c7b576107b38160a0840151615332565b928415610a7d57508415610a71575b50805160408201518b9384939290916107e4916001600160a01b03163061499d565b60018060a01b038251166000526013602052604060002090815460408401518110610a5f5760408401519003825560018201548015610a1c5760a084015160008091815b848110610a2e575b50509f9d9e9f15610a1c57816000198101116109f45761086e61085d610887936000190160018701614412565b90549060031b1c9160018601614412565b90919082549060031b91821b91600019901b1916179055565b61089360018301614d6e565b600181016109a2575b505060018060a01b038151168b8d60018060a01b0360208501511693604081015192608082015192604060008051602061545983398151915254913081526000805160206153f983398151915260205220549160a0601054940151946040519687528a60208801526040870152606086015289151560808601528a151560a086015260c085015260e08401526101008301526101208201527f14239ade46d853ae1a98641c2a237d05a11e24ff2678eb6bf0e409953779a0576101403092a4600160208a01510160208a015288510188526040880151016040880152610992575b15610594576080850160018151019052610594565b606086016001815101905261097d565b60028201549182821015610a0a57826000198101116109f4576109e760029261086e6109d76109ed9660001901868601614412565b90549060031b1c91858501614412565b01614d6e565b388061089c565b634e487b7160e01b600052601160045260246000fd5b604051634e23d03560e01b8152600490fd5b6040516341abc80160e01b8152600490fd5b81610a3c8260018a01614412565b90549060031b1c14610a5057600101610828565b92506001915038905080610830565b604051633999656760e01b8152600490fd5b600201549150386107c2565b9291905060408101513015610c6257306000526000805160206153f9833981519152602052604060002054818110610c3a5790806000923084526000805160206153f983398151915260205203604083205560008051602061545983398151915281815403905560405190815260008051602061549983398151915260203092a36040810151918360018060a01b036000805160206154b983398151915254166040516370a0823160e01b8152306004820152602081602481855afa908115610c2d57908f91849291610bf3575b5010610be157803b15610bdd578d8091602460405180948193632e1a7d4d60e01b83528760048401525af18015610bd057908e91610bb8575b508080809360018060a01b036020880151165af1610ba061435d565b506107e4575b60405163b12d13eb60e01b8152600490fd5b610bc190613fbf565b610bcc578c38610b84565b8c80fd5b8e604051903d90823e3d90fd5b8d80fd5b604051631e9acf1760e31b8152600490fd5b9150506020813d602011610c25575b81610c0f6020938361403e565b81010312610c205782905138610b4b565b600080fd5b3d9150610c02565b8f604051903d90823e3d90fd5b60405163391434e360e21b815230600482015260248101919091526044810191909152606490fd5b604051634b637e8f60e11b8152600481018d9052602490fd5b6000196107b3565b634e487b7160e01b600052600060045260246000fd5b915038610575565b84809161056f565b604051631f2a200560e01b8152600490fd5b60405162332c3760e81b8152600490fd5b604051634427925560e01b8152600490fd5b610d00915060203d602011610d06575b610cf8818361403e565b81019061438d565b38610530565b503d610cee565b6040513d86823e3d90fd5b503461035157604036600319011261035157610d32613f19565b610d43610d3d613f2f565b916140b1565b9060018060a01b03166000526020526020604060002054604051908152f35b50346103515760203660031901126103515760209060ff906040906001600160a01b03610d8d613f19565b168152600384522054166040519015158152f35b5034610351576020366003190112610351576020610de8610dc0613f19565b6001600160a01b031660009081526000805160206153f9833981519152602052604090205490565b604051908152f35b503461035157606036600319011261035157610e0a613f19565b6024356001600160401b038111610fc757610e29903690600401614165565b610e3161420f565b92610e3a6146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f57610e6536828461407a565b602081519101207f5f64eae0fc590a819e523a183a9fd4edc3a1c8c4a7b48218351d61312d3f0ea98114600014610f0f57506000805160206154f98339815191529160ff19600f541660ff8515151617600f555b6001601054019081601055610ee2610ecf614ac8565b9160405194608086526080860191614512565b9415156020840152604083015260608201528030930390a260016000805160206154d98339815191525580f35b7f8f920a39984cc439587762c50a220d6cc5590b1c4ecb08553287920ec5b8472e8103610f625750600f805461ff00191684151560081b61ff00161790556000805160206154f983398151915291610eb9565b7fa63f24cc1ddfba9aba789f3526150f9502ed673269c23a73c2ee48f83d667d7403610fb557600f805462ff0000191684151560101b62ff0000161790556000805160206154f983398151915291610eb9565b604051632a9ffab760e21b8152600490fd5b8280fd5b50346103515780600319360112610351576020610de8614585565b50346103515780600319360112610351576020600154604051908152f35b503461035157602036600319011261035157602090610de8906040906001600160a01b03611030613f19565b1681526000805160206153f9833981519152845220546146b8565b503461035157606036600319011261035157611065613f19565b61106d613f2f565b9061107661420f565b9161107f6146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5716908183526003602052604083209015159060ff1981541660ff8316179055600160105401806010556110d2614ac8565b604051928352602083015260408201527f9e675b24cc7385aaade7e2a734dbac9e591abf9c239e11336f6b582868af3c3f60603092a360016000805160206154d98339815191525580f35b503461035157604036600319011261035157611137613f19565b602435906111436146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577fe55193f6ef36646764379f90bc58ad4b10a3a0fdfb49ede367ff57b04e1b9fd2600654918060065560016010540190816010556111c86111a2614ac8565b926040519384933097859094939260609260808301968352602083015260408201520152565b0390a260016000805160206154d98339815191525580f35b613f59565b5034610351576040366003190112610351576111ff613f19565b611207613f2f565b61120f6146eb565b600e546001600160a01b0392908316330361043f578280600080516020615439833981519152541691160361043f5781600b549116918260018060a01b0319831617600b556001601054019182601055611267614ac8565b92604051938452602084015216907f580ae3f4445324f6fb6182e19b568f2ce59fb7550d3d3a9016130507ba807ea860403092a460016000805160206154d98339815191525580f35b6141b0565b503461035157600319608036820112612298576112d0613f19565b906112d9613f2f565b604435916001600160401b0383116122945761016090833603011261228c576040519161016083018381106001600160401b03821117611d365760405280600401356001600160401b038111612290576113399060043691840101614192565b83526024810135906001600160401b038211612290576113626101449260043691840101614192565b602085015261137360448201613f45565b604085015261138460648201613f45565b606085015261139560848201613f45565b60808501526113a660a48201613f45565b60a085015260c481013560c085015260e481013560e085015261010481013561010085015261012481013561012085015201356101408301526001600160401b036064351161228c5736602360643501121561228c576001600160401b036064356004013511612278576040519061142a60206064356004013560051b018361403e565b60643560040135825260208201803660246064356004013560051b60643501011161227457602460643501905b60246064356004013560051b6064350101821061225c57505060008051602061551983398151915254916001600160401b038316158061224e575b60016001600160401b038516149081612244575b15908161223b575b506122295760016001600160401b03198416176000805160206155198339815191525560ff8360401c16156121fc575b6001600160a01b03861615611b015760608501516001600160a01b031615611b015760808501516001600160a01b031615611b015760a08501516001600160a01b031615611b015760408501516001600160a01b031615611b01576040850151611550906001600160a01b0316614dae565b156121eb57606085015160808601516001600160a01b0391821691168181149182156121d4575b5081156121bd575b50610fb557610120850151604051636347b4f760e01b8152906020826004816001600160a01b038c165afa91821561208c578992612189575b50108015612119575b80156120a9575b6120975760e0850151604051633d3f7e8360e11b8152906020826004816001600160a01b038c165afa91821561208c578992612058575b501015610fb557845160208601519061161661515e565b61161e61515e565b8051906001600160401b038211612044576116476000805160206153d983398151915254614278565b601f8111611fd6575b50602090601f8311600114611f355761168192918b9183611d7e575b50508160011b916000199060031b1c19161790565b6000805160206153d9833981519152555b8051906001600160401b038211611f21576116bb60008051602061541983398151915254614278565b601f8111611eb3575b50602090601f8311600114611e0f5791806116f99261177795948c92611d7e5750508160011b916000199060031b1c19161790565b600080516020615419833981519152555b60408601516001600160a01b031661172061515e565b61172861515e565b6117318161518d565b9015611e0657905b6000805160206154b983398151915280546001600160a81b03191660a09390931b60ff60a01b169290921717905561176f61515e565b61037961515e565b61177f61515e565b61178761515e565b61178f61515e565b60016000805160206154d983398151915255600e80546001600160a01b0319166001600160a01b03871617905583515115610fb55761010084015115610ca95761014084015115610ca95783518051906001600160401b038211611df257611800826117fb8a54614278565b6144bd565b602090601f8311600114611d895761182f9291899183611d7e5750508160011b916000199060031b1c19161790565b86555b61014084015160015561010084015160025561184c614ac8565b9460e0850151806040805161186081613fed565b8a81528960208201520152876004558660055560065560405163aa12543760e01b815260208160048160018060a01b0386165afa908115611d0c578891611d4c575b5060c0860151610120870151916040518060808101106001600160401b03608083011117611d365760608160808c9301604052838152846020820152856040820152015260075560085560095585600a55866040805161190181613fed565b8281528260208201520152861515600f549061ff0062ff00008260101b169260ff83169062ffffff1916179160081b161717600f5560018060a01b0360608601511660405190630f1d76c160e01b8252600482015260208160248160018060a01b0386165afa908115611d0c578891611d17575b50611cb1576080850151604051630f1d76c160e01b81526001600160a01b039182166004820152906020908290602490829086165afa908115611d0c578891611ced575b50611cb15760a0850151604051630f1d76c160e01b81526001600160a01b0391821660048201529160209183916024918391165afa908115611ce2578791611cc3575b50611cb1576060840151608085015160a0860151604080516001600160a01b03928316949383169390921691849190611a3481613fed565b838152846020820152015260018060a01b0319600b541617600b5560018060a01b0319600c541617600c5560018060a01b0319600d541617600d55855b8351811015611b1357600581901b8401602001516001600160a01b0316908115611b015760608601516001600160a01b031682148015611aeb575b8015611ad5575b610fb55760019188526003602052604088208260ff1982541617905501611a71565b5060a08601516001600160a01b03168214611ab3565b5060808601516001600160a01b03168214611aac565b60405163d92e233d60e01b8152600490fd5b5083858794856010558251602084015193600160a01b6001900390604001511691600160a01b60019003600b541691600160a01b60019003600c541691600160a01b60019003600d54169160025490600654926008549460095496600754986001549a6040519d8e966101e08089528801611b8d91613ed6565b8781036020890152611b9e91613ed6565b956040015260608d015260808c015260a08b015289820360c08b0152519081815260200199908c5b818110611c92578d60ff8e8e7f7ba25c704df0b6295b7e0ea25b4a39c849d2d23e3feea925186a2bf0bafa1d508f8f8f8f8f8f8f8f60e08801526101008701526101208601526101408501526101608401526101808301526101a0820152856101c08201528030930390a260401c1615611c3d5780f35b60ff60401b196000805160206155198339815191525416600080516020615519833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b82516001600160a01b03168c5260209b8c019b90920191600101611bc6565b6040516309550c7760e01b8152600490fd5b611cdc915060203d602011610d0657610cf8818361403e565b386119fc565b6040513d89823e3d90fd5b611d06915060203d602011610d0657610cf8818361403e565b386119b9565b6040513d8a823e3d90fd5b611d30915060203d602011610d0657610cf8818361403e565b38611975565b634e487b7160e01b600052604160045260246000fd5b90506020813d602011611d76575b81611d676020938361403e565b81010312610c205751386118a2565b3d9150611d5a565b01519050388061166c565b9190888052602089209089935b601f1984168510611dd7576001945083601f19811610611dbe575b505050811b018655611832565b015160001960f88460031b161c19169055388080611db1565b81810151835560209485019460019093019290910190611d96565b634e487b7160e01b88526041600452602488fd5b50601290611739565b6000805160206154198339815191528a527f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa91908a5b601f1985168110611e9b57509183916001936117779695601f19811610611e82575b505050811b016000805160206154198339815191525561170a565b015160001960f88460031b161c19169055388080611e67565b91926020600181928685015181550194019201611e45565b6000805160206154198339815191526000527f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa601f840160051c810160208510611f1a575b601f830160051c82018110611f0e5750506116c4565b60008155600101611ef8565b5080611ef8565b634e487b7160e01b89526041600452602489fd5b6000805160206153d98339815191528b528a92917f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0915b601f1984168510611fbb576001945083601f19811610611fa2575b505050811b016000805160206153d983398151915255611692565b015160001960f88460031b161c19169055388080611f87565b81810151835560209485019460019093019290910190611f6c565b6000805160206153d98339815191526000527f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0601f840160051c81016020851061203d575b601f830160051c82018110612031575050611650565b6000815560010161201b565b508061201b565b634e487b7160e01b8a52604160045260248afd5b9091506020813d602011612084575b816120746020938361403e565b81010312610c20575190386115ff565b3d9150612067565b6040513d8b823e3d90fd5b6040516305fabb6160e41b8152600490fd5b50610120850151604051636347b4f760e01b8152906020826004816001600160a01b038c165afa91821561208c5789926120e5575b50146115c8565b9091506020813d602011612111575b816121016020938361403e565b81010312610c20575190386120de565b3d91506120f4565b50610120850151604051631857361b60e21b8152906020826004816001600160a01b038c165afa91821561208c578992612155575b50116115c1565b9091506020813d602011612181575b816121716020938361403e565b81010312610c205751903861214e565b3d9150612164565b9091506020813d6020116121b5575b816121a56020938361403e565b81010312610c20575190386115b8565b3d9150612198565b60a08701516001600160a01b03161490503861157f565b60a08801516001600160a01b031614915038611577565b6040516212c43360e51b8152600490fd5b68ffffffffffffffffff1983166801000000000000000117600080516020615519833981519152556114de565b60405163f92ee8a960e01b8152600490fd5b905015386114ae565b303b1591506114a6565b5060ff8360401c1615611492565b6020809161226984613f45565b815201910190611457565b8680fd5b634e487b7160e01b84526041600452602484fd5b8380fd5b8580fd5b8480fd5b5080fd5b5034610351576020366003190112610351576020610de860043561462a565b5034610351576020366003190112610351576004356122d861448b565b50601154811015610a0a576122f26107236122fe9261421e565b6040519182918261411e565b0390f35b50346103515780600319360112610351576122fe60405161232281614008565b60058152640352e302e360dc1b6020820152604051918291602083526020830190613ed6565b50346103515760403660031901126103515761236f612365613f19565b602435903361499d565b602060405160018152f35b503461035157604036600319011261035157612394613f19565b602435906123a06146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577faf012b1ff2011f0badfa5327c0027eab916991fa181cb95668cb91d869640f84600954918060095560016010540190816010556111c86111a2614ac8565b503461035157604036600319011261035157612419613f19565b906001600160401b03602435818111610fc75761243a903690600401614165565b9190936124456146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f5761246d6142b2565b9082116125c957612482826117fb8554614278565b8293601f8311600114612541576124d3838086977f5b9253f728a28595515c0c13aeff4928b4f7575a65faed9686a5b81ec115092f969791612536575b508160011b916000199060031b1c19161790565b85555b61251060016010540191826010556124ec614ac8565b9561250260405195608087526080870190613ed6565b918583036020870152614512565b93604083015260608201528030930390a260016000805160206154d98339815191525580f35b9050830135386124bf565b8380526020808520601f19851696909186905b8882106125b1575050847f5b9253f728a28595515c0c13aeff4928b4f7575a65faed9686a5b81ec115092f95969710612597575b5050600184811b0185556124d6565b820135600019600387901b60f8161c191690553880612588565b80600184958294958801358155019401920190612554565b634e487b7160e01b83526041600452602483fd5b5034610351576040366003190112610351576004356125fa613f2f565b9061260361448b565b5061260c6146eb565b600e5460405163019db35d60e11b81526020936001600160a01b0392831692918581600481875afa908115611ce2578791612891575b50610ccc5760ff600f5460081c16610cbb57604051630f1d76c160e01b808252336004830152908681602481885afa908115611d0c578891612874575b50611cb1578291602487926040519485938492835216968760048301525afa90811561286957869161284c575b50611cb1576002548310610a5f576126c58330336148c7565b6126d083303361499d565b6126d9836146b8565b9360016010540191826010556126ed614ac8565b92604051966126fb88613fd2565b33885283880195865260408801968752606088019081526080880194855260a08801918252601154600160401b8110156120445780600161273f920160115561421e565b612838576122fe996127d28594612817946040947fa860c7ba918bd53ab101f8fa1e1e8cee055aedf31b1d9c5b12401a91d79b17bd99988e5116918c60018060a01b031984818554161784558a60018501925116908254161790558d5160028301555160038201558a5160048201556005835191015560005260138752600184600020918c51835401835551910161442a565b6000805160206153f9833981519152600080516020615459833981519152549530835252205491808951169651169651945191601054906040519485943098866143a5565b0390a460016000805160206154d9833981519152556040519182918261411e565b634e487b7160e01b8a5260048a905260248afd5b6128639150853d8711610d0657610cf8818361403e565b386126ac565b6040513d88823e3d90fd5b61288b9150873d8911610d0657610cf8818361403e565b3861267f565b6128a89150863d8811610d0657610cf8818361403e565b38612642565b5034610351576040366003190112610351576128c8613f19565b6128d0613f2f565b6128d86146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5781600d549116918260018060a01b0319831617600d556001601054019182601055612923614ac8565b92604051938452602084015216907faa7b0c7c6fd0cf2871410f0351872fc38289ba30c1d2bbce69801ecc6f580f5a60403092a460016000805160206154d98339815191525580f35b5034610351578060031936011261035157604051600080516020615419833981519152805482600061299d83614278565b9283835260209460019186600182169182600014612a205750506001146129e1575b50506129cd9250038361403e565b6122fe604051928284938452830190613ed6565b85925060005281600020906000915b858310612a085750506129cd935082010185806129bf565b805483890185015287945086939092019181016129f0565b92509350506129cd94915060ff191682840152151560051b82010185806129bf565b5034610351576040366003190112610351576020612a73612a61613f2f565b612a696146eb565b3390600435614ade565b60016000805160206154d983398151915255604051908152f35b503461035157604036600319011261035157612aa7613f19565b60243590612ab36146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577f115a07d75a133acb9893ca5ea90040364eaa202319089bc8bbb680c20b1f308d600254918060025560016010540190816010556111c86111a2614ac8565b5034610351578060031936011261035157600080516020615439833981519152546040516001600160a01b039091168152602090f35b5034610351576020366003190112610351576040906001600160a01b03612b6d613f19565b16815260136020522080546122fe6002612bb360405194612b9c86612b95816001850161444d565b038761403e565b612bac604051809481930161444d565b038261403e565b612bcf60405194859485526060602086015260608501906140ea565b9083820360408501526140ea565b5034610351578060031936011261035157612bf6614d35565b60008051602061543983398151915280546001600160a01b031981169091556000906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5034610351576040366003190112610351576020612a73612c67613f2f565b612c6f6146eb565b339060043561471b565b5034610351576020806003193601126122985760043590612c986146eb565b600e5460405163019db35d60e11b8152908290829060049082906001600160a01b03165afa908115610d0d578491612dda575b50610ccc5760ff600f5460081c16610cbb573383526013815260408320805415610a1c576002810190848254905b818110612dbb57505060019081018054869291835b828110612d8f575b5050505015610a1c5780612d2d84612d4b9361442a565b6060612d37614ac8565b93604051958652850152606084019061444d565b9060408301527f26a8ebe011d9df7dc41969463828f28aca8de2432684e98ab0802dedfec312c833928030930390a360016000805160206154d98339815191525580f35b87612d9a8284614412565b90549060031b1c14612dad578301612d0e565b505050905038808080612d16565b85612dc68286614412565b90549060031b1c14610a1c57600101612cf9565b612df19150823d8411610d0657610cf8818361403e565b38612ccb565b50346103515780600319360112610351576020601054604051908152f35b50346103515780600319360112610351576020600254604051908152f35b5034610351576020366003190112610351576020906040906001600160a01b03612e5b613f19565b168152601383522054604051908152f35b503461035157604036600319011261035157612e86613f19565b60243590612e926146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577f81cba3db70153b4391f7ba791982067b5da23698c9cc17bec36baa0ca2e23870600154918060015560016010540190816010556111c86111a2614ac8565b50346103515780600319360112610351576122fe604051612f1181614008565b600a8152690ec625c605c605acae8d60b31b6020820152604051918291602083526020830190613ed6565b50346103515780600319360112610351577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003612f955760206040516000805160206154798339815191528152f35b60405163703e46dd60e11b8152600490fd5b503461035157612fb636613f7f565b9092612fc4969495966146eb565b6000805160206154b9833981519152546001600160a01b031691823b156122905760405163d505accf60e01b815294869486949385938793859361300e938e3033600489016143c9565b03925af1801561303e5761302a575b6020612a7333858761471b565b6130348291613fbf565b610351578061301d565b6040513d84823e3d90fd5b5060403660031901126103515761305e613f19565b6024356001600160401b038111610fc75736602382011215610fc75761308e90369060248160040135910161407a565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114908115613214575b50612f95576130d1614d35565b8216916040516352d1902d60e01b8152602081600481875afa8591816131e0575b5061311057604051634c9c8ce360e01b815260048101859052602490fd5b928493600080516020615479833981519152908181036131c85750823b156131af5780546001600160a01b0319168217905560405184917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a283511561319357508083602061318f95519101845af461318961435d565b91615375565b5080f35b92505050346131a0575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091506020813d60201161320c575b816131fc6020938361403e565b81010312612290575190386130f2565b3d91506131ef565b90508160008051602061547983398151915254161415386130c4565b613efb565b503461035157806003193601126103515761324e6146eb565b600c546001600160a01b03908116330361043f5780600e5416906040519263019db35d60e11b84526020938481600481875afa90811561303e57829161341f575b50610ccc5760ff600f5460101c16610cbb576132a9614c5e565b600454928315610ca957826000805160206154b98339815191525416916040516370a0823160e01b81523060048201528681602481875afa90811561303e5782916133f2575b508511610be1576004818155604051633a7c187560e21b8152928791849182905afa9182156133e55790859181936133a6575b50508161332f9293614a79565b7fed02de62b141d889c91396300a7aa3f6029483056b39c484aaf352dcde144a9d6001601054019283601055613363614ac8565b926133896040519283921695309588846040919493926060820195825260208201520152565b0390a360016000805160206154d983398151915255604051908152f35b87809294508193503d83116133de575b6133c0818361403e565b81010312612298575190838216820361035157508361332f38613322565b503d6133b6565b50604051903d90823e3d90fd5b90508681813d8311613418575b613409818361403e565b81010312610c205751386132ef565b503d6133ff565b6134369150853d8711610d0657610cf8818361403e565b3861328f565b50346103515780600319360112610351576060600f5460ff6040519181811615158352818160081c161515602084015260101c1615156040820152f35b503461035157602080600319360112612298576004356134976146eb565b600d546001600160a01b03908116330361043f57600e541660405163019db35d60e11b81528381600481855afa90811561365357859161368b575b50610ccc5760ff600f5460101c16610cbb576134ec614c5e565b6134f4614ac8565b92613504600a5460095490614405565b8410612097576040516302ef24cf60e31b81528181600481865afa90811561286957869161365e575b5083109182156135f1575b50506135d35760075491818311156135e55761355683838103614eda565b600854106135d3578282146135c157817f2f01f78204677498e6fe869268f60da77c27471229868c46a58de1b2f11183199260075581600a556111c8600160105401806010556040519384933097859094939260609260808301968352602083015260408201520152565b60405163c23f6ccb60e01b8152600490fd5b604051636a43f8d160e01b8152600490fd5b61355683808403614eda565b604051636953700160e11b81529192508290829060049082905afa918215613653578592613625575b505081113880613538565b90809250813d831161364c575b61363c818361403e565b81010312610c205751388061361a565b503d613632565b6040513d87823e3d90fd5b90508181813d8311613684575b613675818361403e565b81010312610c2057513861352d565b503d61366b565b6136a29150843d8611610d0657610cf8818361403e565b386134d2565b5034610351576136b736613f7f565b90926136c5969495966146eb565b6136ce8761462a565b6000805160206154b9833981519152546001600160a01b031692833b1561227457869493929161371886926040519889978896879563d505accf60e01b87523033600489016143c9565b03925af1801561303e57613734575b6020612a73338587614ade565b61373e8291613fbf565b6103515780613727565b5034610351578060031936011261035157606060018060a01b0380600b54169080600c541690600d54169060405192835260208301526040820152f35b50346103515780600319360112610351576000805160206154b9833981519152546040516001600160a01b039091168152602090f35b5034610351576040366003190112610351576137d5613f19565b602435906137e16146eb565b600c546001600160a01b0391908216330361043f5781600e541692604051809463019db35d60e11b825281600460209788935afa9081156128695786916139b3575b50610ccc5760ff600f5460101c16610cbb57828216938486526003815260ff60408720541615610fb5578115610ca9576000805160206154b9833981519152938085541690604051956370a0823160e01b958688523060048901528488602481875afa9788156139a8578a98613979575b50878611610be157856138a8918695614a79565b54169360246040518096819382523060048301525afa90811561286957869161392b575b507f3a344e0647678717dfd96e700b702a8a59a7aa8d1f3451b6351fcf0ae083ec55925061391360016010540180601055613905614ac8565b6040519485943098866143a5565b0390a360016000805160206154d98339815191525580f35b905082813d8311613972575b613941818361403e565b81010312610c20577f3a344e0647678717dfd96e700b702a8a59a7aa8d1f3451b6351fcf0ae083ec559151386138cc565b503d613937565b9097508481813d83116139a1575b613991818361403e565b81010312610c2057519638613894565b503d613987565b6040513d8c823e3d90fd5b6139ca9150853d8711610d0657610cf8818361403e565b38613823565b503461035157806003193601126103515760ff6000805160206154b98339815191525460a01c169060ff8211613a0b57602082604051908152f35b634e487b7160e01b81526011600452602490fd5b50602036600319011261035157613a34613f19565b90613a3d6146eb565b3415610ca9576000805160206154b9833981519152546001600160a01b0316803b15612298578160049160405192838092630d0e30db60e41b825234905af1801561303e57613abe575b6020612a73847fa7ab2f19110369479302d27af3a7b798be5185c2a0140afc91712c32dbbbd73683604051348152a130903461471b565b613ac88291613fbf565b6103515780613a87565b5034610351578060031936011261035157600754600854600954600a54604080519485526020850193909352918301526060820152608090f35b503461035157806003193601126103515760045460055460065460408051938452602084019290925290820152606090f35b50346103515760603660031901126103515761236f613b5b613f19565b613b63613f2f565b60443591613b728333836148c7565b61499d565b50604036600319011261035157613b8c613f2f565b90613b956146eb565b613ba060043561462a565b91823410610be1576000805160206154b9833981519152546001600160a01b0316803b15610fc757828491600460405180948193630d0e30db60e41b83525af18015613c8157613c6c575b50613c22907fa7ab2f19110369479302d27af3a7b798be5185c2a0140afc91712c32dbbbd7366020604051868152a130908461471b565b50813411613c48575b60208260016000805160206154d983398151915255604051908152f35b808080613c558534614350565b335af1613c6061435d565b5015610ba65738613c2b565b91613c7a613c229293613fbf565b9190613beb565b6040513d85823e3d90fd5b5034610351578060031936011261035157602060008051602061545983398151915254604051908152f35b50346103515780600319360112610351576020601254604051908152f35b50346103515780600319360112610351576122fe613cf16142b2565b604051918291602083526020830190613ed6565b5034610351576020366003190112610351576020610de86004356146d9565b503461035157604036600319011261035157613d3e613f19565b602435903315613dbc576001600160a01b0316918215613da45760408291613d65336140b1565b85825260205220556040519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560203392a3602060405160018152f35b60249060405190634a1406b160e11b82526004820152fd5b60405163e602df0560e01b815260048101849052602490fd5b50346103515780600319360112610351576040519080826000805160206153d9833981519152928354613e0781614278565b9384845260209560019287600182169182600014613e74575050600114613e38575b5050506129cd9250038361403e565b869350819291528282205b858310613e5c5750506129cd9350820101388080613e29565b80548389018501528794508693909201918101613e43565b9350945050506129cd94915060ff191682840152151560051b820101388080613e29565b50346103515780600319360112610351576020610de8614253565b60005b838110613ec65750506000910152565b8181015183820152602001613eb6565b90602091613eef81518092818552858086019101613eb3565b601f01601f1916010190565b34610c20576020366003190112610c20576020610de86004356146b8565b600435906001600160a01b0382168203610c2057565b602435906001600160a01b0382168203610c2057565b35906001600160a01b0382168203610c2057565b34610c20576020366003190112610c2057613f72613f19565b5060206040516000198152f35b60c0906003190112610c2057600435906024356001600160a01b0381168103610c2057906044359060643560ff81168103610c2057906084359060a43590565b6001600160401b038111611d3657604052565b60c081019081106001600160401b03821117611d3657604052565b606081019081106001600160401b03821117611d3657604052565b604081019081106001600160401b03821117611d3657604052565b60a081019081106001600160401b03821117611d3657604052565b90601f801991011681019081106001600160401b03821117611d3657604052565b6001600160401b038111611d3657601f01601f191660200190565b9291926140868261405f565b91614094604051938461403e565b829481845281830111610c20578281602093846000960137010152565b6001600160a01b031660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b90815180825260208080930193019160005b82811061410a575050505090565b8351855293810193928101926001016140fc565b91909160a08060c0830194600180831b0380825116855260208201511660208501526040810151604085015260608101516060850152608081015160808501520151910152565b9181601f84011215610c20578235916001600160401b038311610c205760208381860195010111610c2057565b9080601f83011215610c20578160206141ad9335910161407a565b90565b34610c20576060366003190112610c20576001600160a01b0360243581811603610c205760443590811603610c20576040516328ce783b60e21b8152600490fd5b34610c20576020366003190112610c20576020610de86004356146d9565b604435908115158203610c2057565b60115481101561423d5760116000526006602060002091020190600090565b634e487b7160e01b600052603260045260246000fd5b600080516020615459833981519152548015614272576141ad906146b8565b50600090565b90600182811c921680156142a8575b602083101461429257565b634e487b7160e01b600052602260045260246000fd5b91607f1691614287565b60405190600082600054916142c683614278565b80835260209360019081811690811561433057506001146142f2575b50506142f09250038361403e565b565b600080805285812095935091905b8183106143185750506142f0935082010138806142e2565b85548884018501529485019487945091830191614300565b9150506142f094925060ff191682840152151560051b82010138806142e2565b919082039182116109f457565b3d15614388573d9061436e8261405f565b9161437c604051938461403e565b82523d6000602084013e565b606090565b90816020910312610c2057518015158103610c205790565b9192608093969594919660a084019784526020840152604083015260608201520152565b9360ff929897969360c0969260e087019a60018060a01b0380921688521660208701526040860152606085015216608083015260a08201520152565b919082018092116109f457565b805482101561423d5760005260206000200190600090565b80549190600160401b831015611d36578261086e9160016142f095018155614412565b9081548082526020809201926000526020600020916000905b828210614474575050505090565b835485529384019360019384019390910190614466565b6040519061449882613fd2565b8160a06000918281528260208201528260408201528260608201528260808201520152565b601f81116144c9575050565b600090600080526020600020906020601f850160051c83019410614508575b601f0160051c01915b8281106144fd57505050565b8181556001016144f1565b90925082906144e8565b908060209392818452848401376000828201840152601f01601f1916010190565b9060405161454081613fd2565b82546001600160a01b039081168252600184015416602082015260028301546040820152600383015460608201526004830154608082015260059092015460a0830152565b6011546012548082111561459c576141ad91614350565b5050600090565b818102929181159184041417156109f457565b6001600160a01b039081169081156146115760008051602061543983398151915280546001600160a01b031981168417909155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3565b604051631e4fbdf760e01b815260006004820152602490fd5b6007549081158080156146b0575b6146a857614696577812725dd1d243aba0e75fe645cc4873f9e65afe688c928e1f21811161468457670de0b6b3a7640000029060001980820119831161468457816141ad930101614c3e565b604051631a93c68960e11b8152600490fd5b6040516323d359a360e01b8152600490fd5b505050600090565b508115614638565b600754801580156146d1575b61459c576141ad91614eda565b5081156146c4565b600754801561459c576141ad91614f14565b6000805160206154d983398151915260028154146147095760029055565b604051633ee5aeb560e01b8152600490fd5b600e549193926001600160a01b03928316929190614737614c5e565b6147418433614f35565b604090815193630f1d76c160e01b8552600494602081602481858d169a8b8b8301525afa9081156148bc5760009161489d575b5061488d5785600052600360205260ff83600020541661487d57831561486d5783903081841603614849575b506147ab91506146d9565b95861561483957866147bc9161508f565b60008051602061545983398151915254926147d5614253565b6001541061482b57507f2f319f08ae3fcb401c4325ba57ae57a5d38a443aca074042d7b0329c69dec991906001601054019081601055614826614816614ac8565b915192839233978b3098866143a5565b0390a4565b9051631c26652f60e21b8152fd5b8151631f2a200560e01b81528490fd5b6148659230916000805160206154b98339815191525416615048565b3882816147a0565b8251631f2a200560e01b81528590fd5b8251632a9ffab760e21b81528590fd5b82516309550c7760e01b81528590fd5b6148b6915060203d602011610d0657610cf8818361403e565b38614774565b84513d6000823e3d90fd5b91906148d2836140b1565b9260018060a01b0390818316916000958387526020526040862054936000198510614901575b50505050505050565b85851061496c575081161561495357811561493a579061492460409493926140b1565b90855260205203912055388080808080806148f8565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b03808416928315614a605716928315614a47576000908382526000805160206153f983398151915280602052604083205491848310614a1457508284600080516020615499833981519152959360409388602097528652038282205586815220818154019055604051908152a3565b60405163391434e360e21b81526001600160a01b0391909116600482015260248101929092525060448101839052606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b60405163a9059cbb60e01b60208201526001600160a01b03909216602483015260448083019390935291815260808101916001600160401b03831182841017611d36576142f0926040526150f6565b6103e88042029042820414421517156109f45790565b600e546001600160a01b03949390851692909190614afa614c5e565b614b048433614f35565b604090815193630f1d76c160e01b85526004946020816024818c87169a8b8b8301525afa9081156148bc57600091614c1f575b5061488d5785600052600360205260ff83600020541661487d57831561486d57614b60846146b8565b978815614c0f5791849189614b81943081841603614beb575b50505061508f565b6000805160206154598339815191525492614b9a614253565b6001541061482b57507f2f319f08ae3fcb401c4325ba57ae57a5d38a443aca074042d7b0329c69dec991906001601054019081601055614826614bdb614ac8565b9151928392339730978c866143a5565b614c079230916000805160206154b98339815191525416615048565b388981614b79565b8351631f2a200560e01b81528690fd5b614c38915060203d602011610d0657610cf8818361403e565b38614b37565b8115614c48570490565b634e487b7160e01b600052601260045260246000fd5b614c66614ac8565b614c7260055482614350565b8015614d31576000805160206154598339815191525415614cbe57614cb76b65e5f7c1933c98e93000000091614cb2614ca9614253565b600654906145a3565b6145a3565b0480614cc4575b50600555565b7f8967f4cdfa45d45e3ec0538510114515ae97545d8085b648d805880513efdcca82614cf283600454614405565b80600455614d28600160105401806010556040519384933097859094939260609260808301968352602083015260408201520152565b0390a238614cbe565b5050565b600080516020615439833981519152546001600160a01b03163303614d5657565b60405163118cdaa760e01b8152336004820152602490fd5b8054908115614d985760001991820191614d888383614412565b909182549160031b1b1916905555565b634e487b7160e01b600052603160045260246000fd5b6040516395d89b4160e01b81526000916001600160a01b0316908281600481855afa839181614e5e575b50614de257505090565b8060207f0f8a193ff464434486c0daf7db2a895884365d2bc84ba47a68fcf89c1b14b5b8925191012014614e14575090565b803b1561229857818091602460405180958193632e1a7d4d60e01b83528160048401525af19182614e4f575b5090614e495790565b50600190565b614e5890613fbf565b38614e40565b9091503d8085833e614e70818361403e565b810190602081830312612294578051906001600160401b038211612290570181601f8201121561229457805190614ea68261405f565b92614eb4604051948561403e565b828452602083830101116122905790614ed39160208085019101613eb3565b9038614dd8565b908015614696577812725dd1d243aba0e75fe645cc4873f9e65afe688c928e1f21821161468457670de0b6b3a76400006141ad9202614c3e565b90811561459c578160001904811161468457670de0b6b3a764000091020490565b6040805163019db35d60e11b815260049391926020926001600160a01b039081169290919084818881875afa90811561503d57600091615020575b506150105760ff600f54166150015783906024865180948193630f1d76c160e01b83521695868a8301525afa9081156148bc57600091614fe4575b50614fd557906003916000525260ff816000205416614fc8575050565b51632a9ffab760e21b8152fd5b5050516309550c7760e01b8152fd5b614ffb9150833d8511610d0657610cf8818361403e565b38614fab565b845162332c3760e81b81528690fd5b8451634427925560e01b81528690fd5b6150379150853d8711610d0657610cf8818361403e565b38614f70565b86513d6000823e3d90fd5b6040516323b872dd60e01b60208201526001600160a01b0392831660248201529290911660448301526064808301939093529181526142f09161508a82614023565b6150f6565b6001600160a01b0316908115614a475760008051602061549983398151915260206000926000805160206154598339815191526150cd828254614405565b90558484526000805160206153f9833981519152825260408420818154019055604051908152a3565b906000602091828151910182855af115615152576000513d61514957506001600160a01b0381163b155b6151275750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b60011415615120565b6040513d6000823e3d90fd5b60ff6000805160206155198339815191525460401c161561517b57565b604051631afcd79f60e31b8152600490fd5b90604051602081019063313ce56760e01b8252600481526151ad81614008565b5160009384928392916001600160a01b03165afa6151c961435d565b90806151fd575b6151da575b508190565b602081805181010312610fc7576020015160ff81116151d5576001925060ff1690565b506020815110156151d0565b9190600201916000928054935b84811061522b57506000935060001992915050565b826152368284614412565b90549060031b1c1461524a57600101615216565b9350505060019190565b918115615329575b50614e4957600e548151604051630f1d76c160e01b8082526001600160a01b039283166004830152602094919383169290918585602481875afa9485156151525760009561530a575b5084156152b6575b50505050905090565b85015160405192835216600482015291508290829060249082905afa918215615152576000926152ed575b505080388080806152ad565b6153039250803d10610d0657610cf8818361403e565b38806152e1565b615322919550863d8811610d0657610cf8818361403e565b93386152a5565b9050153861525c565b90600201906000918054925b83811061534f575050505060001990565b8261535a8284614412565b90549060031b1c1461536e5760010161533e565b9250505090565b9061539c575080511561538a57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806153cf575b6153ad575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156153a556fe52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace049016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f002f5a2354fe3af45a0eca3f54b24ff976ddb44f0fce1b11ea34ca93f0bd8d05cff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122007bee4baf69f8dd1f0bfcb6c564c3ea4db7705defb011daaec8c6a8512b33dd264736f6c63430008160033",
|
|
2982
|
+
"deployedBytecode": "0x6080604052600436101561001b575b361561001957600080fd5b005b6000803560e01c806301e1d11414613e9857806306fdde0314613dd557806307a2d13a14613230578063095ea7b314613d245780630a28a47714613d055780630ace9ca014613cd55780630f777e1e14613cb757806318160ddd14613c8c5780631adf939614613b7757806323b872dd14613b3e57806326232a2e14613b0c5780632c4e722e14613ad25780632d2da80614613a1f578063313ce567146139d057806337a7f8cf146137bb57806338d52e0f14613785578063392f5f6414613748578063402d267d146111e057806342749b5c146136a857806345579ad114613479578063466916ca1461343c57806347bf474b146132355780634cdad506146132305780634f1ef2861461304957806350921b2314612fa757806352d1902d14612f3c57806354fd4d5014612ef15780635d78739a14612e6c5780635e5c06e214612e3357806364737b0b14612e1557806364ca23ef14612df75780636c184d5914612c795780636e553f6514612c4857806370a0823114610da1578063715018a614612bdd5780637b510fe814612b485780638da5cb5b14612b1257806392709e7414612a8d57806394bf804d14612a4257806395d89b411461296c5780639707df4d146128ae578063983c676d146125dd578063a2cdb407146123ff578063a2f8bc181461237a578063a9059cbb14612348578063ad3cb1cc14612302578063ae485651146122bb578063b3d7f6b91461229c578063b4069af9146112b5578063b460af94146112b0578063ba087652146112b0578063c55b6bb7146111e5578063c63d75b6146111e0578063c6e6f59214610450578063cbe0130e1461111d578063cd475c5a1461104b578063ce96cb7714611004578063d2045f6d14610fe6578063d26a685e14610fcb578063d29e155a14610df0578063d89d73f214610d62578063d905777e14610da1578063da34250c14610d62578063dd62ed3e14610d18578063e1bece85146104cc578063e615040014610455578063ef8b30f714610450578063f1ead12614610381578063f2fde38b146103545763f5efbb4f14610329575061000e565b34610351578060031936011261035157600e546040516001600160a01b039091168152602090f35b80fd5b50346103515760203660031901126103515761037e610371613f19565b610379614d35565b6145b6565b80f35b50346103515760403660031901126103515761039b613f19565b6103a3613f2f565b6103ab6146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5781600c549116918260018060a01b0319831617600c5560016010540191826010556103f6614ac8565b92604051938452602084015216907fabf0382cf5e7450b27a0c3b50f29baceb2bb1747e229bda15ca066ee224fc4cf60403092a460016000805160206154d98339815191525580f35b6040516282b42960e81b8152600490fd5b6141f1565b503461035157602036600319011261035157600435906011548210156103515760c06104808361421e565b5060018060a01b039081815416916001820154169060028101546003820154906005600484015493015493604051958652602086015260408501526060840152608083015260a0820152f35b5034610351576020366003190112610351576004356104e96146eb565b600c546001600160a01b0316330361043f57600e5460405163019db35d60e11b81528291602090829060049082906001600160a01b03165afa908115610d0d578491610cde575b50610ccc5760ff600f5460101c16610cbb578115610ca95760016010540160105560125460115492818411600014610ca15761056c8285614350565b80915b11610c99575b5061057e614ac8565b926040519261058c84614023565b60a036853785905b80821061071157505081106107095750601154836011558061067d575b50826012555b6105bf614c5e565b6020810151916060820151916080810151906040815191015160008051602061545983398151915254903088526000805160206153f98339815191526020526040882054926007549460105497604051998a5260208a015260408901526060880152608087015260a086015260c085015260e08401526101008301526101208201527f4c3e6bfde866e1ee6eea052a486d7f45b9ef034639d2a10c014edbecf140855e6101403092a260016000805160206154d98339815191525580f35b600690806006029060068204036106f557601185527f31ecc21a745e3968a04e9570e4425bc18fa8019c68028196b546d1669c200c68908101905b8181106106c65750506105b1565b8060008492556000600182015560006002820155600060038201556000600482015560006005820155016106b8565b634e487b7160e01b85526011600452602485fd5b6012556105b7565b6107296107238593959897969861421e565b50614533565b916107338161421e565b610c8357600191600060058382869555828582015582600282015582600382015582600482015501550194019161076d60408201516146b8565b60018060a01b038251168852601360205260408820906107918260a0850151615209565b509261079e828583615254565b928415610c7b576107b38160a0840151615332565b928415610a7d57508415610a71575b50805160408201518b9384939290916107e4916001600160a01b03163061499d565b60018060a01b038251166000526013602052604060002090815460408401518110610a5f5760408401519003825560018201548015610a1c5760a084015160008091815b848110610a2e575b50509f9d9e9f15610a1c57816000198101116109f45761086e61085d610887936000190160018701614412565b90549060031b1c9160018601614412565b90919082549060031b91821b91600019901b1916179055565b61089360018301614d6e565b600181016109a2575b505060018060a01b038151168b8d60018060a01b0360208501511693604081015192608082015192604060008051602061545983398151915254913081526000805160206153f983398151915260205220549160a0601054940151946040519687528a60208801526040870152606086015289151560808601528a151560a086015260c085015260e08401526101008301526101208201527f14239ade46d853ae1a98641c2a237d05a11e24ff2678eb6bf0e409953779a0576101403092a4600160208a01510160208a015288510188526040880151016040880152610992575b15610594576080850160018151019052610594565b606086016001815101905261097d565b60028201549182821015610a0a57826000198101116109f4576109e760029261086e6109d76109ed9660001901868601614412565b90549060031b1c91858501614412565b01614d6e565b388061089c565b634e487b7160e01b600052601160045260246000fd5b604051634e23d03560e01b8152600490fd5b6040516341abc80160e01b8152600490fd5b81610a3c8260018a01614412565b90549060031b1c14610a5057600101610828565b92506001915038905080610830565b604051633999656760e01b8152600490fd5b600201549150386107c2565b9291905060408101513015610c6257306000526000805160206153f9833981519152602052604060002054818110610c3a5790806000923084526000805160206153f983398151915260205203604083205560008051602061545983398151915281815403905560405190815260008051602061549983398151915260203092a36040810151918360018060a01b036000805160206154b983398151915254166040516370a0823160e01b8152306004820152602081602481855afa908115610c2d57908f91849291610bf3575b5010610be157803b15610bdd578d8091602460405180948193632e1a7d4d60e01b83528760048401525af18015610bd057908e91610bb8575b508080809360018060a01b036020880151165af1610ba061435d565b506107e4575b60405163b12d13eb60e01b8152600490fd5b610bc190613fbf565b610bcc578c38610b84565b8c80fd5b8e604051903d90823e3d90fd5b8d80fd5b604051631e9acf1760e31b8152600490fd5b9150506020813d602011610c25575b81610c0f6020938361403e565b81010312610c205782905138610b4b565b600080fd5b3d9150610c02565b8f604051903d90823e3d90fd5b60405163391434e360e21b815230600482015260248101919091526044810191909152606490fd5b604051634b637e8f60e11b8152600481018d9052602490fd5b6000196107b3565b634e487b7160e01b600052600060045260246000fd5b915038610575565b84809161056f565b604051631f2a200560e01b8152600490fd5b60405162332c3760e81b8152600490fd5b604051634427925560e01b8152600490fd5b610d00915060203d602011610d06575b610cf8818361403e565b81019061438d565b38610530565b503d610cee565b6040513d86823e3d90fd5b503461035157604036600319011261035157610d32613f19565b610d43610d3d613f2f565b916140b1565b9060018060a01b03166000526020526020604060002054604051908152f35b50346103515760203660031901126103515760209060ff906040906001600160a01b03610d8d613f19565b168152600384522054166040519015158152f35b5034610351576020366003190112610351576020610de8610dc0613f19565b6001600160a01b031660009081526000805160206153f9833981519152602052604090205490565b604051908152f35b503461035157606036600319011261035157610e0a613f19565b6024356001600160401b038111610fc757610e29903690600401614165565b610e3161420f565b92610e3a6146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f57610e6536828461407a565b602081519101207f5f64eae0fc590a819e523a183a9fd4edc3a1c8c4a7b48218351d61312d3f0ea98114600014610f0f57506000805160206154f98339815191529160ff19600f541660ff8515151617600f555b6001601054019081601055610ee2610ecf614ac8565b9160405194608086526080860191614512565b9415156020840152604083015260608201528030930390a260016000805160206154d98339815191525580f35b7f8f920a39984cc439587762c50a220d6cc5590b1c4ecb08553287920ec5b8472e8103610f625750600f805461ff00191684151560081b61ff00161790556000805160206154f983398151915291610eb9565b7fa63f24cc1ddfba9aba789f3526150f9502ed673269c23a73c2ee48f83d667d7403610fb557600f805462ff0000191684151560101b62ff0000161790556000805160206154f983398151915291610eb9565b604051632a9ffab760e21b8152600490fd5b8280fd5b50346103515780600319360112610351576020610de8614585565b50346103515780600319360112610351576020600154604051908152f35b503461035157602036600319011261035157602090610de8906040906001600160a01b03611030613f19565b1681526000805160206153f9833981519152845220546146b8565b503461035157606036600319011261035157611065613f19565b61106d613f2f565b9061107661420f565b9161107f6146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5716908183526003602052604083209015159060ff1981541660ff8316179055600160105401806010556110d2614ac8565b604051928352602083015260408201527f9e675b24cc7385aaade7e2a734dbac9e591abf9c239e11336f6b582868af3c3f60603092a360016000805160206154d98339815191525580f35b503461035157604036600319011261035157611137613f19565b602435906111436146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577fe55193f6ef36646764379f90bc58ad4b10a3a0fdfb49ede367ff57b04e1b9fd2600654918060065560016010540190816010556111c86111a2614ac8565b926040519384933097859094939260609260808301968352602083015260408201520152565b0390a260016000805160206154d98339815191525580f35b613f59565b5034610351576040366003190112610351576111ff613f19565b611207613f2f565b61120f6146eb565b600e546001600160a01b0392908316330361043f578280600080516020615439833981519152541691160361043f5781600b549116918260018060a01b0319831617600b556001601054019182601055611267614ac8565b92604051938452602084015216907f580ae3f4445324f6fb6182e19b568f2ce59fb7550d3d3a9016130507ba807ea860403092a460016000805160206154d98339815191525580f35b6141b0565b503461035157600319608036820112612298576112d0613f19565b906112d9613f2f565b604435916001600160401b0383116122945761016090833603011261228c576040519161016083018381106001600160401b03821117611d365760405280600401356001600160401b038111612290576113399060043691840101614192565b83526024810135906001600160401b038211612290576113626101449260043691840101614192565b602085015261137360448201613f45565b604085015261138460648201613f45565b606085015261139560848201613f45565b60808501526113a660a48201613f45565b60a085015260c481013560c085015260e481013560e085015261010481013561010085015261012481013561012085015201356101408301526001600160401b036064351161228c5736602360643501121561228c576001600160401b036064356004013511612278576040519061142a60206064356004013560051b018361403e565b60643560040135825260208201803660246064356004013560051b60643501011161227457602460643501905b60246064356004013560051b6064350101821061225c57505060008051602061551983398151915254916001600160401b038316158061224e575b60016001600160401b038516149081612244575b15908161223b575b506122295760016001600160401b03198416176000805160206155198339815191525560ff8360401c16156121fc575b6001600160a01b03861615611b015760608501516001600160a01b031615611b015760808501516001600160a01b031615611b015760a08501516001600160a01b031615611b015760408501516001600160a01b031615611b01576040850151611550906001600160a01b0316614dae565b156121eb57606085015160808601516001600160a01b0391821691168181149182156121d4575b5081156121bd575b50610fb557610120850151604051636347b4f760e01b8152906020826004816001600160a01b038c165afa91821561208c578992612189575b50108015612119575b80156120a9575b6120975760e0850151604051633d3f7e8360e11b8152906020826004816001600160a01b038c165afa91821561208c578992612058575b501015610fb557845160208601519061161661515e565b61161e61515e565b8051906001600160401b038211612044576116476000805160206153d983398151915254614278565b601f8111611fd6575b50602090601f8311600114611f355761168192918b9183611d7e575b50508160011b916000199060031b1c19161790565b6000805160206153d9833981519152555b8051906001600160401b038211611f21576116bb60008051602061541983398151915254614278565b601f8111611eb3575b50602090601f8311600114611e0f5791806116f99261177795948c92611d7e5750508160011b916000199060031b1c19161790565b600080516020615419833981519152555b60408601516001600160a01b031661172061515e565b61172861515e565b6117318161518d565b9015611e0657905b6000805160206154b983398151915280546001600160a81b03191660a09390931b60ff60a01b169290921717905561176f61515e565b61037961515e565b61177f61515e565b61178761515e565b61178f61515e565b60016000805160206154d983398151915255600e80546001600160a01b0319166001600160a01b03871617905583515115610fb55761010084015115610ca95761014084015115610ca95783518051906001600160401b038211611df257611800826117fb8a54614278565b6144bd565b602090601f8311600114611d895761182f9291899183611d7e5750508160011b916000199060031b1c19161790565b86555b61014084015160015561010084015160025561184c614ac8565b9460e0850151806040805161186081613fed565b8a81528960208201520152876004558660055560065560405163aa12543760e01b815260208160048160018060a01b0386165afa908115611d0c578891611d4c575b5060c0860151610120870151916040518060808101106001600160401b03608083011117611d365760608160808c9301604052838152846020820152856040820152015260075560085560095585600a55866040805161190181613fed565b8281528260208201520152861515600f549061ff0062ff00008260101b169260ff83169062ffffff1916179160081b161717600f5560018060a01b0360608601511660405190630f1d76c160e01b8252600482015260208160248160018060a01b0386165afa908115611d0c578891611d17575b50611cb1576080850151604051630f1d76c160e01b81526001600160a01b039182166004820152906020908290602490829086165afa908115611d0c578891611ced575b50611cb15760a0850151604051630f1d76c160e01b81526001600160a01b0391821660048201529160209183916024918391165afa908115611ce2578791611cc3575b50611cb1576060840151608085015160a0860151604080516001600160a01b03928316949383169390921691849190611a3481613fed565b838152846020820152015260018060a01b0319600b541617600b5560018060a01b0319600c541617600c5560018060a01b0319600d541617600d55855b8351811015611b1357600581901b8401602001516001600160a01b0316908115611b015760608601516001600160a01b031682148015611aeb575b8015611ad5575b610fb55760019188526003602052604088208260ff1982541617905501611a71565b5060a08601516001600160a01b03168214611ab3565b5060808601516001600160a01b03168214611aac565b60405163d92e233d60e01b8152600490fd5b5083858794856010558251602084015193600160a01b6001900390604001511691600160a01b60019003600b541691600160a01b60019003600c541691600160a01b60019003600d54169160025490600654926008549460095496600754986001549a6040519d8e966101e08089528801611b8d91613ed6565b8781036020890152611b9e91613ed6565b956040015260608d015260808c015260a08b015289820360c08b0152519081815260200199908c5b818110611c92578d60ff8e8e7f7ba25c704df0b6295b7e0ea25b4a39c849d2d23e3feea925186a2bf0bafa1d508f8f8f8f8f8f8f8f60e08801526101008701526101208601526101408501526101608401526101808301526101a0820152856101c08201528030930390a260401c1615611c3d5780f35b60ff60401b196000805160206155198339815191525416600080516020615519833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b82516001600160a01b03168c5260209b8c019b90920191600101611bc6565b6040516309550c7760e01b8152600490fd5b611cdc915060203d602011610d0657610cf8818361403e565b386119fc565b6040513d89823e3d90fd5b611d06915060203d602011610d0657610cf8818361403e565b386119b9565b6040513d8a823e3d90fd5b611d30915060203d602011610d0657610cf8818361403e565b38611975565b634e487b7160e01b600052604160045260246000fd5b90506020813d602011611d76575b81611d676020938361403e565b81010312610c205751386118a2565b3d9150611d5a565b01519050388061166c565b9190888052602089209089935b601f1984168510611dd7576001945083601f19811610611dbe575b505050811b018655611832565b015160001960f88460031b161c19169055388080611db1565b81810151835560209485019460019093019290910190611d96565b634e487b7160e01b88526041600452602488fd5b50601290611739565b6000805160206154198339815191528a527f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa91908a5b601f1985168110611e9b57509183916001936117779695601f19811610611e82575b505050811b016000805160206154198339815191525561170a565b015160001960f88460031b161c19169055388080611e67565b91926020600181928685015181550194019201611e45565b6000805160206154198339815191526000527f46a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aa601f840160051c810160208510611f1a575b601f830160051c82018110611f0e5750506116c4565b60008155600101611ef8565b5080611ef8565b634e487b7160e01b89526041600452602489fd5b6000805160206153d98339815191528b528a92917f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0915b601f1984168510611fbb576001945083601f19811610611fa2575b505050811b016000805160206153d983398151915255611692565b015160001960f88460031b161c19169055388080611f87565b81810151835560209485019460019093019290910190611f6c565b6000805160206153d98339815191526000527f2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0601f840160051c81016020851061203d575b601f830160051c82018110612031575050611650565b6000815560010161201b565b508061201b565b634e487b7160e01b8a52604160045260248afd5b9091506020813d602011612084575b816120746020938361403e565b81010312610c20575190386115ff565b3d9150612067565b6040513d8b823e3d90fd5b6040516305fabb6160e41b8152600490fd5b50610120850151604051636347b4f760e01b8152906020826004816001600160a01b038c165afa91821561208c5789926120e5575b50146115c8565b9091506020813d602011612111575b816121016020938361403e565b81010312610c20575190386120de565b3d91506120f4565b50610120850151604051631857361b60e21b8152906020826004816001600160a01b038c165afa91821561208c578992612155575b50116115c1565b9091506020813d602011612181575b816121716020938361403e565b81010312610c205751903861214e565b3d9150612164565b9091506020813d6020116121b5575b816121a56020938361403e565b81010312610c20575190386115b8565b3d9150612198565b60a08701516001600160a01b03161490503861157f565b60a08801516001600160a01b031614915038611577565b6040516212c43360e51b8152600490fd5b68ffffffffffffffffff1983166801000000000000000117600080516020615519833981519152556114de565b60405163f92ee8a960e01b8152600490fd5b905015386114ae565b303b1591506114a6565b5060ff8360401c1615611492565b6020809161226984613f45565b815201910190611457565b8680fd5b634e487b7160e01b84526041600452602484fd5b8380fd5b8580fd5b8480fd5b5080fd5b5034610351576020366003190112610351576020610de860043561462a565b5034610351576020366003190112610351576004356122d861448b565b50601154811015610a0a576122f26107236122fe9261421e565b6040519182918261411e565b0390f35b50346103515780600319360112610351576122fe60405161232281614008565b60058152640352e302e360dc1b6020820152604051918291602083526020830190613ed6565b50346103515760403660031901126103515761236f612365613f19565b602435903361499d565b602060405160018152f35b503461035157604036600319011261035157612394613f19565b602435906123a06146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577faf012b1ff2011f0badfa5327c0027eab916991fa181cb95668cb91d869640f84600954918060095560016010540190816010556111c86111a2614ac8565b503461035157604036600319011261035157612419613f19565b906001600160401b03602435818111610fc75761243a903690600401614165565b9190936124456146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f5761246d6142b2565b9082116125c957612482826117fb8554614278565b8293601f8311600114612541576124d3838086977f5b9253f728a28595515c0c13aeff4928b4f7575a65faed9686a5b81ec115092f969791612536575b508160011b916000199060031b1c19161790565b85555b61251060016010540191826010556124ec614ac8565b9561250260405195608087526080870190613ed6565b918583036020870152614512565b93604083015260608201528030930390a260016000805160206154d98339815191525580f35b9050830135386124bf565b8380526020808520601f19851696909186905b8882106125b1575050847f5b9253f728a28595515c0c13aeff4928b4f7575a65faed9686a5b81ec115092f95969710612597575b5050600184811b0185556124d6565b820135600019600387901b60f8161c191690553880612588565b80600184958294958801358155019401920190612554565b634e487b7160e01b83526041600452602483fd5b5034610351576040366003190112610351576004356125fa613f2f565b9061260361448b565b5061260c6146eb565b600e5460405163019db35d60e11b81526020936001600160a01b0392831692918581600481875afa908115611ce2578791612891575b50610ccc5760ff600f5460081c16610cbb57604051630f1d76c160e01b808252336004830152908681602481885afa908115611d0c578891612874575b50611cb1578291602487926040519485938492835216968760048301525afa90811561286957869161284c575b50611cb1576002548310610a5f576126c58330336148c7565b6126d083303361499d565b6126d9836146b8565b9360016010540191826010556126ed614ac8565b92604051966126fb88613fd2565b33885283880195865260408801968752606088019081526080880194855260a08801918252601154600160401b8110156120445780600161273f920160115561421e565b612838576122fe996127d28594612817946040947fa860c7ba918bd53ab101f8fa1e1e8cee055aedf31b1d9c5b12401a91d79b17bd99988e5116918c60018060a01b031984818554161784558a60018501925116908254161790558d5160028301555160038201558a5160048201556005835191015560005260138752600184600020918c51835401835551910161442a565b6000805160206153f9833981519152600080516020615459833981519152549530835252205491808951169651169651945191601054906040519485943098866143a5565b0390a460016000805160206154d9833981519152556040519182918261411e565b634e487b7160e01b8a5260048a905260248afd5b6128639150853d8711610d0657610cf8818361403e565b386126ac565b6040513d88823e3d90fd5b61288b9150873d8911610d0657610cf8818361403e565b3861267f565b6128a89150863d8811610d0657610cf8818361403e565b38612642565b5034610351576040366003190112610351576128c8613f19565b6128d0613f2f565b6128d86146eb565b600e546001600160a01b0392908316330361043f578280600b541691160361043f5781600d549116918260018060a01b0319831617600d556001601054019182601055612923614ac8565b92604051938452602084015216907faa7b0c7c6fd0cf2871410f0351872fc38289ba30c1d2bbce69801ecc6f580f5a60403092a460016000805160206154d98339815191525580f35b5034610351578060031936011261035157604051600080516020615419833981519152805482600061299d83614278565b9283835260209460019186600182169182600014612a205750506001146129e1575b50506129cd9250038361403e565b6122fe604051928284938452830190613ed6565b85925060005281600020906000915b858310612a085750506129cd935082010185806129bf565b805483890185015287945086939092019181016129f0565b92509350506129cd94915060ff191682840152151560051b82010185806129bf565b5034610351576040366003190112610351576020612a73612a61613f2f565b612a696146eb565b3390600435614ade565b60016000805160206154d983398151915255604051908152f35b503461035157604036600319011261035157612aa7613f19565b60243590612ab36146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577f115a07d75a133acb9893ca5ea90040364eaa202319089bc8bbb680c20b1f308d600254918060025560016010540190816010556111c86111a2614ac8565b5034610351578060031936011261035157600080516020615439833981519152546040516001600160a01b039091168152602090f35b5034610351576020366003190112610351576040906001600160a01b03612b6d613f19565b16815260136020522080546122fe6002612bb360405194612b9c86612b95816001850161444d565b038761403e565b612bac604051809481930161444d565b038261403e565b612bcf60405194859485526060602086015260608501906140ea565b9083820360408501526140ea565b5034610351578060031936011261035157612bf6614d35565b60008051602061543983398151915280546001600160a01b031981169091556000906001600160a01b03167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08280a380f35b5034610351576040366003190112610351576020612a73612c67613f2f565b612c6f6146eb565b339060043561471b565b5034610351576020806003193601126122985760043590612c986146eb565b600e5460405163019db35d60e11b8152908290829060049082906001600160a01b03165afa908115610d0d578491612dda575b50610ccc5760ff600f5460081c16610cbb573383526013815260408320805415610a1c576002810190848254905b818110612dbb57505060019081018054869291835b828110612d8f575b5050505015610a1c5780612d2d84612d4b9361442a565b6060612d37614ac8565b93604051958652850152606084019061444d565b9060408301527f26a8ebe011d9df7dc41969463828f28aca8de2432684e98ab0802dedfec312c833928030930390a360016000805160206154d98339815191525580f35b87612d9a8284614412565b90549060031b1c14612dad578301612d0e565b505050905038808080612d16565b85612dc68286614412565b90549060031b1c14610a1c57600101612cf9565b612df19150823d8411610d0657610cf8818361403e565b38612ccb565b50346103515780600319360112610351576020601054604051908152f35b50346103515780600319360112610351576020600254604051908152f35b5034610351576020366003190112610351576020906040906001600160a01b03612e5b613f19565b168152601383522054604051908152f35b503461035157604036600319011261035157612e86613f19565b60243590612e926146eb565b600e546001600160a01b03908116330361043f5780600b541691160361043f577f81cba3db70153b4391f7ba791982067b5da23698c9cc17bec36baa0ca2e23870600154918060015560016010540190816010556111c86111a2614ac8565b50346103515780600319360112610351576122fe604051612f1181614008565b600a8152690ec625c605c605acae8d60b31b6020820152604051918291602083526020830190613ed6565b50346103515780600319360112610351577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003612f955760206040516000805160206154798339815191528152f35b60405163703e46dd60e11b8152600490fd5b503461035157612fb636613f7f565b9092612fc4969495966146eb565b6000805160206154b9833981519152546001600160a01b031691823b156122905760405163d505accf60e01b815294869486949385938793859361300e938e3033600489016143c9565b03925af1801561303e5761302a575b6020612a7333858761471b565b6130348291613fbf565b610351578061301d565b6040513d84823e3d90fd5b5060403660031901126103515761305e613f19565b6024356001600160401b038111610fc75736602382011215610fc75761308e90369060248160040135910161407a565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114908115613214575b50612f95576130d1614d35565b8216916040516352d1902d60e01b8152602081600481875afa8591816131e0575b5061311057604051634c9c8ce360e01b815260048101859052602490fd5b928493600080516020615479833981519152908181036131c85750823b156131af5780546001600160a01b0319168217905560405184917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8380a283511561319357508083602061318f95519101845af461318961435d565b91615375565b5080f35b92505050346131a0575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101839052602490fd5b60249060405190632a87526960e21b82526004820152fd5b9091506020813d60201161320c575b816131fc6020938361403e565b81010312612290575190386130f2565b3d91506131ef565b90508160008051602061547983398151915254161415386130c4565b613efb565b503461035157806003193601126103515761324e6146eb565b600c546001600160a01b03908116330361043f5780600e5416906040519263019db35d60e11b84526020938481600481875afa90811561303e57829161341f575b50610ccc5760ff600f5460101c16610cbb576132a9614c5e565b600454928315610ca957826000805160206154b98339815191525416916040516370a0823160e01b81523060048201528681602481875afa90811561303e5782916133f2575b508511610be1576004818155604051633a7c187560e21b8152928791849182905afa9182156133e55790859181936133a6575b50508161332f9293614a79565b7fed02de62b141d889c91396300a7aa3f6029483056b39c484aaf352dcde144a9d6001601054019283601055613363614ac8565b926133896040519283921695309588846040919493926060820195825260208201520152565b0390a360016000805160206154d983398151915255604051908152f35b87809294508193503d83116133de575b6133c0818361403e565b81010312612298575190838216820361035157508361332f38613322565b503d6133b6565b50604051903d90823e3d90fd5b90508681813d8311613418575b613409818361403e565b81010312610c205751386132ef565b503d6133ff565b6134369150853d8711610d0657610cf8818361403e565b3861328f565b50346103515780600319360112610351576060600f5460ff6040519181811615158352818160081c161515602084015260101c1615156040820152f35b503461035157602080600319360112612298576004356134976146eb565b600d546001600160a01b03908116330361043f57600e541660405163019db35d60e11b81528381600481855afa90811561365357859161368b575b50610ccc5760ff600f5460101c16610cbb576134ec614c5e565b6134f4614ac8565b92613504600a5460095490614405565b8410612097576040516302ef24cf60e31b81528181600481865afa90811561286957869161365e575b5083109182156135f1575b50506135d35760075491818311156135e55761355683838103614eda565b600854106135d3578282146135c157817f2f01f78204677498e6fe869268f60da77c27471229868c46a58de1b2f11183199260075581600a556111c8600160105401806010556040519384933097859094939260609260808301968352602083015260408201520152565b60405163c23f6ccb60e01b8152600490fd5b604051636a43f8d160e01b8152600490fd5b61355683808403614eda565b604051636953700160e11b81529192508290829060049082905afa918215613653578592613625575b505081113880613538565b90809250813d831161364c575b61363c818361403e565b81010312610c205751388061361a565b503d613632565b6040513d87823e3d90fd5b90508181813d8311613684575b613675818361403e565b81010312610c2057513861352d565b503d61366b565b6136a29150843d8611610d0657610cf8818361403e565b386134d2565b5034610351576136b736613f7f565b90926136c5969495966146eb565b6136ce8761462a565b6000805160206154b9833981519152546001600160a01b031692833b1561227457869493929161371886926040519889978896879563d505accf60e01b87523033600489016143c9565b03925af1801561303e57613734575b6020612a73338587614ade565b61373e8291613fbf565b6103515780613727565b5034610351578060031936011261035157606060018060a01b0380600b54169080600c541690600d54169060405192835260208301526040820152f35b50346103515780600319360112610351576000805160206154b9833981519152546040516001600160a01b039091168152602090f35b5034610351576040366003190112610351576137d5613f19565b602435906137e16146eb565b600c546001600160a01b0391908216330361043f5781600e541692604051809463019db35d60e11b825281600460209788935afa9081156128695786916139b3575b50610ccc5760ff600f5460101c16610cbb57828216938486526003815260ff60408720541615610fb5578115610ca9576000805160206154b9833981519152938085541690604051956370a0823160e01b958688523060048901528488602481875afa9788156139a8578a98613979575b50878611610be157856138a8918695614a79565b54169360246040518096819382523060048301525afa90811561286957869161392b575b507f3a344e0647678717dfd96e700b702a8a59a7aa8d1f3451b6351fcf0ae083ec55925061391360016010540180601055613905614ac8565b6040519485943098866143a5565b0390a360016000805160206154d98339815191525580f35b905082813d8311613972575b613941818361403e565b81010312610c20577f3a344e0647678717dfd96e700b702a8a59a7aa8d1f3451b6351fcf0ae083ec559151386138cc565b503d613937565b9097508481813d83116139a1575b613991818361403e565b81010312610c2057519638613894565b503d613987565b6040513d8c823e3d90fd5b6139ca9150853d8711610d0657610cf8818361403e565b38613823565b503461035157806003193601126103515760ff6000805160206154b98339815191525460a01c169060ff8211613a0b57602082604051908152f35b634e487b7160e01b81526011600452602490fd5b50602036600319011261035157613a34613f19565b90613a3d6146eb565b3415610ca9576000805160206154b9833981519152546001600160a01b0316803b15612298578160049160405192838092630d0e30db60e41b825234905af1801561303e57613abe575b6020612a73847fa7ab2f19110369479302d27af3a7b798be5185c2a0140afc91712c32dbbbd73683604051348152a130903461471b565b613ac88291613fbf565b6103515780613a87565b5034610351578060031936011261035157600754600854600954600a54604080519485526020850193909352918301526060820152608090f35b503461035157806003193601126103515760045460055460065460408051938452602084019290925290820152606090f35b50346103515760603660031901126103515761236f613b5b613f19565b613b63613f2f565b60443591613b728333836148c7565b61499d565b50604036600319011261035157613b8c613f2f565b90613b956146eb565b613ba060043561462a565b91823410610be1576000805160206154b9833981519152546001600160a01b0316803b15610fc757828491600460405180948193630d0e30db60e41b83525af18015613c8157613c6c575b50613c22907fa7ab2f19110369479302d27af3a7b798be5185c2a0140afc91712c32dbbbd7366020604051868152a130908461471b565b50813411613c48575b60208260016000805160206154d983398151915255604051908152f35b808080613c558534614350565b335af1613c6061435d565b5015610ba65738613c2b565b91613c7a613c229293613fbf565b9190613beb565b6040513d85823e3d90fd5b5034610351578060031936011261035157602060008051602061545983398151915254604051908152f35b50346103515780600319360112610351576020601254604051908152f35b50346103515780600319360112610351576122fe613cf16142b2565b604051918291602083526020830190613ed6565b5034610351576020366003190112610351576020610de86004356146d9565b503461035157604036600319011261035157613d3e613f19565b602435903315613dbc576001600160a01b0316918215613da45760408291613d65336140b1565b85825260205220556040519081527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560203392a3602060405160018152f35b60249060405190634a1406b160e11b82526004820152fd5b60405163e602df0560e01b815260048101849052602490fd5b50346103515780600319360112610351576040519080826000805160206153d9833981519152928354613e0781614278565b9384845260209560019287600182169182600014613e74575050600114613e38575b5050506129cd9250038361403e565b869350819291528282205b858310613e5c5750506129cd9350820101388080613e29565b80548389018501528794508693909201918101613e43565b9350945050506129cd94915060ff191682840152151560051b820101388080613e29565b50346103515780600319360112610351576020610de8614253565b60005b838110613ec65750506000910152565b8181015183820152602001613eb6565b90602091613eef81518092818552858086019101613eb3565b601f01601f1916010190565b34610c20576020366003190112610c20576020610de86004356146b8565b600435906001600160a01b0382168203610c2057565b602435906001600160a01b0382168203610c2057565b35906001600160a01b0382168203610c2057565b34610c20576020366003190112610c2057613f72613f19565b5060206040516000198152f35b60c0906003190112610c2057600435906024356001600160a01b0381168103610c2057906044359060643560ff81168103610c2057906084359060a43590565b6001600160401b038111611d3657604052565b60c081019081106001600160401b03821117611d3657604052565b606081019081106001600160401b03821117611d3657604052565b604081019081106001600160401b03821117611d3657604052565b60a081019081106001600160401b03821117611d3657604052565b90601f801991011681019081106001600160401b03821117611d3657604052565b6001600160401b038111611d3657601f01601f191660200190565b9291926140868261405f565b91614094604051938461403e565b829481845281830111610c20578281602093846000960137010152565b6001600160a01b031660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b90815180825260208080930193019160005b82811061410a575050505090565b8351855293810193928101926001016140fc565b91909160a08060c0830194600180831b0380825116855260208201511660208501526040810151604085015260608101516060850152608081015160808501520151910152565b9181601f84011215610c20578235916001600160401b038311610c205760208381860195010111610c2057565b9080601f83011215610c20578160206141ad9335910161407a565b90565b34610c20576060366003190112610c20576001600160a01b0360243581811603610c205760443590811603610c20576040516328ce783b60e21b8152600490fd5b34610c20576020366003190112610c20576020610de86004356146d9565b604435908115158203610c2057565b60115481101561423d5760116000526006602060002091020190600090565b634e487b7160e01b600052603260045260246000fd5b600080516020615459833981519152548015614272576141ad906146b8565b50600090565b90600182811c921680156142a8575b602083101461429257565b634e487b7160e01b600052602260045260246000fd5b91607f1691614287565b60405190600082600054916142c683614278565b80835260209360019081811690811561433057506001146142f2575b50506142f09250038361403e565b565b600080805285812095935091905b8183106143185750506142f0935082010138806142e2565b85548884018501529485019487945091830191614300565b9150506142f094925060ff191682840152151560051b82010138806142e2565b919082039182116109f457565b3d15614388573d9061436e8261405f565b9161437c604051938461403e565b82523d6000602084013e565b606090565b90816020910312610c2057518015158103610c205790565b9192608093969594919660a084019784526020840152604083015260608201520152565b9360ff929897969360c0969260e087019a60018060a01b0380921688521660208701526040860152606085015216608083015260a08201520152565b919082018092116109f457565b805482101561423d5760005260206000200190600090565b80549190600160401b831015611d36578261086e9160016142f095018155614412565b9081548082526020809201926000526020600020916000905b828210614474575050505090565b835485529384019360019384019390910190614466565b6040519061449882613fd2565b8160a06000918281528260208201528260408201528260608201528260808201520152565b601f81116144c9575050565b600090600080526020600020906020601f850160051c83019410614508575b601f0160051c01915b8281106144fd57505050565b8181556001016144f1565b90925082906144e8565b908060209392818452848401376000828201840152601f01601f1916010190565b9060405161454081613fd2565b82546001600160a01b039081168252600184015416602082015260028301546040820152600383015460608201526004830154608082015260059092015460a0830152565b6011546012548082111561459c576141ad91614350565b5050600090565b818102929181159184041417156109f457565b6001600160a01b039081169081156146115760008051602061543983398151915280546001600160a01b031981168417909155167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0600080a3565b604051631e4fbdf760e01b815260006004820152602490fd5b6007549081158080156146b0575b6146a857614696577812725dd1d243aba0e75fe645cc4873f9e65afe688c928e1f21811161468457670de0b6b3a7640000029060001980820119831161468457816141ad930101614c3e565b604051631a93c68960e11b8152600490fd5b6040516323d359a360e01b8152600490fd5b505050600090565b508115614638565b600754801580156146d1575b61459c576141ad91614eda565b5081156146c4565b600754801561459c576141ad91614f14565b6000805160206154d983398151915260028154146147095760029055565b604051633ee5aeb560e01b8152600490fd5b600e549193926001600160a01b03928316929190614737614c5e565b6147418433614f35565b604090815193630f1d76c160e01b8552600494602081602481858d169a8b8b8301525afa9081156148bc5760009161489d575b5061488d5785600052600360205260ff83600020541661487d57831561486d5783903081841603614849575b506147ab91506146d9565b95861561483957866147bc9161508f565b60008051602061545983398151915254926147d5614253565b6001541061482b57507f2f319f08ae3fcb401c4325ba57ae57a5d38a443aca074042d7b0329c69dec991906001601054019081601055614826614816614ac8565b915192839233978b3098866143a5565b0390a4565b9051631c26652f60e21b8152fd5b8151631f2a200560e01b81528490fd5b6148659230916000805160206154b98339815191525416615048565b3882816147a0565b8251631f2a200560e01b81528590fd5b8251632a9ffab760e21b81528590fd5b82516309550c7760e01b81528590fd5b6148b6915060203d602011610d0657610cf8818361403e565b38614774565b84513d6000823e3d90fd5b91906148d2836140b1565b9260018060a01b0390818316916000958387526020526040862054936000198510614901575b50505050505050565b85851061496c575081161561495357811561493a579061492460409493926140b1565b90855260205203912055388080808080806148f8565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b03808416928315614a605716928315614a47576000908382526000805160206153f983398151915280602052604083205491848310614a1457508284600080516020615499833981519152959360409388602097528652038282205586815220818154019055604051908152a3565b60405163391434e360e21b81526001600160a01b0391909116600482015260248101929092525060448101839052606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b60405163a9059cbb60e01b60208201526001600160a01b03909216602483015260448083019390935291815260808101916001600160401b03831182841017611d36576142f0926040526150f6565b6103e88042029042820414421517156109f45790565b600e546001600160a01b03949390851692909190614afa614c5e565b614b048433614f35565b604090815193630f1d76c160e01b85526004946020816024818c87169a8b8b8301525afa9081156148bc57600091614c1f575b5061488d5785600052600360205260ff83600020541661487d57831561486d57614b60846146b8565b978815614c0f5791849189614b81943081841603614beb575b50505061508f565b6000805160206154598339815191525492614b9a614253565b6001541061482b57507f2f319f08ae3fcb401c4325ba57ae57a5d38a443aca074042d7b0329c69dec991906001601054019081601055614826614bdb614ac8565b9151928392339730978c866143a5565b614c079230916000805160206154b98339815191525416615048565b388981614b79565b8351631f2a200560e01b81528690fd5b614c38915060203d602011610d0657610cf8818361403e565b38614b37565b8115614c48570490565b634e487b7160e01b600052601260045260246000fd5b614c66614ac8565b614c7260055482614350565b8015614d31576000805160206154598339815191525415614cbe57614cb76b65e5f7c1933c98e93000000091614cb2614ca9614253565b600654906145a3565b6145a3565b0480614cc4575b50600555565b7f8967f4cdfa45d45e3ec0538510114515ae97545d8085b648d805880513efdcca82614cf283600454614405565b80600455614d28600160105401806010556040519384933097859094939260609260808301968352602083015260408201520152565b0390a238614cbe565b5050565b600080516020615439833981519152546001600160a01b03163303614d5657565b60405163118cdaa760e01b8152336004820152602490fd5b8054908115614d985760001991820191614d888383614412565b909182549160031b1b1916905555565b634e487b7160e01b600052603160045260246000fd5b6040516395d89b4160e01b81526000916001600160a01b0316908281600481855afa839181614e5e575b50614de257505090565b8060207f0f8a193ff464434486c0daf7db2a895884365d2bc84ba47a68fcf89c1b14b5b8925191012014614e14575090565b803b1561229857818091602460405180958193632e1a7d4d60e01b83528160048401525af19182614e4f575b5090614e495790565b50600190565b614e5890613fbf565b38614e40565b9091503d8085833e614e70818361403e565b810190602081830312612294578051906001600160401b038211612290570181601f8201121561229457805190614ea68261405f565b92614eb4604051948561403e565b828452602083830101116122905790614ed39160208085019101613eb3565b9038614dd8565b908015614696577812725dd1d243aba0e75fe645cc4873f9e65afe688c928e1f21821161468457670de0b6b3a76400006141ad9202614c3e565b90811561459c578160001904811161468457670de0b6b3a764000091020490565b6040805163019db35d60e11b815260049391926020926001600160a01b039081169290919084818881875afa90811561503d57600091615020575b506150105760ff600f54166150015783906024865180948193630f1d76c160e01b83521695868a8301525afa9081156148bc57600091614fe4575b50614fd557906003916000525260ff816000205416614fc8575050565b51632a9ffab760e21b8152fd5b5050516309550c7760e01b8152fd5b614ffb9150833d8511610d0657610cf8818361403e565b38614fab565b845162332c3760e81b81528690fd5b8451634427925560e01b81528690fd5b6150379150853d8711610d0657610cf8818361403e565b38614f70565b86513d6000823e3d90fd5b6040516323b872dd60e01b60208201526001600160a01b0392831660248201529290911660448301526064808301939093529181526142f09161508a82614023565b6150f6565b6001600160a01b0316908115614a475760008051602061549983398151915260206000926000805160206154598339815191526150cd828254614405565b90558484526000805160206153f9833981519152825260408420818154019055604051908152a3565b906000602091828151910182855af115615152576000513d61514957506001600160a01b0381163b155b6151275750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b60011415615120565b6040513d6000823e3d90fd5b60ff6000805160206155198339815191525460401c161561517b57565b604051631afcd79f60e31b8152600490fd5b90604051602081019063313ce56760e01b8252600481526151ad81614008565b5160009384928392916001600160a01b03165afa6151c961435d565b90806151fd575b6151da575b508190565b602081805181010312610fc7576020015160ff81116151d5576001925060ff1690565b506020815110156151d0565b9190600201916000928054935b84811061522b57506000935060001992915050565b826152368284614412565b90549060031b1c1461524a57600101615216565b9350505060019190565b918115615329575b50614e4957600e548151604051630f1d76c160e01b8082526001600160a01b039283166004830152602094919383169290918585602481875afa9485156151525760009561530a575b5084156152b6575b50505050905090565b85015160405192835216600482015291508290829060249082905afa918215615152576000926152ed575b505080388080806152ad565b6153039250803d10610d0657610cf8818361403e565b38806152e1565b615322919550863d8811610d0657610cf8818361403e565b93386152a5565b9050153861525c565b90600201906000918054925b83811061534f575050505060001990565b8261535a8284614412565b90549060031b1c1461536e5760010161533e565b9250505090565b9061539c575080511561538a57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806153cf575b6153ad575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156153a556fe52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace049016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbcddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f002f5a2354fe3af45a0eca3f54b24ff976ddb44f0fce1b11ea34ca93f0bd8d05cff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122007bee4baf69f8dd1f0bfcb6c564c3ea4db7705defb011daaec8c6a8512b33dd264736f6c63430008160033",
|
|
2983
|
+
"linkReferences": {},
|
|
2984
|
+
"deployedLinkReferences": {}
|
|
2985
|
+
}
|