@venusprotocol/oracle 2.5.0-dev.4 → 2.5.0-dev.6

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.
Files changed (34) hide show
  1. package/deployments/arbitrumsepolia/solcInputs/c9234768a0e90787a3e044ab631ca909.json +316 -0
  2. package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle.json +306 -0
  3. package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle_Implementation.json +204 -0
  4. package/deployments/arbitrumsepolia/weETHOneJumpChainlinkOracle_Proxy.json +224 -0
  5. package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle.json +306 -0
  6. package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle_Implementation.json +204 -0
  7. package/deployments/arbitrumsepolia/wstETHOneJumpChainlinkOracle_Proxy.json +224 -0
  8. package/deployments/arbitrumsepolia.json +930 -0
  9. package/deployments/arbitrumsepolia_addresses.json +7 -1
  10. package/deployments/zksyncmainnet/.chainId +1 -0
  11. package/deployments/zksyncmainnet/BoundValidator.json +688 -0
  12. package/deployments/zksyncmainnet/BoundValidator_Implementation.json +749 -0
  13. package/deployments/zksyncmainnet/BoundValidator_Proxy.json +360 -0
  14. package/deployments/zksyncmainnet/ChainlinkOracle.json +715 -0
  15. package/deployments/zksyncmainnet/ChainlinkOracle_Implementation.json +841 -0
  16. package/deployments/zksyncmainnet/ChainlinkOracle_Proxy.json +322 -0
  17. package/deployments/zksyncmainnet/DefaultProxyAdmin.json +284 -0
  18. package/deployments/zksyncmainnet/RedStoneOracle.json +715 -0
  19. package/deployments/zksyncmainnet/RedStoneOracle_Implementation.json +803 -0
  20. package/deployments/zksyncmainnet/RedStoneOracle_Proxy.json +322 -0
  21. package/deployments/zksyncmainnet/ResilientOracle.json +941 -0
  22. package/deployments/zksyncmainnet/ResilientOracle_Implementation.json +1211 -0
  23. package/deployments/zksyncmainnet/ResilientOracle_Proxy.json +322 -0
  24. package/deployments/zksyncmainnet/solcInputs/d14112d82bb23a35dc687350b4e61e84.json +343 -0
  25. package/deployments/zksyncmainnet.json +4765 -0
  26. package/deployments/zksyncmainnet_addresses.json +19 -0
  27. package/dist/deploy/13-deploy-wstETH-weETH-oracles.d.ts +4 -0
  28. package/dist/deploy/13-deploy-wstETH-weETH-oracles.d.ts.map +1 -0
  29. package/dist/deploy/13-deploy-wstETH-weETH-oracles.js +63 -0
  30. package/dist/deploy/13-deploy-wstETH-weETH-oracles.js.map +1 -0
  31. package/dist/helpers/deploymentConfig.d.ts.map +1 -1
  32. package/dist/helpers/deploymentConfig.js +63 -3
  33. package/dist/helpers/deploymentConfig.js.map +1 -1
  34. package/package.json +2 -2
@@ -0,0 +1,841 @@
1
+ {
2
+ "address": "0xd55B0bc224288949c3f5D33e0F3A54d8caCc6B35",
3
+ "abi": [
4
+ {
5
+ "inputs": [],
6
+ "stateMutability": "nonpayable",
7
+ "type": "constructor"
8
+ },
9
+ {
10
+ "inputs": [
11
+ {
12
+ "internalType": "address",
13
+ "name": "sender",
14
+ "type": "address"
15
+ },
16
+ {
17
+ "internalType": "address",
18
+ "name": "calledContract",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "internalType": "string",
23
+ "name": "methodSignature",
24
+ "type": "string"
25
+ }
26
+ ],
27
+ "name": "Unauthorized",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "anonymous": false,
32
+ "inputs": [
33
+ {
34
+ "indexed": false,
35
+ "internalType": "uint8",
36
+ "name": "version",
37
+ "type": "uint8"
38
+ }
39
+ ],
40
+ "name": "Initialized",
41
+ "type": "event"
42
+ },
43
+ {
44
+ "anonymous": false,
45
+ "inputs": [
46
+ {
47
+ "indexed": false,
48
+ "internalType": "address",
49
+ "name": "oldAccessControlManager",
50
+ "type": "address"
51
+ },
52
+ {
53
+ "indexed": false,
54
+ "internalType": "address",
55
+ "name": "newAccessControlManager",
56
+ "type": "address"
57
+ }
58
+ ],
59
+ "name": "NewAccessControlManager",
60
+ "type": "event"
61
+ },
62
+ {
63
+ "anonymous": false,
64
+ "inputs": [
65
+ {
66
+ "indexed": true,
67
+ "internalType": "address",
68
+ "name": "previousOwner",
69
+ "type": "address"
70
+ },
71
+ {
72
+ "indexed": true,
73
+ "internalType": "address",
74
+ "name": "newOwner",
75
+ "type": "address"
76
+ }
77
+ ],
78
+ "name": "OwnershipTransferStarted",
79
+ "type": "event"
80
+ },
81
+ {
82
+ "anonymous": false,
83
+ "inputs": [
84
+ {
85
+ "indexed": true,
86
+ "internalType": "address",
87
+ "name": "previousOwner",
88
+ "type": "address"
89
+ },
90
+ {
91
+ "indexed": true,
92
+ "internalType": "address",
93
+ "name": "newOwner",
94
+ "type": "address"
95
+ }
96
+ ],
97
+ "name": "OwnershipTransferred",
98
+ "type": "event"
99
+ },
100
+ {
101
+ "anonymous": false,
102
+ "inputs": [
103
+ {
104
+ "indexed": true,
105
+ "internalType": "address",
106
+ "name": "asset",
107
+ "type": "address"
108
+ },
109
+ {
110
+ "indexed": false,
111
+ "internalType": "uint256",
112
+ "name": "previousPriceMantissa",
113
+ "type": "uint256"
114
+ },
115
+ {
116
+ "indexed": false,
117
+ "internalType": "uint256",
118
+ "name": "newPriceMantissa",
119
+ "type": "uint256"
120
+ }
121
+ ],
122
+ "name": "PricePosted",
123
+ "type": "event"
124
+ },
125
+ {
126
+ "anonymous": false,
127
+ "inputs": [
128
+ {
129
+ "indexed": true,
130
+ "internalType": "address",
131
+ "name": "asset",
132
+ "type": "address"
133
+ },
134
+ {
135
+ "indexed": false,
136
+ "internalType": "address",
137
+ "name": "feed",
138
+ "type": "address"
139
+ },
140
+ {
141
+ "indexed": false,
142
+ "internalType": "uint256",
143
+ "name": "maxStalePeriod",
144
+ "type": "uint256"
145
+ }
146
+ ],
147
+ "name": "TokenConfigAdded",
148
+ "type": "event"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "NATIVE_TOKEN_ADDR",
153
+ "outputs": [
154
+ {
155
+ "internalType": "address",
156
+ "name": "",
157
+ "type": "address"
158
+ }
159
+ ],
160
+ "stateMutability": "view",
161
+ "type": "function"
162
+ },
163
+ {
164
+ "inputs": [],
165
+ "name": "acceptOwnership",
166
+ "outputs": [],
167
+ "stateMutability": "nonpayable",
168
+ "type": "function"
169
+ },
170
+ {
171
+ "inputs": [],
172
+ "name": "accessControlManager",
173
+ "outputs": [
174
+ {
175
+ "internalType": "contract IAccessControlManagerV8",
176
+ "name": "",
177
+ "type": "address"
178
+ }
179
+ ],
180
+ "stateMutability": "view",
181
+ "type": "function"
182
+ },
183
+ {
184
+ "inputs": [
185
+ {
186
+ "internalType": "address",
187
+ "name": "asset",
188
+ "type": "address"
189
+ }
190
+ ],
191
+ "name": "getPrice",
192
+ "outputs": [
193
+ {
194
+ "internalType": "uint256",
195
+ "name": "",
196
+ "type": "uint256"
197
+ }
198
+ ],
199
+ "stateMutability": "view",
200
+ "type": "function"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "address",
206
+ "name": "accessControlManager_",
207
+ "type": "address"
208
+ }
209
+ ],
210
+ "name": "initialize",
211
+ "outputs": [],
212
+ "stateMutability": "nonpayable",
213
+ "type": "function"
214
+ },
215
+ {
216
+ "inputs": [],
217
+ "name": "owner",
218
+ "outputs": [
219
+ {
220
+ "internalType": "address",
221
+ "name": "",
222
+ "type": "address"
223
+ }
224
+ ],
225
+ "stateMutability": "view",
226
+ "type": "function"
227
+ },
228
+ {
229
+ "inputs": [],
230
+ "name": "pendingOwner",
231
+ "outputs": [
232
+ {
233
+ "internalType": "address",
234
+ "name": "",
235
+ "type": "address"
236
+ }
237
+ ],
238
+ "stateMutability": "view",
239
+ "type": "function"
240
+ },
241
+ {
242
+ "inputs": [
243
+ {
244
+ "internalType": "address",
245
+ "name": "",
246
+ "type": "address"
247
+ }
248
+ ],
249
+ "name": "prices",
250
+ "outputs": [
251
+ {
252
+ "internalType": "uint256",
253
+ "name": "",
254
+ "type": "uint256"
255
+ }
256
+ ],
257
+ "stateMutability": "view",
258
+ "type": "function"
259
+ },
260
+ {
261
+ "inputs": [],
262
+ "name": "renounceOwnership",
263
+ "outputs": [],
264
+ "stateMutability": "nonpayable",
265
+ "type": "function"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "address",
271
+ "name": "accessControlManager_",
272
+ "type": "address"
273
+ }
274
+ ],
275
+ "name": "setAccessControlManager",
276
+ "outputs": [],
277
+ "stateMutability": "nonpayable",
278
+ "type": "function"
279
+ },
280
+ {
281
+ "inputs": [
282
+ {
283
+ "internalType": "address",
284
+ "name": "asset",
285
+ "type": "address"
286
+ },
287
+ {
288
+ "internalType": "uint256",
289
+ "name": "price",
290
+ "type": "uint256"
291
+ }
292
+ ],
293
+ "name": "setDirectPrice",
294
+ "outputs": [],
295
+ "stateMutability": "nonpayable",
296
+ "type": "function"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "components": [
302
+ {
303
+ "internalType": "address",
304
+ "name": "asset",
305
+ "type": "address"
306
+ },
307
+ {
308
+ "internalType": "address",
309
+ "name": "feed",
310
+ "type": "address"
311
+ },
312
+ {
313
+ "internalType": "uint256",
314
+ "name": "maxStalePeriod",
315
+ "type": "uint256"
316
+ }
317
+ ],
318
+ "internalType": "struct ChainlinkOracle.TokenConfig",
319
+ "name": "tokenConfig",
320
+ "type": "tuple"
321
+ }
322
+ ],
323
+ "name": "setTokenConfig",
324
+ "outputs": [],
325
+ "stateMutability": "nonpayable",
326
+ "type": "function"
327
+ },
328
+ {
329
+ "inputs": [
330
+ {
331
+ "components": [
332
+ {
333
+ "internalType": "address",
334
+ "name": "asset",
335
+ "type": "address"
336
+ },
337
+ {
338
+ "internalType": "address",
339
+ "name": "feed",
340
+ "type": "address"
341
+ },
342
+ {
343
+ "internalType": "uint256",
344
+ "name": "maxStalePeriod",
345
+ "type": "uint256"
346
+ }
347
+ ],
348
+ "internalType": "struct ChainlinkOracle.TokenConfig[]",
349
+ "name": "tokenConfigs_",
350
+ "type": "tuple[]"
351
+ }
352
+ ],
353
+ "name": "setTokenConfigs",
354
+ "outputs": [],
355
+ "stateMutability": "nonpayable",
356
+ "type": "function"
357
+ },
358
+ {
359
+ "inputs": [
360
+ {
361
+ "internalType": "address",
362
+ "name": "",
363
+ "type": "address"
364
+ }
365
+ ],
366
+ "name": "tokenConfigs",
367
+ "outputs": [
368
+ {
369
+ "internalType": "address",
370
+ "name": "asset",
371
+ "type": "address"
372
+ },
373
+ {
374
+ "internalType": "address",
375
+ "name": "feed",
376
+ "type": "address"
377
+ },
378
+ {
379
+ "internalType": "uint256",
380
+ "name": "maxStalePeriod",
381
+ "type": "uint256"
382
+ }
383
+ ],
384
+ "stateMutability": "view",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "inputs": [
389
+ {
390
+ "internalType": "address",
391
+ "name": "newOwner",
392
+ "type": "address"
393
+ }
394
+ ],
395
+ "name": "transferOwnership",
396
+ "outputs": [],
397
+ "stateMutability": "nonpayable",
398
+ "type": "function"
399
+ }
400
+ ],
401
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
402
+ "receipt": {
403
+ "to": "0x0000000000000000000000000000000000008006",
404
+ "from": "0x7f423E50147930e197dAaE9F637198E66746D597",
405
+ "contractAddress": "0xd55B0bc224288949c3f5D33e0F3A54d8caCc6B35",
406
+ "transactionIndex": 1,
407
+ "gasUsed": "2322567",
408
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
409
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2",
410
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
411
+ "logs": [
412
+ {
413
+ "transactionIndex": 1,
414
+ "blockNumber": 42315262,
415
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
416
+ "address": "0x000000000000000000000000000000000000800A",
417
+ "topics": [
418
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
419
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
420
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
421
+ ],
422
+ "data": "0x00000000000000000000000000000000000000000000000000009a08cde8c540",
423
+ "logIndex": 3,
424
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
425
+ },
426
+ {
427
+ "transactionIndex": 1,
428
+ "blockNumber": 42315262,
429
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
430
+ "address": "0x0000000000000000000000000000000000008008",
431
+ "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
432
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000010ce0000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800ee7dfb49eb06664276b98d2765c7bb29e4bc8a12e7f1a77d2c0336bbb4ec395ab",
433
+ "logIndex": 4,
434
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
435
+ },
436
+ {
437
+ "transactionIndex": 1,
438
+ "blockNumber": 42315262,
439
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
440
+ "address": "0x0000000000000000000000000000000000008008",
441
+ "topics": [
442
+ "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
443
+ "0x000000000000000000000000000000000000000000000000000000000000800e",
444
+ "0xe7dfb49eb06664276b98d2765c7bb29e4bc8a12e7f1a77d2c0336bbb4ec395ab"
445
+ ],
446
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000002dca03a00000000000000000000001c001008041000001c00010009c000006fb00010430000004c30000c13d00000001002001900000000000210435ffffffffffffffff000000c00110021000000000010004140000000000320435000000000101043b000000000001004b000004c30000213d000004c30000413d000001c002008041000001c00020009c06f906f40000040f0000000000100435000000000001042d0000000001000019000000800010043f000000200030008c000001e9011001c7000004c30000613d0000800d020000390000000004034019000000400100043d000000400200043d000000000201041a000000000002004b000001c101000041000006fa0001042e000000000701034f0000002004000039000000200010043f000000400110021000000000020004160000000008980436000000007907043c000000000707043b000000000112019f000000400220021000008010020000390000000701000029000000000101041a000000240020008c0000002402100039000000440210003900000020010000390000000001000416000001830000213d0000000003010019000000c0022002100000000002000414000000000121019f00000007020000290000020301000041000000040010043f0000020201000041000000000003004b00000000020000190000000401100370000000400010043f06f906ef0000040f0200000000000000000000000004004b000000000068004b000000000802001900000005053002720000001f0430018f0000001f01400039000000000003001f000001c0033001970000006003300270000000000005004b000000ca01000039000002820000013d000000000021041b000001de02200197000001dd05200197000001dd02200197000001dd0010009c000000c40010043f000000a40010043f000000840010043f0000003301000039000000040020008c000000040200002900000000020204330000000502000029000000010010019000000000066200190000000506500210000000800100043d000000600110018f0000000000560435000000000585019f00000000055701cf000000000757022f0000010005500089000000000858022f00000000085801cf00000000080604330000000305500210000000000761034f000000050660021000000005064002720000001f0540018f000000000300003100000000004304350000000102000039000400000001001d0000006001100210000700000002001d000000000031041b000001dd01100197000000000012004b00000065010000390000000303000039000001df011001c7000000e40010043f0000000103000039000000000010041b0000ff00001001906f6e7472616374207a61626c653a2063496e697469616c69000000110100003900000001010000390000000401400039000000000014043500000024014000390000004401400039000000a00030008c00000000010104330000000101004039000000000131019f00000000003104350000000505500210000003340000613d00000000003404350000000201100039000000060100002900000020020000390000000000150435000000000302041a0000009702000039000000020300003900000000012100490000000000120435000001dd001001980000006402100039000600000002001d000700000001001d000000a00010043f00000001031000390000000001000411000001e804000041000000000043041b000001de04400197000000000403041a000000000035004b000001ef0000c13d000000000202041a000001e101000041000000c901000039000001fc011001c700000020030000390000000402100039000001c102000041000001c401000041ffffffffffffffe06b20707269636520636861696e6c696e7fffffffffffffff0000000400000000bbbbbbbbbbbbbbbb6472657373000000000000200000000000000024000000000200000200000000000000200000008000000000ffffffff00000000009104350000000009000411000000120010008c000000000001042f000000760000013d0000006001100039000001f90020009c000001c004008041000001c00040009c06f905d80000040f0000006402400039000002140100004100000000020004100000006002000039000000a0040000390000001201100089000003270000013d0000000401000029000001f6011001c7000000000021004b000000010200c03900000000010a0433000000400040043f000001830000c13d000001f70040009c000000000014004b0000000004a1001900000004090000290000000000650435000001c000a0009c00000217033001970000001f033000390000002005500039000000000076043500000000070704330000000005000019000000400a00043d000500000002001d000001d60000613d00000020021000390000000001120436000300000001001d0000006001300210000000000161019f00000000014101cf000000000141022f0000010004400089000000000646022f00000000064601cf000000000605043300000003044002100000000005520019000000000151034f00000205040000410000002004100039000000000424019f000000000252019f000000ff0010008c000001ea04000041000001dd02300197000000000042041b000001de04300197000001f301000041000005810000613d0000000000100439000000000301041a0000020b01000041000002070100004100000015010000390000004101000039000000000024004b000002de0000013d0000000705000029000000000363019f000001de03200197000001dd06100197000002280000613d000002040000c13d000000050220021000000000020004150000009701000039000000000032004b000000000300041106f906de0000040f06f905ea0000040f000000e00010043f000002680000613d000001dd0020009c000000000202043b0000000402100370000001c604000041000000000100041a000001ea0000013d0000000002010019000000400030043fffffffffffffff003000000000000000616e2774206265206c656e67746820634a3fa2930000000018c5e8ab00000000ffffffffffffffbfffffffffffffff7f0000000000000001fc08bacce058faee49b4f33b4b61f3c8ac55e9e7d1e7fc81a0844d44570b5ec5696e7432353629006464726573732c7574507269636528617365744469726563000000400000008000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a000000600000008000000064000000e0207a65726f20616463616e2774206265726f0000000000002774206265207a6572696f642063616e7374616c652070650841adc474983c5fb65c4693980e58268b9ffa75efa24cec3cc8d9cb9370a23a69672900000000006f6b656e436f6e66436f6e6669672854736574546f6b656e4e487b710000000074696d65000000007320626c6f636b2074206578636565647570646174656441657870697265640008cc6b5d955391325d622183e25ac5afcd93958e4c903827796b89b91644bc980000006400000000706f7369746976656d75737420626520000000000000fffffeaf968c00000000ffffffffffffff9f0000000400000080313ce5670000000072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c653200000000bbbbbbbb6973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f696e76616c69642031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a20000004000000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff00000000008400000000697320616c726561616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf265d8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99fffffffff00000000000000000e32cb860000000009a8acb0000000000431710e00000000392787d2000000001b69dc5f00000000715018a60000000041976e090000000041976e08000000001b69dc5e000000008da5cb5b0000000079ba509700000000b4a0bdf300000000a9534f8a00000000a9534f8900000000cfed246b00000000c4d66de800000000f2fde38b00000000e30c397800000000e30c397700000000c4d66de70000000079ba50960000004000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b0000008400000080616c697a696e6700697320696e69746908c379a000000000000006f900000432000006f700210423000006f200210421000006ed0000613d000006db0000613d000000000032041b000001de033001970000006502000039000006be0000c13d000000000023004b00000000033100d9000006bd0000613d00000000013200a90000000001020019000006a50000c13d0000000003040019000000010110027200000000022300a9000000010300603900000000043300a90000000a03000039000006ae0000613d000006b00000813d0000004e0010008c000006990000613d000006870000c13d00000000065200190000068b0000613d0000000302000029000300000004001d0000000001080019000006670000613d0000065f0000c13d0000065f0000a13d0000001f0030008c000006610000c13d000006610000213d00000001080000290000067f0000613d00000000066a0019000006440000613d000006310000c13d0000000000b8004b00000000080a0019000006350000613d000000030a000029000000020b00002900020000000b001d00030000000a001d000000c003400210000000400330021000000000030a4019000001c00300004100000000011300190000000003a30049000100000008001d000006490000013d000006100000c13d000000000400041400000000000404350000000004310019000005ff0000413d00000000075400190000000006150019000006060000613d0000006401a000390000004401a0003900000000430804340000000401a00039000000000b1a0436000002130100004100000040030000390000002401a0003900000000080100190003000000000002000000000121001900000217022001970000001f0230003900000000000204350000000002310019000005dd0000413d0000002002200039000000000606043300000000062400190000000005210019000005e40000613d00000000013204360000000043010434000000150300003900000207030000410000004002100039000001ff011001c7000000400120021006f906b60000040f06f9069f0000040f000700000003001d000005c00000a13d000005ba0000c13d00000005023000fa00000005031000b9000005ac0000c13d0000000002030019000000010440027200000000011200a9000000010200603900000000032200a9000000010040019000000002040000290000000a02000039000005b30000013d000005a90000c13d00000017030000390000020003000041000005a40000a13d000000030010006c0000007b0000013d000001fb030000410000058a0000c13d0000058e0000613d0000001c0300003900000201030000410000059b0000813d000000040110006c0000800b02000039000001fe011001c7000001fd01000041000005910000613d000000050000006b000005910000213d000001fa0020009c00000001020000290000008002200039000001f70010009c0000000401100029000001e00110018f000005820000613d00000004066000290000054d0000613d0000053b0000c13d000000000079004b0000000009a90436000000008a08043c000000000801034f00000000076900190000053f0000613d000003340000013d000003270000c13d0000051c0000c13d000005200000613d00000040014002100000001a020000390000020602000041000700000004001d000000000109001900000000020004110000003201000039000005500000013d000005230000c13d000100000001001d000001f801000041000005ba0000813d000001000010008c000200000001001d000004cd0000c13d000004d10000613d000004d40000a13d000001f70020009c000400000002001d0000000702100029000004c50000613d0000000706600029000004ac0000613d000004990000c13d0000000000a8004b00000007080000290000049d0000613d000000040a000029000002850000013d000003b90000413d000000030020006c000000010220003900000000030304330000000403000029000000000203043300000006030000290000000001080433000005040000613d0000004001800039000004eb0000613d0000000608000029000005140000613d000000000686019f00000000066701cf000000000767022f0000010006600089000000000868022f00000000086801cf0000000008050433000000030660021000000000055a0019000000000751034f000004280000613d0000001f06400190000004150000c13d000000000097004b0000000007870436000000006806043c00000000070a0019000000000601034f000004190000613d0000000505400272000000020a000029000000010900002900010000000b001d00020000000a001d000000000343019f000000400440021000000000040a4019000001c0040000410000006003300210000001c003008041000001c00030009c0000006403300039000400000009001d0000042d0000013d000003f60000c13d000600000008001d00000000000104350000000001430019000003e30000413d00000000071500190000000006450019000003ea0000613d0000006404a000390000004404a00039000000000309043300000000040004110000000403a00039000000000b3a0436000002130300004100000040040000390000002403a0003900000000002904350000001b02000039000002040200004100000020019000390000004001900039000002120090009c000000400900043d000000000102043300000000210804340000000008010433000000a0011000390000000501200210000004e50000813d000700000000001d000001eb011001c7000000050110017f0000ff010100008a000002850000c13d000000060000006b0000000000520435000000000454019f000004af0000013d000004820000c13d000000040040008c000500000004001d0000004002200039000001dd04400197000000000404041a00000001041000390000000003320436000001dd033001970000006003200039000001f50020009c000002910000013d000000400500043d000003b80000c13d0000033b0000413d000000000043004b0000006003300039000000000565043600000000007804350000004008600039000000000771034f00000020077000390000000000980435000001dd0090009c000000000909043b000000000971034f00000020073000390000000008760436000001dd0070009c000000000731034f000000400070043f0000006007600039000001f50060009c000000400600043d000000600060008c000001fa0060009c0000000006320049000000a005000039000003210000c13d000003250000613d000000c00300043d000000a00200043d000000800200043d000001e6011001c70000002e03000039000001e503000041000001e403000041000000000100001f0000000501100270000004c30000013d000001b60000a13d000600000001001d00000080011001bf000003190000613d0000008006600039000002c40000613d000002b10000c13d000000a00090008c0000000009890436000000007807043c000002b50000613d0000008009000039000001f4011001c70000004001500210000001c005008041000001c00050009c000000040150003900000011020000390000002401500039000002150200004100000044015000390000033a0000c13d000000000006004b000000000434001900000060046000c90000002403300039000000800060043f000000400050043f00000080054000390000020c011001c7000000800020043f000000000414019f0000020801000041000001240010043f000001040010043f000002c70000013d000002a10000c13d0000020e040000410000002003100039000000000041041b000000060400002900000080010000390000020d010000410000001f01000039000000c0010000390000002b03000039000001ef03000041000001ee03000041000001440000c13d00000001011001bf00000216013001970000013e0000613d000000040000006b000002d50000c13d000000000201001f000000050220027000000006020000290000000101006039000000010010008c000000ff0130018f0000000503000029000002d20000c13d0000800202000039000001e3011001c700000004001004430000000001000410000001e201000041000500000003001d000001f201000041000001f10100004100000029010000390000020a0100004106f905ce0000040f00000004012000390000035f0000c13d000005b70000c13d000600120000003d0000025e0000c13d000001f00020009c000001f001000041000002320000c13d000000070000006b000000000201043b0000002401100370000000440020008c000002870000a13d000002110040009c00000210044001970000003f044000390000000504600210000001830000813d0000020f0060009c000000000604043b000000000441034f0000000404300039000004c30000813d0000002304300039000001f70030009c000000000303043b000000040310037000000000030004160000002503000039000001ed03000041000001ec030000410000038c0000c13d000500000001001d00000101011001bf000001e701300197000000ff00300190000000080220008a0000ff0001300190000000000300041a000000090220008a0000020901000041000000c00020043f000001dd01300197000000000303041a000000020210003906f906c40000040f000001f80000c13d000001dd02100197000001e004000041000000000262019f000000000015004b000001dd05100197000001dd0060009c000000000601043b000001cc0030009c000001e60000613d000001cb0030009c00000000060000190000006503000039000001d70030009c000001a80000613d000001d60030009c000001d10030009c000001a10000613d000001d00030009c000001ec01000041000001ed010000410000002501000039000002720000c13d0000003302000039000001dc0030009c000001890000613d000001db0030009c0000016d0000613d000001da0030009c000001ce0030009c000001290000613d000001cd0030009c000000e20000213d000001ca0030009c0000001a030000390000020603000041000002e90000c13d000000c00100043d000000e001000039000001000010043f00000204010000410000001b010000390000012001000039000000c00010043f0000004401100370000000a00020043f000001dd003001980000002402100370000000800030043f000001dd0030009c000000000302043b000000400020043f000000e002000039000000640020008c000001d90030009c0000010f0000613d000001d80030009c000000c50000213d000001d50030009c000000990000a13d000001d40030009c000001c301000041000001c2010000410000002701000039000001c70100004100000120000004430000010000100443000001c5011001c7000000ff01000039000000ff011001bf000000340000613d000000ff0020008c000000ff0210018f000000390000c13d000001d30030009c000001030000613d000001d20030009c000000bc0000213d000001cf0030009c000000810000213d000001c90030009c000000450000a13d000001c80030009c000000e003300270000000000301043b000001c00220019700000060022002700000001c0000c13d000000800300003900090000000000020001000000000002039f039e039d01160005039c0115039b039a0057000e0399039803970396039503940393039203910390038f00040032000c0004005601140032000c00040113007c038e038d038c038b038a007b03890015000900020001000803880019007a011200400005001800310387038603850020001f00150031005503840054038300530382007900ab000303810380037f037e037d037c037b0004037a000e0025001e000403790378011103770376000d037503740110010f000d037303720371000b0370010e001e010e036f003f036e010d036d036c036b010c036a000c0369001b00300368000a002f0367000a00aa000600a900a8000a00020001002400a70003036603650364036303620004002e000e0025001e0004003e000b0052000d001200a600230014010b002d001500a5002003610360035f035e035d0004002e000e0025001e0004003e000b0052000d035c00a40051010a010900a3000c035b001f001500310055035a0054035900530358007900ab000303570356035500040032000c00040108011403540353035200040032000c00040056001d0050010a00a200a3035100a100a0009f004f004e0009000200010008007800190077009e0350004d034f034e034d0004002e000e0025001e0004003e034c034b000d0056002d034a009d034900a30076001d004f0348004e00090002000100080078001900770347004d0032000c00040076002d0346009d00750345034400140020002e000e0025001e0004003e000b0052000d0012004c00230014010b034300a4009c0342002d007400150341009b0340033f0020002e000e0025001e0004003e000b009a0052000d0107033e0106033d033c01050107033b0106033a010503390338003d007b007c010400990076001d004f004e009d01030056001d01020101007300090050000200010008007800190077009e0040000500180113007c01040337001b0100004b033600980335000a00300334000a002f033300ff002e000e0332003c000403310330032f000d032e00fe032d032c032b032a0329032803270326032503240323003b001200fd003a003900030322000e0025001e0004011101100072010f000d03210320031f031e001f00150031005500fc005400fb005300fa00030032000c0004031d001500a50020002e000e0025001e0004003e000b009a0052000d0038031c031b031a002c001200a6002300090002000100080017002b001100050018000b00f9003c0319004c002300090002000100080017002b001100050018000b002d00970318001c0072001f009603170316003800950002000100710010000f002a003700030032000c00040076002d0074001500a50020001f00150031005500540315005300fa0003001f00150031005503140054031300530312007900ab0003009900700311031000f8030f030e0009000200010008030d030c0011000500f7000b000c030b030a03090308001403070306030503040303030203010300006f02ff007b007c02fe001b009802fd000a003002fc000a002f02fb00ff009902fa003f02f9001502f8009b02f7010c002c001200a6002300090002000100080017002b001100050018000b001d02f602f5001b02f4006e000600020001002400360010000f0035002900170019009402f30100004d00f600150009005702f2006d00160022001a02f1001f010d0031007900fc02f000fb02ef02ee00030093009200f502ed00f400f302ec009b000900020001000802eb0019007a00f20040000500180014002002ea02e902e802e702e602e500fe000d02e402e302e202e1000602e002df0006001f009102de0090000602dd02dc02db00a7000300020001000802da001102d90034004a004900160022001a006c006b02d8002102d702d602d502d4004b02d3006a0069006802d20067006600650028006400630062006100600048000502d10047005f02d0003f0016000e005e02cf00f102ce02cd008f02cc02cb001b009802ca000a003002c9000a002f02c8000a00aa000600a900a8000a00020001002402c70003005e00740012004c002300090002000100080017002b00110005001802c60050000b001d004f00f0004e02c50051009c00a100a000ef009f008e02c40073001b00ee008d000600020001002400360010000f0035002900170019009400ed004d001c0046004502c3005d005c0021004400270026004302c20042008c008b00ec00eb00ea00e900e800e7000b00e600e500e400e3009100e20010000f002a0029000302c102c002bf000d02be000e02bd02bc003302bb02ba02b9002802b8000d02b702b602b502b402b3000d02b202b102b0002802af02ae02ad02ac02ab02aa005e00e1000c02a902a802a7002c0012004c002300090002000100080017002b001100050018001c02a60033000b02a5011600f902a402a302a202a102a0006e029f008e002d00e1009600f6001c007200e000700009029e029d029c006d00160022001a029b0093009200f5029a00f400df029900f3000600020001002400360010000f0035002900170019007a00f20040000500180298029702960295007b001b007a008a00020001002400360010000f00350029029400190112004d0293005e00380075029202910290028f028e009700de028d009700de00dd028c028b0033028a003f02890288000602870286009300a400dc02850284006e0283028202810280006e027f027e008d027d003c027c00db027b027a00da00d900d800a202790051027802770009005702760275006d00160022001a0274027300d700d6027202710270026f00d5026e026d026c026b0002000100080089026a02690011026802670034004a004900160022001a0266026502640263026202610260025f025e025d008b025c025b025a0259025802570028025602550254025300d40048000500d3025202510047005f00d200d10014008800d00033005b00cf00ce0016000e00cd000c003d00cc00cb0004000c0250024f00700087000c024e024d00740012004c002300090002000100080017002b0011024c00050018024b0050000b001d004f00f0004e005a00590051009c00a100a000ef009f008e024a02490073001b00ee008d000600020001002400360010000f0035002900170019009400ed00400005001800380248007202470246024500380010000f002a000200010008003700ca005a00110034004a004900160022001a006c006b02440243002102420027002602410240004b023f006a0069023e006800670066006500280064006300620061006000480005023d0047005f023c007500140088023b023a0033005b00cf00c9003f0016000e002c0087009a00f1023900140003001c004600450238005d005c0021004400270026004302370042008c00c8002c00c70236023502340233005800e002320009005a00570231008600c6001a0230003b0012022f003a00390003008500c50006008400c4000600c300830082022e000600c2022d022c00c100380095000200010010000f0071002a003700030085022b00060084022a0006001f008300820090000600c000bf022900a70003001c004600450228005d005c00210044002700260043022700420226022500580010000f002a000200010008003700ca005a00110034004a0049008600c6001a006c006b006a022400d30223022202210220021f021e004b021d0069021c006800670066006500280064006300620061006000480005021b0047021a021902180033003f0086000e0058005900be000d00580217005900be000d0216005900dd021502140213021200c900bd00870070021100f800090002000100080210020f0011000500f7000b020e020d001b0030020c000a002f020b00bc00bb001c00460045020a005d005c0021004400270026004302090042008c00c800300208000a00aa0006002f00a8000a00a9020702060205001b00300204000a002f020300bc002c00ba0202008102010200008101ff01fe01fd01fc01fb01fa01f901f801f701f6007501f5008f00ba01f4003b00120080003a00390003008f00c701f301f20115002c01f1001c00960010000f01f001ef002001ee01ed000a00df01ec000a0090000600bd001301eb01ea003c01e9003d01e801e701e600d401e5010901e401e301e201e101e001df001301de01dd0108001d00dc01dc01db008a01da01d901d800b900b801d701d6008a01d50051003c01d400db01d301d200da00d900d800a201d101d001cf01ce005701cd006d00160022001a01cc01cb00d700d601ca01c900020001007100d501c801c701c6008900c000bf01c5008901c401c3001101c201c10034004a004900160022001a006c006b01c0002101bf0027002601be01bd004b01bc006a006901bb00680067006600650028006400630062006100600048000500b901ba01b90047005f00d200d10014008800d001b8005b01b700ce01b601b500cd000c003d00cc00cb01b4000c01b3001300140003003b001200fd003a00390003008500c50006008400c4000600c30083008200b800c201b201b100c101b00095000200010010000f0071002a00370003001c00460045008b01af01ae0021004400270026004301ad004201ac00ec00eb00ea00e900e800e7000b00e600e500e400e3009100e20010000f002a0029000301ab01aa000c01a901a8006f005b01a701a601a501a401a301a201a1001300810013003b00120080003a00390003003401a0003c019f019e019d019c0013003b00120080003a00390003019b0092019a019901030056001d01020101007300090050000200010008007800190077009e00400005019800130014000300bb00360010000f003500020001002400370017002b001100050197000b0013001400030196006f0013003d00130195006f0013003d0013019400200003000000000000000000000000000000b70193000000000000007f007e007d0192019100000000000000000000019000000041000000b60000018f018e018d018c018b0000018a00000000000000000189000000000000018800000000000001870000000000000186000000000000018500000000000001840000000000000183000000000000018200000000000001810000000000000180000000000000017f000000000000017e000000000000017d000000000000017c000000000000017b000000000000017a00000000000001790000000000000178000000000000017700000000000001760000000000000175000000b7000700070007017400000000004100000000000001730172017101700000000000b60000016f016e016d016c00b5000000b40000016b016a00000000007f007e007d0169000000000168000000070007000701670166016501640163004100000162000001610160015f015e0041000000b3000000b2000000000000015d015c015b015a0159015800000000007f007e007d01570000015600b100b101550154015301520151015000000000014f00000000000000000000014e0000000000000000014d0000000000b000000000000000000007014c00000000000000000000014b000700af00070007000700ae00ad014a01490000000001480000014701460145014400b5000000b000000000000000b3000000ae00ad01430000014201410140013f013e0000000000000000000000b40000013d013c013b013a013901380137013601350134013301320131013000b2000000000000012f000000000000012e0000012d012c012b012a000000000129000000410000012800000127012601250124012301220121012000000000011f000000af0007000700ac000000000000011e000000000000011d011c000000000000011b000000000000011a011901180000000700070007011700070007000700ac000000000000000000000000000000000000000000000000000000000000",
447
+ "logIndex": 5,
448
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
449
+ },
450
+ {
451
+ "transactionIndex": 1,
452
+ "blockNumber": 42315262,
453
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
454
+ "address": "0x0000000000000000000000000000000000008004",
455
+ "topics": [
456
+ "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
457
+ "0x0100021994e270e1e5e07e5021455d18b6416f86eb53ff5948f680ff4d073f37",
458
+ "0x0000000000000000000000000000000000000000000000000000000000000000"
459
+ ],
460
+ "data": "0x",
461
+ "logIndex": 6,
462
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
463
+ },
464
+ {
465
+ "transactionIndex": 1,
466
+ "blockNumber": 42315262,
467
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
468
+ "address": "0xd55B0bc224288949c3f5D33e0F3A54d8caCc6B35",
469
+ "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
470
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
471
+ "logIndex": 7,
472
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
473
+ },
474
+ {
475
+ "transactionIndex": 1,
476
+ "blockNumber": 42315262,
477
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
478
+ "address": "0x0000000000000000000000000000000000008006",
479
+ "topics": [
480
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
481
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597",
482
+ "0x0100021994e270e1e5e07e5021455d18b6416f86eb53ff5948f680ff4d073f37",
483
+ "0x000000000000000000000000d55b0bc224288949c3f5d33e0f3a54d8cacc6b35"
484
+ ],
485
+ "data": "0x",
486
+ "logIndex": 8,
487
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
488
+ },
489
+ {
490
+ "transactionIndex": 1,
491
+ "blockNumber": 42315262,
492
+ "transactionHash": "0xa8a083b7bcc52f2bda6bf3b84fb3173ee7c34be66d9e3660c56af5642da5a9cc",
493
+ "address": "0x000000000000000000000000000000000000800A",
494
+ "topics": [
495
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
496
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
497
+ "0x0000000000000000000000007f423e50147930e197daae9f637198e66746d597"
498
+ ],
499
+ "data": "0x00000000000000000000000000000000000000000000000000003a7332d1a490",
500
+ "logIndex": 9,
501
+ "blockHash": "0xfa91fb8b5a7c4d13423218a7220978ea8c5c3be68b16e7a0f086e10fab7dfff2"
502
+ }
503
+ ],
504
+ "blockNumber": 42315262,
505
+ "cumulativeGasUsed": "0",
506
+ "status": 1,
507
+ "byzantium": true
508
+ },
509
+ "args": [],
510
+ "numDeployments": 1,
511
+ "solcInputHash": "d14112d82bb23a35dc687350b4e61e84",
512
+ "metadata": {
513
+ "llvm_options": [],
514
+ "optimizer_settings": {
515
+ "is_debug_logging_enabled": false,
516
+ "is_fallback_to_size_enabled": false,
517
+ "is_verify_each_enabled": false,
518
+ "level_back_end": "Aggressive",
519
+ "level_middle_end": "Aggressive",
520
+ "level_middle_end_size": "Zero"
521
+ },
522
+ "solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"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\":\"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\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"previousPriceMantissa\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newPriceMantissa\",\"type\":\"uint256\"}],\"name\":\"PricePosted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"feed\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"maxStalePeriod\",\"type\":\"uint256\"}],\"name\":\"TokenConfigAdded\",\"type\":\"event\"},{\"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\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"}],\"name\":\"getPrice\",\"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\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"prices\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"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\":\"uint256\",\"name\":\"price\",\"type\":\"uint256\"}],\"name\":\"setDirectPrice\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"feed\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"maxStalePeriod\",\"type\":\"uint256\"}],\"internalType\":\"struct ChainlinkOracle.TokenConfig\",\"name\":\"tokenConfig\",\"type\":\"tuple\"}],\"name\":\"setTokenConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"feed\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"maxStalePeriod\",\"type\":\"uint256\"}],\"internalType\":\"struct ChainlinkOracle.TokenConfig[]\",\"name\":\"tokenConfigs_\",\"type\":\"tuple[]\"}],\"name\":\"setTokenConfigs\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"tokenConfigs\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"asset\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"feed\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"maxStalePeriod\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\"},\"getPrice(address)\":{\"params\":{\"asset\":\"Address of the asset\"},\"returns\":{\"_0\":\"Price in USD from Chainlink or a manually set price for the asset\"}},\"initialize(address)\":{\"params\":{\"accessControlManager_\":\"Address of the access control manager contract\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"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\"}},\"setDirectPrice(address,uint256)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits PricePosted event on succesfully setup of asset price\",\"params\":{\"asset\":\"Asset address\",\"price\":\"Asset price in 18 decimals\"}},\"setTokenConfig((address,address,uint256))\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"NotNullAddress error is thrown if asset address is nullNotNullAddress error is thrown if token feed address is nullRange error is thrown if maxStale period of token is not greater than zero\",\"custom:event\":\"Emits TokenConfigAdded event on succesfully setting of the token config\",\"params\":{\"tokenConfig\":\"Token config struct\"}},\"setTokenConfigs((address,address,uint256)[])\":{\"custom:access\":\"Only Governance\",\"custom:error\":\"Zero length error thrown, if length of the array in parameter is 0\",\"params\":{\"tokenConfigs_\":\"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.\"}},\"title\":\"ChainlinkOracle\",\"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\"},\"PricePosted(address,uint256,uint256)\":{\"notice\":\"Emit when a price is manually set\"},\"TokenConfigAdded(address,address,uint256)\":{\"notice\":\"Emit when a token config is added\"}},\"kind\":\"user\",\"methods\":{\"NATIVE_TOKEN_ADDR()\":{\"notice\":\"Set this as asset address for native token on each chain. This is the underlying address for vBNB on BNB chain or an underlying asset for a native market on any chain.\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"constructor\":{\"notice\":\"Constructor for the implementation contract.\"},\"getPrice(address)\":{\"notice\":\"Gets the price of a asset from the chainlink oracle\"},\"initialize(address)\":{\"notice\":\"Initializes the owner of the contract\"},\"prices(address)\":{\"notice\":\"Manually set an override price, useful under extenuating conditions such as price feed failure\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setDirectPrice(address,uint256)\":{\"notice\":\"Manually set the price of a given asset\"},\"setTokenConfig((address,address,uint256))\":{\"notice\":\"Add single token config. asset & feed cannot be null addresses and maxStalePeriod must be positive\"},\"setTokenConfigs((address,address,uint256)[])\":{\"notice\":\"Add multiple token configs at the same time\"},\"tokenConfigs(address)\":{\"notice\":\"Token config by assets\"}},\"notice\":\"This oracle fetches prices of assets from the Chainlink oracle.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/oracles/ChainlinkOracle.sol\":\"ChainlinkOracle\"},\"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\":{\"@chainlink/contracts/src/v0.8/interfaces/AggregatorV3Interface.sol\":{\"keccak256\":\"0x6e6e4b0835904509406b070ee173b5bc8f677c19421b76be38aea3b1b3d30846\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3beaa37ee61e4ab615e250fbf01601ae481de843fd0ef55e6b44fd9d5fff8a7\",\"dweb:/ipfs/QmeZUVwd26LzK4Mfp8Zba5JbQNkZFfTzFu1A6FVMMZDg9c\"]},\"@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/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/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\"]},\"contracts/oracles/ChainlinkOracle.sol\":{\"keccak256\":\"0x92f14e115b657773cd22708f5e07dabd4d0ee2b21b0dcd87a061c7c97dedf523\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://d6628f46d39c1963a351de5290b4f732aedacaf276cab663393b1e5e7c14c9a2\",\"dweb:/ipfs/QmWzeFZb1dnupaCjQZ1pALj3oPVJioFAn39Azr2TMgFQWD\"]}},\"version\":1}",
523
+ "solc_version": "0.8.25",
524
+ "solc_zkvm_edition": "1.0.1",
525
+ "zk_version": "1.5.1"
526
+ },
527
+ "bytecode": "0x000100000000000200090000000000020000008003000039000000400030043f00000001002001900000001c0000c13d00000000020100190000006002200270000001c002200197000000040020008c000004c30000413d000000000301043b000000e003300270000001c80030009c000000450000a13d000001c90030009c000000810000213d000001cf0030009c000000bc0000213d000001d20030009c000001030000613d000001d30030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000001ea0000013d0000000001000416000000000001004b000004c30000c13d000000000100041a0000ff0000100190000000390000c13d000000ff0210018f000000ff0020008c000000340000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001c5011001c70000800d020000390000000103000039000001c60400004106f906ef0000040f0000000100200190000004c30000613d000000200100003900000100001004430000012000000443000001c701000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000001c201000041000000c40010043f000001c301000041000000e40010043f000001c401000041000006fb00010430000001d40030009c000000990000a13d000001d50030009c000000c50000213d000001d80030009c0000010f0000613d000001d90030009c000004c30000c13d000000640020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d000000e002000039000000400020043f0000000402100370000000000302043b000001dd0030009c000004c30000213d000000800030043f0000002402100370000000000202043b000001dd0020009c000004c30000213d000001dd00300198000000a00020043f0000004401100370000000000101043b000000c00010043f000002680000613d000000000002004b000002680000613d0000012001000039000000400010043f0000001b01000039000000e00010043f0000020401000041000001000010043f000000e00100003906f905ea0000040f000000c00100043d000000000001004b000002e90000c13d000000400100043d00000044021000390000020603000041000000000032043500000024021000390000001a030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001fc011001c7000006fb00010430000001ca0030009c000000e20000213d000001cd0030009c000001290000613d000001ce0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000c901000039000000200010043f000000000100001906f906de0000040f000000000101041a000000800010043f000001e101000041000006fa0001042e000001da0030009c0000016d0000613d000001db0030009c000001890000613d000001dc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000003302000039000000000202041a000001dd022001970000000003000411000000000032004b000001ef0000c13d000000000001004b000002720000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000001ed01000041000000c40010043f000001ec01000041000000e40010043f000001c401000041000006fb00010430000001d00030009c000001a10000613d000001d10030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000009701000039000001ea0000013d000001d60030009c000001a80000613d000001d70030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000000000201041a000001dd052001970000000003000411000000000035004b000001ef0000c13d0000006503000039000000000403041a000001de04400197000000000043041b000001de02200197000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e8040000410000000006000019000002820000013d000001cb0030009c000001e60000613d000001cc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000601043b000001dd0060009c000004c30000213d0000003301000039000000000101041a000001dd051001970000000001000411000000000015004b000001ef0000c13d0000006501000039000000000201041a000001de02200197000000000262019f000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e004000041000002820000013d0000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd021001970000000001000411000000000012004b000001f80000c13d06f906c40000040f0000000001000019000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000ca01000039000000200010043f000000000100001906f906de0000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000001dd01100197000000800010043f000001dd01300197000000a00010043f000000c00020043f0000020901000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000002040000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000002040000c13d000001e70130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000002280000613d000600000002001d0000006501000039000000000201041a000001de02200197000000000021041b0000000001000411000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000004c30000613d000000000100041a0000ff0000100190000002280000613d000500000001001d000000400100043d0000000705000029000000000005004b0000038c0000c13d0000006402100039000001ec0300004100000000003204350000004402100039000001ed03000041000000000032043500000024021000390000002503000039000002de0000013d000000240020008c000004c30000413d0000000003000416000000000003004b000004c30000c13d0000000403100370000000000303043b000001f70030009c000004c30000213d0000002304300039000000000024004b000004c30000813d0000000404300039000000000441034f000000000604043b0000020f0060009c000001830000813d00000005046002100000003f044000390000021004400197000002110040009c000002870000a13d000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000402100370000000000202043b000700000002001d000001dd0020009c000004c30000213d0000002401100370000000000201043b000000070000006b000002320000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000020701000041000000c40010043f0000020b01000041000006fb000104300000000001000416000000000001004b000004c30000c13d000001f001000041000000800010043f000001e101000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000702000029000001f00020009c0000025e0000c13d000600120000003d00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000301041a000000000003004b000005b70000c13d000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000101041a000001dd001001980000035f0000c13d000000400200043d000700000002001d000001c1010000410000000000120435000000040120003906f905ce0000040f00000007020000290000000001210049000001c00010009c000001c0010080410000006001100210000001c00020009c000001c0020080410000004002200210000000000121019f000006fb000104300000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd01100197000000800010043f000001e101000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000020a01000041000000c40010043f0000020b01000041000006fb00010430000001c101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000001f101000041000000c40010043f000001f201000041000000e40010043f000001c401000041000006fb00010430000600000002001d000400000001001d000500000003001d000001e2010000410000000000100439000000000100041000000004001004430000000001000414000001c00010009c000001c001008041000000c001100210000001e3011001c7000080020200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000000001004b000002d20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000002d50000c13d000000040000006b0000013e0000613d0000021601300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001440000c13d000000400100043d0000006402100039000001ee0300004100000000003204350000004402100039000001ef03000041000000000032043500000024021000390000002b03000039000002de0000013d000600000002001d000000c001000039000000400010043f0000001f01000039000000800010043f0000020d01000041000000a00010043f000000800100003906f905ea0000040f00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020e040000410000000705000029000002820000013d000001f301000041000000800010043f0000000001000414000000040020008c000002a10000c13d0000000003000031000000200030008c00000020040000390000000004034019000002c70000013d000001c101000041000000e00010043f0000002001000039000000e40010043f0000001501000039000001040010043f0000020701000041000001240010043f0000020801000041000006fb000104300000009702000039000000000302041a000001de04300197000000000414019f000000000042041b000001dd02300197000000800020043f000000a00010043f0000000001000414000001c00010009c000001c001008041000000c0011002100000020c011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d0000000001000019000006fa0001042e0000008005400039000000400050043f000000800060043f000000240330003900000060046000c90000000004340019000000000024004b000004c30000213d000000000006004b0000033a0000c13d000000440150003900000215020000410000000000210435000000240150003900000011020000390000000000210435000001c1010000410000000000150435000000040150003900000020020000390000000000210435000001c00050009c000001c0050080410000004001500210000001fc011001c7000006fb00010430000001c00010009c000001c001008041000000c001100210000001f4011001c706f906f40000040f000000800900003900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000002b50000613d000000000701034f000000007807043c0000000009890436000000a00090008c000002b10000c13d000000000005004b000002c40000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000003190000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200030008c000004c30000413d000000800100043d000600000001001d000000ff0010008c000001b60000a13d000004c30000013d00000006010000290000000501100270000000000100001f000000400100043d0000006402100039000001e40300004100000000003204350000004402100039000001e503000041000000000032043500000024021000390000002e030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001e6011001c7000006fb00010430000000800100043d000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000800200043d000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b000000a00200043d000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b0000000201100039000000c00300043d000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020504000041000002820000013d000000400200043d0000001f0430018f0000000505300272000003250000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000003210000c13d000000000004004b000003340000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb00010430000000a0050000390000000006320049000001fa0060009c000004c30000213d000000600060008c000004c30000413d000000400600043d000001f50060009c000001830000213d0000006007600039000000400070043f000000000731034f000000000707043b000001dd0070009c000004c30000213d00000000087604360000002007300039000000000971034f000000000909043b000001dd0090009c000004c30000213d00000000009804350000002007700039000000000771034f000000000707043b0000004008600039000000000078043500000000056504360000006003300039000000000043004b0000033b0000413d000000800100043d000300000001001d000000000001004b000003b80000c13d000000400500043d000002910000013d00000007010000290000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000400200043d000001f50020009c000001830000213d000000000101043b0000006003200039000000400030043f000000000301041a000001dd0330019700000000033204360000000104100039000000000404041a000001dd04400197000000000043043500000040022000390000000201100039000000000101041a000300000001001d0000000000120435000001f301000041000000400200043d000700000002001d0000000001120436000400000001001d0000000001000414000500000004001d000000040040008c000004820000c13d0000000003000031000000200030008c00000020040000390000000004034019000004af0000013d0000009702000039000000000302041a000001de04300197000000000454019f000000000042041b00000020021000390000000000520435000001dd023001970000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d000000060000006b000002850000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001eb011001c70000800d02000039000001c604000041000002820000013d000700000000001d000000800100043d0000000702000029000000000012004b000004e50000813d0000000501200210000000a00110003900000000080104330000000021080434000001dd00100198000001d60000613d0000000001020433000001dd00100198000001d60000613d000500000002001d000000400900043d000002120090009c000001830000213d0000004001900039000000400010043f0000002001900039000002040200004100000000002104350000001b0200003900000000002904350000009702000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000021303000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000003ea0000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b000003e30000413d000001dd02200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000003f60000c13d0000000003000031000000200030008c000000200400003900000000040340190000042d0000013d000400000009001d0000001f0330003900000217033001970000006403300039000001c00030009c000001c0030080410000006003300210000001c000a0009c000001c00400004100000000040a40190000004004400210000000000343019f000001c00010009c000001c001008041000000c001100210000000000131019f00020000000a001d00010000000b001d06f906f40000040f0000000109000029000000020a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000000505400272000004190000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000004150000c13d0000001f06400190000004280000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000409000029000005140000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000001830000213d0000000100100190000001830000c13d000000400040043f000000200030008c000004c30000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000004c30000c13d000000000001004b000004eb0000613d0000004001800039000400000001001d0000000001010433000000000001004b000005040000613d0000000001080433000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f00000006030000290000000100200190000004c30000613d0000000002030433000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b00000005020000290000000002020433000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b000000020110003900000004030000290000000003030433000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000203000039000002050400004106f906ef0000040f0000000100200190000004c30000613d00000007020000290000000102200039000700000002001d000000030020006c000003b90000413d000002850000013d0000000702000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040a0000290000049d0000613d000000000701034f0000000708000029000000007907043c00000000089804360000000000a8004b000004990000c13d000000000005004b000004ac0000613d0000000506600210000000000761034f00000007066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000004c50000613d0000001f01400039000000600110018f0000000702100029000000000012004b00000000010000190000000101004039000400000002001d000001f70020009c000001830000213d0000000100100190000001830000c13d0000000401000029000000400010043f000000200030008c000004c30000413d00000007010000290000000001010433000700000001001d000000ff0010008c000004d40000a13d0000000001000019000006fb00010430000000400200043d0000001f0430018f0000000505300272000004d10000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000004cd0000c13d000000000004004b000003340000613d000003270000013d00000007010000290000001201100089000200000001001d000001000010008c000005ba0000813d000001f80100004100000004020000290000000001120436000100000001001d00000000010004140000000502000029000000040020008c000005230000c13d000000a00030008c000000a0040000390000000004034019000005500000013d000002020100004100000000001004350000003201000039000000040010043f0000020301000041000006fb000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000021401000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d06f905d80000040f00000007020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb0001043000000044014000390000020602000041000000000021043500000024014000390000001a020000390000000000210435000001c1010000410000000000140435000000040140003900000020020000390000000000210435000001c00040009c000001c0040080410000004001400210000001fc011001c7000006fb00010430000000400200043d0000001f0430018f0000000505300272000005200000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000051c0000c13d000000000004004b000003270000c13d000003340000013d0000000402000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000a00030008c000000a00400003900000000040340190000001f0540018f000000050640027200000005066002100000053f0000613d00000004090000290000000007690019000000000801034f000000008a08043c0000000009a90436000000000079004b0000053b0000c13d000000000005004b0000054d0000613d000000000761034f00000004066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000005820000613d0000001f01400039000001e00110018f0000000401100029000001f70010009c000001830000213d000000400010043f000000a00030008c000004c30000413d00000004020000290000000002020433000001f90020009c000004c30000213d000000040200002900000080022000390000000002020433000001f90020009c000004c30000213d00000001020000290000000002020433000500000002001d000001fa0020009c000005910000213d000000050000006b000005910000613d000000040100002900000060011000390000000001010433000400000001001d000001fd0100004100000000001004390000000001000414000001c00010009c000001c001008041000000c001100210000001fe011001c70000800b0200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000040110006c0000059b0000813d000000400100043d00000044021000390000020103000041000000000032043500000024021000390000001c03000039000000760000013d000000000001042f000000400200043d0000001f0430018f00000005053002720000058e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000058a0000c13d000000000004004b000003340000613d000003270000013d0000004402100039000001fb030000410000000000320435000001c102000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000007b0000013d000000030010006c000005a40000a13d000000400100043d00000044021000390000020003000041000000000032043500000024021000390000001703000039000000760000013d0000000701000029000000120010008c000005a90000c13d0000000101000039000005b30000013d0000000a0200003900000001010000390000000204000029000000010040019000000000032200a9000000010200603900000000011200a900000001044002720000000002030019000005ac0000c13d00000005031000b900000005023000fa000000000012004b000005ba0000c13d0000000601000029000000120010008c000005c00000a13d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb0001043000000006010000290000001201100089000700000003001d06f9069f0000040f0000000002010019000000070100002906f906b60000040f000000400200043d0000000000120435000001c00020009c000001c0020080410000004001200210000001ff011001c7000006fa0001042e000000400210003900000207030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d00000000430104340000000001320436000000000003004b000005e40000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000005dd0000413d000000000231001900000000000204350000001f0230003900000217022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000021301000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a00039000001dd02200197000000000003004b000006060000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000005ff0000413d000000000431001900000000000404350000000004000414000000040020008c000006100000c13d0000000003000031000000200030008c00000020040000390000000004034019000006490000013d000100000008001d0000001f0330003900000217033001970000000003a300490000000001130019000001c00010009c000001c0010080410000006001100210000001c000a0009c000001c00300004100000000030a40190000004003300210000000000131019f000001c00040009c000001c004008041000000c003400210000000000131019f00030000000a001d00020000000b001d06f906f40000040f000000020b000029000000030a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000006350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000006310000c13d000000000005004b000006440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000000090004110000067f0000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000006610000213d0000000100100190000006610000c13d000000400040043f0000001f0030008c0000065f0000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000065f0000c13d000000000001004b000006670000613d000000000001042d0000000001000019000006fb00010430000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002140100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d06f905d80000040f00000003020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb00010430000000400200043d0000001f0430018f000000050530027200000005055002100000068b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000006870000c13d000000000004004b000006990000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb000104300000004e0010008c000006b00000813d000000000001004b000006ae0000613d0000000a030000390000000102000039000000010010019000000000043300a9000000010300603900000000022300a900000001011002720000000003040019000006a50000c13d0000000001020019000000000001042d0000000101000039000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb00010430000000000301001900000000013200a9000000000003004b000006bd0000613d00000000033100d9000000000023004b000006be0000c13d000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb000104300000006502000039000000000302041a000001de03300197000000000032041b000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000006db0000613d000000000001042d0000000001000019000006fb00010430000000000001042f0000000002000414000001c00020009c000001c002008041000000c002200210000001c00010009c000001c0010080410000004001100210000000000121019f000001e9011001c7000080100200003906f906f40000040f0000000100200190000006ed0000613d000000000101043b000000000001042d0000000001000019000006fb00010430000006f2002104210000000102000039000000000001042d0000000002000019000000000001042d000006f7002104230000000102000039000000000001042d0000000002000019000000000001042d000006f900000432000006fa0001042e000006fb00010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000400000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cfed246b00000000000000000000000000000000000000000000000000000000a9534f8900000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf30000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000001b69dc5e0000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e0900000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000001b69dc5f00000000000000000000000000000000000000000000000000000000392787d2000000000000000000000000000000000000000000000000000000000431710e0000000000000000000000000000000000000000000000000000000009a8acb0000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c7265610000000000000000000000000000000000000084000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa002000000000000000000000000000000000000200000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000313ce567000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffffffeaf968c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff636861696e6c696e6b207072696365206d75737420626520706f7369746976650000000000000000000000000000000000000064000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913202000002000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000000000000000000000000636861696e6c696e6b2070726963652065787069726564000000000000000000757064617465644174206578636565647320626c6f636b2074696d65000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000003cc8d9cb9370a23a8b9ffa75efa24cecb65c4693980e58260841adc474983c5f7374616c6520706572696f642063616e2774206265207a65726f00000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000e0000000000000000000000000000000000000000000000000000000600000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000736574446972656374507269636528616464726573732c75696e743235362900a0844d44570b5ec5ac55e9e7d1e7fc8149b4f33b4b61f3c8fc08bacce058faee00000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffffbf18c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e27742062652030000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000",
528
+ "deployedBytecode": "0x000100000000000200090000000000020000008003000039000000400030043f00000001002001900000001c0000c13d00000000020100190000006002200270000001c002200197000000040020008c000004c30000413d000000000301043b000000e003300270000001c80030009c000000450000a13d000001c90030009c000000810000213d000001cf0030009c000000bc0000213d000001d20030009c000001030000613d000001d30030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000001ea0000013d0000000001000416000000000001004b000004c30000c13d000000000100041a0000ff0000100190000000390000c13d000000ff0210018f000000ff0020008c000000340000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001c5011001c70000800d020000390000000103000039000001c60400004106f906ef0000040f0000000100200190000004c30000613d000000200100003900000100001004430000012000000443000001c701000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000001c201000041000000c40010043f000001c301000041000000e40010043f000001c401000041000006fb00010430000001d40030009c000000990000a13d000001d50030009c000000c50000213d000001d80030009c0000010f0000613d000001d90030009c000004c30000c13d000000640020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d000000e002000039000000400020043f0000000402100370000000000302043b000001dd0030009c000004c30000213d000000800030043f0000002402100370000000000202043b000001dd0020009c000004c30000213d000001dd00300198000000a00020043f0000004401100370000000000101043b000000c00010043f000002680000613d000000000002004b000002680000613d0000012001000039000000400010043f0000001b01000039000000e00010043f0000020401000041000001000010043f000000e00100003906f905ea0000040f000000c00100043d000000000001004b000002e90000c13d000000400100043d00000044021000390000020603000041000000000032043500000024021000390000001a030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001fc011001c7000006fb00010430000001ca0030009c000000e20000213d000001cd0030009c000001290000613d000001ce0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000c901000039000000200010043f000000000100001906f906de0000040f000000000101041a000000800010043f000001e101000041000006fa0001042e000001da0030009c0000016d0000613d000001db0030009c000001890000613d000001dc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000003302000039000000000202041a000001dd022001970000000003000411000000000032004b000001ef0000c13d000000000001004b000002720000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000001ed01000041000000c40010043f000001ec01000041000000e40010043f000001c401000041000006fb00010430000001d00030009c000001a10000613d000001d10030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000009701000039000001ea0000013d000001d60030009c000001a80000613d000001d70030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000000000201041a000001dd052001970000000003000411000000000035004b000001ef0000c13d0000006503000039000000000403041a000001de04400197000000000043041b000001de02200197000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e8040000410000000006000019000002820000013d000001cb0030009c000001e60000613d000001cc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000601043b000001dd0060009c000004c30000213d0000003301000039000000000101041a000001dd051001970000000001000411000000000015004b000001ef0000c13d0000006501000039000000000201041a000001de02200197000000000262019f000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e004000041000002820000013d0000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd021001970000000001000411000000000012004b000001f80000c13d06f906c40000040f0000000001000019000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000ca01000039000000200010043f000000000100001906f906de0000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000001dd01100197000000800010043f000001dd01300197000000a00010043f000000c00020043f0000020901000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000002040000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000002040000c13d000001e70130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000002280000613d000600000002001d0000006501000039000000000201041a000001de02200197000000000021041b0000000001000411000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000004c30000613d000000000100041a0000ff0000100190000002280000613d000500000001001d000000400100043d0000000705000029000000000005004b0000038c0000c13d0000006402100039000001ec0300004100000000003204350000004402100039000001ed03000041000000000032043500000024021000390000002503000039000002de0000013d000000240020008c000004c30000413d0000000003000416000000000003004b000004c30000c13d0000000403100370000000000303043b000001f70030009c000004c30000213d0000002304300039000000000024004b000004c30000813d0000000404300039000000000441034f000000000604043b0000020f0060009c000001830000813d00000005046002100000003f044000390000021004400197000002110040009c000002870000a13d000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000402100370000000000202043b000700000002001d000001dd0020009c000004c30000213d0000002401100370000000000201043b000000070000006b000002320000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000020701000041000000c40010043f0000020b01000041000006fb000104300000000001000416000000000001004b000004c30000c13d000001f001000041000000800010043f000001e101000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000702000029000001f00020009c0000025e0000c13d000600120000003d00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000301041a000000000003004b000005b70000c13d000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000101041a000001dd001001980000035f0000c13d000000400200043d000700000002001d000001c1010000410000000000120435000000040120003906f905ce0000040f00000007020000290000000001210049000001c00010009c000001c0010080410000006001100210000001c00020009c000001c0020080410000004002200210000000000121019f000006fb000104300000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd01100197000000800010043f000001e101000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000020a01000041000000c40010043f0000020b01000041000006fb00010430000001c101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000001f101000041000000c40010043f000001f201000041000000e40010043f000001c401000041000006fb00010430000600000002001d000400000001001d000500000003001d000001e2010000410000000000100439000000000100041000000004001004430000000001000414000001c00010009c000001c001008041000000c001100210000001e3011001c7000080020200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000000001004b000002d20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000002d50000c13d000000040000006b0000013e0000613d0000021601300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001440000c13d000000400100043d0000006402100039000001ee0300004100000000003204350000004402100039000001ef03000041000000000032043500000024021000390000002b03000039000002de0000013d000600000002001d000000c001000039000000400010043f0000001f01000039000000800010043f0000020d01000041000000a00010043f000000800100003906f905ea0000040f00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020e040000410000000705000029000002820000013d000001f301000041000000800010043f0000000001000414000000040020008c000002a10000c13d0000000003000031000000200030008c00000020040000390000000004034019000002c70000013d000001c101000041000000e00010043f0000002001000039000000e40010043f0000001501000039000001040010043f0000020701000041000001240010043f0000020801000041000006fb000104300000009702000039000000000302041a000001de04300197000000000414019f000000000042041b000001dd02300197000000800020043f000000a00010043f0000000001000414000001c00010009c000001c001008041000000c0011002100000020c011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d0000000001000019000006fa0001042e0000008005400039000000400050043f000000800060043f000000240330003900000060046000c90000000004340019000000000024004b000004c30000213d000000000006004b0000033a0000c13d000000440150003900000215020000410000000000210435000000240150003900000011020000390000000000210435000001c1010000410000000000150435000000040150003900000020020000390000000000210435000001c00050009c000001c0050080410000004001500210000001fc011001c7000006fb00010430000001c00010009c000001c001008041000000c001100210000001f4011001c706f906f40000040f000000800900003900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000002b50000613d000000000701034f000000007807043c0000000009890436000000a00090008c000002b10000c13d000000000005004b000002c40000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000003190000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200030008c000004c30000413d000000800100043d000600000001001d000000ff0010008c000001b60000a13d000004c30000013d00000006010000290000000501100270000000000100001f000000400100043d0000006402100039000001e40300004100000000003204350000004402100039000001e503000041000000000032043500000024021000390000002e030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001e6011001c7000006fb00010430000000800100043d000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000800200043d000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b000000a00200043d000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b0000000201100039000000c00300043d000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020504000041000002820000013d000000400200043d0000001f0430018f0000000505300272000003250000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000003210000c13d000000000004004b000003340000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb00010430000000a0050000390000000006320049000001fa0060009c000004c30000213d000000600060008c000004c30000413d000000400600043d000001f50060009c000001830000213d0000006007600039000000400070043f000000000731034f000000000707043b000001dd0070009c000004c30000213d00000000087604360000002007300039000000000971034f000000000909043b000001dd0090009c000004c30000213d00000000009804350000002007700039000000000771034f000000000707043b0000004008600039000000000078043500000000056504360000006003300039000000000043004b0000033b0000413d000000800100043d000300000001001d000000000001004b000003b80000c13d000000400500043d000002910000013d00000007010000290000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000400200043d000001f50020009c000001830000213d000000000101043b0000006003200039000000400030043f000000000301041a000001dd0330019700000000033204360000000104100039000000000404041a000001dd04400197000000000043043500000040022000390000000201100039000000000101041a000300000001001d0000000000120435000001f301000041000000400200043d000700000002001d0000000001120436000400000001001d0000000001000414000500000004001d000000040040008c000004820000c13d0000000003000031000000200030008c00000020040000390000000004034019000004af0000013d0000009702000039000000000302041a000001de04300197000000000454019f000000000042041b00000020021000390000000000520435000001dd023001970000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d000000060000006b000002850000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001eb011001c70000800d02000039000001c604000041000002820000013d000700000000001d000000800100043d0000000702000029000000000012004b000004e50000813d0000000501200210000000a00110003900000000080104330000000021080434000001dd00100198000001d60000613d0000000001020433000001dd00100198000001d60000613d000500000002001d000000400900043d000002120090009c000001830000213d0000004001900039000000400010043f0000002001900039000002040200004100000000002104350000001b0200003900000000002904350000009702000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000021303000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000003ea0000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b000003e30000413d000001dd02200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000003f60000c13d0000000003000031000000200030008c000000200400003900000000040340190000042d0000013d000400000009001d0000001f0330003900000217033001970000006403300039000001c00030009c000001c0030080410000006003300210000001c000a0009c000001c00400004100000000040a40190000004004400210000000000343019f000001c00010009c000001c001008041000000c001100210000000000131019f00020000000a001d00010000000b001d06f906f40000040f0000000109000029000000020a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000000505400272000004190000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000004150000c13d0000001f06400190000004280000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000409000029000005140000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000001830000213d0000000100100190000001830000c13d000000400040043f000000200030008c000004c30000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000004c30000c13d000000000001004b000004eb0000613d0000004001800039000400000001001d0000000001010433000000000001004b000005040000613d0000000001080433000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f00000006030000290000000100200190000004c30000613d0000000002030433000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b00000005020000290000000002020433000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b000000020110003900000004030000290000000003030433000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000203000039000002050400004106f906ef0000040f0000000100200190000004c30000613d00000007020000290000000102200039000700000002001d000000030020006c000003b90000413d000002850000013d0000000702000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040a0000290000049d0000613d000000000701034f0000000708000029000000007907043c00000000089804360000000000a8004b000004990000c13d000000000005004b000004ac0000613d0000000506600210000000000761034f00000007066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000004c50000613d0000001f01400039000000600110018f0000000702100029000000000012004b00000000010000190000000101004039000400000002001d000001f70020009c000001830000213d0000000100100190000001830000c13d0000000401000029000000400010043f000000200030008c000004c30000413d00000007010000290000000001010433000700000001001d000000ff0010008c000004d40000a13d0000000001000019000006fb00010430000000400200043d0000001f0430018f0000000505300272000004d10000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000004cd0000c13d000000000004004b000003340000613d000003270000013d00000007010000290000001201100089000200000001001d000001000010008c000005ba0000813d000001f80100004100000004020000290000000001120436000100000001001d00000000010004140000000502000029000000040020008c000005230000c13d000000a00030008c000000a0040000390000000004034019000005500000013d000002020100004100000000001004350000003201000039000000040010043f0000020301000041000006fb000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000021401000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d06f905d80000040f00000007020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb0001043000000044014000390000020602000041000000000021043500000024014000390000001a020000390000000000210435000001c1010000410000000000140435000000040140003900000020020000390000000000210435000001c00040009c000001c0040080410000004001400210000001fc011001c7000006fb00010430000000400200043d0000001f0430018f0000000505300272000005200000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000051c0000c13d000000000004004b000003270000c13d000003340000013d0000000402000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000a00030008c000000a00400003900000000040340190000001f0540018f000000050640027200000005066002100000053f0000613d00000004090000290000000007690019000000000801034f000000008a08043c0000000009a90436000000000079004b0000053b0000c13d000000000005004b0000054d0000613d000000000761034f00000004066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000005820000613d0000001f01400039000001e00110018f0000000401100029000001f70010009c000001830000213d000000400010043f000000a00030008c000004c30000413d00000004020000290000000002020433000001f90020009c000004c30000213d000000040200002900000080022000390000000002020433000001f90020009c000004c30000213d00000001020000290000000002020433000500000002001d000001fa0020009c000005910000213d000000050000006b000005910000613d000000040100002900000060011000390000000001010433000400000001001d000001fd0100004100000000001004390000000001000414000001c00010009c000001c001008041000000c001100210000001fe011001c70000800b0200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000040110006c0000059b0000813d000000400100043d00000044021000390000020103000041000000000032043500000024021000390000001c03000039000000760000013d000000000001042f000000400200043d0000001f0430018f00000005053002720000058e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000058a0000c13d000000000004004b000003340000613d000003270000013d0000004402100039000001fb030000410000000000320435000001c102000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000007b0000013d000000030010006c000005a40000a13d000000400100043d00000044021000390000020003000041000000000032043500000024021000390000001703000039000000760000013d0000000701000029000000120010008c000005a90000c13d0000000101000039000005b30000013d0000000a0200003900000001010000390000000204000029000000010040019000000000032200a9000000010200603900000000011200a900000001044002720000000002030019000005ac0000c13d00000005031000b900000005023000fa000000000012004b000005ba0000c13d0000000601000029000000120010008c000005c00000a13d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb0001043000000006010000290000001201100089000700000003001d06f9069f0000040f0000000002010019000000070100002906f906b60000040f000000400200043d0000000000120435000001c00020009c000001c0020080410000004001200210000001ff011001c7000006fa0001042e000000400210003900000207030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d00000000430104340000000001320436000000000003004b000005e40000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000005dd0000413d000000000231001900000000000204350000001f0230003900000217022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000021301000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a00039000001dd02200197000000000003004b000006060000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000005ff0000413d000000000431001900000000000404350000000004000414000000040020008c000006100000c13d0000000003000031000000200030008c00000020040000390000000004034019000006490000013d000100000008001d0000001f0330003900000217033001970000000003a300490000000001130019000001c00010009c000001c0010080410000006001100210000001c000a0009c000001c00300004100000000030a40190000004003300210000000000131019f000001c00040009c000001c004008041000000c003400210000000000131019f00030000000a001d00020000000b001d06f906f40000040f000000020b000029000000030a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000006350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000006310000c13d000000000005004b000006440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000000090004110000067f0000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000006610000213d0000000100100190000006610000c13d000000400040043f0000001f0030008c0000065f0000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000065f0000c13d000000000001004b000006670000613d000000000001042d0000000001000019000006fb00010430000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002140100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d06f905d80000040f00000003020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb00010430000000400200043d0000001f0430018f000000050530027200000005055002100000068b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000006870000c13d000000000004004b000006990000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb000104300000004e0010008c000006b00000813d000000000001004b000006ae0000613d0000000a030000390000000102000039000000010010019000000000043300a9000000010300603900000000022300a900000001011002720000000003040019000006a50000c13d0000000001020019000000000001042d0000000101000039000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb00010430000000000301001900000000013200a9000000000003004b000006bd0000613d00000000033100d9000000000023004b000006be0000c13d000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb000104300000006502000039000000000302041a000001de03300197000000000032041b000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000006db0000613d000000000001042d0000000001000019000006fb00010430000000000001042f0000000002000414000001c00020009c000001c002008041000000c002200210000001c00010009c000001c0010080410000004001100210000000000121019f000001e9011001c7000080100200003906f906f40000040f0000000100200190000006ed0000613d000000000101043b000000000001042d0000000001000019000006fb00010430000006f2002104210000000102000039000000000001042d0000000002000019000000000001042d000006f7002104230000000102000039000000000001042d0000000002000019000000000001042d000006f900000432000006fa0001042e000006fb00010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000400000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cfed246b00000000000000000000000000000000000000000000000000000000a9534f8900000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf30000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000001b69dc5e0000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e0900000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000001b69dc5f00000000000000000000000000000000000000000000000000000000392787d2000000000000000000000000000000000000000000000000000000000431710e0000000000000000000000000000000000000000000000000000000009a8acb0000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c7265610000000000000000000000000000000000000084000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa002000000000000000000000000000000000000200000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000313ce567000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffffffeaf968c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff636861696e6c696e6b207072696365206d75737420626520706f7369746976650000000000000000000000000000000000000064000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913202000002000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000000000000000000000000636861696e6c696e6b2070726963652065787069726564000000000000000000757064617465644174206578636565647320626c6f636b2074696d65000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000003cc8d9cb9370a23a8b9ffa75efa24cecb65c4693980e58260841adc474983c5f7374616c6520706572696f642063616e2774206265207a65726f00000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000e0000000000000000000000000000000000000000000000000000000600000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000736574446972656374507269636528616464726573732c75696e743235362900a0844d44570b5ec5ac55e9e7d1e7fc8149b4f33b4b61f3c8fc08bacce058faee00000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffffbf18c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e27742062652030000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000",
529
+ "devdoc": {
530
+ "author": "Venus",
531
+ "events": {
532
+ "Initialized(uint8)": {
533
+ "details": "Triggered when the contract has been initialized or reinitialized."
534
+ }
535
+ },
536
+ "kind": "dev",
537
+ "methods": {
538
+ "acceptOwnership()": {
539
+ "details": "The new owner accepts the ownership transfer."
540
+ },
541
+ "constructor": {
542
+ "custom:oz-upgrades-unsafe-allow": "constructor"
543
+ },
544
+ "getPrice(address)": {
545
+ "params": {
546
+ "asset": "Address of the asset"
547
+ },
548
+ "returns": {
549
+ "_0": "Price in USD from Chainlink or a manually set price for the asset"
550
+ }
551
+ },
552
+ "initialize(address)": {
553
+ "params": {
554
+ "accessControlManager_": "Address of the access control manager contract"
555
+ }
556
+ },
557
+ "owner()": {
558
+ "details": "Returns the address of the current owner."
559
+ },
560
+ "pendingOwner()": {
561
+ "details": "Returns the address of the pending owner."
562
+ },
563
+ "renounceOwnership()": {
564
+ "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."
565
+ },
566
+ "setAccessControlManager(address)": {
567
+ "custom:access": "Only Governance",
568
+ "custom:event": "Emits NewAccessControlManager event",
569
+ "details": "Admin function to set address of AccessControlManager",
570
+ "params": {
571
+ "accessControlManager_": "The new address of the AccessControlManager"
572
+ }
573
+ },
574
+ "setDirectPrice(address,uint256)": {
575
+ "custom:access": "Only Governance",
576
+ "custom:event": "Emits PricePosted event on succesfully setup of asset price",
577
+ "params": {
578
+ "asset": "Asset address",
579
+ "price": "Asset price in 18 decimals"
580
+ }
581
+ },
582
+ "setTokenConfig((address,address,uint256))": {
583
+ "custom:access": "Only Governance",
584
+ "custom:error": "NotNullAddress error is thrown if asset address is nullNotNullAddress error is thrown if token feed address is nullRange error is thrown if maxStale period of token is not greater than zero",
585
+ "custom:event": "Emits TokenConfigAdded event on succesfully setting of the token config",
586
+ "params": {
587
+ "tokenConfig": "Token config struct"
588
+ }
589
+ },
590
+ "setTokenConfigs((address,address,uint256)[])": {
591
+ "custom:access": "Only Governance",
592
+ "custom:error": "Zero length error thrown, if length of the array in parameter is 0",
593
+ "params": {
594
+ "tokenConfigs_": "config array"
595
+ }
596
+ },
597
+ "transferOwnership(address)": {
598
+ "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."
599
+ }
600
+ },
601
+ "title": "ChainlinkOracle",
602
+ "version": 1
603
+ },
604
+ "userdoc": {
605
+ "errors": {
606
+ "Unauthorized(address,address,string)": [
607
+ {
608
+ "notice": "Thrown when the action is prohibited by AccessControlManager"
609
+ }
610
+ ]
611
+ },
612
+ "events": {
613
+ "NewAccessControlManager(address,address)": {
614
+ "notice": "Emitted when access control manager contract address is changed"
615
+ },
616
+ "PricePosted(address,uint256,uint256)": {
617
+ "notice": "Emit when a price is manually set"
618
+ },
619
+ "TokenConfigAdded(address,address,uint256)": {
620
+ "notice": "Emit when a token config is added"
621
+ }
622
+ },
623
+ "kind": "user",
624
+ "methods": {
625
+ "NATIVE_TOKEN_ADDR()": {
626
+ "notice": "Set this as asset address for native token on each chain. This is the underlying address for vBNB on BNB chain or an underlying asset for a native market on any chain."
627
+ },
628
+ "accessControlManager()": {
629
+ "notice": "Returns the address of the access control manager contract"
630
+ },
631
+ "constructor": {
632
+ "notice": "Constructor for the implementation contract."
633
+ },
634
+ "getPrice(address)": {
635
+ "notice": "Gets the price of a asset from the chainlink oracle"
636
+ },
637
+ "initialize(address)": {
638
+ "notice": "Initializes the owner of the contract"
639
+ },
640
+ "prices(address)": {
641
+ "notice": "Manually set an override price, useful under extenuating conditions such as price feed failure"
642
+ },
643
+ "setAccessControlManager(address)": {
644
+ "notice": "Sets the address of AccessControlManager"
645
+ },
646
+ "setDirectPrice(address,uint256)": {
647
+ "notice": "Manually set the price of a given asset"
648
+ },
649
+ "setTokenConfig((address,address,uint256))": {
650
+ "notice": "Add single token config. asset & feed cannot be null addresses and maxStalePeriod must be positive"
651
+ },
652
+ "setTokenConfigs((address,address,uint256)[])": {
653
+ "notice": "Add multiple token configs at the same time"
654
+ },
655
+ "tokenConfigs(address)": {
656
+ "notice": "Token config by assets"
657
+ }
658
+ },
659
+ "notice": "This oracle fetches prices of assets from the Chainlink oracle.",
660
+ "version": 1
661
+ },
662
+ "storageLayout": {
663
+ "storage": [
664
+ {
665
+ "astId": 349,
666
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
667
+ "label": "_initialized",
668
+ "offset": 0,
669
+ "slot": "0",
670
+ "type": "t_uint8"
671
+ },
672
+ {
673
+ "astId": 352,
674
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
675
+ "label": "_initializing",
676
+ "offset": 1,
677
+ "slot": "0",
678
+ "type": "t_bool"
679
+ },
680
+ {
681
+ "astId": 1019,
682
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
683
+ "label": "__gap",
684
+ "offset": 0,
685
+ "slot": "1",
686
+ "type": "t_array(t_uint256)50_storage"
687
+ },
688
+ {
689
+ "astId": 221,
690
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
691
+ "label": "_owner",
692
+ "offset": 0,
693
+ "slot": "51",
694
+ "type": "t_address"
695
+ },
696
+ {
697
+ "astId": 341,
698
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
699
+ "label": "__gap",
700
+ "offset": 0,
701
+ "slot": "52",
702
+ "type": "t_array(t_uint256)49_storage"
703
+ },
704
+ {
705
+ "astId": 114,
706
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
707
+ "label": "_pendingOwner",
708
+ "offset": 0,
709
+ "slot": "101",
710
+ "type": "t_address"
711
+ },
712
+ {
713
+ "astId": 208,
714
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
715
+ "label": "__gap",
716
+ "offset": 0,
717
+ "slot": "102",
718
+ "type": "t_array(t_uint256)49_storage"
719
+ },
720
+ {
721
+ "astId": 6686,
722
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
723
+ "label": "_accessControlManager",
724
+ "offset": 0,
725
+ "slot": "151",
726
+ "type": "t_contract(IAccessControlManagerV8)6871"
727
+ },
728
+ {
729
+ "astId": 6691,
730
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
731
+ "label": "__gap",
732
+ "offset": 0,
733
+ "slot": "152",
734
+ "type": "t_array(t_uint256)49_storage"
735
+ },
736
+ {
737
+ "astId": 9334,
738
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
739
+ "label": "prices",
740
+ "offset": 0,
741
+ "slot": "201",
742
+ "type": "t_mapping(t_address,t_uint256)"
743
+ },
744
+ {
745
+ "astId": 9340,
746
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
747
+ "label": "tokenConfigs",
748
+ "offset": 0,
749
+ "slot": "202",
750
+ "type": "t_mapping(t_address,t_struct(TokenConfig)9325_storage)"
751
+ }
752
+ ],
753
+ "types": {
754
+ "t_address": {
755
+ "encoding": "inplace",
756
+ "label": "address",
757
+ "numberOfBytes": "20"
758
+ },
759
+ "t_array(t_uint256)49_storage": {
760
+ "base": "t_uint256",
761
+ "encoding": "inplace",
762
+ "label": "uint256[49]",
763
+ "numberOfBytes": "1568"
764
+ },
765
+ "t_array(t_uint256)50_storage": {
766
+ "base": "t_uint256",
767
+ "encoding": "inplace",
768
+ "label": "uint256[50]",
769
+ "numberOfBytes": "1600"
770
+ },
771
+ "t_bool": {
772
+ "encoding": "inplace",
773
+ "label": "bool",
774
+ "numberOfBytes": "1"
775
+ },
776
+ "t_contract(IAccessControlManagerV8)6871": {
777
+ "encoding": "inplace",
778
+ "label": "contract IAccessControlManagerV8",
779
+ "numberOfBytes": "20"
780
+ },
781
+ "t_mapping(t_address,t_struct(TokenConfig)9325_storage)": {
782
+ "encoding": "mapping",
783
+ "key": "t_address",
784
+ "label": "mapping(address => struct ChainlinkOracle.TokenConfig)",
785
+ "numberOfBytes": "32",
786
+ "value": "t_struct(TokenConfig)9325_storage"
787
+ },
788
+ "t_mapping(t_address,t_uint256)": {
789
+ "encoding": "mapping",
790
+ "key": "t_address",
791
+ "label": "mapping(address => uint256)",
792
+ "numberOfBytes": "32",
793
+ "value": "t_uint256"
794
+ },
795
+ "t_struct(TokenConfig)9325_storage": {
796
+ "encoding": "inplace",
797
+ "label": "struct ChainlinkOracle.TokenConfig",
798
+ "members": [
799
+ {
800
+ "astId": 9318,
801
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
802
+ "label": "asset",
803
+ "offset": 0,
804
+ "slot": "0",
805
+ "type": "t_address"
806
+ },
807
+ {
808
+ "astId": 9321,
809
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
810
+ "label": "feed",
811
+ "offset": 0,
812
+ "slot": "1",
813
+ "type": "t_address"
814
+ },
815
+ {
816
+ "astId": 9324,
817
+ "contract": "contracts/oracles/ChainlinkOracle.sol:ChainlinkOracle",
818
+ "label": "maxStalePeriod",
819
+ "offset": 0,
820
+ "slot": "2",
821
+ "type": "t_uint256"
822
+ }
823
+ ],
824
+ "numberOfBytes": "96"
825
+ },
826
+ "t_uint256": {
827
+ "encoding": "inplace",
828
+ "label": "uint256",
829
+ "numberOfBytes": "32"
830
+ },
831
+ "t_uint8": {
832
+ "encoding": "inplace",
833
+ "label": "uint8",
834
+ "numberOfBytes": "1"
835
+ }
836
+ }
837
+ },
838
+ "factoryDeps": [
839
+ "0x000100000000000200090000000000020000008003000039000000400030043f00000001002001900000001c0000c13d00000000020100190000006002200270000001c002200197000000040020008c000004c30000413d000000000301043b000000e003300270000001c80030009c000000450000a13d000001c90030009c000000810000213d000001cf0030009c000000bc0000213d000001d20030009c000001030000613d000001d30030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000001ea0000013d0000000001000416000000000001004b000004c30000c13d000000000100041a0000ff0000100190000000390000c13d000000ff0210018f000000ff0020008c000000340000613d000000ff011001bf000000000010041b000000ff01000039000000800010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001c5011001c70000800d020000390000000103000039000001c60400004106f906ef0000040f0000000100200190000004c30000613d000000200100003900000100001004430000012000000443000001c701000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000001c201000041000000c40010043f000001c301000041000000e40010043f000001c401000041000006fb00010430000001d40030009c000000990000a13d000001d50030009c000000c50000213d000001d80030009c0000010f0000613d000001d90030009c000004c30000c13d000000640020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d000000e002000039000000400020043f0000000402100370000000000302043b000001dd0030009c000004c30000213d000000800030043f0000002402100370000000000202043b000001dd0020009c000004c30000213d000001dd00300198000000a00020043f0000004401100370000000000101043b000000c00010043f000002680000613d000000000002004b000002680000613d0000012001000039000000400010043f0000001b01000039000000e00010043f0000020401000041000001000010043f000000e00100003906f905ea0000040f000000c00100043d000000000001004b000002e90000c13d000000400100043d00000044021000390000020603000041000000000032043500000024021000390000001a030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001fc011001c7000006fb00010430000001ca0030009c000000e20000213d000001cd0030009c000001290000613d000001ce0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000c901000039000000200010043f000000000100001906f906de0000040f000000000101041a000000800010043f000001e101000041000006fa0001042e000001da0030009c0000016d0000613d000001db0030009c000001890000613d000001dc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000003302000039000000000202041a000001dd022001970000000003000411000000000032004b000001ef0000c13d000000000001004b000002720000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f000001ed01000041000000c40010043f000001ec01000041000000e40010043f000001c401000041000006fb00010430000001d00030009c000001a10000613d000001d10030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000009701000039000001ea0000013d000001d60030009c000001a80000613d000001d70030009c000004c30000c13d0000000001000416000000000001004b000004c30000c13d0000003301000039000000000201041a000001dd052001970000000003000411000000000035004b000001ef0000c13d0000006503000039000000000403041a000001de04400197000000000043041b000001de02200197000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e8040000410000000006000019000002820000013d000001cb0030009c000001e60000613d000001cc0030009c000004c30000c13d000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000601043b000001dd0060009c000004c30000213d0000003301000039000000000101041a000001dd051001970000000001000411000000000015004b000001ef0000c13d0000006501000039000000000201041a000001de02200197000000000262019f000000000021041b0000000001000414000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e004000041000002820000013d0000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd021001970000000001000411000000000012004b000001f80000c13d06f906c40000040f0000000001000019000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000001dd0010009c000004c30000213d0000000000100435000000ca01000039000000200010043f000000000100001906f906de0000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a000001dd01100197000000800010043f000001dd01300197000000a00010043f000000c00020043f0000020901000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000002000415000000090220008a0000000502200210000000000300041a0000ff0001300190000002040000c13d0000000002000415000000080220008a0000000502200210000000ff00300190000002040000c13d000001e70130019700000101011001bf0000000002000019000000000010041b0000ff0000100190000002280000613d000600000002001d0000006501000039000000000201041a000001de02200197000000000021041b0000000001000411000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000004c30000613d000000000100041a0000ff0000100190000002280000613d000500000001001d000000400100043d0000000705000029000000000005004b0000038c0000c13d0000006402100039000001ec0300004100000000003204350000004402100039000001ed03000041000000000032043500000024021000390000002503000039000002de0000013d000000240020008c000004c30000413d0000000003000416000000000003004b000004c30000c13d0000000403100370000000000303043b000001f70030009c000004c30000213d0000002304300039000000000024004b000004c30000813d0000000404300039000000000441034f000000000604043b0000020f0060009c000001830000813d00000005046002100000003f044000390000021004400197000002110040009c000002870000a13d000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000402100370000000000202043b000700000002001d000001dd0020009c000004c30000213d0000002401100370000000000201043b000000070000006b000002320000c13d000001c101000041000000800010043f0000002001000039000000840010043f0000001501000039000000a40010043f0000020701000041000000c40010043f0000020b01000041000006fb000104300000000001000416000000000001004b000004c30000c13d000001f001000041000000800010043f000001e101000041000006fa0001042e000000240020008c000004c30000413d0000000002000416000000000002004b000004c30000c13d0000000401100370000000000101043b000700000001001d000001dd0010009c000004c30000213d0000000702000029000001f00020009c0000025e0000c13d000600120000003d00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000301041a000000000003004b000005b70000c13d000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000101041a000001dd001001980000035f0000c13d000000400200043d000700000002001d000001c1010000410000000000120435000000040120003906f905ce0000040f00000007020000290000000001210049000001c00010009c000001c0010080410000006001100210000001c00020009c000001c0020080410000004002200210000000000121019f000006fb000104300000000001000416000000000001004b000004c30000c13d0000006501000039000000000101041a000001dd01100197000000800010043f000001e101000041000006fa0001042e000001c101000041000000800010043f0000002001000039000000840010043f000000a40010043f0000020a01000041000000c40010043f0000020b01000041000006fb00010430000001c101000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000001f101000041000000c40010043f000001f201000041000000e40010043f000001c401000041000006fb00010430000600000002001d000400000001001d000500000003001d000001e2010000410000000000100439000000000100041000000004001004430000000001000414000001c00010009c000001c001008041000000c001100210000001e3011001c7000080020200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000000001004b000002d20000c13d0000000503000029000000ff0130018f000000010010008c0000000001000019000000010100603900000006020000290000000502200270000000000201001f000002d50000c13d000000040000006b0000013e0000613d0000021601300197000000010200003900000001011001bf000000000010041b0000ff0000100190000001440000c13d000000400100043d0000006402100039000001ee0300004100000000003204350000004402100039000001ef03000041000000000032043500000024021000390000002b03000039000002de0000013d000600000002001d000000c001000039000000400010043f0000001f01000039000000800010043f0000020d01000041000000a00010043f000000800100003906f905ea0000040f00000007010000290000000000100435000000c901000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000000101043b000000000201041a0000000604000029000000000041041b000000400100043d000000200310003900000000004304350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020e040000410000000705000029000002820000013d000001f301000041000000800010043f0000000001000414000000040020008c000002a10000c13d0000000003000031000000200030008c00000020040000390000000004034019000002c70000013d000001c101000041000000e00010043f0000002001000039000000e40010043f0000001501000039000001040010043f0000020701000041000001240010043f0000020801000041000006fb000104300000009702000039000000000302041a000001de04300197000000000414019f000000000042041b000001dd02300197000000800020043f000000a00010043f0000000001000414000001c00010009c000001c001008041000000c0011002100000020c011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d0000000001000019000006fa0001042e0000008005400039000000400050043f000000800060043f000000240330003900000060046000c90000000004340019000000000024004b000004c30000213d000000000006004b0000033a0000c13d000000440150003900000215020000410000000000210435000000240150003900000011020000390000000000210435000001c1010000410000000000150435000000040150003900000020020000390000000000210435000001c00050009c000001c0050080410000004001500210000001fc011001c7000006fb00010430000001c00010009c000001c001008041000000c001100210000001f4011001c706f906f40000040f000000800900003900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000002b50000613d000000000701034f000000007807043c0000000009890436000000a00090008c000002b10000c13d000000000005004b000002c40000613d0000000506600210000000000761034f00000003055002100000008006600039000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000003190000613d0000001f01400039000000600110018f00000080011001bf000000400010043f000000200030008c000004c30000413d000000800100043d000600000001001d000000ff0010008c000001b60000a13d000004c30000013d00000006010000290000000501100270000000000100001f000000400100043d0000006402100039000001e40300004100000000003204350000004402100039000001e503000041000000000032043500000024021000390000002e030000390000000000320435000001c1020000410000000000210435000000040210003900000020030000390000000000320435000001c00010009c000001c0010080410000004001100210000001e6011001c7000006fb00010430000000800100043d000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000800200043d000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b000000a00200043d000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b0000000201100039000000c00300043d000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d0200003900000002030000390000020504000041000002820000013d000000400200043d0000001f0430018f0000000505300272000003250000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000003210000c13d000000000004004b000003340000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb00010430000000a0050000390000000006320049000001fa0060009c000004c30000213d000000600060008c000004c30000413d000000400600043d000001f50060009c000001830000213d0000006007600039000000400070043f000000000731034f000000000707043b000001dd0070009c000004c30000213d00000000087604360000002007300039000000000971034f000000000909043b000001dd0090009c000004c30000213d00000000009804350000002007700039000000000771034f000000000707043b0000004008600039000000000078043500000000056504360000006003300039000000000043004b0000033b0000413d000000800100043d000300000001001d000000000001004b000003b80000c13d000000400500043d000002910000013d00000007010000290000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f0000000100200190000004c30000613d000000400200043d000001f50020009c000001830000213d000000000101043b0000006003200039000000400030043f000000000301041a000001dd0330019700000000033204360000000104100039000000000404041a000001dd04400197000000000043043500000040022000390000000201100039000000000101041a000300000001001d0000000000120435000001f301000041000000400200043d000700000002001d0000000001120436000400000001001d0000000001000414000500000004001d000000040040008c000004820000c13d0000000003000031000000200030008c00000020040000390000000004034019000004af0000013d0000009702000039000000000302041a000001de04300197000000000454019f000000000042041b00000020021000390000000000520435000001dd023001970000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000103000039000001ea0400004106f906ef0000040f0000000100200190000004c30000613d000000060000006b000002850000c13d0000ff010100008a000000050110017f000000000010041b000000400100043d00000001030000390000000000310435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001eb011001c70000800d02000039000001c604000041000002820000013d000700000000001d000000800100043d0000000702000029000000000012004b000004e50000813d0000000501200210000000a00110003900000000080104330000000021080434000001dd00100198000001d60000613d0000000001020433000001dd00100198000001d60000613d000500000002001d000000400900043d000002120090009c000001830000213d0000004001900039000000400010043f0000002001900039000002040200004100000000002104350000001b0200003900000000002904350000009702000039000000000202041a000000400a00043d0000002403a00039000000400400003900000000004304350000021303000041000000000b3a04360000000403a000390000000004000411000000000043043500000000030904330000004404a0003900000000003404350000006404a00039000000000003004b000003ea0000613d000000000500001900000000064500190000000007150019000000000707043300000000007604350000002005500039000000000035004b000003e30000413d000001dd02200197000000000143001900000000000104350000000001000414000000040020008c000600000008001d000003f60000c13d0000000003000031000000200030008c000000200400003900000000040340190000042d0000013d000400000009001d0000001f0330003900000217033001970000006403300039000001c00030009c000001c0030080410000006003300210000001c000a0009c000001c00400004100000000040a40190000004004400210000000000343019f000001c00010009c000001c001008041000000c001100210000000000131019f00020000000a001d00010000000b001d06f906f40000040f0000000109000029000000020a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000000505400272000004190000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000097004b000004150000c13d0000001f06400190000004280000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00000001002001900000000409000029000005140000613d00000006080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000001830000213d0000000100100190000001830000c13d000000400040043f000000200030008c000004c30000413d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b000004c30000c13d000000000001004b000004eb0000613d0000004001800039000400000001001d0000000001010433000000000001004b000005040000613d0000000001080433000001dd011001970000000000100435000000ca01000039000000200010043f0000000001000414000001c00010009c000001c001008041000000c001100210000001e9011001c7000080100200003906f906f40000040f00000006030000290000000100200190000004c30000613d0000000002030433000001dd05200197000000000101043b000000000201041a000001de02200197000000000252019f000000000021041b00000005020000290000000002020433000001dd022001970000000103100039000000000403041a000001de04400197000000000424019f000000000043041b000000020110003900000004030000290000000003030433000000000031041b000000400100043d000000200410003900000000003404350000000000210435000001c00010009c000001c00100804100000040011002100000000002000414000001c00020009c000001c002008041000000c002200210000000000112019f000001e9011001c70000800d020000390000000203000039000002050400004106f906ef0000040f0000000100200190000004c30000613d00000007020000290000000102200039000700000002001d000000030020006c000003b90000413d000002850000013d0000000702000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000000040a0000290000049d0000613d000000000701034f0000000708000029000000007907043c00000000089804360000000000a8004b000004990000c13d000000000005004b000004ac0000613d0000000506600210000000000761034f00000007066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000004c50000613d0000001f01400039000000600110018f0000000702100029000000000012004b00000000010000190000000101004039000400000002001d000001f70020009c000001830000213d0000000100100190000001830000c13d0000000401000029000000400010043f000000200030008c000004c30000413d00000007010000290000000001010433000700000001001d000000ff0010008c000004d40000a13d0000000001000019000006fb00010430000000400200043d0000001f0430018f0000000505300272000004d10000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000004cd0000c13d000000000004004b000003340000613d000003270000013d00000007010000290000001201100089000200000001001d000001000010008c000005ba0000813d000001f80100004100000004020000290000000001120436000100000001001d00000000010004140000000502000029000000040020008c000005230000c13d000000a00030008c000000a0040000390000000004034019000005500000013d000002020100004100000000001004350000003201000039000000040010043f0000020301000041000006fb000104300000004401400039000000600200003900000000002104350000002401400039000000000200041000000000002104350000021401000041000000000014043500000004014000390000000002000411000000000021043500000064024000390000000001090019000700000004001d06f905d80000040f00000007020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb0001043000000044014000390000020602000041000000000021043500000024014000390000001a020000390000000000210435000001c1010000410000000000140435000000040140003900000020020000390000000000210435000001c00040009c000001c0040080410000004001400210000001fc011001c7000006fb00010430000000400200043d0000001f0430018f0000000505300272000005200000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000051c0000c13d000000000004004b000003270000c13d000003340000013d0000000402000029000001c00020009c000001c0020080410000004002200210000001c00010009c000001c001008041000000c001100210000000000121019f000001f6011001c7000000050200002906f906f40000040f00000000030100190000006003300270000001c003300197000000a00030008c000000a00400003900000000040340190000001f0540018f000000050640027200000005066002100000053f0000613d00000004090000290000000007690019000000000801034f000000008a08043c0000000009a90436000000000079004b0000053b0000c13d000000000005004b0000054d0000613d000000000761034f00000004066000290000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0000000100200190000005820000613d0000001f01400039000001e00110018f0000000401100029000001f70010009c000001830000213d000000400010043f000000a00030008c000004c30000413d00000004020000290000000002020433000001f90020009c000004c30000213d000000040200002900000080022000390000000002020433000001f90020009c000004c30000213d00000001020000290000000002020433000500000002001d000001fa0020009c000005910000213d000000050000006b000005910000613d000000040100002900000060011000390000000001010433000400000001001d000001fd0100004100000000001004390000000001000414000001c00010009c000001c001008041000000c001100210000001fe011001c70000800b0200003906f906f40000040f0000000100200190000005810000613d000000000101043b000000040110006c0000059b0000813d000000400100043d00000044021000390000020103000041000000000032043500000024021000390000001c03000039000000760000013d000000000001042f000000400200043d0000001f0430018f00000005053002720000058e0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b0000058a0000c13d000000000004004b000003340000613d000003270000013d0000004402100039000001fb030000410000000000320435000001c102000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000007b0000013d000000030010006c000005a40000a13d000000400100043d00000044021000390000020003000041000000000032043500000024021000390000001703000039000000760000013d0000000701000029000000120010008c000005a90000c13d0000000101000039000005b30000013d0000000a0200003900000001010000390000000204000029000000010040019000000000032200a9000000010200603900000000011200a900000001044002720000000002030019000005ac0000c13d00000005031000b900000005023000fa000000000012004b000005ba0000c13d0000000601000029000000120010008c000005c00000a13d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb0001043000000006010000290000001201100089000700000003001d06f9069f0000040f0000000002010019000000070100002906f906b60000040f000000400200043d0000000000120435000001c00020009c000001c0020080410000004001200210000001ff011001c7000006fa0001042e000000400210003900000207030000410000000000320435000000200210003900000015030000390000000000320435000000200200003900000000002104350000006001100039000000000001042d00000000430104340000000001320436000000000003004b000005e40000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000032004b000005dd0000413d000000000231001900000000000204350000001f0230003900000217022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a00039000000400300003900000000003104350000021301000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a00039000001dd02200197000000000003004b000006060000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000035004b000005ff0000413d000000000431001900000000000404350000000004000414000000040020008c000006100000c13d0000000003000031000000200030008c00000020040000390000000004034019000006490000013d000100000008001d0000001f0330003900000217033001970000000003a300490000000001130019000001c00010009c000001c0010080410000006001100210000001c000a0009c000001c00300004100000000030a40190000004003300210000000000131019f000001c00040009c000001c004008041000000c003400210000000000131019f00030000000a001d00020000000b001d06f906f40000040f000000020b000029000000030a00002900000000030100190000006003300270000001c003300197000000200030008c000000200400003900000000040340190000001f0540018f0000000506400272000006350000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000000b8004b000006310000c13d000000000005004b000006440000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000000010020019000000000090004110000067f0000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000014004b00000000010000190000000101004039000001f70040009c000006610000213d0000000100100190000006610000c13d000000400040043f0000001f0030008c0000065f0000a13d00000000010a0433000000000001004b0000000002000019000000010200c039000000000021004b0000065f0000c13d000000000001004b000006670000613d000000000001042d0000000001000019000006fb00010430000002020100004100000000001004350000004101000039000000040010043f0000020301000041000006fb00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000002140100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d06f905d80000040f00000003020000290000000001210049000001c00010009c000001c001008041000001c00020009c000001c00200804100000060011002100000004002200210000000000121019f000006fb00010430000000400200043d0000001f0430018f000000050530027200000005055002100000068b0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000068004b000006870000c13d000000000004004b000006990000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000001c00020009c000001c0020080410000004002200210000000000112019f000006fb000104300000004e0010008c000006b00000813d000000000001004b000006ae0000613d0000000a030000390000000102000039000000010010019000000000043300a9000000010300603900000000022300a900000001011002720000000003040019000006a50000c13d0000000001020019000000000001042d0000000101000039000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb00010430000000000301001900000000013200a9000000000003004b000006bd0000613d00000000033100d9000000000023004b000006be0000c13d000000000001042d000002020100004100000000001004350000001101000039000000040010043f0000020301000041000006fb000104300000006502000039000000000302041a000001de03300197000000000032041b000001dd061001970000003301000039000000000201041a000001de03200197000000000363019f000000000031041b0000000001000414000001dd05200197000001c00010009c000001c001008041000000c001100210000001df011001c70000800d020000390000000303000039000001e80400004106f906ef0000040f0000000100200190000006db0000613d000000000001042d0000000001000019000006fb00010430000000000001042f0000000002000414000001c00020009c000001c002008041000000c002200210000001c00010009c000001c0010080410000004001100210000000000121019f000001e9011001c7000080100200003906f906f40000040f0000000100200190000006ed0000613d000000000101043b000000000001042d0000000001000019000006fb00010430000006f2002104210000000102000039000000000001042d0000000002000019000000000001042d000006f7002104230000000102000039000000000001042d0000000002000019000000000001042d000006f900000432000006fa0001042e000006fb00010430000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff08c379a000000000000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e697469616c697a696e6700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000080000000000000000002000000000000000000000000000000000000200000008000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249800000002000000000000000000000000000000400000010000000000000000000000000000000000000000000000000000000000000000000000000079ba509600000000000000000000000000000000000000000000000000000000c4d66de700000000000000000000000000000000000000000000000000000000e30c397700000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000c4d66de800000000000000000000000000000000000000000000000000000000cfed246b00000000000000000000000000000000000000000000000000000000a9534f8900000000000000000000000000000000000000000000000000000000a9534f8a00000000000000000000000000000000000000000000000000000000b4a0bdf30000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000001b69dc5e0000000000000000000000000000000000000000000000000000000041976e080000000000000000000000000000000000000000000000000000000041976e0900000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000001b69dc5f00000000000000000000000000000000000000000000000000000000392787d2000000000000000000000000000000000000000000000000000000000431710e0000000000000000000000000000000000000000000000000000000009a8acb0000000000000000000000000000000000000000000000000000000000e32cb86000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e2270000000000000000000000000000000000000000200000008000000000000000001806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c7265610000000000000000000000000000000000000084000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa002000000000000000000000000000000000000200000000000000000000000006472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f742069000000000000000000000000bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb4f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e65720000000000000000000000000000000000000000000000313ce567000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f0000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000fffffffffffffffffeaf968c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffff7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff636861696e6c696e6b207072696365206d75737420626520706f7369746976650000000000000000000000000000000000000064000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d9553913202000002000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000020000000000000000000000000636861696e6c696e6b2070726963652065787069726564000000000000000000757064617465644174206578636565647320626c6f636b2074696d65000000004e487b71000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024000000000000000000000000736574546f6b656e436f6e66696728546f6b656e436f6e6669672900000000003cc8d9cb9370a23a8b9ffa75efa24cecb65c4693980e58260841adc474983c5f7374616c6520706572696f642063616e2774206265207a65726f00000000000063616e2774206265207a65726f206164647265737300000000000000000000000000000000000000000000000000000000000064000000e0000000000000000000000000000000000000000000000000000000600000008000000000000000004f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000736574446972656374507269636528616464726573732c75696e743235362900a0844d44570b5ec5ac55e9e7d1e7fc8149b4f33b4b61f3c8fc08bacce058faee00000000000000000000000000000000000000000000000100000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000000000000000000000000000000000ffffffffffffff7f000000000000000000000000000000000000000000000000ffffffffffffffbf18c5e8ab000000000000000000000000000000000000000000000000000000004a3fa293000000000000000000000000000000000000000000000000000000006c656e6774682063616e27742062652030000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000000000000000000000000000000000000000000000000000"
840
+ ]
841
+ }