@venusprotocol/oracle 2.5.0-dev.5 → 2.5.0-dev.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/zksyncmainnet/.chainId +1 -0
- package/deployments/zksyncmainnet/BoundValidator.json +688 -0
- package/deployments/zksyncmainnet/BoundValidator_Implementation.json +749 -0
- package/deployments/zksyncmainnet/BoundValidator_Proxy.json +360 -0
- package/deployments/zksyncmainnet/ChainlinkOracle.json +715 -0
- package/deployments/zksyncmainnet/ChainlinkOracle_Implementation.json +841 -0
- package/deployments/zksyncmainnet/ChainlinkOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
- package/deployments/zksyncmainnet/RedStoneOracle.json +715 -0
- package/deployments/zksyncmainnet/RedStoneOracle_Implementation.json +803 -0
- package/deployments/zksyncmainnet/RedStoneOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/ResilientOracle.json +941 -0
- package/deployments/zksyncmainnet/ResilientOracle_Implementation.json +1211 -0
- package/deployments/zksyncmainnet/ResilientOracle_Proxy.json +322 -0
- package/deployments/zksyncmainnet/solcInputs/d14112d82bb23a35dc687350b4e61e84.json +343 -0
- package/deployments/zksyncmainnet.json +4765 -0
- package/deployments/zksyncmainnet_addresses.json +19 -0
- package/dist/helpers/deploymentConfig.d.ts.map +1 -1
- package/dist/helpers/deploymentConfig.js +50 -3
- package/dist/helpers/deploymentConfig.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,1211 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x88DcFE18AcE5a75659177c9F980C2771D9736e66",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "address",
|
|
8
|
+
"name": "nativeMarketAddress",
|
|
9
|
+
"type": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"internalType": "address",
|
|
13
|
+
"name": "vaiAddress",
|
|
14
|
+
"type": "address"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"internalType": "contract BoundValidatorInterface",
|
|
18
|
+
"name": "_boundValidator",
|
|
19
|
+
"type": "address"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"stateMutability": "nonpayable",
|
|
23
|
+
"type": "constructor"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputs": [
|
|
27
|
+
{
|
|
28
|
+
"internalType": "address",
|
|
29
|
+
"name": "sender",
|
|
30
|
+
"type": "address"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "address",
|
|
34
|
+
"name": "calledContract",
|
|
35
|
+
"type": "address"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"internalType": "string",
|
|
39
|
+
"name": "methodSignature",
|
|
40
|
+
"type": "string"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"name": "Unauthorized",
|
|
44
|
+
"type": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"anonymous": false,
|
|
48
|
+
"inputs": [
|
|
49
|
+
{
|
|
50
|
+
"indexed": false,
|
|
51
|
+
"internalType": "uint8",
|
|
52
|
+
"name": "version",
|
|
53
|
+
"type": "uint8"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"name": "Initialized",
|
|
57
|
+
"type": "event"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"anonymous": false,
|
|
61
|
+
"inputs": [
|
|
62
|
+
{
|
|
63
|
+
"indexed": false,
|
|
64
|
+
"internalType": "address",
|
|
65
|
+
"name": "oldAccessControlManager",
|
|
66
|
+
"type": "address"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"indexed": false,
|
|
70
|
+
"internalType": "address",
|
|
71
|
+
"name": "newAccessControlManager",
|
|
72
|
+
"type": "address"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"name": "NewAccessControlManager",
|
|
76
|
+
"type": "event"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"anonymous": false,
|
|
80
|
+
"inputs": [
|
|
81
|
+
{
|
|
82
|
+
"indexed": true,
|
|
83
|
+
"internalType": "address",
|
|
84
|
+
"name": "asset",
|
|
85
|
+
"type": "address"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"indexed": true,
|
|
89
|
+
"internalType": "uint256",
|
|
90
|
+
"name": "role",
|
|
91
|
+
"type": "uint256"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"indexed": true,
|
|
95
|
+
"internalType": "bool",
|
|
96
|
+
"name": "enable",
|
|
97
|
+
"type": "bool"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"name": "OracleEnabled",
|
|
101
|
+
"type": "event"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"anonymous": false,
|
|
105
|
+
"inputs": [
|
|
106
|
+
{
|
|
107
|
+
"indexed": true,
|
|
108
|
+
"internalType": "address",
|
|
109
|
+
"name": "asset",
|
|
110
|
+
"type": "address"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"indexed": true,
|
|
114
|
+
"internalType": "address",
|
|
115
|
+
"name": "oracle",
|
|
116
|
+
"type": "address"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"indexed": true,
|
|
120
|
+
"internalType": "uint256",
|
|
121
|
+
"name": "role",
|
|
122
|
+
"type": "uint256"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"name": "OracleSet",
|
|
126
|
+
"type": "event"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"anonymous": false,
|
|
130
|
+
"inputs": [
|
|
131
|
+
{
|
|
132
|
+
"indexed": true,
|
|
133
|
+
"internalType": "address",
|
|
134
|
+
"name": "previousOwner",
|
|
135
|
+
"type": "address"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"indexed": true,
|
|
139
|
+
"internalType": "address",
|
|
140
|
+
"name": "newOwner",
|
|
141
|
+
"type": "address"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"name": "OwnershipTransferStarted",
|
|
145
|
+
"type": "event"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"anonymous": false,
|
|
149
|
+
"inputs": [
|
|
150
|
+
{
|
|
151
|
+
"indexed": true,
|
|
152
|
+
"internalType": "address",
|
|
153
|
+
"name": "previousOwner",
|
|
154
|
+
"type": "address"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"indexed": true,
|
|
158
|
+
"internalType": "address",
|
|
159
|
+
"name": "newOwner",
|
|
160
|
+
"type": "address"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"name": "OwnershipTransferred",
|
|
164
|
+
"type": "event"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"anonymous": false,
|
|
168
|
+
"inputs": [
|
|
169
|
+
{
|
|
170
|
+
"indexed": false,
|
|
171
|
+
"internalType": "address",
|
|
172
|
+
"name": "account",
|
|
173
|
+
"type": "address"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"name": "Paused",
|
|
177
|
+
"type": "event"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"anonymous": false,
|
|
181
|
+
"inputs": [
|
|
182
|
+
{
|
|
183
|
+
"indexed": true,
|
|
184
|
+
"internalType": "address",
|
|
185
|
+
"name": "asset",
|
|
186
|
+
"type": "address"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"indexed": true,
|
|
190
|
+
"internalType": "address",
|
|
191
|
+
"name": "mainOracle",
|
|
192
|
+
"type": "address"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"indexed": true,
|
|
196
|
+
"internalType": "address",
|
|
197
|
+
"name": "pivotOracle",
|
|
198
|
+
"type": "address"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"indexed": false,
|
|
202
|
+
"internalType": "address",
|
|
203
|
+
"name": "fallbackOracle",
|
|
204
|
+
"type": "address"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"name": "TokenConfigAdded",
|
|
208
|
+
"type": "event"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"anonymous": false,
|
|
212
|
+
"inputs": [
|
|
213
|
+
{
|
|
214
|
+
"indexed": false,
|
|
215
|
+
"internalType": "address",
|
|
216
|
+
"name": "account",
|
|
217
|
+
"type": "address"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"name": "Unpaused",
|
|
221
|
+
"type": "event"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"inputs": [],
|
|
225
|
+
"name": "INVALID_PRICE",
|
|
226
|
+
"outputs": [
|
|
227
|
+
{
|
|
228
|
+
"internalType": "uint256",
|
|
229
|
+
"name": "",
|
|
230
|
+
"type": "uint256"
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"stateMutability": "view",
|
|
234
|
+
"type": "function"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"inputs": [],
|
|
238
|
+
"name": "NATIVE_TOKEN_ADDR",
|
|
239
|
+
"outputs": [
|
|
240
|
+
{
|
|
241
|
+
"internalType": "address",
|
|
242
|
+
"name": "",
|
|
243
|
+
"type": "address"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"stateMutability": "view",
|
|
247
|
+
"type": "function"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"inputs": [],
|
|
251
|
+
"name": "acceptOwnership",
|
|
252
|
+
"outputs": [],
|
|
253
|
+
"stateMutability": "nonpayable",
|
|
254
|
+
"type": "function"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"inputs": [],
|
|
258
|
+
"name": "accessControlManager",
|
|
259
|
+
"outputs": [
|
|
260
|
+
{
|
|
261
|
+
"internalType": "contract IAccessControlManagerV8",
|
|
262
|
+
"name": "",
|
|
263
|
+
"type": "address"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"stateMutability": "view",
|
|
267
|
+
"type": "function"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"inputs": [],
|
|
271
|
+
"name": "boundValidator",
|
|
272
|
+
"outputs": [
|
|
273
|
+
{
|
|
274
|
+
"internalType": "contract BoundValidatorInterface",
|
|
275
|
+
"name": "",
|
|
276
|
+
"type": "address"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"stateMutability": "view",
|
|
280
|
+
"type": "function"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"inputs": [
|
|
284
|
+
{
|
|
285
|
+
"internalType": "address",
|
|
286
|
+
"name": "asset",
|
|
287
|
+
"type": "address"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"internalType": "enum ResilientOracle.OracleRole",
|
|
291
|
+
"name": "role",
|
|
292
|
+
"type": "uint8"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"internalType": "bool",
|
|
296
|
+
"name": "enable",
|
|
297
|
+
"type": "bool"
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"name": "enableOracle",
|
|
301
|
+
"outputs": [],
|
|
302
|
+
"stateMutability": "nonpayable",
|
|
303
|
+
"type": "function"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"inputs": [
|
|
307
|
+
{
|
|
308
|
+
"internalType": "address",
|
|
309
|
+
"name": "asset",
|
|
310
|
+
"type": "address"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"internalType": "enum ResilientOracle.OracleRole",
|
|
314
|
+
"name": "role",
|
|
315
|
+
"type": "uint8"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"name": "getOracle",
|
|
319
|
+
"outputs": [
|
|
320
|
+
{
|
|
321
|
+
"internalType": "address",
|
|
322
|
+
"name": "oracle",
|
|
323
|
+
"type": "address"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"internalType": "bool",
|
|
327
|
+
"name": "enabled",
|
|
328
|
+
"type": "bool"
|
|
329
|
+
}
|
|
330
|
+
],
|
|
331
|
+
"stateMutability": "view",
|
|
332
|
+
"type": "function"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"inputs": [
|
|
336
|
+
{
|
|
337
|
+
"internalType": "address",
|
|
338
|
+
"name": "asset",
|
|
339
|
+
"type": "address"
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"name": "getPrice",
|
|
343
|
+
"outputs": [
|
|
344
|
+
{
|
|
345
|
+
"internalType": "uint256",
|
|
346
|
+
"name": "",
|
|
347
|
+
"type": "uint256"
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"stateMutability": "view",
|
|
351
|
+
"type": "function"
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"inputs": [
|
|
355
|
+
{
|
|
356
|
+
"internalType": "address",
|
|
357
|
+
"name": "asset",
|
|
358
|
+
"type": "address"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"name": "getTokenConfig",
|
|
362
|
+
"outputs": [
|
|
363
|
+
{
|
|
364
|
+
"components": [
|
|
365
|
+
{
|
|
366
|
+
"internalType": "address",
|
|
367
|
+
"name": "asset",
|
|
368
|
+
"type": "address"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"internalType": "address[3]",
|
|
372
|
+
"name": "oracles",
|
|
373
|
+
"type": "address[3]"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"internalType": "bool[3]",
|
|
377
|
+
"name": "enableFlagsForOracles",
|
|
378
|
+
"type": "bool[3]"
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"internalType": "struct ResilientOracle.TokenConfig",
|
|
382
|
+
"name": "",
|
|
383
|
+
"type": "tuple"
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"stateMutability": "view",
|
|
387
|
+
"type": "function"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"inputs": [
|
|
391
|
+
{
|
|
392
|
+
"internalType": "address",
|
|
393
|
+
"name": "vToken",
|
|
394
|
+
"type": "address"
|
|
395
|
+
}
|
|
396
|
+
],
|
|
397
|
+
"name": "getUnderlyingPrice",
|
|
398
|
+
"outputs": [
|
|
399
|
+
{
|
|
400
|
+
"internalType": "uint256",
|
|
401
|
+
"name": "",
|
|
402
|
+
"type": "uint256"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"stateMutability": "view",
|
|
406
|
+
"type": "function"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"inputs": [
|
|
410
|
+
{
|
|
411
|
+
"internalType": "address",
|
|
412
|
+
"name": "accessControlManager_",
|
|
413
|
+
"type": "address"
|
|
414
|
+
}
|
|
415
|
+
],
|
|
416
|
+
"name": "initialize",
|
|
417
|
+
"outputs": [],
|
|
418
|
+
"stateMutability": "nonpayable",
|
|
419
|
+
"type": "function"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"inputs": [],
|
|
423
|
+
"name": "nativeMarket",
|
|
424
|
+
"outputs": [
|
|
425
|
+
{
|
|
426
|
+
"internalType": "address",
|
|
427
|
+
"name": "",
|
|
428
|
+
"type": "address"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"stateMutability": "view",
|
|
432
|
+
"type": "function"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"inputs": [],
|
|
436
|
+
"name": "owner",
|
|
437
|
+
"outputs": [
|
|
438
|
+
{
|
|
439
|
+
"internalType": "address",
|
|
440
|
+
"name": "",
|
|
441
|
+
"type": "address"
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
"stateMutability": "view",
|
|
445
|
+
"type": "function"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"inputs": [],
|
|
449
|
+
"name": "pause",
|
|
450
|
+
"outputs": [],
|
|
451
|
+
"stateMutability": "nonpayable",
|
|
452
|
+
"type": "function"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"inputs": [],
|
|
456
|
+
"name": "paused",
|
|
457
|
+
"outputs": [
|
|
458
|
+
{
|
|
459
|
+
"internalType": "bool",
|
|
460
|
+
"name": "",
|
|
461
|
+
"type": "bool"
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"stateMutability": "view",
|
|
465
|
+
"type": "function"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"inputs": [],
|
|
469
|
+
"name": "pendingOwner",
|
|
470
|
+
"outputs": [
|
|
471
|
+
{
|
|
472
|
+
"internalType": "address",
|
|
473
|
+
"name": "",
|
|
474
|
+
"type": "address"
|
|
475
|
+
}
|
|
476
|
+
],
|
|
477
|
+
"stateMutability": "view",
|
|
478
|
+
"type": "function"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"inputs": [],
|
|
482
|
+
"name": "renounceOwnership",
|
|
483
|
+
"outputs": [],
|
|
484
|
+
"stateMutability": "nonpayable",
|
|
485
|
+
"type": "function"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"inputs": [
|
|
489
|
+
{
|
|
490
|
+
"internalType": "address",
|
|
491
|
+
"name": "accessControlManager_",
|
|
492
|
+
"type": "address"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"name": "setAccessControlManager",
|
|
496
|
+
"outputs": [],
|
|
497
|
+
"stateMutability": "nonpayable",
|
|
498
|
+
"type": "function"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"inputs": [
|
|
502
|
+
{
|
|
503
|
+
"internalType": "address",
|
|
504
|
+
"name": "asset",
|
|
505
|
+
"type": "address"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"internalType": "address",
|
|
509
|
+
"name": "oracle",
|
|
510
|
+
"type": "address"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"internalType": "enum ResilientOracle.OracleRole",
|
|
514
|
+
"name": "role",
|
|
515
|
+
"type": "uint8"
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"name": "setOracle",
|
|
519
|
+
"outputs": [],
|
|
520
|
+
"stateMutability": "nonpayable",
|
|
521
|
+
"type": "function"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"inputs": [
|
|
525
|
+
{
|
|
526
|
+
"components": [
|
|
527
|
+
{
|
|
528
|
+
"internalType": "address",
|
|
529
|
+
"name": "asset",
|
|
530
|
+
"type": "address"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"internalType": "address[3]",
|
|
534
|
+
"name": "oracles",
|
|
535
|
+
"type": "address[3]"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"internalType": "bool[3]",
|
|
539
|
+
"name": "enableFlagsForOracles",
|
|
540
|
+
"type": "bool[3]"
|
|
541
|
+
}
|
|
542
|
+
],
|
|
543
|
+
"internalType": "struct ResilientOracle.TokenConfig",
|
|
544
|
+
"name": "tokenConfig",
|
|
545
|
+
"type": "tuple"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"name": "setTokenConfig",
|
|
549
|
+
"outputs": [],
|
|
550
|
+
"stateMutability": "nonpayable",
|
|
551
|
+
"type": "function"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"inputs": [
|
|
555
|
+
{
|
|
556
|
+
"components": [
|
|
557
|
+
{
|
|
558
|
+
"internalType": "address",
|
|
559
|
+
"name": "asset",
|
|
560
|
+
"type": "address"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"internalType": "address[3]",
|
|
564
|
+
"name": "oracles",
|
|
565
|
+
"type": "address[3]"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"internalType": "bool[3]",
|
|
569
|
+
"name": "enableFlagsForOracles",
|
|
570
|
+
"type": "bool[3]"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"internalType": "struct ResilientOracle.TokenConfig[]",
|
|
574
|
+
"name": "tokenConfigs_",
|
|
575
|
+
"type": "tuple[]"
|
|
576
|
+
}
|
|
577
|
+
],
|
|
578
|
+
"name": "setTokenConfigs",
|
|
579
|
+
"outputs": [],
|
|
580
|
+
"stateMutability": "nonpayable",
|
|
581
|
+
"type": "function"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"inputs": [
|
|
585
|
+
{
|
|
586
|
+
"internalType": "address",
|
|
587
|
+
"name": "newOwner",
|
|
588
|
+
"type": "address"
|
|
589
|
+
}
|
|
590
|
+
],
|
|
591
|
+
"name": "transferOwnership",
|
|
592
|
+
"outputs": [],
|
|
593
|
+
"stateMutability": "nonpayable",
|
|
594
|
+
"type": "function"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"inputs": [],
|
|
598
|
+
"name": "unpause",
|
|
599
|
+
"outputs": [],
|
|
600
|
+
"stateMutability": "nonpayable",
|
|
601
|
+
"type": "function"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"inputs": [
|
|
605
|
+
{
|
|
606
|
+
"internalType": "address",
|
|
607
|
+
"name": "asset",
|
|
608
|
+
"type": "address"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"name": "updateAssetPrice",
|
|
612
|
+
"outputs": [],
|
|
613
|
+
"stateMutability": "nonpayable",
|
|
614
|
+
"type": "function"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"inputs": [
|
|
618
|
+
{
|
|
619
|
+
"internalType": "address",
|
|
620
|
+
"name": "vToken",
|
|
621
|
+
"type": "address"
|
|
622
|
+
}
|
|
623
|
+
],
|
|
624
|
+
"name": "updatePrice",
|
|
625
|
+
"outputs": [],
|
|
626
|
+
"stateMutability": "nonpayable",
|
|
627
|
+
"type": "function"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
"inputs": [],
|
|
631
|
+
"name": "vai",
|
|
632
|
+
"outputs": [
|
|
633
|
+
{
|
|
634
|
+
"internalType": "address",
|
|
635
|
+
"name": "",
|
|
636
|
+
"type": "address"
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
"stateMutability": "view",
|
|
640
|
+
"type": "function"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
644
|
+
"receipt": {
|
|
645
|
+
"to": "0x0000000000000000000000000000000000008006",
|
|
646
|
+
"from": "0x7f423E50147930e197dAaE9F637198E66746D597",
|
|
647
|
+
"contractAddress": "0x88DcFE18AcE5a75659177c9F980C2771D9736e66",
|
|
648
|
+
"transactionIndex": 0,
|
|
649
|
+
"gasUsed": "3549050",
|
|
650
|
+
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
651
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f",
|
|
652
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
653
|
+
"logs": [
|
|
654
|
+
{
|
|
655
|
+
"transactionIndex": 0,
|
|
656
|
+
"blockNumber": 42315252,
|
|
657
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
658
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
659
|
+
"topics": [
|
|
660
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
661
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
662
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001"
|
|
663
|
+
],
|
|
664
|
+
"data": "0x0000000000000000000000000000000000000000000000000000e935d1afd520",
|
|
665
|
+
"logIndex": 0,
|
|
666
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"transactionIndex": 0,
|
|
670
|
+
"blockNumber": 42315252,
|
|
671
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
672
|
+
"address": "0x0000000000000000000000000000000000008008",
|
|
673
|
+
"topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
|
|
674
|
+
"data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000010b00000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800e895949cac7715a0249e34cf8a35926554ac768234a5d5794305d637b9d04b016",
|
|
675
|
+
"logIndex": 1,
|
|
676
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"transactionIndex": 0,
|
|
680
|
+
"blockNumber": 42315252,
|
|
681
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
682
|
+
"address": "0x0000000000000000000000000000000000008008",
|
|
683
|
+
"topics": [
|
|
684
|
+
"0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
|
|
685
|
+
"0x000000000000000000000000000000000000000000000000000000000000800e",
|
|
686
|
+
"0x895949cac7715a0249e34cf8a35926554ac768234a5d5794305d637b9d04b016"
|
|
687
|
+
],
|
|
688
|
+
"data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000045fa052600000000000000000000032401008041000003240010009c0000058d0000c13d0000000100200190000000c0011002100000000001000414000000000101043b00000c8e00010430000000200030008c0c8c0c870000040f0000058d0000213d00000000002104350000000000320435000000000001004b000000000002004bffffffffffffffff0000000004034019000000200400003900000000010000190000032402008041000003240020009c0000000000100435000000000005004b000000000701034f0000058d0000413d000000000001042d0000000008980436000000007907043c00000000020000190000058d0000613d000000400100043d0000800d0200003900000358011001c7000000200010043f000000fb0100003900000000020004160000801002000039000000000101041a00000000010004160000000001000415000000000131019f000000400200043d000003240330019700000060033002700000000003010019000000000003001f000002a30000213d000000800010043f0000000003000031000000040020008c000000000112019f0000004001100210000003260220019700000c8d0001042e0000010005500089000000000757022f0000000305500210000000050660021000000005064002720000001f0540018f000000400330021000000329010000410c8c0c820000040f000000000201041a0000000702000029000000000202041a000000240030008c000000c0022002100000000002000414000000400010043f000000400040043f0000004402100039000000000003004b00000000066a00190000000000b8004b00000000080a00190000001f014000390000004002200210000000200100003900000000005604350000000001000412000000000004004b000000000021041b00000000050000190000002402100039000003260010009c0000000505500210000000000021004b0000032403008041000003240030009c000000070100002900000001020040390000036901000041000000040010043f000003880100004100000004011003700000000004000019000000000202043b00000b280000413d00000b2a0000213d00000005011002100000006001300210000000000068004b000000000802001900000005053002720000001f0430018f000000000707043b0000032400a0009c000000400a00043d00000000003104350000036a0010009c000000000121019f0000000000150435000000040010044300000000001004390000032f011001c70000000402100039000000010300003900000355011001c7000004860000613d0000032b011001c70000000401100039000000000202043300000354022001970000000402100370000003260020009c000000400020043f000080050200003900000394011001c70000036701000041000000000585019f00000000055701cf000000000858022f00000000085801cf0000000008060433000000000761034f00000000030a40190000032403000041000000000161019f00000000014101cf000000000141022f0000010004400089000000000646022f00000000064601cf000000000605043300000003044002100000000005520019000000000151034f0000000000160435000000000171019f00000000015101cf000000000151022f00000000075701cf0000000007060433000000000161034f00000369011001c70000006001100210000000000001042f000400000001001d000000000302041a00000020020000390000002002100039000700000002001d000000c40010043f000000a40010043f000000840010043f000000000032004b000004830000013d000000000012043500000064021000390000006501000039000600000002001d000000010100c03900000000005104350000ff0000100190000700000001001d000003260520019700000326011001970c8c07be0000040f000000000201043b020000000000000000000000010000020000000205000029000000240010044300000b2a0000c13d00000000041a0436000000030a0000290000000401a0003900000004014000390000002401400039000000440140003900000000010a04330000036a0040009c000000600110018f000000600210018f0000000608000029000000000121004900000005011002700000000602000029000000400210003900000326001001980000004101000039000000010200c039000000010300c03900000000030000190000003302000039000500000001001d0000000303000039000000000010041b00000357010000410000000705000029000000400300043d0000000403000039000000000031041b000000010400c0390000004002200039000000800100043d000000400050043f000000000012004b000000970100003902000002000000006f6e7472616374207a61626c653a2063496e697469616c6900000b280000c13d000100000004001d00000a1d0000613d00000b300000613d000000400100003900000393010000410000097f0000613d00000000020a04330000001f0240003900000007030000290000039201000041000003260210019800000b280000613d000000000652001900000000066200190000000506500210000000320100003900000005020000290000000100100190000000020a00002900020000000a001d000700000004001d0000000401200039000000c902000039000004520000013d00000001020000390000000101006039000000200300003900000329020000410000000002000411000000000032041b0000037a01000041000000a00010043f000500000002001d0000000101100039000000000034043500000000004304350000000000650435000004400000c13d000000000035004b0000004001200210000000000400041500000044030000390000800501000039000000ff002001900000036104000041000000ff0030019000000000020004150000000401300039000004860000013d000000000303043300000000030404330000000043020434000000010500c0390000000006000019000003260060009c000003260030009c0000000000140435000000000065004b0000000001000411ffffffffffffffe07fffffffffffffff74206f7261636c65726573696c69656e5061757361626c65bbbbbbbbbbbbbbbb696e76616c696420000000240000000000000040000000006472657373000000000000200000000000000000ffffffff000000020200002900000c210000613d00000c220000613d00000b8d0000613d0000000001a1001900000a900000c13d00000000010500190000000001a20019000000040b000029000000050a0000290000000401100069000000010a000029000000010b00002900000006011000690000000001140436000200000005001d000000000105001f00000000050a0433000000000024004b0000000004a20019000000600220018f000000050b000029000008e80000613d000500000000001d000300000004001d0000001f0030008c000000020b00002900030000000a001d000000000091043500000000090004110000000001130019000000030020008c00000060011000390c8c07ac0000040f00000064024000390000038a01000041000000000200041000000060020000390c8c07820000040f0000000101004039000000000014004b0000000004a1001900000390033001970000001f033000390000002005500039000000000076043500000000070704330000073b0000613d00000000000d004b0000038704008041000000400900043d000002a30000c13d000000060120002900000006066000290000000000a8004b000000070a00002900000362040000410000032602300197000000000042041b0000035404300197000000040000006b0000000503000029000500000003001d0000032c04000041000000000262019f0000038f033001970000036b010000410000032e0100004100000015010000390000008001000039000000c001000039000000050700002900000006060000290000036c0010009c00000044011003700000002402100370000000640030008c00000006010000290c8c0c580000040f000000020010008c0000036a0020009c0000037701000041000000e40010043f000000000023043500000000003504350000032603300197000003260310019700000000010104330000ff000040019000000326055001970000000000200435000000800000043f000000e003000039000000000403041a00000000030004110000038f0000013d000000c901000039000000000363019f00000354032001970000032606100197000004bc0000613d000004980000c13d0000000502200210000000ff001001900000003301000039000600000003001d00000000041304360000036801000041000003260220019800000002021000390c8c0bac0000040f0000038104000041000000000334019f000000000300601900000380030000410000004003300039000001000440c1bf000000000008004b00000000080804330000000084030434000000c00300043d000000000023041b0000000303100039000000000073041b00000002031000390000032607300197000000000063041b00000001031000390000032606300197000000a00200043d000000000252019f000001a00010043f000006360000613d000000010600c039000000000505043b000000000606043b000000800020043f000002ea0000013d0000048d0000013d00000015030000390000032e03000041000000000121022f0000000302200210000000e0050000390000000504400210000000e0022000390000001f0230003900000004000000006f307dc3000000002070726963650000000000440000000097c7033e0000000041976e090000000074206578697374006e666967206d7573746f6b656e20636fffffffffffffff0000000040000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a3000000000000000616e2774206265206c656e67746820634a3fa2930000000018c5e8ab000000004e487b71000000008000000000000000ffffffffffffff7f000000000000000100000064000001a0dce776e654878fc123f2d06c121d63fca7b78f0c60fe66c7a51ad01e2270c314000000000001000069672900000000006f6b656e436f6e66436f6e6669672854736574546f6b656e75736564000000003a206e6f742070617bd38aeae4b073aafdd244a5e8aa4e53ff9c91a7834c1ba45db9ee0a495bf2e62900000000000000756e706175736528656400000000000020697320706175730000006400000080a5463bc1f7234b3d78d4182c3ad16926bde5d82a0557484acf3cad1ec87208ef74382c626f6f6c29726573732c75696e61636c6528616464656e61626c654f72000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c6532ebdbfc544b05a258000d11b0c9f74754cd4e420270b5ea7462e78cea01bee3203a2070617573656470617573652829006f206d61696e206f646472657373207474207a65726f206163616e27742073657261636c65000000bf87817aecda1bf1eeb546250d2c463d32a9c29a7215b5ceea681d3efb830ef0732c75696e743829732c61646472657365286164647265737365744f7261636cffffffffffffffbf00000000bbbbbbbb725068a500000000ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4c6973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f31fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a2e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf265000000e0000000000000000000ff0000ffffffffffffff9f0000002000000080d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99fffffffff0000000000000000333a21b0000000002cfa3871000000000e32cb860000000041976e09000000003f4ba83a0000000033d334940000000033d33493000000005c975abb000000004bf39cba000000004b932b8f0000000079ba509700000000715018a6000000008a2f7f6d000000008456cb59000000008456cb5800000000715018a5000000004b932b8e0000000096e85ced000000008da5cb5b000000008b855da400000000b4a0bdf300000000a9534f8a00000000a6b1344a00000000a6b1344900000000c4d66de800000000b62e4c9200000000b62cad6900000000e30c397800000000cb67e3b100000000fc57d4df00000000f2fde38b00000000f2fde38a00000000cb67e3b000000000b62cad68000000008b855da30000006400000000207a65726f20616463616e27742062650000010000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e670000000001ffffffe000000c8c0000043200000c8a0021042300000c850021042100000c810000613d000000000205001900000398011001c700000c6c0000413d000000000031004b0000002004400039000000000121043a0000000002020031000000050240027000000004010000390000000000200439000000000501001900000c670000613d00000c2e0000013d00000c550000613d00000c430000c13d00000c470000613d000200000002001d00000c330000213d00000c330000a13d00000c350000c13d00000c350000213d00000c3b0000613d00000c0e0000613d00000bfb0000c13d00000bff0000613d00000397011001c700000c110000013d00000be20000c13d0000039601000041000000020020006b000000000203043b000000000301034f000000240000044300000c230000613d000203260010019c000200000000000200000baa0000613d0000035403300197000000970200003900000b7b0000c13d00000b7f0000613d00000b810000013d00000b6b0000c13d00000b6f0000613d00000b5d0000613d00000b4a0000c13d00000b4e0000613d0000001e0300003900000395030000410000000001030019000009840000013d000600000005001d000300000000001d00000b250000613d000009820000613d0000000002000002000000060220006900000b730000613d00000b0a0000613d00000af70000c13d00000afb0000613d000000030300002900000b1c0000013d00000a230000013d00000a230000613d00000b630000613d00000ac20000613d00000aaf0000c13d00000ab30000613d0000000103000029000009820000013d00000b320000613d000000060500002900000b420000613d00000a770000613d00000a640000c13d00000a680000613d00000a7a0000013d00000a4d0000c13d00000000011304360000002401300039000000440130003900000b310000c13d00000003011001af00000ac60000013d00000a980000c13d000000080110008a000009dc0000613d000009c90000c13d000009cd0000613d00000a1d0000013d000009e30000013d000000090110008a000009b00000c13d0000000301100039000009ae0000613d0000035a00200198000600000000001d000300010000003d00000b0e0000013d00000ae00000c13d00000ade0000613d00000a920000613d0000000b0110008a0000093d0000613d0000092a0000c13d0000092e0000613d000200000004001d000009430000013d0000000c0110008a000009110000c13d000600000001001d000000000102001f00000001004001900000000104004039000000000042004b0000000002a40019000000600420018f000a00000000001d0000000a0110008a000008cf0000613d000008bc0000c13d000008c00000613d000000060a000029000500000004001d00060000000a001d000008d70000013d000d00000000001d0000000d0110008a000008a30000c13d0004000100100194000000000113016f00000002011000390000ff0000200190000d0000000000020000086d0000613d0000085b0000c13d0000085f0000613d000000030200002900000000010800190000083b0000613d000008330000c13d000008330000a13d000008350000c13d000008350000213d0000000108000029000008530000613d000008180000613d000008050000c13d000008090000613d00020000000b001d000000c0034002100000032404008041000003240040009c0000000003a30049000100000008001d0000081d0000013d000007e40000c13d000000000400041400000000000404350000000004310019000007d30000413d00000000075400190000000006150019000007da0000613d0000006401a000390000004401a000390000000043080434000000000b1a0436000003890100004100000040030000390000002401a00039000000000801001900030000000000020000000001210019000003900220019700000000000204350000000002310019000007b10000413d0000002002200039000000000606043300000000062400190000000005210019000007b80000613d000000000132043600000000430104340000000001120019000007a60000813d00000005032002700000079b0000813d000000170300003900000391030000410000077c0000613d000007690000c13d0000076d0000613d0000000001090019000005150000013d000006640000413d000000040020006c0000000102200039000000400380003900000000020804330000000001080433000007480000613d000007610000613d0000000309000029000000000686019f00000000066701cf000000000767022f0000010006600089000000000868022f00000000086801cf0000000008050433000000030660021000000000055a0019000000000751034f000006d40000613d0000001f06400190000006c10000c13d000000000097004b0000000007870436000000006806043c00000000070a0019000000000601034f000006c50000613d0000000505400272000000010900002900010000000b001d000000000343019f000000400440021000000000040a4019000003240400004100000060033002100000006403300039000300000009001d000006d90000013d000006a20000c13d000600000008001d000000000001043500000000014300190000068f0000413d00000000071500190000000006450019000006960000613d0000006404a000390000004404a00039000000000309043300000000040004110000000403a00039000000000b3a0436000003890300004100000040040000390000002403a0003900000000002904350000001b020000390000037f02000041000000200190003900000040019000390000036c0090009c000000000102043300000000210804340000000008010433000000a0011000390000000501200210000007420000813d000700000000001d0000036e0400004100000000011700190000038201000041000001e40010043f000001c40010043f000001a40010043f000000050110017f0000ff010100008a000004860000c13d000000060000006b0000038f022001970000000000520435000000000454019f000000250300003900000370030000410000036f03000041000006400000c13d00000005002001b00000036d03000041000603260020019b000004e20000013d000000400500043d000006630000c13d000005930000413d000000070020006c00000000059504360000000000b404350000004004900039000005d60000413d00000000002a004b000000200aa00039000000000cdc043600000000004d004b000000000d04043b0000000004a1034f000000000c0b00190000006004b000390000035900b0009c000000400b00043d00000000000b004b000000000b04c0190000038700d0009c000003870b004041000000000b0000190000000000cb004b000000000dcb013f000003870c600197000000000062004b0000000000dc0435000005b80000413d0000000000ae004b000000200ee00039000000000f4f0436000003260040009c000000000404043b0000000004e1034f000000000f0d0019000000200e20003900000000003a004b000000800a2000390000006004d000390000035900d0009c000000400d00043d000000000d04c0190000038700a0009c000003870d004041000000000d00001900000000008b004b000000000a8b013f000003870b200197000000000072004b000000000ca904360000032600a0009c000000000a04043b000000000421034f0000006004900039000003590090009c000000e00040008c000003860040009c000000000423004900000387087001970000003f0730008a0000009f0630008a000000a005000039000004860000813d0000057d0000613d0000056a0000c13d0000056e0000613d000002a30000013d000005880000a13d000005480000613d000005350000c13d000005390000613d0c8c078c0000040f000005ec0000c13d0000002e030000390000035f030000410000035e03000041000000000100001f00000040015002100000032405008041000003240050009c0000000401500039000000110200003900000024015000390000038b0200004100000044015000390000058f0000c13d000000000006004b000000070030006b000700000024001d000000e0046000c90000002402200039000000800060043f00000080054000390000038d011001c7000000000414019f0000002b0300003900000366030000410000036503000041000001640000c13d00000001011001bf0000038f013001970000015e0000613d000004f50000c13d000000000201001f0000000502200270000000010010008c000000ff0130018f000004f20000c13d000004c60000613d00008002020000390000035d011001c700000000010004100000035c01000041000000100300003900000373030000410000037d040000410000037b010000410000001a010000390000037601000041000003750100004100000029010000390000032a011001c70000002703000039000003280300004100000327030000410000038c010000410000032d01000041000001200010044300000003010000390000010000100443000001e000300443000001c0002004430000004002000039000001a000200443000001800010044300000160001004430000014000000443000000ff01000039000000ff014001bf000004330000613d000000ff0050008c000000ff0540018f000004490000c13d000000000400041a000000c00030043f000000a00020043f0000035604000041000000000015004b0000032605100197000000000601043b000003740400004100000001033001bf000004880000c13d00000372010000410000000701000039000004ff0000c13d00000014030000390000037e03000041000004730000c13d0000037c0100004100000009010000390c8c0c690000040f00000367020000410000000f0440008a000e00400000003d000f00000001001d0000000b0440008a000a00200000003d000b00000001001d000005800000013d000005540000c13d0000065e0000013d0000037904000041000000000223019f00000000022701cf000000000334016f000000000401041a000000000114001900000005046002700000038e03300167000000ff0320020f000000030260021000000378030000410000050f0000613d000003c30000613d000000020020008c000003920000013d00000371011001c70000000003002019000000ff0010008c000000050310024f000000030110021000000000001304350000002003200039000000000112016f000001000020008c0c8c07960000040f00000004010000290c8c07a10000040f000400000002001d00000024011003700000000002030019000000000302043b000000440030008c000004d80000a13d000003850040009c00000384044001970000003f044000390000000504600210000002a30000813d000003830060009c000000000604043b000000000441034f00000004042000390000058d0000813d000000000034004b0000002304200039000003630100004100000364010000410000002501000039000004c70000c13d00000065020000390000035b011001c7000000c003100039000000a0041000390000008005100039000000000204043300000060031000390000004005100039000000000306043300000000005304350000000065020434000000000331043600000040041000390000006004300039000003590030009c000000ff00400190000000200630003900000040063000390000035a00400198000000040330003900000000004204350000006005400039000003590040009c0000004006400039000000000505041a00000003053000390000032606600197000000000606041a00000002063000390000000005540436000000400400043d0000032605400197000000000404041a00000001043000390000000002210436000000000203041a0000006002100039000003590010009c000000000301043b000000c00010043f0000014001000039000002010000c13d000001a00030008c0000000003430436000000001401043c0000014003000039000000400030043f000001a003000039000000a00030043f000001f80000c13d000001400030008c0000000003530436000000004504043c000000000401034f000000000131034f000000000043041b0000035404400197000000970300003900000353011001c70c8c08730000040f000004690000c13d000003350020009c000003f60000613d000003340020009c0000000d0440008a000c00000000001d000d00000001001d000003460020009c000003d40000613d000003450020009c0000033e0020009c000003cd0000613d0000033d0020009c000003ac0000613d0000033c0020009c000004690000013d000001ca0000613d0000034f0020009c000003960000613d0000034e0020009c000003850000613d0000034d0020009c000006020000013d00000364030000410000036303000041000006060000c13d000000000100041a00000101011001bf0000036001300197000000080220008a0000ff0001300190000000000300041a000000090220008a0000033a0020009c0000037a0000613d000003390020009c0000034b0000613d000003380020009c0000034b0020009c000003450000613d0000034a0020009c000002ec0000613d000003490020009c0000054b0000013d0000051f0000c13d000003410020009c000002e60000613d000003400020009c000002a90000613d0000033f0020009c0000019e0000213d0000033b0020009c000000800200043d000001a001000039000001c00010043f0000037f010000410000001b01000039000001e001000039000000c00040043f000001800010043f000000000051004b000000c401100370000001600050043f000000a405100370000001400050043f0000008405100370000001a005000039000000a00050043f000001200060043f0000006406100370000001000060043f0000004406100370000000e00030043f000000000303043b00000024031003700000014004000039000000e40030008c000003520020009c0000028d0000613d000003510020009c000002700000613d000003500020009c0000018a0000213d0000034c0020009c000003370020009c000001eb0000613d000003360020009c000001b80000213d000003330020009c000001430000a13d000003320020009c000000fa0000a13d000003310020009c000004130000c13d000001200300043d000001000200043d000000e00100043d000000600030008c000000000151019f00000000012101cf0000010002200089000000000525022f00000000052501cf0000000005040433000000e004400039000000000141034f000000450000613d000000330000c13d0000000005850436000000007807043c000000e006400039000000370000613d00000005043002720000001f0230018f00000325022001970c8c0b930000040f0000045d0000c13d0000032602100197000003480020009c000001d20000613d000003470020009c000001a90000213d000003440020009c000001320000a13d000003430020009c000000680000a13d000003420020009c000000590000213d000003300020009c000000e002200270000000040030008c0000008002000039000000250000c13d000f000000000002000100000000000205250524002d002c002b000405230522007f0521001900b40520051f051e051d051c051b051a0519051805170516051500030027000e000300dc00260514011c00db05130512001300360024000f000301bb051101ba007f0510050f01b9050e01b8050d0018050c050b011b050a000f0509050801b705070506050505040007050301b605020501011a0500001904ff0056000b04fe007e000b04fd0119000b004904fc001f004801b5000d005501b401b304fb04fa04f904f804f704f604f504f404f300030027000e000300dc01b204f204f104f004ef04ee04ed04ec000304eb00190024000f000301b800da007d0062007e000b01b104ea004704e904e80119000b04e704e601b00118000b04e504e401b00118000b04e304e204e100da04e001af0017011701ae011b000304df04de01af0017011701ae011b000304dd04dc0007000e0054011604db000304da04d9000f01ad004901ad04d8004604d701ac04d604d504d400b300d900b2001600230022000600020001000500210025000a0004001e04d300b100070040007c01ab005301aa011501a901a801a7011401a601a501a400d8007b003501a301a201a101a00052006100d7019f019e019d019c01130049019b019a0199007a00d6001f000c000200010034004500150014004400330079002000d50198003f0004001e011204d204d104d004cf04ce04cd04cc0003004300190024000f0003006000070056000b019700b200b0001600230022000600020001000500210025000a0004001e00070196004201950078007a002600af007800d401940193011100d300ae00060032019204cb003100090012001104ca04c904c804c704c604c500030027000e0003019100260190001300ad003000d2003604c404c304c204c104c00003004300190024000f00030060000700b00056000b011004bf018f04be04bd018e011004bc018f010f018e04bb04ba001d00d100af018d00ac00dc0040007c0053011c018c00ab0040018b018a00d6000600b10002000100050077002000d0010e003f0004001e04b900af018d00cf001f00d3001704b800aa04b7000d004804b604b504b404b304b204b104b00003004300190024000f0003006000070056000b00ce0042010d04af04ae04ad04ac04ab04aa04a900030027000e0003018901b204a804a704a600030027000e0003005104a504a4010c010b010a04a3018804a204a104a00003004300190024000f0003006000070056000b00ce0042010d049f0197049e002a00a9001500140109049d00360027000e000300ab004000b1018701080107049c0186049b049a007c005300060002000100050077002000d0010e011700a8004300190024000f0003007d0062007e000b0499018501840498049704960495049401850493049204910490048f048e048d048c048b048a018300230022000600020001000500210025000a0004001e0489001f0488002f0487007f04860035048504840483048204810480047f047e047d0106047c047b0182047a00500479002f047800da04770476018604750054011600d404740050018100540116047300500472006100d701050471002f04700047046f01040180017f001f046e007b046d0182046c046b017e046a017d00d8007b00350469017c04680115004900cd00cc0467017d0114004900cd00cc0466010400d8007b000f001d00cb0465017c00020001003404640036004300190024000f0003006000070056000b046300420035018700a70107000e0462003e0030004f00a6046100a5046000a4045f017b017a0008004300190024000f0003007d00620179000b045e045d045c045b045a04590458045704560455045404530452005f001600ca005e005d0008045100190024000f0003007d0450044f0119000b044e000700b00178000b044d0183002300220013017701030041044c00ac002600cf044b00160023002200130177007a0041044a01b7002601b60190001300ad0449001d005c0448002a04470446017604450444017e04430442000d001500140109044100360027000e000300ab00260440017500190024000f0003007d006200a3007e000b0174006200ac043f000b017300b4000f001300ad010200db0003005b000e043e001600230022000600020001000500210025000a0004001e0007002600c9043d001f0172002f00c8007f00a2043c000d00a1000c00b3005b001600230022000600020001000500210025000a0004001e0171043b043a0439000704380437007a04360435017004340433005300060002000100050077002000d5043204310027000e0003018400d20036004300190024000f00030060000700b00056000b005b001600230022000600020001000500210025000a0004001e00070196004201950078007a002600af007800d401940193011100d300ae00060032019204300031000900120011042f0027000e00030051042e042d010c010b010a042c01880027000e00030051042b042a010c010b010a042901b90428042700b2003000d200360027000e0003016f00460426003004250101016e00b3001f00ce00a0010f042400480423000d0055042201b3017500190024000f0003007d006200a3007e000b0174006200ac007e000b0173000700cf0178000b005b000e0421003e0030004f00a6016d00a5016c00a4010000080027000e0003016b003000d200360027000e0003016f004604200030041f0101016e00b3001f00ce00a0010f041e016a041d00ff00fe000c00020001003400450015001400440033007900200076041c00a8004300190024000f00030060041b0118000b00ab0026041a011c0419010700dc0040007c0169005300060002000100050077002000d0041800a8003004170416041501810414041304120411041000d1040f002a00a9001500140109004500150014004400330079002000760168003f0004001e01a101aa00d9040e040d004f040c040b040a0409040804070406040504040036003e0030004f00a600a5040300a401000008001f00aa0402000d00480401000d00550400000d00fd000c007500fc000d00020001003403ff0008003e0030004f00a603fe00a503fd00a403fc017b017a0008003e0030004f00a603fb00a503fa00a401000008016a00ff00fe000c0002000100340045001500140044003300790020007603f9003f0004001e00130036004803f8000d005503f7000d00fd000c007500fc000d0002000100340074000800ac009f016703f6007303f50072000600020001000503f403f3000a000403f20007000e03f1016603f003ef001300fb00c703ee03ed03ec016503eb03ea00fa03e900d100af03e8001f00aa03e7000d004803e6000d005503e500f9009e00f800a0016403e40163016201b10101000600020001000503e300200076016100a803e200da03e103e003df03de03dd000b03dc03db03da03d9000c03d803d7000c003e007103d600a1000c03d503d403d300740008017600c603d2001f00aa03d1000d004803d0000d005503cf00f9001600230022000600020001000500210025000a0004001e0007002600c903ce002a00a3003e00a900f703cd004100c500020001009d00150014004e00700008005a0059003d0002000100050029009c00f6003f0160002d002c002b000900120011003c003b03cc001800c4001c001b015f03cb001703ca003a009b015e0039009a00990038000700370098009700960095002e00040078004d00c3015d0058001d005c006f03c903c8005a0059003d0002000100050029009c00f6003f0160002d002c002b000900120011003c003b03c7001800c4001c001b015f03c6001703c5003a009b015e0039009a00990038000700370098009700960095002e00040078004d00c3015d0058001d005c006f002f0004015c0046000903c40013000803c303c203c103c003bf03be000b03bd0019015b03bc002f03bb004703ba03b903b8000b03b703b60061015a03b503b403b303b203b103b003af0159000303ae03ad002f03ac004703ab03aa000b03a903a803a703a603a5000b03a403a303a203a103a0039f0061015a039e039d039c039b039a039903980397000303960395002f0394004701ba00a7000b0393039203910159006100d703900003038f038e038d038c038b038a03890388038700d9009f000e038603850384001f0172002f00c7038300c8007f00a20382000d00a1000c00b300c703810380001f00aa037f000d0048037e000d0055037d00f900f800a00164037c016300a2037b0162000c000200010034004500150014004400330021002000760161003f0004001e01910040037a0053037903780377037600d1001f0076006e0002000100340045001500140044003300790020016800a8003e01ac004f0375016d0374016c037303720008005b001600230022000600020001000500210025000a0004001e00070170037101030040007c01710169005300060002000100050077002000d5037000d3003f0004001e0112036f00d9004100db036e036d036c036b036a00c901580369018000c901580102015b0368002f0367004603660365000c0364036300f80042006d0362036101050360035f035e035d0105035c035b0104035a0049035900540358035701570156015501080356003503550354000600320353035200310009001200110351035001540153034f005a0059034e006c034d034c034b034a000200010005002900f50349000a034800f4002d002c002b00090012001103470346034503440343034203410340033f033e0057033d033c033b033a03390338006b03370336033503340106002e00040333033200c4004d00c2015201510013015000c1002f00f3015c00470009001900c0000e001d00cb00580003000e0331033000b2001600230022000600020001000500210025000a00c40004001e032f00b100070040007c01ab005300f2007b011501a901a801a7011401a601a501a400d8007b003501a301a2032e011301a00052006100d7019f019e019d019c01130049019b019a0199007a00d6001f000c000200010034004500150014004400330079002000d50198003f0004001e0041032d00a3032c032b0112002a00a3003e00a900f7014f032a005f001600f1005e005d000800bf014e000c00be014d000c014c011a00bd00fe000c014b032900f6014a004100c50002000100150014009d004e00700008002a006a0069032800f000ef00180068001c001b0067032700520326005700940093009200910090008f0007008e008d008c008b0071006600150014004e0033000800c801b5000d00a201b4000d00a1000c0149001a00c80325000d00a20324000d00a1000c0149001a0148032303220147001a005f001600f1005e005d0008014803210320001d001a005f001600f1005e005d0008031f031e0049031d001d031c031b031a0106031900a703180317031601bb03150314001a0313031201890040006d03110310006e030f030e00bc01460145030d030c006e030b00350049030a0054030903080157015601550108030703060305030400320303003100090012001103020301015401530300014700020001009d006c008a0089003d002902ff02fe02fd0029014402fc000a014300bb002d002c002b000900120011003c003b02fb0018004c001c001b004b02fa001702f9003a0088004a0039008700860085006b00370038008400830050002e0004014602f802f7004d00c2015201510013015000c102f600f302f50047014202f400c0000e001d00cb005802f3000e02f2001a00130008005f001600ca005e005d000800bf014e000c00be014d000c014c011a00bd0145014b02f10141014a02f000c50002000100150014009d004e00700008002a006a0069005702ef00ee00180068001c001b006702ee005202ed00940093009200910090008f0007008e008d008c008b0071006600150014004e0033000802ec00b200b0001600230022000600020001000500210025000a000400ed00070075004202eb00cd00cc02ea002600ec001300ad02e902e80140013f006d00eb00ba00bc00ea006e0006003202e7002802e60065003100090012001102e502e4006c008a0089003d0002000100050029009c02e302e2000a013e02e1002d002c002b000900120011003c003b02e00018004c001c001b004b02df001702de003a009b004a0039009a00990038000700370098009700960095002e002802dd006502dc00040140013f00e902db02da02d9006102d80179006402d700b9007f0009006300e800c6010202d6002802d5005b001600230022000600020001000500210025000a000400ed000700750042010d00e70103002600ec00e7006d00eb00ba00bc00ea006e0006003202d4002802d30065003100090012001102d2006c008a0089003d0002000100050029009c014402d1000a014300bb002d002c002b000900120011003c003b02d00018004c001c001b004b02cf001702ce003a009b004a0039009a00990038000700370098009700960095002e002802cd0065000400e700e9013d013c013b001d005c00c10064000400b9004700090063013a00c60139016502cc00f2000f02cb00bf000c00be013800ae00e60137009f014100bd0041000c008200730051007200e500b8000600020001000500810080000a000400e400b400060035003202ca003100090012001100b700bb02c90028013600b602c802c70028009f005b001600230022000600020001000500210025000a000400ed00070075004202c602c502c4002600ec005400e3006d00eb00ba00bc00ea006e0006003202c3002802c20065003100090012001102c1005402c0006c008a0089003d0002000100050029009c00f500e2000a013500f4002d002c002b000900120011003c003b02bf0018004c001c001b004b02be001702bd003a009b004a0039009a00990038000700370098009700960095002e002802bc00650004005400e300e9013d013c013b001d005c00c10064000400b9004700090063013a00c6013900f2000f00e300bf000c00be013800ae00e6013700cf00e200bd0041000c008200730051007200e500b8000600020001000500810080000a000400e400b400060035003202bb003100090012001100b7013402ba0028013300b60017001300fb02b900d400f302b802b700ae02b600c7000c00e602b5009f016701110041000c008200730051007200e500b8000600020001000500810080000a000400e400b400060035003202b40031000900120011013202b30166005a0059003d00020001000500290074000a0132002d002c002b000900120011003c003b013102b20018004c001c001b004b02b1001702b0003a0088004a0039008700860085006b00370038008400830050002e000402af004d00c301300058001d005c006f0064000400b900460009006300e8000f00cd00cc00a700e1000f02ae02ad012f001a0028013600b60017012e02ac02ab005a0059003d00020001000500290074000a0134002d002c002b000900120011003c003b013e02aa0018004c001c001b004b02a9001702a8003a0088004a0039008700860085006b00370038008400830050002e000402a700b7004d00c2012d006f006400460009006300e8000f001300ad00db00e10028013300b60017001300fb02a6000f012e02a5001302a402a3005a0059003d00020001000500290074000a00bb002d002c002b000900120011003c003b013102a20018004c001c001b004b02a1001702a0003a0088004a0039008700860085006b00370038008400830050002e0004029f00b7004d00c2012d006f006400460009006300c0000e001d00cb005800e10110029e029d0017029c000e029b012f001a029a0299029800130008005f001600ca005e005d0008009e029700480296000d00550295000d00fd000c007500fc000d00020001003400740008002a006a0069029400f000ef00180068001c001b0067029300520292005700940093009200910090008f0007008e008d008c008b0071006600150014004e00700008002a006a0069029100f000ef00180068001c001b006702900052012c0057028f002a006a00690057028e00ee00180068001c001b0067028d0052012c00940093009200910090008f0007008e008d008c008b0071006600150014004e00330008028c00a0028b00ff018c00ab0040018b018a00d6000600b10002000100050077002000d0010e003f0004028a001a0013000802890288028700820073005100720286000600020001000500810080000a02850004012b016b028400350283012a0082007300510072004f00b8000600020001000500810080000a0004012b0007017f012900a7012a006d028200ba00060032028100310009001200110280006c008a0089003d0002000100050029027f00f500e2000a013500f4002d002c002b000900120011003c003b027e0018004c001c001b004b027d0017027c003a0088004a0039008700860085006b00370038008400830050002e0004027b004d00c301300058001d005c006f027a0004027900460142027800c000560277001a009e002a0276003e00a900f7014f012900c500020001009d00150014004e0070000800130008005f001600ca005e005d0008002a006a00690057027500ee00180068001c001b006702740052027300940093009200910090008f0007008e008d008c008b007100660272009e0045001500140044000200010034007000210025000a000402710007001a001300080270026f026e026d026c026b026a02690268005a005900660045001500140044003302670266000a000402650007001a009e026400fa001a001d001a026300fa001a001d001a0262003600080000000000000000012800000000000002610000012800100010026000000000000000e000df00de025f025e00000000000000000000025d000000b5000001270000025c025b025a02590258000002570000025602550126000000000000025400000000000000000253000000000000025200000000000002510000000000000250000000000000024f000000000000024e000000000000024d000000000000024c000000000000024b000000000000024a0000000000000249000000000000024800000000000002470000000000000246000000000000024500000000000002440000000000000243000000000000024200000000000002410000000000000240000000000000023f000000000000023e000000000000023d000000000000023c000000000000023b000000000000023a0000000000000239000000000000023800000000000002370000000000000236000000000000023500000000000002340000000000000233000000000000023200000000000002310000000001270000001002300000000000b5000000000000022f022e022d022c00000000022b000000b5000001250000000000000000022a00000000000002290000000002280000022702260225022400dd000001240000022302220000000000e000df00de02210010001000100220021f021e021d021c021b021a0219021801260000000000000123021702160215021402130000000000e000df00de021202110210020f020e020d000000000000000000000124000000000000000000100000020c01220122000000000000020b020a020902080207020602050204020302020000000000000201020001ff01fe000000000125000001fd000000000000012101fc0000000001fb01fa01f901f801f701f601f501f401f301f2000000000000000001f1000001f001ef01ee01ed01ec01eb01ea01e90000000001e800000120011f01e701e601e501e40000000001e301e201e101e0012101df01de000001dd01dc01db01da00000000000001d901d801d701d601d50000000001d400000000000001d30000011e00100010011d00000000000001d2011e00100010001001d100000000000001d000000000000001cf00000000000001ce00000000000001cd01cc01cb000001ca01c901c801c700b5000001c60000001000100010001000100010001001c5001000100010011d01c401c301c2000001c100000000000001c000000000000000dd000001bf000001230120011f01be01bd0000000000000000000001bc000000dd000000000000000000000000",
|
|
689
|
+
"logIndex": 2,
|
|
690
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"transactionIndex": 0,
|
|
694
|
+
"blockNumber": 42315252,
|
|
695
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
696
|
+
"address": "0x0000000000000000000000000000000000008004",
|
|
697
|
+
"topics": [
|
|
698
|
+
"0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
|
|
699
|
+
"0x010003997830df5161baecce6ce3ff82d023ce541a819202229913673c63d6fd",
|
|
700
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000"
|
|
701
|
+
],
|
|
702
|
+
"data": "0x",
|
|
703
|
+
"logIndex": 3,
|
|
704
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"transactionIndex": 0,
|
|
708
|
+
"blockNumber": 42315252,
|
|
709
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
710
|
+
"address": "0x88DcFE18AcE5a75659177c9F980C2771D9736e66",
|
|
711
|
+
"topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
|
|
712
|
+
"data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
|
|
713
|
+
"logIndex": 4,
|
|
714
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"transactionIndex": 0,
|
|
718
|
+
"blockNumber": 42315252,
|
|
719
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
720
|
+
"address": "0x0000000000000000000000000000000000008006",
|
|
721
|
+
"topics": [
|
|
722
|
+
"0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
|
|
723
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
|
|
724
|
+
"0x010003997830df5161baecce6ce3ff82d023ce541a819202229913673c63d6fd",
|
|
725
|
+
"0x00000000000000000000000088dcfe18ace5a75659177c9f980c2771d9736e66"
|
|
726
|
+
],
|
|
727
|
+
"data": "0x",
|
|
728
|
+
"logIndex": 5,
|
|
729
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"transactionIndex": 0,
|
|
733
|
+
"blockNumber": 42315252,
|
|
734
|
+
"transactionHash": "0x5955a1c21174e0914df234ee325f08177906f910eb517b8e506bcdcd4adfc9fd",
|
|
735
|
+
"address": "0x000000000000000000000000000000000000800A",
|
|
736
|
+
"topics": [
|
|
737
|
+
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
738
|
+
"0x0000000000000000000000000000000000000000000000000000000000008001",
|
|
739
|
+
"0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
|
|
740
|
+
],
|
|
741
|
+
"data": "0x000000000000000000000000000000000000000000000000000057267ed10000",
|
|
742
|
+
"logIndex": 6,
|
|
743
|
+
"blockHash": "0xdc6be2521792ab7a1e3cb2b57daf51e1012665e8909445cad2db40d2e9c8bf2f"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"blockNumber": 42315252,
|
|
747
|
+
"cumulativeGasUsed": "0",
|
|
748
|
+
"status": 1,
|
|
749
|
+
"byzantium": true
|
|
750
|
+
},
|
|
751
|
+
"args": [
|
|
752
|
+
"0x0000000000000000000000000000000000000000",
|
|
753
|
+
"0x0000000000000000000000000000000000000000",
|
|
754
|
+
"0x51519cdCDDD05E2ADCFA108f4a960755D9d6ea8b"
|
|
755
|
+
],
|
|
756
|
+
"numDeployments": 1,
|
|
757
|
+
"solcInputHash": "d14112d82bb23a35dc687350b4e61e84",
|
|
758
|
+
"metadata": {
|
|
759
|
+
"llvm_options": [],
|
|
760
|
+
"optimizer_settings": {
|
|
761
|
+
"is_debug_logging_enabled": false,
|
|
762
|
+
"is_fallback_to_size_enabled": false,
|
|
763
|
+
"is_verify_each_enabled": false,
|
|
764
|
+
"level_back_end": "Aggressive",
|
|
765
|
+
"level_middle_end": "Aggressive",
|
|
766
|
+
"level_middle_end_size": "Zero"
|
|
767
|
+
},
|
|
768
|
+
"solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"nativeMarketAddress\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"vaiAddress\",\"type\":\"address\"},{\"internalType\":\"contract BoundValidatorInterface\",\"name\":\"_boundValidator\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"role\",\"type\":\"uint256\"},{\"indexed\":true,\"internalType\":\"bool\",\"name\":\"enable\",\"type\":\"bool\"}],\"name\":\"OracleEnabled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"uint256\",\"name\":\"role\",\"type\":\"uint256\"}],\"name\":\"OracleSet\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Paused\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"mainOracle\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"pivotOracle\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"fallbackOracle\",\"type\":\"address\"}],\"name\":\"TokenConfigAdded\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"Unpaused\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"INVALID_PRICE\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"NATIVE_TOKEN_ADDR\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"boundValidator\",\"outputs\":[{\"internalType\":\"contract BoundValidatorInterface\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"},{\"internalType\":\"bool\",\"name\":\"enable\",\"type\":\"bool\"}],\"name\":\"enableOracle\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"}],\"name\":\"getOracle\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"enabled\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getTokenConfig\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"}],\"internalType\":\"struct ResilientOracle.TokenConfig\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"getUnderlyingPrice\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"nativeMarket\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"paused\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"internalType\":\"enum ResilientOracle.OracleRole\",\"name\":\"role\",\"type\":\"uint8\"}],\"name\":\"setOracle\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"}],\"internalType\":\"struct ResilientOracle.TokenConfig\",\"name\":\"tokenConfig\",\"type\":\"tuple\"}],\"name\":\"setTokenConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address[3]\",\"name\":\"oracles\",\"type\":\"address[3]\"},{\"internalType\":\"bool[3]\",\"name\":\"enableFlagsForOracles\",\"type\":\"bool[3]\"}],\"internalType\":\"struct ResilientOracle.TokenConfig[]\",\"name\":\"tokenConfigs_\",\"type\":\"tuple[]\"}],\"name\":\"setTokenConfigs\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unpause\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"updateAssetPrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"updatePrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"vai\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"Paused(address)\":{\"details\":\"Emitted when the pause is triggered by `account`.\"},\"Unpaused(address)\":{\"details\":\"Emitted when the pause is lifted by `account`.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\",\"details\":\"nativeMarketAddress can be address(0) if on the chain we do not support native market (e.g vETH on ethereum would not be supported, only vWETH)\",\"params\":{\"_boundValidator\":\"Address of the bound validator contract\",\"nativeMarketAddress\":\"The address of a native market (for bsc it would be vBNB address)\",\"vaiAddress\":\"The address of the VAI token (if there is VAI on the deployed chain). Set to address(0) of VAI is not existent.\"}},\"enableOracle(address,uint8,bool)\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"NotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set\",\"details\":\"Configuration for the asset **must** already exist and the asset cannot be 0 address\",\"params\":{\"asset\":\"Asset address\",\"enable\":\"Enabled boolean of the oracle\",\"role\":\"Oracle role\"}},\"getOracle(address,uint8)\":{\"params\":{\"asset\":\"asset address\",\"role\":\"Oracle role\"},\"returns\":{\"enabled\":\"Enabled flag of the oracle based on token config\",\"oracle\":\"Oracle address based on role\"}},\"getPrice(address)\":{\"custom:error\":\"Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid\",\"params\":{\"asset\":\"asset address\"},\"returns\":{\"_0\":\"price USD price in scaled decimal places.\"}},\"getTokenConfig(address)\":{\"details\":\"Gets token config by asset address\",\"params\":{\"asset\":\"asset address\"},\"returns\":{\"_0\":\"tokenConfig Config for the asset\"}},\"getUnderlyingPrice(address)\":{\"custom:error\":\"Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid\",\"params\":{\"vToken\":\"vToken address\"},\"returns\":{\"_0\":\"price USD price in scaled decimal places.\"}},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"Address of the access control manager contract\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pause()\":{\"custom:access\":\"Only Governance\"},\"paused()\":{\"details\":\"Returns true if the contract is paused, and false otherwise.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setOracle(address,address,uint8)\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"Null address error if main-role oracle address is nullNotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set\",\"custom:event\":\"Emits OracleSet event with asset address, oracle address and role of the oracle for the asset\",\"details\":\"Supplied asset **must** exist and main oracle may not be null\",\"params\":{\"asset\":\"Asset address\",\"oracle\":\"Oracle address\",\"role\":\"Oracle role\"}},\"setTokenConfig((address,address[3],bool[3]))\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"NotNullAddress is thrown if asset address is nullNotNullAddress is thrown if main-role oracle address for asset is null\",\"custom:event\":\"Emits TokenConfigAdded event when the asset config is set successfully by the authorized account\",\"details\":\"main oracle **must not** be a null address\",\"params\":{\"tokenConfig\":\"Token config struct\"}},\"setTokenConfigs((address,address[3],bool[3])[])\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"Throws a length error if the length of the token configs array is 0\",\"params\":{\"tokenConfigs_\":\"Token config array\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"unpause()\":{\"custom:access\":\"Only Governance\"},\"updateAssetPrice(address)\":{\"details\":\"This function should always be called before calling getPrice\",\"params\":{\"asset\":\"asset address\"}},\"updatePrice(address)\":{\"details\":\"This function should always be called before calling getUnderlyingPrice\",\"params\":{\"vToken\":\"vToken address\"}}},\"stateVariables\":{\"boundValidator\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"},\"nativeMarket\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"},\"vai\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\"}},\"title\":\"ResilientOracle\",\"version\":1},\"userdoc\":{\"errors\":{\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}]},\"events\":{\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"OracleEnabled(address,uint256,bool)\":{\"notice\":\"Event emitted when an oracle is enabled or disabled\"},\"OracleSet(address,address,uint256)\":{\"notice\":\"Event emitted when an oracle is set\"}},\"kind\":\"user\",\"methods\":{\"NATIVE_TOKEN_ADDR()\":{\"notice\":\"Set this as asset address for Native token on each chain.This is the underlying for vBNB (on bsc) and can serve as any underlying asset of a market that supports native tokens\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"boundValidator()\":{\"notice\":\"Bound validator contract address\"},\"constructor\":{\"notice\":\"Constructor for the implementation contract. Sets immutable variables.\"},\"enableOracle(address,uint8,bool)\":{\"notice\":\"Enables/ disables oracle for the input asset. Token config for the input asset **must** exist\"},\"getOracle(address,uint8)\":{\"notice\":\"Gets oracle and enabled status by asset address\"},\"getPrice(address)\":{\"notice\":\"Gets price of the asset\"},\"getUnderlyingPrice(address)\":{\"notice\":\"Gets price of the underlying asset for a given vToken. Validation flow: - Check if the oracle is paused globally - Validate price from main oracle against pivot oracle - Validate price from fallback oracle against pivot oracle if the first validation failed - Validate price from main oracle against fallback oracle if the second validation failed In the case that the pivot oracle is not available but main price is available and validation is successful, main oracle price is returned.\"},\"initialize(address)\":{\"notice\":\"Initializes the contract admin and sets the BoundValidator contract address\"},\"nativeMarket()\":{\"notice\":\"Native market address\"},\"pause()\":{\"notice\":\"Pauses oracle\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setOracle(address,address,uint8)\":{\"notice\":\"Sets oracle for a given asset and role.\"},\"setTokenConfig((address,address[3],bool[3]))\":{\"notice\":\"Sets/resets single token configs.\"},\"setTokenConfigs((address,address[3],bool[3])[])\":{\"notice\":\"Batch sets token configs\"},\"unpause()\":{\"notice\":\"Unpauses oracle\"},\"updateAssetPrice(address)\":{\"notice\":\"Updates the pivot oracle price. Currently using TWAP\"},\"updatePrice(address)\":{\"notice\":\"Updates the TWAP pivot oracle price.\"},\"vai()\":{\"notice\":\"VAI address\"}},\"notice\":\"The Resilient Oracle is the main contract that the protocol uses to fetch prices of assets. DeFi protocols are vulnerable to price oracle failures including oracle manipulation and incorrectly reported prices. If only one oracle is used, this creates a single point of failure and opens a vector for attacking the protocol. The Resilient Oracle uses multiple sources and fallback mechanisms to provide accurate prices and protect the protocol from oracle attacks. Currently it includes integrations with Chainlink, Pyth, Binance Oracle and TWAP (Time-Weighted Average Price) oracles. TWAP uses PancakeSwap as the on-chain price source. For every market (vToken) we configure the main, pivot and fallback oracles. The oracles are configured per vToken's underlying asset address. The main oracle oracle is the most trustworthy price source, the pivot oracle is used as a loose sanity checker and the fallback oracle is used as a backup price source. To validate prices returned from two oracles, we use an upper and lower bound ratio that is set for every market. The upper bound ratio represents the deviation between reported price (the price that\\u2019s being validated) and the anchor price (the price we are validating against) above which the reported price will be invalidated. The lower bound ratio presents the deviation between reported price and anchor price below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true: ``` anchorRatio = anchorPrice/reporterPrice isValid = anchorRatio <= upperBoundAnchorRatio && anchorRatio >= lowerBoundAnchorRatio ``` In most cases, Chainlink is used as the main oracle, TWAP or Pyth oracles are used as the pivot oracle depending on which supports the given market and Binance oracle is used as the fallback oracle. For some markets we may use Pyth or TWAP as the main oracle if the token price is not supported by Chainlink or Binance oracles. For a fetched price to be valid it must be positive and not stagnant. If the price is invalid then we consider the oracle to be stagnant and treat it like it's disabled.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/ResilientOracle.sol\":\"ResilientOracle\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://75267b14b60dc216d01d596a4008189a6c44d3314e53eded0edb1e757d95be16\",\"dweb:/ipfs/QmQoMaxTRT6V7uQj9USfdQH9jh1crywB9auVjThzUSAbG2\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e89863421b4014b96a4b62be76eb3b9f0a8afe9684664a6f389124c0964bfe5c\",\"dweb:/ipfs/Qmbk7xr1irpDuU1WdxXgxELBXxs61rHhCgod7heVcvFx16\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e\",\"dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv\"]},\"@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol\":{\"keccak256\":\"0xad32f6821f860555f9530902a65b54203a4f5db2117f4384ae47a124958078db\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6d362da7417bc7d7cc8623f3d3f8f04c3808d043ee6379568c63a63ec14a124e\",\"dweb:/ipfs/QmYm3wDHUcfGh3MNiRqpWEBbSSYnDSyUsppDATy5DVsfui\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b\",\"dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b06267c5f80bad727af3e48b1382333d591dad51376399ef2f6b0ee6d58bf95\",\"dweb:/ipfs/QmdU5La1agcQvghnfMpWZGDPz2TUDTCxUwTLKmuMRXBpAx\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x287b55befed2961a7eabd7d7b1b2839cbca8a5b80ef8dcbb25ed3d4c2002c305\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bd39944e8fc06be6dbe2dd1d8449b5336e23c6a7ba3e8e9ae5ae0f37f35283f5\",\"dweb:/ipfs/QmPV3FGYjVwvKSgAXKUN3r9T9GwniZz83CxBpM7vyj2G53\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0x0dcf283925f4dddc23ca0ee71d2cb96a9dd6e4cf08061b69fde1697ea39dc514\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://38db65a77297d8df3345797277a624d81706bde2e9ede230a140e8ca2a027040\",\"dweb:/ipfs/QmWKcmtyyvi3dhAJHkdAKGNrsKcMxKQ6c82ArtDqe8tncG\"]},\"@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"contracts/ResilientOracle.sol\":{\"keccak256\":\"0x005e52885b8f7935dbccb1c87847229a9a2bfb66fd75fe200c9ec6f8a5d7a0e9\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://304c6282e9351c4a6eae85f74dba0a50b40028abce3850b11ef7dcf059e57ee1\",\"dweb:/ipfs/QmUHMWtfM5ssehMTria4JGSEbYLykxB3KqRUBacM46Lnke\"]},\"contracts/interfaces/OracleInterface.sol\":{\"keccak256\":\"0x2432799b0d824fc701beb4c30146e912b9aeecf77b5c1635dde6c5fbe6bfc3a7\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://a0de4c46c1bb912ebf9eed630e210d17e2952b8076fcfd429672c7e6271ed665\",\"dweb:/ipfs/QmVuqSWTJSxpudZSJMpRC7pmw9iEjyZnnhm3n9RvmKXxTg\"]},\"contracts/interfaces/VBep20Interface.sol\":{\"keccak256\":\"0x6e71c3df86501df5c0e4bace1333c0c91f9f9cced252a54fb99eeda219b789d5\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://a321e0a5c0c913b127fc2bc19025c8d6e3a3c1f5a9c9e52a4e8e382deab1b349\",\"dweb:/ipfs/QmezcySRTNkHtDBBAh4cN64u2tt9dbYFwiNCSBt74ShisK\"]}},\"version\":1}",
|
|
769
|
+
"solc_version": "0.8.25",
|
|
770
|
+
"solc_zkvm_edition": "1.0.1",
|
|
771
|
+
"zk_version": "1.5.1"
|
|
772
|
+
},
|
|
773
|
+
"bytecode": "0x0001000000000002000f0000000000020000000003010019000000600330027000000324033001970000000100200190000000250000c13d0000008002000039000000400020043f000000040030008c0000058d0000413d000000000201043b000000e002200270000003300020009c000000590000213d000003420020009c000000680000a13d000003430020009c000001320000a13d000003440020009c000001a90000213d000003470020009c000001d20000613d000003480020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000000000101041a00000326021001970000000001000411000000000012004b0000045d0000c13d0c8c0b930000040f000000000100001900000c8d0001042e0000000002000416000000000002004b0000058d0000c13d0000001f023000390000032502200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000370000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b000000330000c13d000000000002004b000000450000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c0000058d0000413d000000e00100043d000003260010009c0000058d0000213d000001000200043d000003260020009c0000058d0000213d000001200300043d000003260030009c0000058d0000213d000000000003004b000004130000c13d000000400100043d00000044021000390000032e030000410000000000320435000000240210003900000015030000390000048d0000013d000003310020009c000000fa0000a13d000003320020009c000001430000a13d000003330020009c000001b80000213d000003360020009c000001eb0000613d000003370020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000002ea0000013d0000034c0020009c0000018a0000213d000003500020009c000002700000613d000003510020009c0000028d0000613d000003520020009c0000058d0000c13d000000e40030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d000000e005000039000000400050043f0000000402100370000000000202043b000003260020009c0000058d0000213d000000800020043f0000014004000039000000400040043f0000002403100370000000000303043b000003260030009c0000058d0000213d000000e00030043f0000004406100370000000000606043b000003260060009c0000058d0000213d000001000060043f0000006406100370000000000606043b000003260060009c0000058d0000213d000001200060043f000000a00050043f000001a005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001400050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001600050043f000000c401100370000000000101043b000000000001004b0000000005000019000000010500c039000000000051004b0000058d0000c13d000001800010043f000000c00040043f000000000002004b000006360000613d000000000003004b000006360000613d000001e001000039000000400010043f0000001b01000039000001a00010043f0000037f01000041000001c00010043f000001a0010000390c8c07be0000040f000000800100043d00000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000800200043d0000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b000000a00200043d000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d000004860000013d0000033b0020009c0000019e0000213d0000033f0020009c000002a90000613d000003400020009c000002e60000613d000003410020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0c8c0bac0000040f0000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d0000051f0000c13d0000000003000031000000200030008c000000200400003900000000040340190000054b0000013d000003490020009c000002ec0000613d0000034a0020009c000003450000613d0000034b0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003570100004100000c8d0001042e000003380020009c0000034b0000613d000003390020009c0000037a0000613d0000033a0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004980000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004980000c13d000003600130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004bc0000613d000600000002001d0000009701000039000000000201041a0000035402200197000000000021041b000000000100041100000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f00000001002001900000058d0000613d000000000100041a0000ff0000100190000004bc0000613d000500000001001d000000400100043d0000000705000029000000000005004b000006060000c13d00000064021000390000036303000041000000000032043500000044021000390000036403000041000006020000013d0000034d0020009c000003850000613d0000034e0020009c000003960000613d0000034f0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000001ca0000613d000004690000013d0000033c0020009c000003ac0000613d0000033d0020009c000003cd0000613d0000033e0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d000000c901000039000002ea0000013d000003450020009c000003d40000613d000003460020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000038f0000013d000003340020009c000003f60000613d000003350020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000004690000c13d0c8c0bac0000040f0c8c08730000040f000000400200043d0000000000120435000003240020009c0000032402008041000000400120021000000353011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000201041a00000326052001970000000003000411000000000035004b000004400000c13d0000009703000039000000000403041a0000035404400197000000000043041b0000035402200197000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410000000006000019000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000003260020009c0000058d0000213d000000000131034f000000e003000039000000800000043f000000000401034f000000004504043c0000000003530436000001400030008c000001f80000c13d000000e003000039000000a00030043f000001a003000039000000400030043f0000014003000039000000001401043c0000000003430436000001a00030008c000002010000c13d0000014001000039000000c00010043f0000000000200435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000301043b000000400100043d000003590010009c000002a30000213d0000006002100039000000400020043f000000000203041a000003260220019700000000022104360000000104300039000000000404041a0000032605400197000000400400043d00000000055404360000000206300039000000000606041a000003260660019700000000006504350000000305300039000000000505041a000003260550019700000040064000390000000000560435000003590040009c000002a30000213d0000006005400039000000400050043f00000000004204350000000403300039000000000403041a0000035a004001980000000005000019000000010500c039000000400300043d000000400630003900000000005604350000ff00004001900000000005000019000000010500c03900000020063000390000000000560435000000ff004001900000000004000019000000010400c0390000000000430435000003590030009c000002a30000213d0000006004300039000000400040043f0000004004100039000000000034043500000000010104330000032603100197000000400100043d0000000003310436000000000202043300000000650204340000032605500197000000000053043500000000030604330000032603300197000000400510003900000000003504350000004002200039000000000202043300000326022001970000006003100039000000000023043500000000020404330000000043020434000000000003004b0000000003000019000000010300c039000000800510003900000000003504350000000003040433000000000003004b0000000003000019000000010300c039000000a004100039000000000034043500000040022000390000000002020433000000000002004b0000000002000019000000010200c039000000c0031000390000000000230435000003240010009c000003240100804100000040011002100000035b011001c700000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000006502000039000000000202041a00000326022001970000000003000411000000000032004b000004400000c13d000000000001004b000004c70000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000036401000041000000c40010043f0000036301000041000000e40010043f000003770100004100000c8e00010430000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b0000036a0020009c0000058d0000213d0000002304200039000000000034004b0000058d0000813d0000000404200039000000000441034f000000000604043b000003830060009c000002a30000813d00000005046002100000003f044000390000038404400197000003850040009c000004d80000a13d000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000440030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000302043b0000000002030019000003260030009c0000058d0000213d0000002401100370000000000101043b000700000001001d000000020010008c0000058d0000213d000400000002001d0000000000200435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000010110003900000007020000290c8c07a10000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000040110003900000007020000290c8c07960000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000032603300197000000ff0010008c00000000030020190000000000320435000003240020009c0000032402008041000000400120021000000371011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000101041a000003920000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000000020020008c0000058d0000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b0000058d0000c13d0000000701000029000000000001004b000003c30000613d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a00000326001001980000050f0000613d000000400100043d0000036c0010009c000002a30000213d0000004002100039000000400020043f000000200210003900000378030000410000000000320435000000200200003900000000002104350c8c07be0000040f00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d00000006060000290000000302600210000000ff0320020f0000038e03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000040300003900000379040000410000065e0000013d0000000001000416000000000001004b0000058d0000c13d000000800000043f000003570100004100000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d000005540000c13d0000000003000031000000200030008c00000020040000390000000004034019000005800000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a0000038f0000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000000050440021000000367020000410c8c0c690000040f0000032601100197000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000037c01000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004730000c13d00000044021000390000037e030000410000000000320435000000240210003900000014030000390000048d0000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000003260020009c0000058d0000213d0000004401100370000000000101043b000500000001001d000000020010008c0000058d0000213d0000000701000029000000000001004b000004ff0000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000032e01000041000000c40010043f0000037a0100004100000c8e000104300000000001000416000000000001004b0000058d0000c13d0000036b01000041000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000701000039000000800010043f0000037201000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004880000c13d0000038f0330019700000001033001bf000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037404000041000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000601043b000003260060009c0000058d0000213d0000006501000039000000000101041a00000326051001970000000001000411000000000015004b000004400000c13d0000009701000039000000000201041a0000035402200197000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000003030000390000035604000041000004830000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004490000c13d000000ff0540018f000000ff0050008c000004330000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000003240020009c000003240200804100000040012002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000032c040000410c8c0c820000040f00000001002001900000058d0000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e0003004430000010000100443000000030100003900000120001004430000032d0100004100000c8d0001042e0000032901000041000000800010043f0000002001000039000000840010043f000000a40010043f0000038c01000041000000c40010043f0000037a0100004100000c8e00010430000000400100043d00000064021000390000032703000041000000000032043500000044021000390000032803000041000000000032043500000024021000390000002703000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032a011001c700000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000037501000041000000c40010043f0000037601000041000000e40010043f000003770100004100000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f0000037b01000041000000c40010043f0000037a0100004100000c8e000104300000038f03300197000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037d040000410c8c0c820000040f00000001002001900000058d0000613d000000000100001900000c8d0001042e00000044021000390000037303000041000000000032043500000024021000390000001003000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000600000002001d000400000001001d000500000003001d0000035c010000410000000000100439000000000100041000000004001004430000000001000414000003240010009c0000032401008041000000c0011002100000035d011001c700008002020000390c8c0c870000040f0000000100200190000004c60000613d000000000101043b000000000001004b000004f20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004f50000c13d000000040000006b0000015e0000613d0000038f01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001640000c13d000000400100043d00000064021000390000036503000041000000000032043500000044021000390000036603000041000000000032043500000024021000390000002b03000039000004520000013d000000000001042f000000c902000039000000000302041a0000035404300197000000000414019f000000000042041b0000032602300197000000800020043f000000a00010043f0000000001000414000003240010009c0000032401008041000000c0011002100000038d011001c70000800d0200003900000001030000390000036204000041000004830000013d0000008005400039000000400050043f000000800060043f0000002402200039000000e0046000c9000700000024001d000000070030006b0000058d0000213d000000000006004b0000058f0000c13d00000044015000390000038b02000041000000000021043500000024015000390000001102000039000000000021043500000329010000410000000000150435000000040150003900000020020000390000000000210435000003240050009c000003240500804100000040015002100000032f011001c700000c8e0001043000000006010000290000000501100270000000000100001f000000400100043d00000064021000390000035e03000041000000000032043500000044021000390000035f03000041000000000032043500000024021000390000002e03000039000004520000013d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a0000032600100198000005ec0000c13d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c078c0000040f00000007020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000005390000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b000005350000c13d000000000005004b000005480000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000005880000a13d000002a30000013d000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000056e0000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b0000056a0000c13d000000000005004b0000057d0000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000002a30000213d0000000100200190000002a30000c13d000000400010043f000000200030008c000004860000813d000000000100001900000c8e00010430000000a0050000390000009f0630008a0000003f0730008a00000387087001970000000004230049000003860040009c0000058d0000213d000000e00040008c0000058d0000413d000000400900043d000003590090009c000002a30000213d0000006004900039000000400040043f000000000421034f000000000a04043b0000032600a0009c0000058d0000213d000000000ca90436000000000072004b00000000040000190000038704008041000003870b200197000000000a8b013f00000000008b004b000000000d000019000003870d0040410000038700a0009c000000000d04c01900000000000d004b0000058d0000c13d000000400d00043d0000035900d0009c000002a30000213d0000006004d00039000000400040043f000000800a20003900000000003a004b0000058d0000213d000000200e200039000000000f0d00190000000004e1034f000000000404043b000003260040009c0000058d0000213d000000000f4f0436000000200ee000390000000000ae004b000005b80000413d0000000000dc0435000000000062004b00000000040000190000038704008041000003870c600197000000000dcb013f0000000000cb004b000000000b000019000003870b0040410000038700d0009c000000000b04c01900000000000b004b0000058d0000c13d000000400b00043d0000035900b0009c000002a30000213d0000006004b00039000000400040043f000000e002200039000000000032004b0000058d0000213d000000000c0b00190000000004a1034f000000000d04043b00000000000d004b0000000004000019000000010400c03900000000004d004b0000058d0000c13d000000000cdc0436000000200aa0003900000000002a004b000005d60000413d00000040049000390000000000b404350000000005950436000000070020006c000005930000413d000000800100043d000400000001001d000000000001004b000006630000c13d000000400500043d000004e20000013d000000400100043d0000036c0010009c000002a30000213d0000000602000029000603260020019b0000004002100039000000400020043f00000020021000390000036d030000410000000000320435000000200200003900000000002104350c8c07be0000040f000000060200002900000005002001b0000006400000c13d000000400100043d00000064021000390000036f03000041000000000032043500000044021000390000037003000041000000000032043500000024021000390000002503000039000004520000013d000000c902000039000000000302041a0000035404300197000000000454019f000000000042041b0000002002100039000000000052043500000326023001970000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000358011001c70000800d02000039000000010300003900000362040000410c8c0c820000040f00000001002001900000058d0000613d0000003301000039000000000201041a0000038f02200197000000000021041b000000060000006b000004860000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d020000390000032c04000041000004830000013d0000032901000041000001a00010043f0000002001000039000001a40010043f0000001501000039000001c40010043f0000032e01000041000001e40010043f000003820100004100000c8e0001043000000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a00000354022001970000000606000029000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000004030000390000036e0400004100000007050000290c8c0c820000040f00000001002001900000058d0000613d000004860000013d000700000000001d000000800100043d0000000702000029000000000012004b000007420000813d0000000501200210000000a0011000390000000008010433000000002108043400000326001001980000073b0000613d0000000001020433000000000101043300000326001001980000073b0000613d000500000002001d000000400900043d0000036c0090009c000002a30000213d0000004001900039000000400010043f00000020019000390000037f0200004100000000002104350000001b020000390000000000290435000000c902000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000038903000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000006960000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b0000068f0000413d0000032602200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000006a20000c13d0000000003000031000000200030008c00000020040000390000000004034019000006d90000013d000300000009001d0000001f0330003900000390033001970000006403300039000003240030009c000003240300804100000060033002100000032400a0009c000003240400004100000000040a40190000004004400210000000000343019f000003240010009c0000032401008041000000c001100210000000000131019f00020000000a001d00010000000b001d0c8c0c870000040f0000000109000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000000505400272000006c50000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000006c10000c13d0000001f06400190000006d40000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000309000029000007610000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000002a30000213d0000000100100190000002a30000c13d000000400040043f000000200030008c0000058d0000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000058d0000c13d000000000001004b000007480000613d000000000108043300000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000060800002900000001002001900000058d0000613d00000000020804330000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b00000005020000290000000002020433000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000400380003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d00000007020000290000000102200039000700000002001d000000040020006c000006640000413d000004860000013d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c07820000040f000005150000013d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a01000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d0c8c07ac0000040f00000007020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f00000005053002720000076d0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007690000c13d000000000004004b0000077c0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e0001043000000040021000390000032e030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000400210003900000391030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c0000079b0000813d00000005032002700000000001130019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e00010430000000030020008c000007a60000813d00000000011200190000000002000019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e0001043000000000430104340000000001320436000000000003004b000007b80000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007b10000413d000000000231001900000000000204350000001f0230003900000390022001970000000001210019000000000001042d00030000000000020000000008010019000000c901000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000038901000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000032602200197000000000003004b000007da0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007d30000413d000000000431001900000000000404350000000004000414000000040020008c000007e40000c13d0000000003000031000000200030008c000000200400003900000000040340190000081d0000013d000100000008001d0000001f0330003900000390033001970000000003a300490000000001130019000003240010009c000003240100804100000060011002100000032400a0009c000003240300004100000000030a40190000004003300210000000000131019f000003240040009c0000032404008041000000c003400210000000000131019f00030000000a001d00020000000b001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008090000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008050000c13d000000000005004b000008180000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00000001002001900000000009000411000008530000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000008350000213d0000000100100190000008350000c13d000000400040043f0000001f0030008c000008330000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000008330000c13d000000000001004b0000083b0000613d000000000001042d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a0100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0c8c07ac0000040f00000003020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000005055002100000085f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000085b0000c13d000000000004004b0000086d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e00010430000d0000000000020000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000ff00002001900000000003000019000000010300c0390000000201100039000000000101041a00000326021001980000000001000019000000010100c039000000000113016f0004000100100194000500000000001d000008e80000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000008a30000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d000008d70000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700060000000a001d000500000004001d0c8c0c870000040f000000050b000029000000060a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008c00000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008bc0000c13d000000000005004b000008cf0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a0000000501100210000a00000000001d0000000100200190000500000000001d000008e80000613d0000001f02400039000000600420018f0000000002a40019000000000042004b000000000400001900000001040040390000036a0020009c00000b2a0000213d000000010040019000000b2a0000c13d000000400020043f000000200030008c00000b280000413d00000000020a04330000000501100270000500000002001d000000000102001f0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a000000ff002001900000097f0000613d0000000101100039000000000101041a00000326021001980000097f0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009110000c13d00000000010004150000000c0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009430000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700030000000a001d000200000004001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000092e0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b0000092a0000c13d000000000005004b0000093d0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000b0110008a000000050110021000000001002001900000097f0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f000000040000006b00000a920000613d0000000502000029000000000002004b00000ade0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000400000001001d000300000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000ae00000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000030a00002900000b0e0000013d000000000100041500000006011000690000000001000002000300010000003d000600000000001d0000000001000415000400000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000035a00200198000009ae0000613d0000000301100039000000000101041a0000032602100198000000000500001900000a1d0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009b00000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009e30000013d000000000500001900000a1d0000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009cd0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009c90000c13d000000000005004b000009dc0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a1d0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f0000000502000029000000000002004b00000a1d0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000500000001001d000100000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a980000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000ac60000013d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000003011001af000000400300043d000000010010019000000b310000c13d0000004401300039000000000051043500000024013000390000000602000029000000000021043500000393010000410000000001130436000400000001001d000500000003001d0000000401300039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a4d0000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000a7a0000013d0000000503000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000050a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000a680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a640000c13d000000000005004b00000a770000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b420000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000b2a0000213d000000010020019000000b2a0000c13d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b280000c13d000000000002004b000000060500002900000b320000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000a900000c13d000009820000013d0000000103000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000010a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000ab30000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000aaf0000c13d000000000005004b00000ac20000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b630000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b280000c13d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000a230000613d000000000002004b00000a900000c13d00000a230000013d000000000100001900000b1c0000013d0000000303000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000afb0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000af70000c13d000000000005004b00000b0a0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b730000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b280000c13d000000000200041500000006022000690000000002000002000000000005004b000009820000613d000000000001004b00000b250000613d0000000001050019000000000001042d000300000000001d000600000005001d000009840000013d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000000001042f000000000103001900000044021000390000039503000041000000000032043500000024021000390000001e03000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000000400200043d0000001f0430018f000000050530027200000b4e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b4a0000c13d000000000004004b00000b5d0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000b6f0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b6b0000c13d000000000004004b00000b8d0000613d000000050550021000000b810000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000b7f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b7b0000c13d000000000004004b00000b8d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e000104300000009702000039000000000302041a0000035403300197000000000032041b00000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f000000010020019000000baa0000613d000000000001042d000000000100001900000c8e000104300002000000000002000203260010019c00000c230000613d000003670100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000000301034f000000010020019000000c220000613d0000036b01000041000000000203043b0000032602200197000000020020006b00000c210000613d0000036701000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000c220000613d000000000101043b00000326031001970000000202000029000000000032004b00000c210000613d000000400a00043d000003960100004100000000041a04360000000001000414000000040020008c00000be20000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c110000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000397011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000bff0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000bfb0000c13d000000000005004b00000c0e0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c3b0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000c350000213d000000010020019000000c350000c13d000000400010043f0000001f0030008c00000c330000a13d00000000010a0433000003260010009c00000c330000213d000000000001042d000000000001042f000000400200043d000200000002001d0000032901000041000000000012043500000004012000390c8c07820000040f00000002020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c470000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c430000c13d000000000004004b00000c550000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c2e0000013d000000000001042f0000000002000414000003240020009c0000032402008041000000c002200210000003240010009c00000324010080410000004001100210000000000121019f00000358011001c700008010020000390c8c0c870000040f000000010020019000000c670000613d000000000101043b000000000001042d000000000100001900000c8e0001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000c6c0000413d000003240030009c000003240300804100000060013002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000398011001c700000000020500190c8c0c870000040f000000010020019000000c810000613d000000000101043b000000000001042d000000000001042f00000c85002104210000000102000039000000000001042d0000000002000019000000000001042d00000c8a002104230000000102000039000000000001042d0000000002000019000000000001042d00000c8c0000043200000c8d0001042e00000c8e00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008b855da300000000000000000000000000000000000000000000000000000000b62cad6800000000000000000000000000000000000000000000000000000000cb67e3b000000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000a6b1344900000000000000000000000000000000000000000000000000000000a6b1344a00000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced000000000000000000000000000000000000000000000000000000004b932b8e00000000000000000000000000000000000000000000000000000000715018a5000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008a2f7f6d00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000005c975abb0000000000000000000000000000000000000000000000000000000033d334930000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000002cfa387100000000000000000000000000000000000000000000000000000000333a21b00000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000000e00000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e725068a5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f000000000000000000000000000000000000004000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f7420706175736564000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc10000000000000000000000000000000000000064000001a0000000000000000000000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e277420626520300000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d75737420657869737400000000000000000041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000200000200000000000000000000000000000000000000000000000000000000",
|
|
774
|
+
"deployedBytecode": "0x0001000000000002000f0000000000020000000003010019000000600330027000000324033001970000000100200190000000250000c13d0000008002000039000000400020043f000000040030008c0000058d0000413d000000000201043b000000e002200270000003300020009c000000590000213d000003420020009c000000680000a13d000003430020009c000001320000a13d000003440020009c000001a90000213d000003470020009c000001d20000613d000003480020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000000000101041a00000326021001970000000001000411000000000012004b0000045d0000c13d0c8c0b930000040f000000000100001900000c8d0001042e0000000002000416000000000002004b0000058d0000c13d0000001f023000390000032502200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000370000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b000000330000c13d000000000002004b000000450000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c0000058d0000413d000000e00100043d000003260010009c0000058d0000213d000001000200043d000003260020009c0000058d0000213d000001200300043d000003260030009c0000058d0000213d000000000003004b000004130000c13d000000400100043d00000044021000390000032e030000410000000000320435000000240210003900000015030000390000048d0000013d000003310020009c000000fa0000a13d000003320020009c000001430000a13d000003330020009c000001b80000213d000003360020009c000001eb0000613d000003370020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000002ea0000013d0000034c0020009c0000018a0000213d000003500020009c000002700000613d000003510020009c0000028d0000613d000003520020009c0000058d0000c13d000000e40030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d000000e005000039000000400050043f0000000402100370000000000202043b000003260020009c0000058d0000213d000000800020043f0000014004000039000000400040043f0000002403100370000000000303043b000003260030009c0000058d0000213d000000e00030043f0000004406100370000000000606043b000003260060009c0000058d0000213d000001000060043f0000006406100370000000000606043b000003260060009c0000058d0000213d000001200060043f000000a00050043f000001a005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001400050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001600050043f000000c401100370000000000101043b000000000001004b0000000005000019000000010500c039000000000051004b0000058d0000c13d000001800010043f000000c00040043f000000000002004b000006360000613d000000000003004b000006360000613d000001e001000039000000400010043f0000001b01000039000001a00010043f0000037f01000041000001c00010043f000001a0010000390c8c07be0000040f000000800100043d00000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000800200043d0000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b000000a00200043d000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d000004860000013d0000033b0020009c0000019e0000213d0000033f0020009c000002a90000613d000003400020009c000002e60000613d000003410020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0c8c0bac0000040f0000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d0000051f0000c13d0000000003000031000000200030008c000000200400003900000000040340190000054b0000013d000003490020009c000002ec0000613d0000034a0020009c000003450000613d0000034b0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003570100004100000c8d0001042e000003380020009c0000034b0000613d000003390020009c0000037a0000613d0000033a0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004980000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004980000c13d000003600130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004bc0000613d000600000002001d0000009701000039000000000201041a0000035402200197000000000021041b000000000100041100000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f00000001002001900000058d0000613d000000000100041a0000ff0000100190000004bc0000613d000500000001001d000000400100043d0000000705000029000000000005004b000006060000c13d00000064021000390000036303000041000000000032043500000044021000390000036403000041000006020000013d0000034d0020009c000003850000613d0000034e0020009c000003960000613d0000034f0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000001ca0000613d000004690000013d0000033c0020009c000003ac0000613d0000033d0020009c000003cd0000613d0000033e0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d000000c901000039000002ea0000013d000003450020009c000003d40000613d000003460020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000038f0000013d000003340020009c000003f60000613d000003350020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000004690000c13d0c8c0bac0000040f0c8c08730000040f000000400200043d0000000000120435000003240020009c0000032402008041000000400120021000000353011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000201041a00000326052001970000000003000411000000000035004b000004400000c13d0000009703000039000000000403041a0000035404400197000000000043041b0000035402200197000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410000000006000019000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000003260020009c0000058d0000213d000000000131034f000000e003000039000000800000043f000000000401034f000000004504043c0000000003530436000001400030008c000001f80000c13d000000e003000039000000a00030043f000001a003000039000000400030043f0000014003000039000000001401043c0000000003430436000001a00030008c000002010000c13d0000014001000039000000c00010043f0000000000200435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000301043b000000400100043d000003590010009c000002a30000213d0000006002100039000000400020043f000000000203041a000003260220019700000000022104360000000104300039000000000404041a0000032605400197000000400400043d00000000055404360000000206300039000000000606041a000003260660019700000000006504350000000305300039000000000505041a000003260550019700000040064000390000000000560435000003590040009c000002a30000213d0000006005400039000000400050043f00000000004204350000000403300039000000000403041a0000035a004001980000000005000019000000010500c039000000400300043d000000400630003900000000005604350000ff00004001900000000005000019000000010500c03900000020063000390000000000560435000000ff004001900000000004000019000000010400c0390000000000430435000003590030009c000002a30000213d0000006004300039000000400040043f0000004004100039000000000034043500000000010104330000032603100197000000400100043d0000000003310436000000000202043300000000650204340000032605500197000000000053043500000000030604330000032603300197000000400510003900000000003504350000004002200039000000000202043300000326022001970000006003100039000000000023043500000000020404330000000043020434000000000003004b0000000003000019000000010300c039000000800510003900000000003504350000000003040433000000000003004b0000000003000019000000010300c039000000a004100039000000000034043500000040022000390000000002020433000000000002004b0000000002000019000000010200c039000000c0031000390000000000230435000003240010009c000003240100804100000040011002100000035b011001c700000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000006502000039000000000202041a00000326022001970000000003000411000000000032004b000004400000c13d000000000001004b000004c70000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000036401000041000000c40010043f0000036301000041000000e40010043f000003770100004100000c8e00010430000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b0000036a0020009c0000058d0000213d0000002304200039000000000034004b0000058d0000813d0000000404200039000000000441034f000000000604043b000003830060009c000002a30000813d00000005046002100000003f044000390000038404400197000003850040009c000004d80000a13d000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000440030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000302043b0000000002030019000003260030009c0000058d0000213d0000002401100370000000000101043b000700000001001d000000020010008c0000058d0000213d000400000002001d0000000000200435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000010110003900000007020000290c8c07a10000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000040110003900000007020000290c8c07960000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000032603300197000000ff0010008c00000000030020190000000000320435000003240020009c0000032402008041000000400120021000000371011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000101041a000003920000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000000020020008c0000058d0000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b0000058d0000c13d0000000701000029000000000001004b000003c30000613d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a00000326001001980000050f0000613d000000400100043d0000036c0010009c000002a30000213d0000004002100039000000400020043f000000200210003900000378030000410000000000320435000000200200003900000000002104350c8c07be0000040f00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d00000006060000290000000302600210000000ff0320020f0000038e03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000040300003900000379040000410000065e0000013d0000000001000416000000000001004b0000058d0000c13d000000800000043f000003570100004100000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d000005540000c13d0000000003000031000000200030008c00000020040000390000000004034019000005800000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a0000038f0000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000000050440021000000367020000410c8c0c690000040f0000032601100197000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000037c01000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004730000c13d00000044021000390000037e030000410000000000320435000000240210003900000014030000390000048d0000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000003260020009c0000058d0000213d0000004401100370000000000101043b000500000001001d000000020010008c0000058d0000213d0000000701000029000000000001004b000004ff0000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000032e01000041000000c40010043f0000037a0100004100000c8e000104300000000001000416000000000001004b0000058d0000c13d0000036b01000041000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000701000039000000800010043f0000037201000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004880000c13d0000038f0330019700000001033001bf000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037404000041000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000601043b000003260060009c0000058d0000213d0000006501000039000000000101041a00000326051001970000000001000411000000000015004b000004400000c13d0000009701000039000000000201041a0000035402200197000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000003030000390000035604000041000004830000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004490000c13d000000ff0540018f000000ff0050008c000004330000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000003240020009c000003240200804100000040012002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000032c040000410c8c0c820000040f00000001002001900000058d0000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e0003004430000010000100443000000030100003900000120001004430000032d0100004100000c8d0001042e0000032901000041000000800010043f0000002001000039000000840010043f000000a40010043f0000038c01000041000000c40010043f0000037a0100004100000c8e00010430000000400100043d00000064021000390000032703000041000000000032043500000044021000390000032803000041000000000032043500000024021000390000002703000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032a011001c700000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000037501000041000000c40010043f0000037601000041000000e40010043f000003770100004100000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f0000037b01000041000000c40010043f0000037a0100004100000c8e000104300000038f03300197000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037d040000410c8c0c820000040f00000001002001900000058d0000613d000000000100001900000c8d0001042e00000044021000390000037303000041000000000032043500000024021000390000001003000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000600000002001d000400000001001d000500000003001d0000035c010000410000000000100439000000000100041000000004001004430000000001000414000003240010009c0000032401008041000000c0011002100000035d011001c700008002020000390c8c0c870000040f0000000100200190000004c60000613d000000000101043b000000000001004b000004f20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004f50000c13d000000040000006b0000015e0000613d0000038f01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001640000c13d000000400100043d00000064021000390000036503000041000000000032043500000044021000390000036603000041000000000032043500000024021000390000002b03000039000004520000013d000000000001042f000000c902000039000000000302041a0000035404300197000000000414019f000000000042041b0000032602300197000000800020043f000000a00010043f0000000001000414000003240010009c0000032401008041000000c0011002100000038d011001c70000800d0200003900000001030000390000036204000041000004830000013d0000008005400039000000400050043f000000800060043f0000002402200039000000e0046000c9000700000024001d000000070030006b0000058d0000213d000000000006004b0000058f0000c13d00000044015000390000038b02000041000000000021043500000024015000390000001102000039000000000021043500000329010000410000000000150435000000040150003900000020020000390000000000210435000003240050009c000003240500804100000040015002100000032f011001c700000c8e0001043000000006010000290000000501100270000000000100001f000000400100043d00000064021000390000035e03000041000000000032043500000044021000390000035f03000041000000000032043500000024021000390000002e03000039000004520000013d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a0000032600100198000005ec0000c13d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c078c0000040f00000007020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000005390000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b000005350000c13d000000000005004b000005480000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000005880000a13d000002a30000013d000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000056e0000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b0000056a0000c13d000000000005004b0000057d0000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000002a30000213d0000000100200190000002a30000c13d000000400010043f000000200030008c000004860000813d000000000100001900000c8e00010430000000a0050000390000009f0630008a0000003f0730008a00000387087001970000000004230049000003860040009c0000058d0000213d000000e00040008c0000058d0000413d000000400900043d000003590090009c000002a30000213d0000006004900039000000400040043f000000000421034f000000000a04043b0000032600a0009c0000058d0000213d000000000ca90436000000000072004b00000000040000190000038704008041000003870b200197000000000a8b013f00000000008b004b000000000d000019000003870d0040410000038700a0009c000000000d04c01900000000000d004b0000058d0000c13d000000400d00043d0000035900d0009c000002a30000213d0000006004d00039000000400040043f000000800a20003900000000003a004b0000058d0000213d000000200e200039000000000f0d00190000000004e1034f000000000404043b000003260040009c0000058d0000213d000000000f4f0436000000200ee000390000000000ae004b000005b80000413d0000000000dc0435000000000062004b00000000040000190000038704008041000003870c600197000000000dcb013f0000000000cb004b000000000b000019000003870b0040410000038700d0009c000000000b04c01900000000000b004b0000058d0000c13d000000400b00043d0000035900b0009c000002a30000213d0000006004b00039000000400040043f000000e002200039000000000032004b0000058d0000213d000000000c0b00190000000004a1034f000000000d04043b00000000000d004b0000000004000019000000010400c03900000000004d004b0000058d0000c13d000000000cdc0436000000200aa0003900000000002a004b000005d60000413d00000040049000390000000000b404350000000005950436000000070020006c000005930000413d000000800100043d000400000001001d000000000001004b000006630000c13d000000400500043d000004e20000013d000000400100043d0000036c0010009c000002a30000213d0000000602000029000603260020019b0000004002100039000000400020043f00000020021000390000036d030000410000000000320435000000200200003900000000002104350c8c07be0000040f000000060200002900000005002001b0000006400000c13d000000400100043d00000064021000390000036f03000041000000000032043500000044021000390000037003000041000000000032043500000024021000390000002503000039000004520000013d000000c902000039000000000302041a0000035404300197000000000454019f000000000042041b0000002002100039000000000052043500000326023001970000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000358011001c70000800d02000039000000010300003900000362040000410c8c0c820000040f00000001002001900000058d0000613d0000003301000039000000000201041a0000038f02200197000000000021041b000000060000006b000004860000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d020000390000032c04000041000004830000013d0000032901000041000001a00010043f0000002001000039000001a40010043f0000001501000039000001c40010043f0000032e01000041000001e40010043f000003820100004100000c8e0001043000000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a00000354022001970000000606000029000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000004030000390000036e0400004100000007050000290c8c0c820000040f00000001002001900000058d0000613d000004860000013d000700000000001d000000800100043d0000000702000029000000000012004b000007420000813d0000000501200210000000a0011000390000000008010433000000002108043400000326001001980000073b0000613d0000000001020433000000000101043300000326001001980000073b0000613d000500000002001d000000400900043d0000036c0090009c000002a30000213d0000004001900039000000400010043f00000020019000390000037f0200004100000000002104350000001b020000390000000000290435000000c902000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000038903000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000006960000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b0000068f0000413d0000032602200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000006a20000c13d0000000003000031000000200030008c00000020040000390000000004034019000006d90000013d000300000009001d0000001f0330003900000390033001970000006403300039000003240030009c000003240300804100000060033002100000032400a0009c000003240400004100000000040a40190000004004400210000000000343019f000003240010009c0000032401008041000000c001100210000000000131019f00020000000a001d00010000000b001d0c8c0c870000040f0000000109000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000000505400272000006c50000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000006c10000c13d0000001f06400190000006d40000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000309000029000007610000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000002a30000213d0000000100100190000002a30000c13d000000400040043f000000200030008c0000058d0000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000058d0000c13d000000000001004b000007480000613d000000000108043300000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000060800002900000001002001900000058d0000613d00000000020804330000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b00000005020000290000000002020433000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000400380003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d00000007020000290000000102200039000700000002001d000000040020006c000006640000413d000004860000013d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c07820000040f000005150000013d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a01000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d0c8c07ac0000040f00000007020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f00000005053002720000076d0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007690000c13d000000000004004b0000077c0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e0001043000000040021000390000032e030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000400210003900000391030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c0000079b0000813d00000005032002700000000001130019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e00010430000000030020008c000007a60000813d00000000011200190000000002000019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e0001043000000000430104340000000001320436000000000003004b000007b80000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007b10000413d000000000231001900000000000204350000001f0230003900000390022001970000000001210019000000000001042d00030000000000020000000008010019000000c901000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000038901000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000032602200197000000000003004b000007da0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007d30000413d000000000431001900000000000404350000000004000414000000040020008c000007e40000c13d0000000003000031000000200030008c000000200400003900000000040340190000081d0000013d000100000008001d0000001f0330003900000390033001970000000003a300490000000001130019000003240010009c000003240100804100000060011002100000032400a0009c000003240300004100000000030a40190000004003300210000000000131019f000003240040009c0000032404008041000000c003400210000000000131019f00030000000a001d00020000000b001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008090000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008050000c13d000000000005004b000008180000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00000001002001900000000009000411000008530000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000008350000213d0000000100100190000008350000c13d000000400040043f0000001f0030008c000008330000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000008330000c13d000000000001004b0000083b0000613d000000000001042d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a0100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0c8c07ac0000040f00000003020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000005055002100000085f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000085b0000c13d000000000004004b0000086d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e00010430000d0000000000020000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000ff00002001900000000003000019000000010300c0390000000201100039000000000101041a00000326021001980000000001000019000000010100c039000000000113016f0004000100100194000500000000001d000008e80000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000008a30000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d000008d70000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700060000000a001d000500000004001d0c8c0c870000040f000000050b000029000000060a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008c00000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008bc0000c13d000000000005004b000008cf0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a0000000501100210000a00000000001d0000000100200190000500000000001d000008e80000613d0000001f02400039000000600420018f0000000002a40019000000000042004b000000000400001900000001040040390000036a0020009c00000b2a0000213d000000010040019000000b2a0000c13d000000400020043f000000200030008c00000b280000413d00000000020a04330000000501100270000500000002001d000000000102001f0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a000000ff002001900000097f0000613d0000000101100039000000000101041a00000326021001980000097f0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009110000c13d00000000010004150000000c0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009430000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700030000000a001d000200000004001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000092e0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b0000092a0000c13d000000000005004b0000093d0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000b0110008a000000050110021000000001002001900000097f0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f000000040000006b00000a920000613d0000000502000029000000000002004b00000ade0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000400000001001d000300000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000ae00000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000030a00002900000b0e0000013d000000000100041500000006011000690000000001000002000300010000003d000600000000001d0000000001000415000400000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000035a00200198000009ae0000613d0000000301100039000000000101041a0000032602100198000000000500001900000a1d0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009b00000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009e30000013d000000000500001900000a1d0000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009cd0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009c90000c13d000000000005004b000009dc0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a1d0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f0000000502000029000000000002004b00000a1d0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000500000001001d000100000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a980000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000ac60000013d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000003011001af000000400300043d000000010010019000000b310000c13d0000004401300039000000000051043500000024013000390000000602000029000000000021043500000393010000410000000001130436000400000001001d000500000003001d0000000401300039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a4d0000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000a7a0000013d0000000503000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000050a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000a680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a640000c13d000000000005004b00000a770000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b420000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000b2a0000213d000000010020019000000b2a0000c13d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b280000c13d000000000002004b000000060500002900000b320000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000a900000c13d000009820000013d0000000103000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000010a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000ab30000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000aaf0000c13d000000000005004b00000ac20000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b630000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b280000c13d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000a230000613d000000000002004b00000a900000c13d00000a230000013d000000000100001900000b1c0000013d0000000303000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000afb0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000af70000c13d000000000005004b00000b0a0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b730000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b280000c13d000000000200041500000006022000690000000002000002000000000005004b000009820000613d000000000001004b00000b250000613d0000000001050019000000000001042d000300000000001d000600000005001d000009840000013d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000000001042f000000000103001900000044021000390000039503000041000000000032043500000024021000390000001e03000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000000400200043d0000001f0430018f000000050530027200000b4e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b4a0000c13d000000000004004b00000b5d0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000b6f0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b6b0000c13d000000000004004b00000b8d0000613d000000050550021000000b810000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000b7f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b7b0000c13d000000000004004b00000b8d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e000104300000009702000039000000000302041a0000035403300197000000000032041b00000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f000000010020019000000baa0000613d000000000001042d000000000100001900000c8e000104300002000000000002000203260010019c00000c230000613d000003670100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000000301034f000000010020019000000c220000613d0000036b01000041000000000203043b0000032602200197000000020020006b00000c210000613d0000036701000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000c220000613d000000000101043b00000326031001970000000202000029000000000032004b00000c210000613d000000400a00043d000003960100004100000000041a04360000000001000414000000040020008c00000be20000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c110000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000397011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000bff0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000bfb0000c13d000000000005004b00000c0e0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c3b0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000c350000213d000000010020019000000c350000c13d000000400010043f0000001f0030008c00000c330000a13d00000000010a0433000003260010009c00000c330000213d000000000001042d000000000001042f000000400200043d000200000002001d0000032901000041000000000012043500000004012000390c8c07820000040f00000002020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c470000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c430000c13d000000000004004b00000c550000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c2e0000013d000000000001042f0000000002000414000003240020009c0000032402008041000000c002200210000003240010009c00000324010080410000004001100210000000000121019f00000358011001c700008010020000390c8c0c870000040f000000010020019000000c670000613d000000000101043b000000000001042d000000000100001900000c8e0001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000c6c0000413d000003240030009c000003240300804100000060013002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000398011001c700000000020500190c8c0c870000040f000000010020019000000c810000613d000000000101043b000000000001042d000000000001042f00000c85002104210000000102000039000000000001042d0000000002000019000000000001042d00000c8a002104230000000102000039000000000001042d0000000002000019000000000001042d00000c8c0000043200000c8d0001042e00000c8e00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008b855da300000000000000000000000000000000000000000000000000000000b62cad6800000000000000000000000000000000000000000000000000000000cb67e3b000000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000a6b1344900000000000000000000000000000000000000000000000000000000a6b1344a00000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced000000000000000000000000000000000000000000000000000000004b932b8e00000000000000000000000000000000000000000000000000000000715018a5000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008a2f7f6d00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000005c975abb0000000000000000000000000000000000000000000000000000000033d334930000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000002cfa387100000000000000000000000000000000000000000000000000000000333a21b00000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000000e00000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e725068a5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f000000000000000000000000000000000000004000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f7420706175736564000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc10000000000000000000000000000000000000064000001a0000000000000000000000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e277420626520300000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d75737420657869737400000000000000000041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000200000200000000000000000000000000000000000000000000000000000000",
|
|
775
|
+
"devdoc": {
|
|
776
|
+
"author": "Venus",
|
|
777
|
+
"events": {
|
|
778
|
+
"Initialized(uint8)": {
|
|
779
|
+
"details": "Triggered when the contract has been initialized or reinitialized."
|
|
780
|
+
},
|
|
781
|
+
"Paused(address)": {
|
|
782
|
+
"details": "Emitted when the pause is triggered by `account`."
|
|
783
|
+
},
|
|
784
|
+
"Unpaused(address)": {
|
|
785
|
+
"details": "Emitted when the pause is lifted by `account`."
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"kind": "dev",
|
|
789
|
+
"methods": {
|
|
790
|
+
"acceptOwnership()": {
|
|
791
|
+
"details": "The new owner accepts the ownership transfer."
|
|
792
|
+
},
|
|
793
|
+
"constructor": {
|
|
794
|
+
"custom:oz-upgrades-unsafe-allow": "constructor",
|
|
795
|
+
"details": "nativeMarketAddress can be address(0) if on the chain we do not support native market (e.g vETH on ethereum would not be supported, only vWETH)",
|
|
796
|
+
"params": {
|
|
797
|
+
"_boundValidator": "Address of the bound validator contract",
|
|
798
|
+
"nativeMarketAddress": "The address of a native market (for bsc it would be vBNB address)",
|
|
799
|
+
"vaiAddress": "The address of the VAI token (if there is VAI on the deployed chain). Set to address(0) of VAI is not existent."
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
"enableOracle(address,uint8,bool)": {
|
|
803
|
+
"custom:access": "Only Governance",
|
|
804
|
+
"custom:error": "NotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set",
|
|
805
|
+
"details": "Configuration for the asset **must** already exist and the asset cannot be 0 address",
|
|
806
|
+
"params": {
|
|
807
|
+
"asset": "Asset address",
|
|
808
|
+
"enable": "Enabled boolean of the oracle",
|
|
809
|
+
"role": "Oracle role"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"getOracle(address,uint8)": {
|
|
813
|
+
"params": {
|
|
814
|
+
"asset": "asset address",
|
|
815
|
+
"role": "Oracle role"
|
|
816
|
+
},
|
|
817
|
+
"returns": {
|
|
818
|
+
"enabled": "Enabled flag of the oracle based on token config",
|
|
819
|
+
"oracle": "Oracle address based on role"
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
"getPrice(address)": {
|
|
823
|
+
"custom:error": "Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid",
|
|
824
|
+
"params": {
|
|
825
|
+
"asset": "asset address"
|
|
826
|
+
},
|
|
827
|
+
"returns": {
|
|
828
|
+
"_0": "price USD price in scaled decimal places."
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"getTokenConfig(address)": {
|
|
832
|
+
"details": "Gets token config by asset address",
|
|
833
|
+
"params": {
|
|
834
|
+
"asset": "asset address"
|
|
835
|
+
},
|
|
836
|
+
"returns": {
|
|
837
|
+
"_0": "tokenConfig Config for the asset"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"getUnderlyingPrice(address)": {
|
|
841
|
+
"custom:error": "Paused error is thrown when resilent oracle is pausedInvalid resilient oracle price error is thrown if fetched prices from oracle is invalid",
|
|
842
|
+
"params": {
|
|
843
|
+
"vToken": "vToken address"
|
|
844
|
+
},
|
|
845
|
+
"returns": {
|
|
846
|
+
"_0": "price USD price in scaled decimal places."
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"initialize(address)": {
|
|
850
|
+
"params": {
|
|
851
|
+
"accessControlManager_": "Address of the access control manager contract"
|
|
852
|
+
}
|
|
853
|
+
},
|
|
854
|
+
"owner()": {
|
|
855
|
+
"details": "Returns the address of the current owner."
|
|
856
|
+
},
|
|
857
|
+
"pause()": {
|
|
858
|
+
"custom:access": "Only Governance"
|
|
859
|
+
},
|
|
860
|
+
"paused()": {
|
|
861
|
+
"details": "Returns true if the contract is paused, and false otherwise."
|
|
862
|
+
},
|
|
863
|
+
"pendingOwner()": {
|
|
864
|
+
"details": "Returns the address of the pending owner."
|
|
865
|
+
},
|
|
866
|
+
"renounceOwnership()": {
|
|
867
|
+
"details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
|
|
868
|
+
},
|
|
869
|
+
"setAccessControlManager(address)": {
|
|
870
|
+
"custom:access": "Only Governance",
|
|
871
|
+
"custom:event": "Emits NewAccessControlManager event",
|
|
872
|
+
"details": "Admin function to set address of AccessControlManager",
|
|
873
|
+
"params": {
|
|
874
|
+
"accessControlManager_": "The new address of the AccessControlManager"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"setOracle(address,address,uint8)": {
|
|
878
|
+
"custom:access": "Only Governance",
|
|
879
|
+
"custom:error": "Null address error if main-role oracle address is nullNotNullAddress error is thrown if asset address is nullTokenConfigExistance error is thrown if token config is not set",
|
|
880
|
+
"custom:event": "Emits OracleSet event with asset address, oracle address and role of the oracle for the asset",
|
|
881
|
+
"details": "Supplied asset **must** exist and main oracle may not be null",
|
|
882
|
+
"params": {
|
|
883
|
+
"asset": "Asset address",
|
|
884
|
+
"oracle": "Oracle address",
|
|
885
|
+
"role": "Oracle role"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
"setTokenConfig((address,address[3],bool[3]))": {
|
|
889
|
+
"custom:access": "Only Governance",
|
|
890
|
+
"custom:error": "NotNullAddress is thrown if asset address is nullNotNullAddress is thrown if main-role oracle address for asset is null",
|
|
891
|
+
"custom:event": "Emits TokenConfigAdded event when the asset config is set successfully by the authorized account",
|
|
892
|
+
"details": "main oracle **must not** be a null address",
|
|
893
|
+
"params": {
|
|
894
|
+
"tokenConfig": "Token config struct"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"setTokenConfigs((address,address[3],bool[3])[])": {
|
|
898
|
+
"custom:access": "Only Governance",
|
|
899
|
+
"custom:error": "Throws a length error if the length of the token configs array is 0",
|
|
900
|
+
"params": {
|
|
901
|
+
"tokenConfigs_": "Token config array"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
"transferOwnership(address)": {
|
|
905
|
+
"details": "Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."
|
|
906
|
+
},
|
|
907
|
+
"unpause()": {
|
|
908
|
+
"custom:access": "Only Governance"
|
|
909
|
+
},
|
|
910
|
+
"updateAssetPrice(address)": {
|
|
911
|
+
"details": "This function should always be called before calling getPrice",
|
|
912
|
+
"params": {
|
|
913
|
+
"asset": "asset address"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"updatePrice(address)": {
|
|
917
|
+
"details": "This function should always be called before calling getUnderlyingPrice",
|
|
918
|
+
"params": {
|
|
919
|
+
"vToken": "vToken address"
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
"stateVariables": {
|
|
924
|
+
"boundValidator": {
|
|
925
|
+
"custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
|
|
926
|
+
},
|
|
927
|
+
"nativeMarket": {
|
|
928
|
+
"custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
|
|
929
|
+
},
|
|
930
|
+
"vai": {
|
|
931
|
+
"custom:oz-upgrades-unsafe-allow": "state-variable-immutable"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"title": "ResilientOracle",
|
|
935
|
+
"version": 1
|
|
936
|
+
},
|
|
937
|
+
"userdoc": {
|
|
938
|
+
"errors": {
|
|
939
|
+
"Unauthorized(address,address,string)": [
|
|
940
|
+
{
|
|
941
|
+
"notice": "Thrown when the action is prohibited by AccessControlManager"
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
"events": {
|
|
946
|
+
"NewAccessControlManager(address,address)": {
|
|
947
|
+
"notice": "Emitted when access control manager contract address is changed"
|
|
948
|
+
},
|
|
949
|
+
"OracleEnabled(address,uint256,bool)": {
|
|
950
|
+
"notice": "Event emitted when an oracle is enabled or disabled"
|
|
951
|
+
},
|
|
952
|
+
"OracleSet(address,address,uint256)": {
|
|
953
|
+
"notice": "Event emitted when an oracle is set"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"kind": "user",
|
|
957
|
+
"methods": {
|
|
958
|
+
"NATIVE_TOKEN_ADDR()": {
|
|
959
|
+
"notice": "Set this as asset address for Native token on each chain.This is the underlying for vBNB (on bsc) and can serve as any underlying asset of a market that supports native tokens"
|
|
960
|
+
},
|
|
961
|
+
"accessControlManager()": {
|
|
962
|
+
"notice": "Returns the address of the access control manager contract"
|
|
963
|
+
},
|
|
964
|
+
"boundValidator()": {
|
|
965
|
+
"notice": "Bound validator contract address"
|
|
966
|
+
},
|
|
967
|
+
"constructor": {
|
|
968
|
+
"notice": "Constructor for the implementation contract. Sets immutable variables."
|
|
969
|
+
},
|
|
970
|
+
"enableOracle(address,uint8,bool)": {
|
|
971
|
+
"notice": "Enables/ disables oracle for the input asset. Token config for the input asset **must** exist"
|
|
972
|
+
},
|
|
973
|
+
"getOracle(address,uint8)": {
|
|
974
|
+
"notice": "Gets oracle and enabled status by asset address"
|
|
975
|
+
},
|
|
976
|
+
"getPrice(address)": {
|
|
977
|
+
"notice": "Gets price of the asset"
|
|
978
|
+
},
|
|
979
|
+
"getUnderlyingPrice(address)": {
|
|
980
|
+
"notice": "Gets price of the underlying asset for a given vToken. Validation flow: - Check if the oracle is paused globally - Validate price from main oracle against pivot oracle - Validate price from fallback oracle against pivot oracle if the first validation failed - Validate price from main oracle against fallback oracle if the second validation failed In the case that the pivot oracle is not available but main price is available and validation is successful, main oracle price is returned."
|
|
981
|
+
},
|
|
982
|
+
"initialize(address)": {
|
|
983
|
+
"notice": "Initializes the contract admin and sets the BoundValidator contract address"
|
|
984
|
+
},
|
|
985
|
+
"nativeMarket()": {
|
|
986
|
+
"notice": "Native market address"
|
|
987
|
+
},
|
|
988
|
+
"pause()": {
|
|
989
|
+
"notice": "Pauses oracle"
|
|
990
|
+
},
|
|
991
|
+
"setAccessControlManager(address)": {
|
|
992
|
+
"notice": "Sets the address of AccessControlManager"
|
|
993
|
+
},
|
|
994
|
+
"setOracle(address,address,uint8)": {
|
|
995
|
+
"notice": "Sets oracle for a given asset and role."
|
|
996
|
+
},
|
|
997
|
+
"setTokenConfig((address,address[3],bool[3]))": {
|
|
998
|
+
"notice": "Sets/resets single token configs."
|
|
999
|
+
},
|
|
1000
|
+
"setTokenConfigs((address,address[3],bool[3])[])": {
|
|
1001
|
+
"notice": "Batch sets token configs"
|
|
1002
|
+
},
|
|
1003
|
+
"unpause()": {
|
|
1004
|
+
"notice": "Unpauses oracle"
|
|
1005
|
+
},
|
|
1006
|
+
"updateAssetPrice(address)": {
|
|
1007
|
+
"notice": "Updates the pivot oracle price. Currently using TWAP"
|
|
1008
|
+
},
|
|
1009
|
+
"updatePrice(address)": {
|
|
1010
|
+
"notice": "Updates the TWAP pivot oracle price."
|
|
1011
|
+
},
|
|
1012
|
+
"vai()": {
|
|
1013
|
+
"notice": "VAI address"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"notice": "The Resilient Oracle is the main contract that the protocol uses to fetch prices of assets. DeFi protocols are vulnerable to price oracle failures including oracle manipulation and incorrectly reported prices. If only one oracle is used, this creates a single point of failure and opens a vector for attacking the protocol. The Resilient Oracle uses multiple sources and fallback mechanisms to provide accurate prices and protect the protocol from oracle attacks. Currently it includes integrations with Chainlink, Pyth, Binance Oracle and TWAP (Time-Weighted Average Price) oracles. TWAP uses PancakeSwap as the on-chain price source. For every market (vToken) we configure the main, pivot and fallback oracles. The oracles are configured per vToken's underlying asset address. The main oracle oracle is the most trustworthy price source, the pivot oracle is used as a loose sanity checker and the fallback oracle is used as a backup price source. To validate prices returned from two oracles, we use an upper and lower bound ratio that is set for every market. The upper bound ratio represents the deviation between reported price (the price that’s being validated) and the anchor price (the price we are validating against) above which the reported price will be invalidated. The lower bound ratio presents the deviation between reported price and anchor price below which the reported price will be invalidated. So for oracle price to be considered valid the below statement should be true: ``` anchorRatio = anchorPrice/reporterPrice isValid = anchorRatio <= upperBoundAnchorRatio && anchorRatio >= lowerBoundAnchorRatio ``` In most cases, Chainlink is used as the main oracle, TWAP or Pyth oracles are used as the pivot oracle depending on which supports the given market and Binance oracle is used as the fallback oracle. For some markets we may use Pyth or TWAP as the main oracle if the token price is not supported by Chainlink or Binance oracles. For a fetched price to be valid it must be positive and not stagnant. If the price is invalid then we consider the oracle to be stagnant and treat it like it's disabled.",
|
|
1017
|
+
"version": 1
|
|
1018
|
+
},
|
|
1019
|
+
"storageLayout": {
|
|
1020
|
+
"storage": [
|
|
1021
|
+
{
|
|
1022
|
+
"astId": 349,
|
|
1023
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1024
|
+
"label": "_initialized",
|
|
1025
|
+
"offset": 0,
|
|
1026
|
+
"slot": "0",
|
|
1027
|
+
"type": "t_uint8"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"astId": 352,
|
|
1031
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1032
|
+
"label": "_initializing",
|
|
1033
|
+
"offset": 1,
|
|
1034
|
+
"slot": "0",
|
|
1035
|
+
"type": "t_bool"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"astId": 1019,
|
|
1039
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1040
|
+
"label": "__gap",
|
|
1041
|
+
"offset": 0,
|
|
1042
|
+
"slot": "1",
|
|
1043
|
+
"type": "t_array(t_uint256)50_storage"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
"astId": 533,
|
|
1047
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1048
|
+
"label": "_paused",
|
|
1049
|
+
"offset": 0,
|
|
1050
|
+
"slot": "51",
|
|
1051
|
+
"type": "t_bool"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"astId": 638,
|
|
1055
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1056
|
+
"label": "__gap",
|
|
1057
|
+
"offset": 0,
|
|
1058
|
+
"slot": "52",
|
|
1059
|
+
"type": "t_array(t_uint256)49_storage"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"astId": 221,
|
|
1063
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1064
|
+
"label": "_owner",
|
|
1065
|
+
"offset": 0,
|
|
1066
|
+
"slot": "101",
|
|
1067
|
+
"type": "t_address"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"astId": 341,
|
|
1071
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1072
|
+
"label": "__gap",
|
|
1073
|
+
"offset": 0,
|
|
1074
|
+
"slot": "102",
|
|
1075
|
+
"type": "t_array(t_uint256)49_storage"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"astId": 114,
|
|
1079
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1080
|
+
"label": "_pendingOwner",
|
|
1081
|
+
"offset": 0,
|
|
1082
|
+
"slot": "151",
|
|
1083
|
+
"type": "t_address"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"astId": 208,
|
|
1087
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1088
|
+
"label": "__gap",
|
|
1089
|
+
"offset": 0,
|
|
1090
|
+
"slot": "152",
|
|
1091
|
+
"type": "t_array(t_uint256)49_storage"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"astId": 6686,
|
|
1095
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1096
|
+
"label": "_accessControlManager",
|
|
1097
|
+
"offset": 0,
|
|
1098
|
+
"slot": "201",
|
|
1099
|
+
"type": "t_contract(IAccessControlManagerV8)6871"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"astId": 6691,
|
|
1103
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1104
|
+
"label": "__gap",
|
|
1105
|
+
"offset": 0,
|
|
1106
|
+
"slot": "202",
|
|
1107
|
+
"type": "t_array(t_uint256)49_storage"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"astId": 6980,
|
|
1111
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1112
|
+
"label": "tokenConfigs",
|
|
1113
|
+
"offset": 0,
|
|
1114
|
+
"slot": "251",
|
|
1115
|
+
"type": "t_mapping(t_address,t_struct(TokenConfig)6958_storage)"
|
|
1116
|
+
}
|
|
1117
|
+
],
|
|
1118
|
+
"types": {
|
|
1119
|
+
"t_address": {
|
|
1120
|
+
"encoding": "inplace",
|
|
1121
|
+
"label": "address",
|
|
1122
|
+
"numberOfBytes": "20"
|
|
1123
|
+
},
|
|
1124
|
+
"t_array(t_address)3_storage": {
|
|
1125
|
+
"base": "t_address",
|
|
1126
|
+
"encoding": "inplace",
|
|
1127
|
+
"label": "address[3]",
|
|
1128
|
+
"numberOfBytes": "96"
|
|
1129
|
+
},
|
|
1130
|
+
"t_array(t_bool)3_storage": {
|
|
1131
|
+
"base": "t_bool",
|
|
1132
|
+
"encoding": "inplace",
|
|
1133
|
+
"label": "bool[3]",
|
|
1134
|
+
"numberOfBytes": "32"
|
|
1135
|
+
},
|
|
1136
|
+
"t_array(t_uint256)49_storage": {
|
|
1137
|
+
"base": "t_uint256",
|
|
1138
|
+
"encoding": "inplace",
|
|
1139
|
+
"label": "uint256[49]",
|
|
1140
|
+
"numberOfBytes": "1568"
|
|
1141
|
+
},
|
|
1142
|
+
"t_array(t_uint256)50_storage": {
|
|
1143
|
+
"base": "t_uint256",
|
|
1144
|
+
"encoding": "inplace",
|
|
1145
|
+
"label": "uint256[50]",
|
|
1146
|
+
"numberOfBytes": "1600"
|
|
1147
|
+
},
|
|
1148
|
+
"t_bool": {
|
|
1149
|
+
"encoding": "inplace",
|
|
1150
|
+
"label": "bool",
|
|
1151
|
+
"numberOfBytes": "1"
|
|
1152
|
+
},
|
|
1153
|
+
"t_contract(IAccessControlManagerV8)6871": {
|
|
1154
|
+
"encoding": "inplace",
|
|
1155
|
+
"label": "contract IAccessControlManagerV8",
|
|
1156
|
+
"numberOfBytes": "20"
|
|
1157
|
+
},
|
|
1158
|
+
"t_mapping(t_address,t_struct(TokenConfig)6958_storage)": {
|
|
1159
|
+
"encoding": "mapping",
|
|
1160
|
+
"key": "t_address",
|
|
1161
|
+
"label": "mapping(address => struct ResilientOracle.TokenConfig)",
|
|
1162
|
+
"numberOfBytes": "32",
|
|
1163
|
+
"value": "t_struct(TokenConfig)6958_storage"
|
|
1164
|
+
},
|
|
1165
|
+
"t_struct(TokenConfig)6958_storage": {
|
|
1166
|
+
"encoding": "inplace",
|
|
1167
|
+
"label": "struct ResilientOracle.TokenConfig",
|
|
1168
|
+
"members": [
|
|
1169
|
+
{
|
|
1170
|
+
"astId": 6947,
|
|
1171
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1172
|
+
"label": "asset",
|
|
1173
|
+
"offset": 0,
|
|
1174
|
+
"slot": "0",
|
|
1175
|
+
"type": "t_address"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"astId": 6952,
|
|
1179
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1180
|
+
"label": "oracles",
|
|
1181
|
+
"offset": 0,
|
|
1182
|
+
"slot": "1",
|
|
1183
|
+
"type": "t_array(t_address)3_storage"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"astId": 6957,
|
|
1187
|
+
"contract": "contracts/ResilientOracle.sol:ResilientOracle",
|
|
1188
|
+
"label": "enableFlagsForOracles",
|
|
1189
|
+
"offset": 0,
|
|
1190
|
+
"slot": "4",
|
|
1191
|
+
"type": "t_array(t_bool)3_storage"
|
|
1192
|
+
}
|
|
1193
|
+
],
|
|
1194
|
+
"numberOfBytes": "160"
|
|
1195
|
+
},
|
|
1196
|
+
"t_uint256": {
|
|
1197
|
+
"encoding": "inplace",
|
|
1198
|
+
"label": "uint256",
|
|
1199
|
+
"numberOfBytes": "32"
|
|
1200
|
+
},
|
|
1201
|
+
"t_uint8": {
|
|
1202
|
+
"encoding": "inplace",
|
|
1203
|
+
"label": "uint8",
|
|
1204
|
+
"numberOfBytes": "1"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1207
|
+
},
|
|
1208
|
+
"factoryDeps": [
|
|
1209
|
+
"0x0001000000000002000f0000000000020000000003010019000000600330027000000324033001970000000100200190000000250000c13d0000008002000039000000400020043f000000040030008c0000058d0000413d000000000201043b000000e002200270000003300020009c000000590000213d000003420020009c000000680000a13d000003430020009c000001320000a13d000003440020009c000001a90000213d000003470020009c000001d20000613d000003480020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000000000101041a00000326021001970000000001000411000000000012004b0000045d0000c13d0c8c0b930000040f000000000100001900000c8d0001042e0000000002000416000000000002004b0000058d0000c13d0000001f023000390000032502200197000000e002200039000000400020043f0000001f0230018f00000005043002720000000504400210000000370000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000065004b000000330000c13d000000000002004b000000450000613d000000000141034f0000000302200210000000e004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f0000000000140435000000600030008c0000058d0000413d000000e00100043d000003260010009c0000058d0000213d000001000200043d000003260020009c0000058d0000213d000001200300043d000003260030009c0000058d0000213d000000000003004b000004130000c13d000000400100043d00000044021000390000032e030000410000000000320435000000240210003900000015030000390000048d0000013d000003310020009c000000fa0000a13d000003320020009c000001430000a13d000003330020009c000001b80000213d000003360020009c000001eb0000613d000003370020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000009701000039000002ea0000013d0000034c0020009c0000018a0000213d000003500020009c000002700000613d000003510020009c0000028d0000613d000003520020009c0000058d0000c13d000000e40030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d000000e005000039000000400050043f0000000402100370000000000202043b000003260020009c0000058d0000213d000000800020043f0000014004000039000000400040043f0000002403100370000000000303043b000003260030009c0000058d0000213d000000e00030043f0000004406100370000000000606043b000003260060009c0000058d0000213d000001000060043f0000006406100370000000000606043b000003260060009c0000058d0000213d000001200060043f000000a00050043f000001a005000039000000400050043f0000008405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001400050043f000000a405100370000000000505043b000000000005004b0000000006000019000000010600c039000000000065004b0000058d0000c13d000001600050043f000000c401100370000000000101043b000000000001004b0000000005000019000000010500c039000000000051004b0000058d0000c13d000001800010043f000000c00040043f000000000002004b000006360000613d000000000003004b000006360000613d000001e001000039000000400010043f0000001b01000039000001a00010043f0000037f01000041000001c00010043f000001a0010000390c8c07be0000040f000000800100043d00000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000800200043d0000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b000000a00200043d000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000c00300043d0000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d000004860000013d0000033b0020009c0000019e0000213d0000033f0020009c000002a90000613d000003400020009c000002e60000613d000003410020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0c8c0bac0000040f0000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d0000051f0000c13d0000000003000031000000200030008c000000200400003900000000040340190000054b0000013d000003490020009c000002ec0000613d0000034a0020009c000003450000613d0000034b0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000003301000039000000000101041a000000ff001001900000000001000019000000010100c039000000800010043f000003570100004100000c8d0001042e000003380020009c0000034b0000613d000003390020009c0000037a0000613d0000033a0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000004980000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000004980000c13d000003600130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000004bc0000613d000600000002001d0000009701000039000000000201041a0000035402200197000000000021041b000000000100041100000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f00000001002001900000058d0000613d000000000100041a0000ff0000100190000004bc0000613d000500000001001d000000400100043d0000000705000029000000000005004b000006060000c13d00000064021000390000036303000041000000000032043500000044021000390000036403000041000006020000013d0000034d0020009c000003850000613d0000034e0020009c000003960000613d0000034f0020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000001ca0000613d000004690000013d0000033c0020009c000003ac0000613d0000033d0020009c000003cd0000613d0000033e0020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d000000c901000039000002ea0000013d000003450020009c000003d40000613d000003460020009c0000058d0000c13d0000000001000416000000000001004b0000058d0000c13d0000000001000412000d00000001001d000c00000000001d0000800501000039000000440300003900000000040004150000000d0440008a0000038f0000013d000003340020009c000003f60000613d000003350020009c0000058d0000c13d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000003302000039000000000202041a000000ff00200190000004690000c13d0c8c0bac0000040f0c8c08730000040f000000400200043d0000000000120435000003240020009c0000032402008041000000400120021000000353011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000201041a00000326052001970000000003000411000000000035004b000004400000c13d0000009703000039000000000403041a0000035404400197000000000043041b0000035402200197000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410000000006000019000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000003260020009c0000058d0000213d000000000131034f000000e003000039000000800000043f000000000401034f000000004504043c0000000003530436000001400030008c000001f80000c13d000000e003000039000000a00030043f000001a003000039000000400030043f0000014003000039000000001401043c0000000003430436000001a00030008c000002010000c13d0000014001000039000000c00010043f0000000000200435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000301043b000000400100043d000003590010009c000002a30000213d0000006002100039000000400020043f000000000203041a000003260220019700000000022104360000000104300039000000000404041a0000032605400197000000400400043d00000000055404360000000206300039000000000606041a000003260660019700000000006504350000000305300039000000000505041a000003260550019700000040064000390000000000560435000003590040009c000002a30000213d0000006005400039000000400050043f00000000004204350000000403300039000000000403041a0000035a004001980000000005000019000000010500c039000000400300043d000000400630003900000000005604350000ff00004001900000000005000019000000010500c03900000020063000390000000000560435000000ff004001900000000004000019000000010400c0390000000000430435000003590030009c000002a30000213d0000006004300039000000400040043f0000004004100039000000000034043500000000010104330000032603100197000000400100043d0000000003310436000000000202043300000000650204340000032605500197000000000053043500000000030604330000032603300197000000400510003900000000003504350000004002200039000000000202043300000326022001970000006003100039000000000023043500000000020404330000000043020434000000000003004b0000000003000019000000010300c039000000800510003900000000003504350000000003040433000000000003004b0000000003000019000000010300c039000000a004100039000000000034043500000040022000390000000002020433000000000002004b0000000002000019000000010200c039000000c0031000390000000000230435000003240010009c000003240100804100000040011002100000035b011001c700000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000003260010009c0000058d0000213d0000006502000039000000000202041a00000326022001970000000003000411000000000032004b000004400000c13d000000000001004b000004c70000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000036401000041000000c40010043f0000036301000041000000e40010043f000003770100004100000c8e00010430000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b0000036a0020009c0000058d0000213d0000002304200039000000000034004b0000058d0000813d0000000404200039000000000441034f000000000604043b000003830060009c000002a30000813d00000005046002100000003f044000390000038404400197000003850040009c000004d80000a13d000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000440030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000302043b0000000002030019000003260030009c0000058d0000213d0000002401100370000000000101043b000700000001001d000000020010008c0000058d0000213d000400000002001d0000000000200435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000010110003900000007020000290c8c07a10000040f000600000002001d000000000101041a000500000001001d00000004010000290000000000100435000000fb01000039000000200010043f00000000010000190c8c0c580000040f000000040110003900000007020000290c8c07960000040f0000000302200210000000000101041a000000000121022f000000ff001001900000000001000019000000010100c039000001000020008c00000000020000190000000102004039000000000112016f000000400200043d0000002003200039000000000013043500000006010000290000000301100210000000050310024f0000032603300197000000ff0010008c00000000030020190000000000320435000003240020009c0000032402008041000000400120021000000371011001c700000c8d0001042e0000000001000416000000000001004b0000058d0000c13d0000006501000039000000000101041a000003920000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000000020020008c0000058d0000213d0000004401100370000000000201043b000000000002004b0000000001000019000000010100c039000500000002001d000000000012004b0000058d0000c13d0000000701000029000000000001004b000003c30000613d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a00000326001001980000050f0000613d000000400100043d0000036c0010009c000002a30000213d0000004002100039000000400020043f000000200210003900000378030000410000000000320435000000200200003900000000002104350c8c07be0000040f00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d00000006060000290000000302600210000000ff0320020f0000038e03300167000000000101043b000000050460027000000000011400190000000401100039000000000401041a000000000334016f000000050700002900000000022701cf000000000223019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000040300003900000379040000410000065e0000013d0000000001000416000000000001004b0000058d0000c13d000000800000043f000003570100004100000c8d0001042e000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000101043b000700000001001d000003260010009c0000058d0000213d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b0000000202100039000000000202041a0000032602200198000004860000613d0000000401100039000000000101041a0000ff0000100190000004860000613d000000400300043d000003680100004100000000041304360000000401300039000000070500002900000000005104350000000001000414000000040020008c000600000003001d000005540000c13d0000000003000031000000200030008c00000020040000390000000004034019000005800000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000b00000001001d000a00200000003d0000800501000039000000440300003900000000040004150000000b0440008a0000038f0000013d0000000001000416000000000001004b0000058d0000c13d0000000001000412000f00000001001d000e00400000003d0000800501000039000000440300003900000000040004150000000f0440008a000000050440021000000367020000410c8c0c690000040f0000032601100197000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000901000039000000800010043f0000037c01000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004730000c13d00000044021000390000037e030000410000000000320435000000240210003900000014030000390000048d0000013d000000640030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000402100370000000000202043b000700000002001d000003260020009c0000058d0000213d0000002402100370000000000202043b000600000002001d000003260020009c0000058d0000213d0000004401100370000000000101043b000500000001001d000000020010008c0000058d0000213d0000000701000029000000000001004b000004ff0000c13d0000032901000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000032e01000041000000c40010043f0000037a0100004100000c8e000104300000000001000416000000000001004b0000058d0000c13d0000036b01000041000000800010043f000003570100004100000c8d0001042e0000000001000416000000000001004b0000058d0000c13d000000c001000039000000400010043f0000000701000039000000800010043f0000037201000041000000a00010043f00000080010000390c8c07be0000040f000000400100043d0000003302000039000000000302041a000000ff00300190000004880000c13d0000038f0330019700000001033001bf000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037404000041000004830000013d000000240030008c0000058d0000413d0000000002000416000000000002004b0000058d0000c13d0000000401100370000000000601043b000003260060009c0000058d0000213d0000006501000039000000000101041a00000326051001970000000001000411000000000015004b000004400000c13d0000009701000039000000000201041a0000035402200197000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000003030000390000035604000041000004830000013d000000800010043f000000a00020043f000000c00030043f000000000400041a0000ff0000400190000004490000c13d000000ff0540018f000000ff0050008c000004330000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000003240020009c000003240200804100000040012002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000032c040000410c8c0c820000040f00000001002001900000058d0000613d000000c00300043d000000a00200043d000000800100043d0000014000000443000001600010044300000020010000390000018000100443000001a0002004430000004002000039000001c000200443000001e0003004430000010000100443000000030100003900000120001004430000032d0100004100000c8d0001042e0000032901000041000000800010043f0000002001000039000000840010043f000000a40010043f0000038c01000041000000c40010043f0000037a0100004100000c8e00010430000000400100043d00000064021000390000032703000041000000000032043500000044021000390000032803000041000000000032043500000024021000390000002703000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032a011001c700000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f0000037501000041000000c40010043f0000037601000041000000e40010043f000003770100004100000c8e000104300000032901000041000000800010043f0000002001000039000000840010043f0000001a01000039000000a40010043f0000037b01000041000000c40010043f0000037a0100004100000c8e000104300000038f03300197000000000032041b00000000020004110000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d0200003900000001030000390000037d040000410c8c0c820000040f00000001002001900000058d0000613d000000000100001900000c8d0001042e00000044021000390000037303000041000000000032043500000024021000390000001003000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000600000002001d000400000001001d000500000003001d0000035c010000410000000000100439000000000100041000000004001004430000000001000414000003240010009c0000032401008041000000c0011002100000035d011001c700008002020000390c8c0c870000040f0000000100200190000004c60000613d000000000101043b000000000001004b000004f20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000004f50000c13d000000040000006b0000015e0000613d0000038f01300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001640000c13d000000400100043d00000064021000390000036503000041000000000032043500000044021000390000036603000041000000000032043500000024021000390000002b03000039000004520000013d000000000001042f000000c902000039000000000302041a0000035404300197000000000414019f000000000042041b0000032602300197000000800020043f000000a00010043f0000000001000414000003240010009c0000032401008041000000c0011002100000038d011001c70000800d0200003900000001030000390000036204000041000004830000013d0000008005400039000000400050043f000000800060043f0000002402200039000000e0046000c9000700000024001d000000070030006b0000058d0000213d000000000006004b0000058f0000c13d00000044015000390000038b02000041000000000021043500000024015000390000001102000039000000000021043500000329010000410000000000150435000000040150003900000020020000390000000000210435000003240050009c000003240500804100000040015002100000032f011001c700000c8e0001043000000006010000290000000501100270000000000100001f000000400100043d00000064021000390000035e03000041000000000032043500000044021000390000035f03000041000000000032043500000024021000390000002e03000039000004520000013d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000000101041a0000032600100198000005ec0000c13d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c078c0000040f00000007020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000005390000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b000005350000c13d000000000005004b000005480000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000005880000a13d000002a30000013d000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c7000700000004001d0c8c0c820000040f000000070a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000056e0000613d000000000701034f0000000608000029000000007907043c00000000089804360000000000a8004b0000056a0000c13d000000000005004b0000057d0000613d0000000506600210000000000161034f00000006066000290000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000100200190000004860000613d0000001f01400039000000600210018f0000000601200029000000000021004b000000000200001900000001020040390000036a0010009c000002a30000213d0000000100200190000002a30000c13d000000400010043f000000200030008c000004860000813d000000000100001900000c8e00010430000000a0050000390000009f0630008a0000003f0730008a00000387087001970000000004230049000003860040009c0000058d0000213d000000e00040008c0000058d0000413d000000400900043d000003590090009c000002a30000213d0000006004900039000000400040043f000000000421034f000000000a04043b0000032600a0009c0000058d0000213d000000000ca90436000000000072004b00000000040000190000038704008041000003870b200197000000000a8b013f00000000008b004b000000000d000019000003870d0040410000038700a0009c000000000d04c01900000000000d004b0000058d0000c13d000000400d00043d0000035900d0009c000002a30000213d0000006004d00039000000400040043f000000800a20003900000000003a004b0000058d0000213d000000200e200039000000000f0d00190000000004e1034f000000000404043b000003260040009c0000058d0000213d000000000f4f0436000000200ee000390000000000ae004b000005b80000413d0000000000dc0435000000000062004b00000000040000190000038704008041000003870c600197000000000dcb013f0000000000cb004b000000000b000019000003870b0040410000038700d0009c000000000b04c01900000000000b004b0000058d0000c13d000000400b00043d0000035900b0009c000002a30000213d0000006004b00039000000400040043f000000e002200039000000000032004b0000058d0000213d000000000c0b00190000000004a1034f000000000d04043b00000000000d004b0000000004000019000000010400c03900000000004d004b0000058d0000c13d000000000cdc0436000000200aa0003900000000002a004b000005d60000413d00000040049000390000000000b404350000000005950436000000070020006c000005930000413d000000800100043d000400000001001d000000000001004b000006630000c13d000000400500043d000004e20000013d000000400100043d0000036c0010009c000002a30000213d0000000602000029000603260020019b0000004002100039000000400020043f00000020021000390000036d030000410000000000320435000000200200003900000000002104350c8c07be0000040f000000060200002900000005002001b0000006400000c13d000000400100043d00000064021000390000036f03000041000000000032043500000044021000390000037003000041000000000032043500000024021000390000002503000039000004520000013d000000c902000039000000000302041a0000035404300197000000000454019f000000000042041b0000002002100039000000000052043500000326023001970000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000358011001c70000800d02000039000000010300003900000362040000410c8c0c820000040f00000001002001900000058d0000613d0000003301000039000000000201041a0000038f02200197000000000021041b000000060000006b000004860000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d020000390000032c04000041000004830000013d0000032901000041000001a00010043f0000002001000039000001a40010043f0000001501000039000001c40010043f0000032e01000041000001e40010043f000003820100004100000c8e0001043000000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f00000001002001900000058d0000613d000000000101043b000000050700002900000000011700190000000101100039000000000201041a00000354022001970000000606000029000000000262019f000000000021041b0000000001000414000003240010009c0000032401008041000000c00110021000000355011001c70000800d0200003900000004030000390000036e0400004100000007050000290c8c0c820000040f00000001002001900000058d0000613d000004860000013d000700000000001d000000800100043d0000000702000029000000000012004b000007420000813d0000000501200210000000a0011000390000000008010433000000002108043400000326001001980000073b0000613d0000000001020433000000000101043300000326001001980000073b0000613d000500000002001d000000400900043d0000036c0090009c000002a30000213d0000004001900039000000400010043f00000020019000390000037f0200004100000000002104350000001b020000390000000000290435000000c902000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000038903000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000006960000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b0000068f0000413d0000032602200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000006a20000c13d0000000003000031000000200030008c00000020040000390000000004034019000006d90000013d000300000009001d0000001f0330003900000390033001970000006403300039000003240030009c000003240300804100000060033002100000032400a0009c000003240400004100000000040a40190000004004400210000000000343019f000003240010009c0000032401008041000000c001100210000000000131019f00020000000a001d00010000000b001d0c8c0c870000040f0000000109000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000000505400272000006c50000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000006c10000c13d0000001f06400190000006d40000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000309000029000007610000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000002a30000213d0000000100100190000002a30000c13d000000400040043f000000200030008c0000058d0000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000058d0000c13d000000000001004b000007480000613d000000000108043300000326011001970000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000060800002900000001002001900000058d0000613d00000000020804330000032605200197000000000101043b000000000201041a0000035402200197000000000252019f000000000021041b00000005020000290000000002020433000000004302043400000326063001970000000103100039000000000063041b000000000304043300000326073001970000000203100039000000000073041b0000004002200039000000000202043300000326022001970000000303100039000000000023041b000000400380003900000000030304330000000084030434000000000004004b0000000004000019000000010400c0390000000008080433000000000008004b000001000440c1bf00000040033000390000000003030433000000000003004b00000380030000410000000003006019000000000334019f0000000401100039000000000031041b000000400100043d0000000000210435000003240010009c000003240100804100000040011002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f0000032b011001c70000800d02000039000000040300003900000381040000410c8c0c820000040f00000001002001900000058d0000613d00000007020000290000000102200039000700000002001d000000040020006c000006640000413d000004860000013d000000400200043d000700000002001d0000032901000041000000000012043500000004012000390c8c07820000040f000005150000013d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a01000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d0c8c07ac0000040f00000007020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f00000005053002720000076d0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000007690000c13d000000000004004b0000077c0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e0001043000000040021000390000032e030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000400210003900000391030000410000000000320435000000200210003900000017030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d000000030020008c0000079b0000813d00000005032002700000000001130019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e00010430000000030020008c000007a60000813d00000000011200190000000002000019000000000001042d000003880100004100000000001004350000003201000039000000040010043f000003690100004100000c8e0001043000000000430104340000000001320436000000000003004b000007b80000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000007b10000413d000000000231001900000000000204350000001f0230003900000390022001970000000001210019000000000001042d00030000000000020000000008010019000000c901000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000038901000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000032602200197000000000003004b000007da0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000007d30000413d000000000431001900000000000404350000000004000414000000040020008c000007e40000c13d0000000003000031000000200030008c000000200400003900000000040340190000081d0000013d000100000008001d0000001f0330003900000390033001970000000003a300490000000001130019000003240010009c000003240100804100000060011002100000032400a0009c000003240300004100000000030a40190000004003300210000000000131019f000003240040009c0000032404008041000000c003400210000000000131019f00030000000a001d00020000000b001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008090000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008050000c13d000000000005004b000008180000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00000001002001900000000009000411000008530000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b000000000100001900000001010040390000036a0040009c000008350000213d0000000100100190000008350000c13d000000400040043f0000001f0030008c000008330000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000008330000c13d000000000001004b0000083b0000613d000000000001042d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000038a0100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d0c8c07ac0000040f00000003020000290000000001210049000003240010009c0000032401008041000003240020009c000003240200804100000060011002100000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000005055002100000085f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000085b0000c13d000000000004004b0000086d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e00010430000d0000000000020000032601100197000700000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000ff00002001900000000003000019000000010300c0390000000201100039000000000101041a00000326021001980000000001000019000000010100c039000000000113016f0004000100100194000500000000001d000008e80000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000008a30000c13d00000000010004150000000d0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000d00000000001d000008d70000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700060000000a001d000500000004001d0c8c0c870000040f000000050b000029000000060a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000008c00000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000008bc0000c13d000000000005004b000008cf0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000a0110008a0000000501100210000a00000000001d0000000100200190000500000000001d000008e80000613d0000001f02400039000000600420018f0000000002a40019000000000042004b000000000400001900000001040040390000036a0020009c00000b2a0000213d000000010040019000000b2a0000c13d000000400020043f000000200030008c00000b280000413d00000000020a04330000000501100270000500000002001d000000000102001f0000000001000415000600000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a000000ff002001900000097f0000613d0000000101100039000000000101041a00000326021001980000097f0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009110000c13d00000000010004150000000c0110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009430000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700030000000a001d000200000004001d0c8c0c870000040f000000020b000029000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f00000005064002720000092e0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b0000092a0000c13d000000000005004b0000093d0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f00000000010004150000000b0110008a000000050110021000000001002001900000097f0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f000000040000006b00000a920000613d0000000502000029000000000002004b00000ade0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000400000001001d000300000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000ae00000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000030a00002900000b0e0000013d000000000100041500000006011000690000000001000002000300010000003d000600000000001d0000000001000415000400000001001d00000007010000290000000000100435000000fb01000039000000200010043f0000000001000414000003240010009c0000032401008041000000c00110021000000358011001c700008010020000390c8c0c870000040f000000010020019000000b280000613d000000000101043b0000000402100039000000000202041a0000035a00200198000009ae0000613d0000000301100039000000000101041a0000032602100198000000000500001900000a1d0000613d000000400a00043d000003920100004100000000041a04360000000401a00039000000070300002900000000003104350000000001000414000000040020008c000009b00000c13d0000000001000415000000090110008a00000005011002100000000003000031000000200030008c00000020040000390000000004034019000009e30000013d000000000500001900000a1d0000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000369011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000009cd0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000009c90000c13d000000000005004b000009dc0000613d0000000506600210000000000161034f00000000066a00190000000305500210000000000706043300000000075701cf000000000757022f000000000101043b0000010005500089000000000151022f00000000015101cf000000000171019f0000000000160435000000000003001f0000000001000415000000080110008a00000005011002100000000100200190000000000500001900000a1d0000613d0000001f02400039000000600220018f0000000004a20019000000000024004b000000000200001900000001020040390000036a0040009c00000b2a0000213d000000010020019000000b2a0000c13d000000400040043f000000200030008c00000b280000413d00000000050a04330000000501100270000000000105001f0000000502000029000000000002004b00000a1d0000613d000000440140003900000000002104350000002401400039000200000005001d000000000051043500000393010000410000000001140436000500000001001d000100000004001d0000000401400039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a980000c13d0000000003000031000000200030008c000000200400003900000000040340190000000205000029000000010a00002900000ac60000013d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000003011001af000000400300043d000000010010019000000b310000c13d0000004401300039000000000051043500000024013000390000000602000029000000000021043500000393010000410000000001130436000400000001001d000500000003001d0000000401300039000000070200002900000000002104350000036701000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000b300000613d000000000201043b00000000010004140000032602200197000000040020008c00000a4d0000c13d0000000003000031000000200030008c00000020040000390000000004034019000000050a00002900000a7a0000013d0000000503000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000050a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000a680000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000a640000c13d000000000005004b00000a770000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b420000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000b2a0000213d000000010020019000000b2a0000c13d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000003000019000000010300c039000000000032004b00000b280000c13d000000000002004b000000060500002900000b320000613d0000000001050019000000000001042d000000000100041500000006011000690000000001000002000000000005004b00000a900000c13d000009820000013d0000000103000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000010a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000050b00002900000ab30000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000aaf0000c13d000000000005004b00000ac20000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b630000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000020a0433000000000002004b0000000001000019000000010100c039000000000012004b00000b280000c13d000000000100041500000004011000690000000001000002000000000005004b0000000001000019000000010100603900000a230000613d000000000002004b00000a900000c13d00000a230000013d000000000100001900000b1c0000013d0000000303000029000003240030009c00000324030080410000004003300210000003240010009c0000032401008041000000c001100210000000000131019f0000032f011001c70c8c0c870000040f000000030a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040b00002900000afb0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000af70000c13d000000000005004b00000b0a0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000b730000613d00000002050000290000001f01400039000000600110018f0000000001a100190000036a0010009c00000b2a0000213d000000400010043f000000200030008c00000b280000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b00000b280000c13d000000000200041500000006022000690000000002000002000000000005004b000009820000613d000000000001004b00000b250000613d0000000001050019000000000001042d000300000000001d000600000005001d000009840000013d000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000000001042f000000000103001900000044021000390000039503000041000000000032043500000024021000390000001e03000039000000000032043500000329020000410000000000210435000000040210003900000020030000390000000000320435000003240010009c000003240100804100000040011002100000032f011001c700000c8e00010430000000400200043d0000001f0430018f000000050530027200000b4e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b4a0000c13d000000000004004b00000b5d0000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000400200043d0000001f0430018f000000050530027200000b6f0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b6b0000c13d000000000004004b00000b8d0000613d000000050550021000000b810000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000b7f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000b7b0000c13d000000000004004b00000b8d0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000003240020009c00000324020080410000004002200210000000000112019f00000c8e000104300000009702000039000000000302041a0000035403300197000000000032041b00000326061001970000006501000039000000000201041a0000035403200197000000000363019f000000000031041b00000000010004140000032605200197000003240010009c0000032401008041000000c00110021000000355011001c70000800d02000039000000030300003900000361040000410c8c0c820000040f000000010020019000000baa0000613d000000000001042d000000000100001900000c8e000104300002000000000002000203260010019c00000c230000613d000003670100004100000000001004390000000001000412000000040010044300000024000004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000000301034f000000010020019000000c220000613d0000036b01000041000000000203043b0000032602200197000000020020006b00000c210000613d0000036701000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000003240010009c0000032401008041000000c00110021000000394011001c700008005020000390c8c0c870000040f000000010020019000000c220000613d000000000101043b00000326031001970000000202000029000000000032004b00000c210000613d000000400a00043d000003960100004100000000041a04360000000001000414000000040020008c00000be20000c13d0000000003000031000000200030008c0000002004000039000000000403401900000c110000013d0000032400a0009c000003240300004100000000030a40190000004003300210000003240010009c0000032401008041000000c001100210000000000131019f00000397011001c700020000000a001d000100000004001d0c8c0c870000040f000000010b000029000000020a000029000000000301001900000060033002700000032403300197000000200030008c000000200400003900000000040340190000001f0540018f000000050640027200000bff0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b00000bfb0000c13d000000000005004b00000c0e0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000c3b0000613d0000001f01400039000000600210018f0000000001a20019000000000021004b000000000200001900000001020040390000036a0010009c00000c350000213d000000010020019000000c350000c13d000000400010043f0000001f0030008c00000c330000a13d00000000010a0433000003260010009c00000c330000213d000000000001042d000000000001042f000000400200043d000200000002001d0000032901000041000000000012043500000004012000390c8c07820000040f00000002020000290000000001210049000003240010009c00000324010080410000006001100210000003240020009c00000324020080410000004002200210000000000121019f00000c8e00010430000000000100001900000c8e00010430000003880100004100000000001004350000004101000039000000040010043f000003690100004100000c8e00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000c470000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b00000c430000c13d000000000004004b00000c550000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f0000000000150435000000600130021000000c2e0000013d000000000001042f0000000002000414000003240020009c0000032402008041000000c002200210000003240010009c00000324010080410000004001100210000000000121019f00000358011001c700008010020000390c8c0c870000040f000000010020019000000c670000613d000000000101043b000000000001042d000000000100001900000c8e0001043000000000050100190000000000200439000000040100003900000005024002700000000002020031000000000121043a0000002004400039000000000031004b00000c6c0000413d000003240030009c000003240300804100000060013002100000000002000414000003240020009c0000032402008041000000c002200210000000000112019f00000398011001c700000000020500190c8c0c870000040f000000010020019000000c810000613d000000000101043b000000000001042d000000000001042f00000c85002104210000000102000039000000000001042d0000000002000019000000000001042d00000c8a002104230000000102000039000000000001042d0000000002000019000000000001042d00000c8c0000043200000c8d0001042e00000c8e00010430000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe0000000000000000000000000ffffffffffffffffffffffffffffffffffffffff616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498000000020000000000000000000000000000010000000100000000000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000000000000000000000000000000000000000000000000000000000000000000000000000008b855da300000000000000000000000000000000000000000000000000000000b62cad6800000000000000000000000000000000000000000000000000000000cb67e3b000000000000000000000000000000000000000000000000000000000f2fde38a00000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000fc57d4df00000000000000000000000000000000000000000000000000000000cb67e3b100000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000b62cad6900000000000000000000000000000000000000000000000000000000b62e4c9200000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000a6b1344900000000000000000000000000000000000000000000000000000000a6b1344a00000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf3000000000000000000000000000000000000000000000000000000008b855da4000000000000000000000000000000000000000000000000000000008da5cb5b0000000000000000000000000000000000000000000000000000000096e85ced000000000000000000000000000000000000000000000000000000004b932b8e00000000000000000000000000000000000000000000000000000000715018a5000000000000000000000000000000000000000000000000000000008456cb58000000000000000000000000000000000000000000000000000000008456cb59000000000000000000000000000000000000000000000000000000008a2f7f6d00000000000000000000000000000000000000000000000000000000715018a60000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000004b932b8f000000000000000000000000000000000000000000000000000000004bf39cba000000000000000000000000000000000000000000000000000000005c975abb0000000000000000000000000000000000000000000000000000000033d334930000000000000000000000000000000000000000000000000000000033d33494000000000000000000000000000000000000000000000000000000003f4ba83a0000000000000000000000000000000000000000000000000000000041976e09000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000000000000000000000000000000000002cfa387100000000000000000000000000000000000000000000000000000000333a21b00000000000000000000000000000000000000020000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000000200000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000000000000000000000000ff000000000000000000000000000000000000000000e00000000000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e725068a5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffff000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb000000000000000000000000000000000000000000000000ffffffffffffffbf7365744f7261636c6528616464726573732c616464726573732c75696e743829ea681d3efb830ef032a9c29a7215b5ceeeb546250d2c463dbf87817aecda1bf17261636c6500000000000000000000000000000000000000000000000000000063616e277420736574207a65726f206164647265737320746f206d61696e206f000000000000000000000000000000000000004000000000000000000000000070617573652829000000000000000000000000000000000000000000000000005061757361626c653a207061757365640000000000000000000000000000000062e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2584f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e657200000000000000000000000000000000000000000000000000000000000000000000000000000000000084000000800000000000000000656e61626c654f7261636c6528616464726573732c75696e74382c626f6f6c29cf3cad1ec87208efbde5d82a0557484a78d4182c3ad16926a5463bc1f7234b3d0000000000000000000000000000000000000064000000800000000000000000726573696c69656e74206f7261636c6520697320706175736564000000000000756e7061757365282900000000000000000000000000000000000000000000005db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa5061757361626c653a206e6f7420706175736564000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000000000000000000000000000000000000000000000000000000000000000010000a51ad01e2270c314a7b78f0c60fe66c723f2d06c121d63fcdce776e654878fc10000000000000000000000000000000000000064000001a0000000000000000000000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000000000000000000000000000000000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e277420626520300000000000000000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0746f6b656e20636f6e666967206d75737420657869737400000000000000000041976e090000000000000000000000000000000000000000000000000000000097c7033e000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000696e76616c696420726573696c69656e74206f7261636c6520707269636500006f307dc30000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000200000200000000000000000000000000000000000000000000000000000000"
|
|
1210
|
+
]
|
|
1211
|
+
}
|