@layerzerolabs/lz-evm-sdk-v2 2.0.8 → 2.0.10-tron

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 (117) hide show
  1. package/deployments/arbitrum-sandbox-local/DVN.json +1896 -0
  2. package/deployments/arbitrum-sandbox-local/DVNFeeLib.json +387 -0
  3. package/deployments/arbitrum-sandbox-local/EndpointV2.json +2955 -0
  4. package/deployments/{ethereum-sandbox-local/Oracle.json → arbitrum-sandbox-local/Executor.json} +656 -398
  5. package/deployments/arbitrum-sandbox-local/ExecutorFeeLib.json +407 -0
  6. package/deployments/arbitrum-sandbox-local/ExecutorProxyAdmin.json +283 -0
  7. package/deployments/arbitrum-sandbox-local/Executor_Implementation.json +1591 -0
  8. package/deployments/{ethereum-sandbox-local/Oracle_Proxy.json → arbitrum-sandbox-local/Executor_Proxy.json} +135 -60
  9. package/deployments/arbitrum-sandbox-local/NonceContractMock.json +163 -0
  10. package/deployments/{polygon-sandbox-local/Relayer.json → arbitrum-sandbox-local/PriceFeed.json} +339 -445
  11. package/deployments/arbitrum-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  12. package/deployments/arbitrum-sandbox-local/PriceFeed_Implementation.json +912 -0
  13. package/deployments/{ethereum-sandbox-local/Relayer_Proxy.json → arbitrum-sandbox-local/PriceFeed_Proxy.json} +33 -64
  14. package/deployments/arbitrum-sandbox-local/ReceiveUln301.json +1264 -0
  15. package/deployments/arbitrum-sandbox-local/ReceiveUln302.json +954 -0
  16. package/deployments/arbitrum-sandbox-local/SendUln301.json +1569 -0
  17. package/deployments/arbitrum-sandbox-local/SendUln302.json +1527 -0
  18. package/deployments/arbitrum-sandbox-local/SimpleMessageLib.json +708 -0
  19. package/deployments/arbitrum-sandbox-local/Treasury.json +412 -0
  20. package/deployments/arbitrum-sandbox-local/TreasuryFeeHandler.json +125 -0
  21. package/deployments/ethereum-sandbox-local/DVN.json +5 -5
  22. package/deployments/ethereum-sandbox-local/DVNFeeLib.json +2 -2
  23. package/deployments/ethereum-sandbox-local/EndpointV2.json +4 -4
  24. package/deployments/ethereum-sandbox-local/Executor.json +14 -14
  25. package/deployments/ethereum-sandbox-local/ExecutorFeeLib.json +2 -2
  26. package/deployments/ethereum-sandbox-local/ExecutorProxyAdmin.json +3 -3
  27. package/deployments/ethereum-sandbox-local/Executor_Implementation.json +1 -1
  28. package/deployments/ethereum-sandbox-local/Executor_Proxy.json +14 -14
  29. package/deployments/ethereum-sandbox-local/NonceContractMock.json +1 -1
  30. package/deployments/ethereum-sandbox-local/PriceFeed.json +5 -5
  31. package/deployments/ethereum-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  32. package/deployments/ethereum-sandbox-local/PriceFeed_Implementation.json +1 -1
  33. package/deployments/ethereum-sandbox-local/PriceFeed_Proxy.json +5 -5
  34. package/deployments/ethereum-sandbox-local/ReceiveUln301.json +2 -2
  35. package/deployments/ethereum-sandbox-local/ReceiveUln302.json +2 -2
  36. package/deployments/ethereum-sandbox-local/SendUln301.json +2 -2
  37. package/deployments/ethereum-sandbox-local/SendUln302.json +2 -2
  38. package/deployments/ethereum-sandbox-local/SimpleMessageLib.json +2 -2
  39. package/deployments/ethereum-sandbox-local/Treasury.json +2 -2
  40. package/deployments/ethereum-sandbox-local/TreasuryFeeHandler.json +1 -1
  41. package/deployments/polygon-sandbox-local/DVN.json +5 -5
  42. package/deployments/polygon-sandbox-local/DVNFeeLib.json +2 -2
  43. package/deployments/polygon-sandbox-local/EndpointV2.json +4 -4
  44. package/deployments/polygon-sandbox-local/Executor.json +14 -14
  45. package/deployments/polygon-sandbox-local/ExecutorFeeLib.json +2 -2
  46. package/deployments/polygon-sandbox-local/ExecutorProxyAdmin.json +3 -3
  47. package/deployments/polygon-sandbox-local/Executor_Implementation.json +1 -1
  48. package/deployments/polygon-sandbox-local/Executor_Proxy.json +14 -14
  49. package/deployments/polygon-sandbox-local/NonceContractMock.json +1 -1
  50. package/deployments/polygon-sandbox-local/PriceFeed.json +5 -5
  51. package/deployments/polygon-sandbox-local/PriceFeedProxyAdmin.json +3 -3
  52. package/deployments/polygon-sandbox-local/PriceFeed_Implementation.json +1 -1
  53. package/deployments/polygon-sandbox-local/PriceFeed_Proxy.json +5 -5
  54. package/deployments/polygon-sandbox-local/ReceiveUln301.json +2 -2
  55. package/deployments/polygon-sandbox-local/ReceiveUln302.json +2 -2
  56. package/deployments/polygon-sandbox-local/SendUln301.json +2 -2
  57. package/deployments/polygon-sandbox-local/SendUln302.json +2 -2
  58. package/deployments/polygon-sandbox-local/SimpleMessageLib.json +2 -2
  59. package/deployments/polygon-sandbox-local/Treasury.json +2 -2
  60. package/deployments/polygon-sandbox-local/TreasuryFeeHandler.json +1 -1
  61. package/deployments/tron-sandbox-local/DVN.json +1896 -0
  62. package/deployments/tron-sandbox-local/DVNFeeLib.json +387 -0
  63. package/deployments/tron-sandbox-local/EndpointV2.json +2955 -0
  64. package/deployments/{polygon-sandbox-local/Oracle.json → tron-sandbox-local/Executor.json} +656 -398
  65. package/deployments/tron-sandbox-local/ExecutorFeeLib.json +407 -0
  66. package/deployments/tron-sandbox-local/ExecutorProxyAdmin.json +283 -0
  67. package/deployments/tron-sandbox-local/Executor_Implementation.json +1591 -0
  68. package/deployments/{polygon-sandbox-local/Oracle_Proxy.json → tron-sandbox-local/Executor_Proxy.json} +135 -60
  69. package/deployments/tron-sandbox-local/NonceContractMock.json +163 -0
  70. package/deployments/{ethereum-sandbox-local/Relayer.json → tron-sandbox-local/PriceFeed.json} +339 -445
  71. package/deployments/tron-sandbox-local/PriceFeedProxyAdmin.json +283 -0
  72. package/deployments/tron-sandbox-local/PriceFeed_Implementation.json +912 -0
  73. package/deployments/{polygon-sandbox-local/Relayer_Proxy.json → tron-sandbox-local/PriceFeed_Proxy.json} +33 -64
  74. package/deployments/tron-sandbox-local/ReceiveUln301.json +1264 -0
  75. package/deployments/tron-sandbox-local/ReceiveUln302.json +954 -0
  76. package/deployments/tron-sandbox-local/SendUln301.json +1569 -0
  77. package/deployments/tron-sandbox-local/SendUln302.json +1527 -0
  78. package/deployments/tron-sandbox-local/SimpleMessageLib.json +708 -0
  79. package/deployments/tron-sandbox-local/Treasury.json +412 -0
  80. package/deployments/tron-sandbox-local/TreasuryFeeHandler.json +125 -0
  81. package/package.json +9 -20
  82. package/deployments/ethereum-sandbox-local/BlockedMessageLib.json +0 -90
  83. package/deployments/ethereum-sandbox-local/Endpoint.json +0 -2355
  84. package/deployments/ethereum-sandbox-local/MultiSigOracle.json +0 -1448
  85. package/deployments/ethereum-sandbox-local/NonceContract.json +0 -158
  86. package/deployments/ethereum-sandbox-local/OmniCounter.json +0 -1133
  87. package/deployments/ethereum-sandbox-local/OmniCounterPreCrime.json +0 -493
  88. package/deployments/ethereum-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  89. package/deployments/ethereum-sandbox-local/OmniCounterViewer.json +0 -214
  90. package/deployments/ethereum-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  91. package/deployments/ethereum-sandbox-local/OracleFeeLib.json +0 -166
  92. package/deployments/ethereum-sandbox-local/OracleProxyAdmin.json +0 -272
  93. package/deployments/ethereum-sandbox-local/Oracle_Implementation.json +0 -1326
  94. package/deployments/ethereum-sandbox-local/RelayerFeeLib.json +0 -130
  95. package/deployments/ethereum-sandbox-local/RelayerProxyAdmin.json +0 -272
  96. package/deployments/ethereum-sandbox-local/Relayer_Implementation.json +0 -1014
  97. package/deployments/ethereum-sandbox-local/UlnConfig301.json +0 -1003
  98. package/deployments/ethereum-sandbox-local/UlnConfig302.json +0 -1003
  99. package/deployments/ethereum-sandbox-local/UltraLightNodeE302.json +0 -1696
  100. package/deployments/polygon-sandbox-local/BlockedMessageLib.json +0 -90
  101. package/deployments/polygon-sandbox-local/Endpoint.json +0 -2355
  102. package/deployments/polygon-sandbox-local/MultiSigOracle.json +0 -1448
  103. package/deployments/polygon-sandbox-local/NonceContract.json +0 -158
  104. package/deployments/polygon-sandbox-local/OmniCounter.json +0 -1133
  105. package/deployments/polygon-sandbox-local/OmniCounterPreCrime.json +0 -493
  106. package/deployments/polygon-sandbox-local/OmniCounterPreCrimeView.json +0 -672
  107. package/deployments/polygon-sandbox-local/OmniCounterViewer.json +0 -214
  108. package/deployments/polygon-sandbox-local/OmniCounterWithPreCrime.json +0 -1646
  109. package/deployments/polygon-sandbox-local/OracleFeeLib.json +0 -166
  110. package/deployments/polygon-sandbox-local/OracleProxyAdmin.json +0 -272
  111. package/deployments/polygon-sandbox-local/Oracle_Implementation.json +0 -1326
  112. package/deployments/polygon-sandbox-local/RelayerFeeLib.json +0 -130
  113. package/deployments/polygon-sandbox-local/RelayerProxyAdmin.json +0 -272
  114. package/deployments/polygon-sandbox-local/Relayer_Implementation.json +0 -1014
  115. package/deployments/polygon-sandbox-local/UlnConfig301.json +0 -1003
  116. package/deployments/polygon-sandbox-local/UlnConfig302.json +0 -1003
  117. package/deployments/polygon-sandbox-local/UltraLightNodeE302.json +0 -1696
@@ -0,0 +1,1527 @@
1
+ {
2
+ "address": "0x20029bdFF3B982C2Bf8242F473A65aFb6E5a8A57",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "address",
8
+ "name": "_endpoint",
9
+ "type": "address"
10
+ },
11
+ {
12
+ "internalType": "uint256",
13
+ "name": "_treasuryGasLimit",
14
+ "type": "uint256"
15
+ },
16
+ {
17
+ "internalType": "uint256",
18
+ "name": "_treasuryGasForFeeCap",
19
+ "type": "uint256"
20
+ }
21
+ ],
22
+ "stateMutability": "nonpayable",
23
+ "type": "constructor"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "AtLeastOneDVN",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [],
32
+ "name": "CannotWithdrawAltToken",
33
+ "type": "error"
34
+ },
35
+ {
36
+ "inputs": [
37
+ {
38
+ "internalType": "uint256",
39
+ "name": "requested",
40
+ "type": "uint256"
41
+ },
42
+ {
43
+ "internalType": "uint256",
44
+ "name": "available",
45
+ "type": "uint256"
46
+ }
47
+ ],
48
+ "name": "InvalidAmount",
49
+ "type": "error"
50
+ },
51
+ {
52
+ "inputs": [
53
+ {
54
+ "internalType": "uint32",
55
+ "name": "configType",
56
+ "type": "uint32"
57
+ }
58
+ ],
59
+ "name": "InvalidConfigType",
60
+ "type": "error"
61
+ },
62
+ {
63
+ "inputs": [],
64
+ "name": "InvalidConfirmations",
65
+ "type": "error"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "InvalidDVNIdx",
70
+ "type": "error"
71
+ },
72
+ {
73
+ "inputs": [
74
+ {
75
+ "internalType": "uint256",
76
+ "name": "cursor",
77
+ "type": "uint256"
78
+ }
79
+ ],
80
+ "name": "InvalidDVNOptions",
81
+ "type": "error"
82
+ },
83
+ {
84
+ "inputs": [],
85
+ "name": "InvalidExecutor",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [],
90
+ "name": "InvalidLegacyType1Option",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "InvalidLegacyType2Option",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "uint256",
102
+ "name": "actual",
103
+ "type": "uint256"
104
+ },
105
+ {
106
+ "internalType": "uint256",
107
+ "name": "max",
108
+ "type": "uint256"
109
+ }
110
+ ],
111
+ "name": "InvalidMessageSize",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [],
116
+ "name": "InvalidOptionalDVNCount",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "InvalidOptionalDVNThreshold",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [],
126
+ "name": "InvalidRequiredDVNCount",
127
+ "type": "error"
128
+ },
129
+ {
130
+ "inputs": [
131
+ {
132
+ "internalType": "uint8",
133
+ "name": "workerId",
134
+ "type": "uint8"
135
+ }
136
+ ],
137
+ "name": "InvalidWorkerId",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "uint256",
144
+ "name": "cursor",
145
+ "type": "uint256"
146
+ }
147
+ ],
148
+ "name": "InvalidWorkerOptions",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "NotTreasury",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [],
158
+ "name": "OnlyEndpoint",
159
+ "type": "error"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "ToAddressIsZero",
164
+ "type": "error"
165
+ },
166
+ {
167
+ "inputs": [],
168
+ "name": "TransferFailed",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [
173
+ {
174
+ "internalType": "address",
175
+ "name": "_to",
176
+ "type": "address"
177
+ },
178
+ {
179
+ "internalType": "uint256",
180
+ "name": "_value",
181
+ "type": "uint256"
182
+ }
183
+ ],
184
+ "name": "TransferNativeFailed",
185
+ "type": "error"
186
+ },
187
+ {
188
+ "inputs": [],
189
+ "name": "Unsorted",
190
+ "type": "error"
191
+ },
192
+ {
193
+ "inputs": [
194
+ {
195
+ "internalType": "uint32",
196
+ "name": "eid",
197
+ "type": "uint32"
198
+ }
199
+ ],
200
+ "name": "UnsupportedEid",
201
+ "type": "error"
202
+ },
203
+ {
204
+ "inputs": [
205
+ {
206
+ "internalType": "uint16",
207
+ "name": "optionType",
208
+ "type": "uint16"
209
+ }
210
+ ],
211
+ "name": "UnsupportedOptionType",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [],
216
+ "name": "ZeroMessageSize",
217
+ "type": "error"
218
+ },
219
+ {
220
+ "anonymous": false,
221
+ "inputs": [
222
+ {
223
+ "indexed": false,
224
+ "internalType": "address[]",
225
+ "name": "requiredDVNs",
226
+ "type": "address[]"
227
+ },
228
+ {
229
+ "indexed": false,
230
+ "internalType": "address[]",
231
+ "name": "optionalDVNs",
232
+ "type": "address[]"
233
+ },
234
+ {
235
+ "indexed": false,
236
+ "internalType": "uint256[]",
237
+ "name": "fees",
238
+ "type": "uint256[]"
239
+ }
240
+ ],
241
+ "name": "DVNFeePaid",
242
+ "type": "event"
243
+ },
244
+ {
245
+ "anonymous": false,
246
+ "inputs": [
247
+ {
248
+ "components": [
249
+ {
250
+ "internalType": "uint32",
251
+ "name": "eid",
252
+ "type": "uint32"
253
+ },
254
+ {
255
+ "components": [
256
+ {
257
+ "internalType": "uint32",
258
+ "name": "maxMessageSize",
259
+ "type": "uint32"
260
+ },
261
+ {
262
+ "internalType": "address",
263
+ "name": "executor",
264
+ "type": "address"
265
+ }
266
+ ],
267
+ "internalType": "struct ExecutorConfig",
268
+ "name": "config",
269
+ "type": "tuple"
270
+ }
271
+ ],
272
+ "indexed": false,
273
+ "internalType": "struct SetDefaultExecutorConfigParam[]",
274
+ "name": "params",
275
+ "type": "tuple[]"
276
+ }
277
+ ],
278
+ "name": "DefaultExecutorConfigsSet",
279
+ "type": "event"
280
+ },
281
+ {
282
+ "anonymous": false,
283
+ "inputs": [
284
+ {
285
+ "components": [
286
+ {
287
+ "internalType": "uint32",
288
+ "name": "eid",
289
+ "type": "uint32"
290
+ },
291
+ {
292
+ "components": [
293
+ {
294
+ "internalType": "uint64",
295
+ "name": "confirmations",
296
+ "type": "uint64"
297
+ },
298
+ {
299
+ "internalType": "uint8",
300
+ "name": "requiredDVNCount",
301
+ "type": "uint8"
302
+ },
303
+ {
304
+ "internalType": "uint8",
305
+ "name": "optionalDVNCount",
306
+ "type": "uint8"
307
+ },
308
+ {
309
+ "internalType": "uint8",
310
+ "name": "optionalDVNThreshold",
311
+ "type": "uint8"
312
+ },
313
+ {
314
+ "internalType": "address[]",
315
+ "name": "requiredDVNs",
316
+ "type": "address[]"
317
+ },
318
+ {
319
+ "internalType": "address[]",
320
+ "name": "optionalDVNs",
321
+ "type": "address[]"
322
+ }
323
+ ],
324
+ "internalType": "struct UlnConfig",
325
+ "name": "config",
326
+ "type": "tuple"
327
+ }
328
+ ],
329
+ "indexed": false,
330
+ "internalType": "struct SetDefaultUlnConfigParam[]",
331
+ "name": "params",
332
+ "type": "tuple[]"
333
+ }
334
+ ],
335
+ "name": "DefaultUlnConfigsSet",
336
+ "type": "event"
337
+ },
338
+ {
339
+ "anonymous": false,
340
+ "inputs": [
341
+ {
342
+ "indexed": false,
343
+ "internalType": "address",
344
+ "name": "oapp",
345
+ "type": "address"
346
+ },
347
+ {
348
+ "indexed": false,
349
+ "internalType": "uint32",
350
+ "name": "eid",
351
+ "type": "uint32"
352
+ },
353
+ {
354
+ "components": [
355
+ {
356
+ "internalType": "uint32",
357
+ "name": "maxMessageSize",
358
+ "type": "uint32"
359
+ },
360
+ {
361
+ "internalType": "address",
362
+ "name": "executor",
363
+ "type": "address"
364
+ }
365
+ ],
366
+ "indexed": false,
367
+ "internalType": "struct ExecutorConfig",
368
+ "name": "config",
369
+ "type": "tuple"
370
+ }
371
+ ],
372
+ "name": "ExecutorConfigSet",
373
+ "type": "event"
374
+ },
375
+ {
376
+ "anonymous": false,
377
+ "inputs": [
378
+ {
379
+ "indexed": false,
380
+ "internalType": "address",
381
+ "name": "executor",
382
+ "type": "address"
383
+ },
384
+ {
385
+ "indexed": false,
386
+ "internalType": "uint256",
387
+ "name": "fee",
388
+ "type": "uint256"
389
+ }
390
+ ],
391
+ "name": "ExecutorFeePaid",
392
+ "type": "event"
393
+ },
394
+ {
395
+ "anonymous": false,
396
+ "inputs": [
397
+ {
398
+ "indexed": false,
399
+ "internalType": "address",
400
+ "name": "lzToken",
401
+ "type": "address"
402
+ },
403
+ {
404
+ "indexed": false,
405
+ "internalType": "address",
406
+ "name": "receiver",
407
+ "type": "address"
408
+ },
409
+ {
410
+ "indexed": false,
411
+ "internalType": "uint256",
412
+ "name": "amount",
413
+ "type": "uint256"
414
+ }
415
+ ],
416
+ "name": "LzTokenFeeWithdrawn",
417
+ "type": "event"
418
+ },
419
+ {
420
+ "anonymous": false,
421
+ "inputs": [
422
+ {
423
+ "indexed": false,
424
+ "internalType": "address",
425
+ "name": "worker",
426
+ "type": "address"
427
+ },
428
+ {
429
+ "indexed": false,
430
+ "internalType": "address",
431
+ "name": "receiver",
432
+ "type": "address"
433
+ },
434
+ {
435
+ "indexed": false,
436
+ "internalType": "uint256",
437
+ "name": "amount",
438
+ "type": "uint256"
439
+ }
440
+ ],
441
+ "name": "NativeFeeWithdrawn",
442
+ "type": "event"
443
+ },
444
+ {
445
+ "anonymous": false,
446
+ "inputs": [
447
+ {
448
+ "indexed": true,
449
+ "internalType": "address",
450
+ "name": "previousOwner",
451
+ "type": "address"
452
+ },
453
+ {
454
+ "indexed": true,
455
+ "internalType": "address",
456
+ "name": "newOwner",
457
+ "type": "address"
458
+ }
459
+ ],
460
+ "name": "OwnershipTransferred",
461
+ "type": "event"
462
+ },
463
+ {
464
+ "anonymous": false,
465
+ "inputs": [
466
+ {
467
+ "indexed": false,
468
+ "internalType": "uint256",
469
+ "name": "newTreasuryNativeFeeCap",
470
+ "type": "uint256"
471
+ }
472
+ ],
473
+ "name": "TreasuryNativeFeeCapSet",
474
+ "type": "event"
475
+ },
476
+ {
477
+ "anonymous": false,
478
+ "inputs": [
479
+ {
480
+ "indexed": false,
481
+ "internalType": "address",
482
+ "name": "treasury",
483
+ "type": "address"
484
+ }
485
+ ],
486
+ "name": "TreasurySet",
487
+ "type": "event"
488
+ },
489
+ {
490
+ "anonymous": false,
491
+ "inputs": [
492
+ {
493
+ "indexed": false,
494
+ "internalType": "address",
495
+ "name": "oapp",
496
+ "type": "address"
497
+ },
498
+ {
499
+ "indexed": false,
500
+ "internalType": "uint32",
501
+ "name": "eid",
502
+ "type": "uint32"
503
+ },
504
+ {
505
+ "components": [
506
+ {
507
+ "internalType": "uint64",
508
+ "name": "confirmations",
509
+ "type": "uint64"
510
+ },
511
+ {
512
+ "internalType": "uint8",
513
+ "name": "requiredDVNCount",
514
+ "type": "uint8"
515
+ },
516
+ {
517
+ "internalType": "uint8",
518
+ "name": "optionalDVNCount",
519
+ "type": "uint8"
520
+ },
521
+ {
522
+ "internalType": "uint8",
523
+ "name": "optionalDVNThreshold",
524
+ "type": "uint8"
525
+ },
526
+ {
527
+ "internalType": "address[]",
528
+ "name": "requiredDVNs",
529
+ "type": "address[]"
530
+ },
531
+ {
532
+ "internalType": "address[]",
533
+ "name": "optionalDVNs",
534
+ "type": "address[]"
535
+ }
536
+ ],
537
+ "indexed": false,
538
+ "internalType": "struct UlnConfig",
539
+ "name": "config",
540
+ "type": "tuple"
541
+ }
542
+ ],
543
+ "name": "UlnConfigSet",
544
+ "type": "event"
545
+ },
546
+ {
547
+ "inputs": [
548
+ {
549
+ "internalType": "address",
550
+ "name": "oapp",
551
+ "type": "address"
552
+ },
553
+ {
554
+ "internalType": "uint32",
555
+ "name": "eid",
556
+ "type": "uint32"
557
+ }
558
+ ],
559
+ "name": "executorConfigs",
560
+ "outputs": [
561
+ {
562
+ "internalType": "uint32",
563
+ "name": "maxMessageSize",
564
+ "type": "uint32"
565
+ },
566
+ {
567
+ "internalType": "address",
568
+ "name": "executor",
569
+ "type": "address"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [
577
+ {
578
+ "internalType": "address",
579
+ "name": "worker",
580
+ "type": "address"
581
+ }
582
+ ],
583
+ "name": "fees",
584
+ "outputs": [
585
+ {
586
+ "internalType": "uint256",
587
+ "name": "",
588
+ "type": "uint256"
589
+ }
590
+ ],
591
+ "stateMutability": "view",
592
+ "type": "function"
593
+ },
594
+ {
595
+ "inputs": [
596
+ {
597
+ "internalType": "address",
598
+ "name": "_oapp",
599
+ "type": "address"
600
+ },
601
+ {
602
+ "internalType": "uint32",
603
+ "name": "_remoteEid",
604
+ "type": "uint32"
605
+ }
606
+ ],
607
+ "name": "getAppUlnConfig",
608
+ "outputs": [
609
+ {
610
+ "components": [
611
+ {
612
+ "internalType": "uint64",
613
+ "name": "confirmations",
614
+ "type": "uint64"
615
+ },
616
+ {
617
+ "internalType": "uint8",
618
+ "name": "requiredDVNCount",
619
+ "type": "uint8"
620
+ },
621
+ {
622
+ "internalType": "uint8",
623
+ "name": "optionalDVNCount",
624
+ "type": "uint8"
625
+ },
626
+ {
627
+ "internalType": "uint8",
628
+ "name": "optionalDVNThreshold",
629
+ "type": "uint8"
630
+ },
631
+ {
632
+ "internalType": "address[]",
633
+ "name": "requiredDVNs",
634
+ "type": "address[]"
635
+ },
636
+ {
637
+ "internalType": "address[]",
638
+ "name": "optionalDVNs",
639
+ "type": "address[]"
640
+ }
641
+ ],
642
+ "internalType": "struct UlnConfig",
643
+ "name": "",
644
+ "type": "tuple"
645
+ }
646
+ ],
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "uint32",
654
+ "name": "_eid",
655
+ "type": "uint32"
656
+ },
657
+ {
658
+ "internalType": "address",
659
+ "name": "_oapp",
660
+ "type": "address"
661
+ },
662
+ {
663
+ "internalType": "uint32",
664
+ "name": "_configType",
665
+ "type": "uint32"
666
+ }
667
+ ],
668
+ "name": "getConfig",
669
+ "outputs": [
670
+ {
671
+ "internalType": "bytes",
672
+ "name": "",
673
+ "type": "bytes"
674
+ }
675
+ ],
676
+ "stateMutability": "view",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [
681
+ {
682
+ "internalType": "address",
683
+ "name": "_oapp",
684
+ "type": "address"
685
+ },
686
+ {
687
+ "internalType": "uint32",
688
+ "name": "_remoteEid",
689
+ "type": "uint32"
690
+ }
691
+ ],
692
+ "name": "getExecutorConfig",
693
+ "outputs": [
694
+ {
695
+ "components": [
696
+ {
697
+ "internalType": "uint32",
698
+ "name": "maxMessageSize",
699
+ "type": "uint32"
700
+ },
701
+ {
702
+ "internalType": "address",
703
+ "name": "executor",
704
+ "type": "address"
705
+ }
706
+ ],
707
+ "internalType": "struct ExecutorConfig",
708
+ "name": "rtnConfig",
709
+ "type": "tuple"
710
+ }
711
+ ],
712
+ "stateMutability": "view",
713
+ "type": "function"
714
+ },
715
+ {
716
+ "inputs": [
717
+ {
718
+ "internalType": "address",
719
+ "name": "_oapp",
720
+ "type": "address"
721
+ },
722
+ {
723
+ "internalType": "uint32",
724
+ "name": "_remoteEid",
725
+ "type": "uint32"
726
+ }
727
+ ],
728
+ "name": "getUlnConfig",
729
+ "outputs": [
730
+ {
731
+ "components": [
732
+ {
733
+ "internalType": "uint64",
734
+ "name": "confirmations",
735
+ "type": "uint64"
736
+ },
737
+ {
738
+ "internalType": "uint8",
739
+ "name": "requiredDVNCount",
740
+ "type": "uint8"
741
+ },
742
+ {
743
+ "internalType": "uint8",
744
+ "name": "optionalDVNCount",
745
+ "type": "uint8"
746
+ },
747
+ {
748
+ "internalType": "uint8",
749
+ "name": "optionalDVNThreshold",
750
+ "type": "uint8"
751
+ },
752
+ {
753
+ "internalType": "address[]",
754
+ "name": "requiredDVNs",
755
+ "type": "address[]"
756
+ },
757
+ {
758
+ "internalType": "address[]",
759
+ "name": "optionalDVNs",
760
+ "type": "address[]"
761
+ }
762
+ ],
763
+ "internalType": "struct UlnConfig",
764
+ "name": "rtnConfig",
765
+ "type": "tuple"
766
+ }
767
+ ],
768
+ "stateMutability": "view",
769
+ "type": "function"
770
+ },
771
+ {
772
+ "inputs": [
773
+ {
774
+ "internalType": "uint32",
775
+ "name": "_eid",
776
+ "type": "uint32"
777
+ }
778
+ ],
779
+ "name": "isSupportedEid",
780
+ "outputs": [
781
+ {
782
+ "internalType": "bool",
783
+ "name": "",
784
+ "type": "bool"
785
+ }
786
+ ],
787
+ "stateMutability": "view",
788
+ "type": "function"
789
+ },
790
+ {
791
+ "inputs": [],
792
+ "name": "messageLibType",
793
+ "outputs": [
794
+ {
795
+ "internalType": "enum MessageLibType",
796
+ "name": "",
797
+ "type": "uint8"
798
+ }
799
+ ],
800
+ "stateMutability": "pure",
801
+ "type": "function"
802
+ },
803
+ {
804
+ "inputs": [],
805
+ "name": "owner",
806
+ "outputs": [
807
+ {
808
+ "internalType": "address",
809
+ "name": "",
810
+ "type": "address"
811
+ }
812
+ ],
813
+ "stateMutability": "view",
814
+ "type": "function"
815
+ },
816
+ {
817
+ "inputs": [
818
+ {
819
+ "components": [
820
+ {
821
+ "internalType": "uint64",
822
+ "name": "nonce",
823
+ "type": "uint64"
824
+ },
825
+ {
826
+ "internalType": "uint32",
827
+ "name": "srcEid",
828
+ "type": "uint32"
829
+ },
830
+ {
831
+ "internalType": "address",
832
+ "name": "sender",
833
+ "type": "address"
834
+ },
835
+ {
836
+ "internalType": "uint32",
837
+ "name": "dstEid",
838
+ "type": "uint32"
839
+ },
840
+ {
841
+ "internalType": "bytes32",
842
+ "name": "receiver",
843
+ "type": "bytes32"
844
+ },
845
+ {
846
+ "internalType": "bytes32",
847
+ "name": "guid",
848
+ "type": "bytes32"
849
+ },
850
+ {
851
+ "internalType": "bytes",
852
+ "name": "message",
853
+ "type": "bytes"
854
+ }
855
+ ],
856
+ "internalType": "struct Packet",
857
+ "name": "_packet",
858
+ "type": "tuple"
859
+ },
860
+ {
861
+ "internalType": "bytes",
862
+ "name": "_options",
863
+ "type": "bytes"
864
+ },
865
+ {
866
+ "internalType": "bool",
867
+ "name": "_payInLzToken",
868
+ "type": "bool"
869
+ }
870
+ ],
871
+ "name": "quote",
872
+ "outputs": [
873
+ {
874
+ "components": [
875
+ {
876
+ "internalType": "uint256",
877
+ "name": "nativeFee",
878
+ "type": "uint256"
879
+ },
880
+ {
881
+ "internalType": "uint256",
882
+ "name": "lzTokenFee",
883
+ "type": "uint256"
884
+ }
885
+ ],
886
+ "internalType": "struct MessagingFee",
887
+ "name": "",
888
+ "type": "tuple"
889
+ }
890
+ ],
891
+ "stateMutability": "view",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "inputs": [],
896
+ "name": "renounceOwnership",
897
+ "outputs": [],
898
+ "stateMutability": "nonpayable",
899
+ "type": "function"
900
+ },
901
+ {
902
+ "inputs": [
903
+ {
904
+ "components": [
905
+ {
906
+ "internalType": "uint64",
907
+ "name": "nonce",
908
+ "type": "uint64"
909
+ },
910
+ {
911
+ "internalType": "uint32",
912
+ "name": "srcEid",
913
+ "type": "uint32"
914
+ },
915
+ {
916
+ "internalType": "address",
917
+ "name": "sender",
918
+ "type": "address"
919
+ },
920
+ {
921
+ "internalType": "uint32",
922
+ "name": "dstEid",
923
+ "type": "uint32"
924
+ },
925
+ {
926
+ "internalType": "bytes32",
927
+ "name": "receiver",
928
+ "type": "bytes32"
929
+ },
930
+ {
931
+ "internalType": "bytes32",
932
+ "name": "guid",
933
+ "type": "bytes32"
934
+ },
935
+ {
936
+ "internalType": "bytes",
937
+ "name": "message",
938
+ "type": "bytes"
939
+ }
940
+ ],
941
+ "internalType": "struct Packet",
942
+ "name": "_packet",
943
+ "type": "tuple"
944
+ },
945
+ {
946
+ "internalType": "bytes",
947
+ "name": "_options",
948
+ "type": "bytes"
949
+ },
950
+ {
951
+ "internalType": "bool",
952
+ "name": "_payInLzToken",
953
+ "type": "bool"
954
+ }
955
+ ],
956
+ "name": "send",
957
+ "outputs": [
958
+ {
959
+ "components": [
960
+ {
961
+ "internalType": "uint256",
962
+ "name": "nativeFee",
963
+ "type": "uint256"
964
+ },
965
+ {
966
+ "internalType": "uint256",
967
+ "name": "lzTokenFee",
968
+ "type": "uint256"
969
+ }
970
+ ],
971
+ "internalType": "struct MessagingFee",
972
+ "name": "",
973
+ "type": "tuple"
974
+ },
975
+ {
976
+ "internalType": "bytes",
977
+ "name": "",
978
+ "type": "bytes"
979
+ }
980
+ ],
981
+ "stateMutability": "nonpayable",
982
+ "type": "function"
983
+ },
984
+ {
985
+ "inputs": [
986
+ {
987
+ "internalType": "address",
988
+ "name": "_oapp",
989
+ "type": "address"
990
+ },
991
+ {
992
+ "components": [
993
+ {
994
+ "internalType": "uint32",
995
+ "name": "eid",
996
+ "type": "uint32"
997
+ },
998
+ {
999
+ "internalType": "uint32",
1000
+ "name": "configType",
1001
+ "type": "uint32"
1002
+ },
1003
+ {
1004
+ "internalType": "bytes",
1005
+ "name": "config",
1006
+ "type": "bytes"
1007
+ }
1008
+ ],
1009
+ "internalType": "struct SetConfigParam[]",
1010
+ "name": "_params",
1011
+ "type": "tuple[]"
1012
+ }
1013
+ ],
1014
+ "name": "setConfig",
1015
+ "outputs": [],
1016
+ "stateMutability": "nonpayable",
1017
+ "type": "function"
1018
+ },
1019
+ {
1020
+ "inputs": [
1021
+ {
1022
+ "components": [
1023
+ {
1024
+ "internalType": "uint32",
1025
+ "name": "eid",
1026
+ "type": "uint32"
1027
+ },
1028
+ {
1029
+ "components": [
1030
+ {
1031
+ "internalType": "uint32",
1032
+ "name": "maxMessageSize",
1033
+ "type": "uint32"
1034
+ },
1035
+ {
1036
+ "internalType": "address",
1037
+ "name": "executor",
1038
+ "type": "address"
1039
+ }
1040
+ ],
1041
+ "internalType": "struct ExecutorConfig",
1042
+ "name": "config",
1043
+ "type": "tuple"
1044
+ }
1045
+ ],
1046
+ "internalType": "struct SetDefaultExecutorConfigParam[]",
1047
+ "name": "_params",
1048
+ "type": "tuple[]"
1049
+ }
1050
+ ],
1051
+ "name": "setDefaultExecutorConfigs",
1052
+ "outputs": [],
1053
+ "stateMutability": "nonpayable",
1054
+ "type": "function"
1055
+ },
1056
+ {
1057
+ "inputs": [
1058
+ {
1059
+ "components": [
1060
+ {
1061
+ "internalType": "uint32",
1062
+ "name": "eid",
1063
+ "type": "uint32"
1064
+ },
1065
+ {
1066
+ "components": [
1067
+ {
1068
+ "internalType": "uint64",
1069
+ "name": "confirmations",
1070
+ "type": "uint64"
1071
+ },
1072
+ {
1073
+ "internalType": "uint8",
1074
+ "name": "requiredDVNCount",
1075
+ "type": "uint8"
1076
+ },
1077
+ {
1078
+ "internalType": "uint8",
1079
+ "name": "optionalDVNCount",
1080
+ "type": "uint8"
1081
+ },
1082
+ {
1083
+ "internalType": "uint8",
1084
+ "name": "optionalDVNThreshold",
1085
+ "type": "uint8"
1086
+ },
1087
+ {
1088
+ "internalType": "address[]",
1089
+ "name": "requiredDVNs",
1090
+ "type": "address[]"
1091
+ },
1092
+ {
1093
+ "internalType": "address[]",
1094
+ "name": "optionalDVNs",
1095
+ "type": "address[]"
1096
+ }
1097
+ ],
1098
+ "internalType": "struct UlnConfig",
1099
+ "name": "config",
1100
+ "type": "tuple"
1101
+ }
1102
+ ],
1103
+ "internalType": "struct SetDefaultUlnConfigParam[]",
1104
+ "name": "_params",
1105
+ "type": "tuple[]"
1106
+ }
1107
+ ],
1108
+ "name": "setDefaultUlnConfigs",
1109
+ "outputs": [],
1110
+ "stateMutability": "nonpayable",
1111
+ "type": "function"
1112
+ },
1113
+ {
1114
+ "inputs": [
1115
+ {
1116
+ "internalType": "address",
1117
+ "name": "_treasury",
1118
+ "type": "address"
1119
+ }
1120
+ ],
1121
+ "name": "setTreasury",
1122
+ "outputs": [],
1123
+ "stateMutability": "nonpayable",
1124
+ "type": "function"
1125
+ },
1126
+ {
1127
+ "inputs": [
1128
+ {
1129
+ "internalType": "uint256",
1130
+ "name": "_newTreasuryNativeFeeCap",
1131
+ "type": "uint256"
1132
+ }
1133
+ ],
1134
+ "name": "setTreasuryNativeFeeCap",
1135
+ "outputs": [],
1136
+ "stateMutability": "nonpayable",
1137
+ "type": "function"
1138
+ },
1139
+ {
1140
+ "inputs": [
1141
+ {
1142
+ "internalType": "bytes4",
1143
+ "name": "_interfaceId",
1144
+ "type": "bytes4"
1145
+ }
1146
+ ],
1147
+ "name": "supportsInterface",
1148
+ "outputs": [
1149
+ {
1150
+ "internalType": "bool",
1151
+ "name": "",
1152
+ "type": "bool"
1153
+ }
1154
+ ],
1155
+ "stateMutability": "view",
1156
+ "type": "function"
1157
+ },
1158
+ {
1159
+ "inputs": [
1160
+ {
1161
+ "internalType": "address",
1162
+ "name": "newOwner",
1163
+ "type": "address"
1164
+ }
1165
+ ],
1166
+ "name": "transferOwnership",
1167
+ "outputs": [],
1168
+ "stateMutability": "nonpayable",
1169
+ "type": "function"
1170
+ },
1171
+ {
1172
+ "inputs": [],
1173
+ "name": "treasury",
1174
+ "outputs": [
1175
+ {
1176
+ "internalType": "address",
1177
+ "name": "",
1178
+ "type": "address"
1179
+ }
1180
+ ],
1181
+ "stateMutability": "view",
1182
+ "type": "function"
1183
+ },
1184
+ {
1185
+ "inputs": [],
1186
+ "name": "version",
1187
+ "outputs": [
1188
+ {
1189
+ "internalType": "uint64",
1190
+ "name": "major",
1191
+ "type": "uint64"
1192
+ },
1193
+ {
1194
+ "internalType": "uint8",
1195
+ "name": "minor",
1196
+ "type": "uint8"
1197
+ },
1198
+ {
1199
+ "internalType": "uint8",
1200
+ "name": "endpointVersion",
1201
+ "type": "uint8"
1202
+ }
1203
+ ],
1204
+ "stateMutability": "pure",
1205
+ "type": "function"
1206
+ },
1207
+ {
1208
+ "inputs": [
1209
+ {
1210
+ "internalType": "address",
1211
+ "name": "_to",
1212
+ "type": "address"
1213
+ },
1214
+ {
1215
+ "internalType": "uint256",
1216
+ "name": "_amount",
1217
+ "type": "uint256"
1218
+ }
1219
+ ],
1220
+ "name": "withdrawFee",
1221
+ "outputs": [],
1222
+ "stateMutability": "nonpayable",
1223
+ "type": "function"
1224
+ },
1225
+ {
1226
+ "inputs": [
1227
+ {
1228
+ "internalType": "address",
1229
+ "name": "_lzToken",
1230
+ "type": "address"
1231
+ },
1232
+ {
1233
+ "internalType": "address",
1234
+ "name": "_to",
1235
+ "type": "address"
1236
+ },
1237
+ {
1238
+ "internalType": "uint256",
1239
+ "name": "_amount",
1240
+ "type": "uint256"
1241
+ }
1242
+ ],
1243
+ "name": "withdrawLzTokenFee",
1244
+ "outputs": [],
1245
+ "stateMutability": "nonpayable",
1246
+ "type": "function"
1247
+ },
1248
+ {
1249
+ "stateMutability": "payable",
1250
+ "type": "receive"
1251
+ }
1252
+ ],
1253
+ "transactionHash": "0x5db13f8bfce8aeeb41b62ce0cf029925b27b7f8086cb9ab4cab90709d8b5247b",
1254
+ "receipt": {
1255
+ "to": null,
1256
+ "from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
1257
+ "contractAddress": "0x20029bdFF3B982C2Bf8242F473A65aFb6E5a8A57",
1258
+ "transactionIndex": 0,
1259
+ "gasUsed": "4842657",
1260
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1261
+ "blockHash": "0x000000000000002525527026e2c6e38571c979d7c4882c623964b06d4bc810e0",
1262
+ "transactionHash": "0x5db13f8bfce8aeeb41b62ce0cf029925b27b7f8086cb9ab4cab90709d8b5247b",
1263
+ "logs": [
1264
+ {
1265
+ "transactionIndex": 0,
1266
+ "blockNumber": 37,
1267
+ "transactionHash": "0x5db13f8bfce8aeeb41b62ce0cf029925b27b7f8086cb9ab4cab90709d8b5247b",
1268
+ "address": "0x20029bdFF3B982C2Bf8242F473A65aFb6E5a8A57",
1269
+ "topics": [
1270
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1271
+ "0x0000000000000000000000000000000000000000000000000000000000000000",
1272
+ "0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
1273
+ ],
1274
+ "data": "0x",
1275
+ "logIndex": 0,
1276
+ "blockHash": "0x000000000000002525527026e2c6e38571c979d7c4882c623964b06d4bc810e0"
1277
+ }
1278
+ ],
1279
+ "blockNumber": 37,
1280
+ "cumulativeGasUsed": "4842657",
1281
+ "status": 1,
1282
+ "byzantium": true
1283
+ },
1284
+ "args": [
1285
+ "0x246345f1eE077a056ab627F7Cba96F937c5b73D9",
1286
+ 200000,
1287
+ "1000000000000000000"
1288
+ ],
1289
+ "numDeployments": 1,
1290
+ "solcInputHash": "1262ed55793b895b5a9d8c9d2ccdbaf9",
1291
+ "bytecode": "0x60e06040523480156200001157600080fd5b50d380156200001f57600080fd5b50d280156200002d57600080fd5b5060405162005fb038038062005fb0833981016040819052620000509162000145565b82828282836001600160a01b031663416ecebf6040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000093573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000b9919062000195565b6001600160a01b03821660805263ffffffff811660a0528383620000dd33620000f5565b60c09190915260025550620001c49650505050505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000806000606084860312156200015b57600080fd5b83516001600160a81b03811681146200017357600080fd5b60208501516040909501516001600160a01b0391909116969495509392505050565b600060208284031215620001a857600080fd5b815163ffffffff81168114620001bd57600080fd5b9392505050565b60805160a05160c051615da36200020d600039600081816122b00152612b5401526000505060008181610a4001528181610b85015281816110e701526119de0152615da36000f3fe6080604052600436106101845760003560e01c806361d027b3116100d6578063d15b0d491161007f578063f2fde38b11610059578063f2fde38b1461071b578063faaebd2114610755578063fd9be522146107aa57600080fd5b8063d15b0d4914610660578063d80e9bd91461069a578063f0f44260146106e157600080fd5b80638da5cb5b116100b05780638da5cb5b1461059a5780639c33abf7146105df578063c14c43491461062657600080fd5b806361d027b3146104c55780636750cd4c14610531578063715018a61461056b57600080fd5b806329460b0b1161013857806343ea4fa91161011257806343ea4fa91461039b5780634d963200146103d557806354fd4d501461047e57600080fd5b806329460b0b146102d257806339e3f9381461030c5780634389e58f1461035357600080fd5b80631881d94d116101695780631881d94d14610226578063200175f71461025c57806320efd7221461029857600080fd5b806301ffc9a714610190578063188183f4146101df57600080fd5b3661018b57005b600080fd5b34801561019c57600080fd5b50d380156101a957600080fd5b50d280156101b657600080fd5b506101ca6101c53660046147de565b6107e4565b60405190151581526020015b60405180910390f35b3480156101eb57600080fd5b50d380156101f857600080fd5b50d2801561020557600080fd5b5061021961021436600461488e565b6108c9565b6040516101d691906148dd565b34801561023257600080fd5b50d3801561023f57600080fd5b50d2801561024c57600080fd5b5060006040516101d69190614910565b34801561026857600080fd5b50d3801561027557600080fd5b50d2801561028257600080fd5b50610296610291366004614951565b6109d6565b005b3480156102a457600080fd5b50d380156102b157600080fd5b50d280156102be57600080fd5b506102966102cd3660046149f1565b610b83565b3480156102de57600080fd5b50d380156102eb57600080fd5b50d280156102f857600080fd5b50610296610307366004614a5c565b610d41565b34801561031857600080fd5b50d3801561032557600080fd5b50d2801561033257600080fd5b5061034661034136600461488e565b610f2e565b6040516101d69190614b61565b34801561035f57600080fd5b50d3801561036c57600080fd5b50d2801561037957600080fd5b5061038d610388366004614b8d565b6110cf565b6040516101d6929190614cab565b3480156103a757600080fd5b50d380156103b457600080fd5b50d280156103c157600080fd5b506103466103d036600461488e565b6111c9565b3480156103e157600080fd5b50d380156103ee57600080fd5b50d280156103fb57600080fd5b5061044d61040a36600461488e565b600460209081526000928352604080842090915290825290205463ffffffff811690640100000000900473ffffffffffffffffffffffffffffffffffffffff1682565b6040805163ffffffff909316835273ffffffffffffffffffffffffffffffffffffffff9091166020830152016101d6565b34801561048a57600080fd5b50d3801561049757600080fd5b50d280156104a457600080fd5b506040805160038152600060208201526002918101919091526060016101d6565b3480156104d157600080fd5b50d380156104de57600080fd5b50d280156104eb57600080fd5b5060035461050c9073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016101d6565b34801561053d57600080fd5b50d3801561054a57600080fd5b50d2801561055757600080fd5b506101ca610566366004614ccf565b611583565b34801561057757600080fd5b50d3801561058457600080fd5b50d2801561059157600080fd5b5061029661158e565b3480156105a657600080fd5b50d380156105b357600080fd5b50d280156105c057600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff1661050c565b3480156105eb57600080fd5b50d380156105f857600080fd5b50d2801561060557600080fd5b50610619610614366004614cec565b6115a2565b6040516101d69190614d4d565b34801561063257600080fd5b50d3801561063f57600080fd5b50d2801561064c57600080fd5b5061029661065b366004614d60565b611689565b34801561066c57600080fd5b50d3801561067957600080fd5b50d2801561068657600080fd5b50610296610695366004614dd5565b61180b565b3480156106a657600080fd5b50d380156106b357600080fd5b50d280156106c057600080fd5b506106d46106cf366004614b8d565b611899565b6040516101d69190614dee565b3480156106ed57600080fd5b50d380156106fa57600080fd5b50d2801561070757600080fd5b50610296610716366004614e05565b611909565b34801561072757600080fd5b50d3801561073457600080fd5b50d2801561074157600080fd5b50610296610750366004614e05565b61191d565b34801561076157600080fd5b50d3801561076e57600080fd5b50d2801561077b57600080fd5b5061079c61078a366004614e05565b60056020526000908152604090205481565b6040519081526020016101d6565b3480156107b657600080fd5b50d380156107c357600080fd5b50d280156107d057600080fd5b506102966107df366004614e3f565b6119d1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f97f0258400000000000000000000000000000000000000000000000000000000148061087757507fffffffff0000000000000000000000000000000000000000000000000000000082167fb6e9ace300000000000000000000000000000000000000000000000000000000145b806108c357507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b604080518082019091526000808252602082015263ffffffff80831660008181527f17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec6020908152604080832073ffffffffffffffffffffffffffffffffffffffff8916845260048352818420948452939091528120805492939092169081900361095a57825463ffffffff1661095c565b805b63ffffffff1684528154640100000000900473ffffffffffffffffffffffffffffffffffffffff16806109ae578354640100000000900473ffffffffffffffffffffffffffffffffffffffff166109b0565b805b73ffffffffffffffffffffffffffffffffffffffff166020860152509295945050505050565b60035473ffffffffffffffffffffffffffffffffffffffff163314610a27576040517fb90cdbb100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff167f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663e1758bd86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610acd9190614e81565b73ffffffffffffffffffffffffffffffffffffffff1603610b1a576040517f08d198d300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610b25838383611acb565b6040805173ffffffffffffffffffffffffffffffffffffffff8086168252841660208201529081018290527fe081464b7278501267de69fa85b7b9560b0ae05d5fbfaab9b1986c70356e2efe906060015b60405180910390a1505050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163314610bf2576040517f7eb966c800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015610d3b5736838383818110610c1057610c10614e9e565b9050602002810190610c229190614ecd565b9050610c39610c346020830183614ccf565b611b3e565b6001610c4b6040830160208401614ccf565b63ffffffff1603610c8b57610c86610c666020830183614ccf565b86610c746040850185614f0b565b810190610c81919061503a565b611b85565b610d28565b6002610c9d6040830160208401614ccf565b63ffffffff1603610cd857610c86610cb86020830183614ccf565b86610cc66040850185614f0b565b810190610cd3919061521f565b611c32565b610ce86040820160208301614ccf565b6040517f3018cc2b00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b5080610d3381615283565b915050610bf5565b50505050565b610d49611c7b565b60005b81811015610ef05736838383818110610d6757610d67614e9e565b9050602002810190610d7991906152bb565b905060ff610d8a60208301836152ef565b610d9b906040810190602001615323565b60ff1603610dd5576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60ff610de460208301836152ef565b610df5906060810190604001615323565b60ff1603610e2f576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff610e4560208301836152ef565b610e5390602081019061533e565b67ffffffffffffffff1603610e94576040517f8f6ae8f800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610eb2610ea460208301836152ef565b610ead90615359565b611cfc565b610edf6000610ec46020840184614ccf565b610ed160208501856152ef565b610eda90615359565b611d4d565b50610ee981615283565b9050610d4c565b507faaf3aaa0c11056e86ac56eb653e25b005ca1a7d4dcd21ba24647f7ab63f3b5608282604051610f22929190615417565b60405180910390a15050565b6040805160c0810182526000808252602082018190529181018290526060808201929092526080810182905260a081019190915273ffffffffffffffffffffffffffffffffffffffff8316600090815260016020818152604080842063ffffffff87168552825292839020835160c081018552815467ffffffffffffffff8116825260ff680100000000000000008204811683860152690100000000000000000082048116838801526a0100000000000000000000909104166060820152928101805485518185028101850190965280865293949193608086019383018282801561104f57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611024575b50505050508152602001600282018054806020026020016040519081016040528092919081815260200182805480156110be57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611093575b505050505081525050905092915050565b604080518082019091526000808252602082015260607f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163314611154576040517f7eb966c800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806111628888886120e1565b909250905060008061119461117d60608c0160408d01614e05565b61118d60808d0160608e01614ccf565b858a6121ae565b90925090506111a382846155b7565b604080518082019091529081526020810191909152945091925050505b94509492505050565b6040805160c0810182526000808252602080830182905282840182905260608084018390526080840181905260a084015263ffffffff85168083527fa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49825284832073ffffffffffffffffffffffffffffffffffffffff88168452600183528584209184529152929020805491929167ffffffffffffffff168061127957825467ffffffffffffffff168452611298565b67ffffffffffffffff818116146112985767ffffffffffffffff811684525b815468010000000000000000900460ff1661134e57825468010000000000000000900460ff1615611349578260010180548060200260200160405190810160405280929190818152602001828054801561132857602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff1681526001909101906020018083116112fd575b50505050506080850152825468010000000000000000900460ff1660208501525b6113ec565b815468010000000000000000900460ff908116146113ec57816001018054806020026020016040519081016040528092919081815260200182805480156113cb57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff1681526001909101906020018083116113a0575b50505050506080850152815468010000000000000000900460ff1660208501525b81546901000000000000000000900460ff166114bb5782546901000000000000000000900460ff16156114b6578260020180548060200260200160405190810160405280929190818152602001828054801561147e57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611453575b505050505060a0850152825460ff69010000000000000000008204811660408701526a01000000000000000000009091041660608501525b611571565b81546901000000000000000000900460ff90811614611571578160020180548060200260200160405190810160405280929190818152602001828054801561153957602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff16815260019091019060200180831161150e575b505050505060a0850152815460ff69010000000000000000008204811660408701526a01000000000000000000009091041660608501525b61157a84611cfc565b50505092915050565b60006108c38261233c565b611596611c7b565b6115a060006123a3565b565b60607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff63ffffffff831601611601576115db83856108c9565b6040516020016115eb91906148dd565b6040516020818303038152906040529050611682565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe63ffffffff8316016116485761163883856111c9565b6040516020016115eb9190614b61565b6040517f3018cc2b00000000000000000000000000000000000000000000000000000000815263ffffffff83166004820152602401610d1f565b9392505050565b611691611c7b565b60005b818110156117d957368383838181106116af576116af614e9e565b60609081029290920192506000916116cd9150830160408401614e05565b73ffffffffffffffffffffffffffffffffffffffff160361171a576040517f710c949700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61172a6040820160208301614ccf565b63ffffffff16600003611769576040517f8e2f797b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000808052600460209081528201907f17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec906117a48385614ccf565b63ffffffff16815260208101919091526040016000206117c482826155ca565b90505050806117d290615283565b9050611694565b507f2b001e1c6683bf79cc52891bd7215b204c787d18134fc7f3d21b4f32a49e47de8282604051610f22929190615662565b611813611c7b565b60025481111561185d576002546040517f7c83fcf0000000000000000000000000000000000000000000000000000000008152610d1f918391600401918252602082015260400190565b60028190556040518181527f491ff913b5444f4136b0d4075f020cfe3a5f60de926ec0b091612401a22b7842906020015b60405180910390a150565b60408051808201909152600080825260208201526000806118ea6118c36060890160408a01614e05565b6118d360808a0160608b01614ccf565b6118e060c08b018b614f0b565b9050878a8a612418565b604080518082019091529182526020820152925050505b949350505050565b611911611c7b565b61191a8161251e565b50565b611925611c7b565b73ffffffffffffffffffffffffffffffffffffffff81166119c8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610d1f565b61191a816123a3565b6119da81612591565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663e1758bd86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a47573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a6b9190614e81565b9050611a788184846125fb565b6040805133815273ffffffffffffffffffffffffffffffffffffffff851660208201529081018390527f820b7fd51bf79c54350bab98400651b3314ff6e79b33528821871d94a666988390606001610b76565b73ffffffffffffffffffffffffffffffffffffffff8216611b18576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611b3973ffffffffffffffffffffffffffffffffffffffff8416838361262b565b505050565b611b478161233c565b61191a576040517f2146a07a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610d1f565b73ffffffffffffffffffffffffffffffffffffffff808316600090815260046020908152604080832063ffffffff8089168552908352928190208551815493870151909516640100000000027fffffffffffffffff0000000000000000000000000000000000000000000000009093169490931693909317179055517f779cb2dd9d2bb1be1737d05435d744facbfb84a2a4912e21379d39beddcdc80590610b76908490869085906156ef565b611c3d828483611d4d565b611c4782846111c9565b507f82118522aa536ac0e96cc5c689407ae42b89d592aa133890a01f1509842f5081828483604051610b769392919061574b565b60005473ffffffffffffffffffffffffffffffffffffffff1633146115a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610d1f565b602081015160ff16158015611d165750606081015160ff16155b1561191a576040517f7e36c28400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081015160ff9081161480611d685750602081015160ff16155b15611daf5760808101515115611daa576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e2e565b806020015160ff16816080015151141580611dea57506002611dd3600160ff615786565b611ddd919061579f565b60ff16816020015160ff16115b15611e21576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e2e81608001516126b8565b604081015160ff9081161480611e495750604081015160ff16155b15611ecf5760a08101515115611e8b576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606081015160ff1615611eca576040517f81da67ee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611fa6565b806040015160ff168160a0015151141580611f0a57506002611ef3600160ff615786565b611efd919061579f565b60ff16816040015160ff16115b15611f41576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606081015160ff161580611f625750806040015160ff16816060015160ff16115b15611f99576040517f81da67ee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611fa68160a001516126b8565b73ffffffffffffffffffffffffffffffffffffffff8316600090815260016020818152604080842063ffffffff87168552825292839020845181548684015195870151606088015167ffffffffffffffff9093167fffffffffffffffffffffffffffffffffffffffffffffff000000000000000000909216919091176801000000000000000060ff97881602177fffffffffffffffffffffffffffffffffffffffffff0000ffffffffffffffffff166901000000000000000000918716919091027fffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffff16176a01000000000000000000009590911694909402939093178355608084015180518594936120bd93908501920190614748565b5060a082015180516120d9916002840191602090910190614748565b505050505050565b606060008060006120f2868661275c565b9092509050600061211c61210c60608a0160408b01614e05565b61021460808b0160608c01614ccf565b9050600061212d60c08a018a614f0b565b9050905061214581836000015163ffffffff16612775565b60208201516121759061215e60808c0160608d01614ccf565b61216e60608d0160408e01614e05565b84886127bd565b61217f90866155b7565b945060008061218e8b866128f6565b909250905061219d82886155b7565b909b909a5098505050505050505050565b600354600090819073ffffffffffffffffffffffffffffffffffffffff16156111c05760405173ffffffffffffffffffffffffffffffffffffffff8716602482015263ffffffff8616604482015260648101859052831515608482015260009060a401604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fd51c54860000000000000000000000000000000000000000000000000000000017905260035491925060009182916122d89173ffffffffffffffffffffffffffffffffffffffff16907f000000000000000000000000000000000000000000000000000000000000000090849087612919565b915091506122e8878784846129ca565b909550935084156123305760035473ffffffffffffffffffffffffffffffffffffffff166000908152600560205260408120805487929061232a9084906155b7565b90915550505b50505094509492505050565b63ffffffff811660009081527fa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb4960205260408120805468010000000000000000900460ff161515806116825750546a0100000000000000000000900460ff16151592915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080600080612428868661275c565b9150915060006124398b8b84612a45565b905060006124478c8c6108c9565b905061245d8a826000015163ffffffff16612775565b806020015173ffffffffffffffffffffffffffffffffffffffff1663709eb6648c8e8d886040518563ffffffff1660e01b81526004016124a094939291906157e8565b602060405180830381865afa1580156124bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124e19190615833565b6124eb90836155b7565b91506000806124fc8e8e868e612a52565b909250905061250b82856155b7565b9e909d509b505050505050505050505050565b600380547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040519081527f3c864541ef71378c6229510ed90f376565ee42d9c5e0904a984a9e863e6db44f9060200161188e565b33600090815260056020526040902054808211156125e5576040517f7c83fcf00000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610d1f565b3360009081526005602052604090209190039055565b73ffffffffffffffffffffffffffffffffffffffff831661262057611b398282612b96565b611b39838383611acb565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052611b39908490612c9c565b6000805b8251811015611b395760008382815181106126d9576126d9614e9e565b602002602001015190508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1611612748576040517fa228a30b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b91508061275481615283565b9150506126bc565b6060806127698484612dab565b915091505b9250929050565b808211156127b9576040517ff001cc650000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610d1f565b5050565b6040517f717e8a4200000000000000000000000000000000000000000000000000000000815260009073ffffffffffffffffffffffffffffffffffffffff87169063717e8a42906128189088908890889088906004016157e8565b6020604051808303816000875af1158015612837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061285b9190615833565b9050801561289e5773ffffffffffffffffffffffffffffffffffffffff8616600090815260056020526040812080548392906128989084906155b7565b90915550505b6040805173ffffffffffffffffffffffffffffffffffffffff88168152602081018390527f61ed099e74a97a1d7f8bb0952a88ca8b7b8ebd00c126ea04671f92a81213318a910160405180910390a195945050505050565b6000606061290e6005612908866158da565b85612e98565b909590945092505050565b60006060863b808303612940576040805160008082526020820190925292509250506129c0565b60008060008761ffff1667ffffffffffffffff81111561296257612962614f70565b6040519080825280601f01601f19166020018201604052801561298c576020820181803683370190505b509050600080885160208a018c8f8ff191503d9250878311156129ad578792505b828152826000602083013e909450925050505b9550959350505050565b6000808315806129db575082516020115b156129eb575060009050806111c0565b600083806020019051810190612a019190615833565b90508515612a1157809150612a3b565b60006002548811612a2457600254612a26565b875b9050808211612a355781612a37565b805b9350505b5094509492505050565b6000611901848484612ff4565b600354600090819073ffffffffffffffffffffffffffffffffffffffff16156111c05760405173ffffffffffffffffffffffffffffffffffffffff8716602482015263ffffffff8616604482015260648101859052831515608482015260009060a401604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fd4244221000000000000000000000000000000000000000000000000000000001790526003549192506000918291612b7a9173ffffffffffffffffffffffffffffffffffffffff16907f0000000000000000000000000000000000000000000000000000000000000000908661306e565b91509150612b8a878784846129ca565b945094505050506111c0565b73ffffffffffffffffffffffffffffffffffffffff8216612be3576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114612c3d576040519150601f19603f3d011682016040523d82523d6000602084013e612c42565b606091505b5050905080611b39576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610d1f565b6000612cfe826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff1661311b9092919063ffffffff16565b9050805160001480612d1f575080806020019051810190612d1f9190615978565b611b39576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610d1f565b606080600080612dbb868661312a565b915091508051600003612e1357604080516000808252602082019092528391612e07565b604080518082019091526000815260606020820152815260200190600190039081612ddf5790505b5093509350505061276e565b604080516001808252818301909252600091816020015b604080518082019091526000815260606020820152815260200190600190039081612e2a5790505090506040518060400160405280600260ff1681526020018381525081600081518110612e8057612e80614e9e565b60209081029190910101529196919550909350505050565b600060606000612ea78561336b565b90506000612eb486613451565b805160208201206060880151604089015192935090916000612ed682846111c9565b905060008951600014612f075789600081518110612ef657612ef6614e9e565b602002602001015160200151612f18565b604051806020016040528060008152505b90506060612f788d846040518060a001604052808963ffffffff1681526020018c81526020018a8152602001876000015167ffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff168152508561346e565b604051919b509150612f909089908990602001615995565b60405160208183030381529060405298507f07ea52d82345d6e838192107d8fd7123d9c2ec8e916cd0aad13fd2b60db2464483608001518460a0015183604051612fdc939291906159c4565b60405180910390a15050505050505050935093915050565b60008061300185856111c9565b905060008351600014613032578360008151811061302157613021614e9e565b602002602001015160200151613043565b604051806020016040528060008152505b90506000806130518361376b565b9150915061306284888a8585613a0f565b98975050505050505050565b60006060853b808303613095576040805160008082526020820190925292509250506111c0565b60008060008761ffff1667ffffffffffffffff8111156130b7576130b7614f70565b6040519080825280601f01601f1916602001820160405280156130e1576020820181803683370190505b509050600080885160208a018d8dfa91503d925087831115613101578792505b828152826000602083013e90999098509650505050505050565b60606119018484600085613bdb565b606080600283101561316b576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260006004820152602401610d1f565b600061317a6002828688615a1f565b61318391615a49565b60f01c905060027ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8201613354578060005b868310156132e05760006131ce60018501858a8c615a1f565b6131d791615a91565b60f81c9050600081900361321a576040517fe3faa65500000000000000000000000000000000000000000000000000000000815260006004820152602401610d1f565b8160ff1660000361322d5780915061326a565b8160ff168160ff161461326a5736600061324986868c8e615a1f565b9150915061325a8989868585613cf4565b9099509750859450919250829150505b600184019360009061328190600301868b8d615a1f565b61328a91615a49565b60f01c905060008190036132cd576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260048101869052602401610d1f565b8060020161ffff168501945050506131b5565b82871461331c576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260048101849052602401610d1f565b600287111561334d5736600061333485858b8d615a1f565b915091506133458888858585613cf4565b909850965050505b5050613362565b61335f828787613e69565b93505b50509250929050565b8051602080830151604080850151606080870151608088015193517f01000000000000000000000000000000000000000000000000000000000000009681019690965260c09690961b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e093841b7fffffffff00000000000000000000000000000000000000000000000000000000908116602987015273ffffffffffffffffffffffffffffffffffffffff909216602d8601529490921b909116604d83015260518201526071015b6040516020818303038152906040529050919050565b60608160a001518260c0015160405160200161343b929190615ad7565b6000606060008061347e8561376b565b915091506000876040015188602001516134989190615afd565b90508060ff1667ffffffffffffffff8111156134b6576134b6614f70565b6040519080825280602002602001820160405280156134df578160200160208202803683370190505b50935060005b8160ff168160ff16101561375e576000896020015160ff168260ff161061353a5760a08a015160208b015161351a9084615786565b60ff168151811061352d5761352d614e9e565b602002602001015161355c565b89608001518260ff168151811061355357613553614e9e565b60200260200101515b60408051602081019091526000808252919250905b85518110156135d1578360ff1686828151811061359057613590614e9e565b602002602001015160ff16036135c1578681815181106135b2576135b2614e9e565b602002602001015191506135d1565b6135ca81615283565b9050613571565b506040517f95d376d700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8316906395d376d790613626908d908590600401615b16565b6020604051808303816000875af1158015613645573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136699190615833565b878460ff168151811061367e5761367e614e9e565b6020026020010181815250506000878460ff16815181106136a1576136a1614e9e565b6020026020010151111561374b57868360ff16815181106136c4576136c4614e9e565b60200260200101518c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461371991906155b7565b92505081905550868360ff168151811061373557613735614e9e565b60200260200101518861374891906155b7565b97505b50508061375790615b94565b90506134e5565b5050505094509492505050565b606080825160000361377c57915091565b6000613787846140e8565b90508060ff166001036138395760408051600180825281830190925290816020015b60608152602001906001900390816137a957905050925083836000815181106137d4576137d4614e9e565b60209081029190910101526040805160018082528183019092529081602001602082028036833701905050915061380c84600361420d565b8260008151811061381f5761381f614e9e565b602002602001019060ff16908160ff168152505050915091565b8060ff1667ffffffffffffffff81111561385557613855614f70565b60405190808252806020026020018201604052801561387e578160200160208202803683370190505b5091508060ff1667ffffffffffffffff81111561389d5761389d614f70565b6040519080825280602002602001820160405280156138d057816020015b60608152602001906001900390816138bb5790505b50925060008060ff5b86518310156139845760019092019160006138f4888561428d565b6002949094019390506000613909898661420d565b90508260ff1660ff0361391e57809250613975565b8260ff168160ff1614613975577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd84860301600061395d8b878461430d565b905061396b8a8a8784614487565b5093909301929150815b5061ffff1692909201916138d9565b818303600061399489858461430d565b90506139a288888584614487565b60005b8660ff168160ff161015613a0357878160ff16815181106139c8576139c8614e9e565b6020908102919091010180517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0160ff1690526001016139a5565b50505050505050915091565b60008086604001518760200151613a269190615afd565b905060005b8160ff168160ff161015613bd0576000886020015160ff168260ff1610613a805760a089015160208a0151613a609084615786565b60ff1681518110613a7357613a73614e9e565b6020026020010151613aa2565b88608001518260ff1681518110613a9957613a99614e9e565b60200260200101515b60408051602081019091526000808252919250905b8651811015613b17578360ff16878281518110613ad657613ad6614e9e565b602002602001015160ff1603613b0757878181518110613af857613af8614e9e565b60200260200101519150613b17565b613b1081615283565b9050613ab7565b5089516040517f30bb3aac00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416916330bb3aac91613b70918d918d908790600401615bb3565b602060405180830381865afa158015613b8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613bb19190615833565b613bbb90866155b7565b9450505080613bc990615b94565b9050613a2b565b505095945050505050565b606082471015613c6d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610d1f565b6000808673ffffffffffffffffffffffffffffffffffffffff168587604051613c969190615bfe565b60006040518083038185875af1925050503d8060008114613cd3576040519150601f19603f3d011682016040523d82523d6000602084013e613cd8565b606091505b5091509150613ce9878383876145be565b979650505050505050565b6060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff861601613d8f57865115613d5157868484604051602001613d3d93929190615c10565b604051602081830303815290604052613d88565b83838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050505b9650613e5e565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff861601613e2757855115613de957858484604051602001613dd593929190615c10565b604051602081830303815290604052613e20565b83838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050505b9550613e5e565b6040517fe3faa65500000000000000000000000000000000000000000000000000000000815260ff86166004820152602401610d1f565b509495939450505050565b60607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61ffff851601613f8f5760228214613ed0576040517f9bebe0e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000613ef1613ee3602260028688615a1f565b613eec91615c38565b61465e565b6040517f0100000000000000000000000000000000000000000000000000000000000000602082018190527e11000000000000000000000000000000000000000000000000000000000000602183015260238201527fffffffffffffffffffffffffffffffff00000000000000000000000000000000608083901b166024820152909150603401604051602081830303815290604052915050611682565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe61ffff8516016140b057604282111580613fca5750606282115b15614001576040517f2b2e8c3800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000614014613ee3602260028688615a1f565b90506000614029613ee3604260228789615a1f565b905060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe850161405d866042818a615a1f565b61406691615c38565b60405160086020938403029190911c9250614097916001916011918391889183916031916002918b918b9101615c74565b6040516020818303038152906040529350505050611682565b6040517f51458e6f00000000000000000000000000000000000000000000000000000000815261ffff85166004820152602401610d1f565b600080805b83518210156141c9576001909101906000614108858461428d565b905060028301925060028161ffff161015614152576040517f9af41d3300000000000000000000000000000000000000000000000000000000815260048101849052602401610d1f565b600061415e868561420d565b90508060ff1660ff0361419d576040517fa8384fc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600160ff82161b83166141ba5760019485019460ff82161b831792505b5061ffff1691909101906140ed565b83518214614206576040517f9af41d3300000000000000000000000000000000000000000000000000000000815260048101839052602401610d1f565b5050919050565b600061421a8260016155b7565b83511015614284576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601360248201527f746f55696e74385f6f75744f66426f756e6473000000000000000000000000006044820152606401610d1f565b50016001015190565b600061429a8260026155b7565b83511015614304576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f746f55696e7431365f6f75744f66426f756e64730000000000000000000000006044820152606401610d1f565b50016002015190565b60608161431b81601f6155b7565b1015614383576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610d1f565b61438d82846155b7565b845110156143f7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610d1f565b606082158015614416576040519150600082526020820160405261447e565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561444f578051835260209283019201614437565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b8160ff1660ff036144c4576040517fa8384fc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006144d1836001615afd565b905060005b84518110156120d95760008582815181106144f3576144f3614e9e565b602002602001015190508060ff168360ff16036145685786828151811061451c5761451c614e9e565b602002602001015184604051602001614536929190615995565b60405160208183030381529060405287838151811061455757614557614e9e565b6020026020010181905250506120d9565b8060ff166000036145ad578286838151811061458657614586614e9e565b602002602001019060ff16908160ff16815250508387838151811061455757614557614e9e565b506145b781615283565b90506144d6565b6060831561465457825160000361464d5773ffffffffffffffffffffffffffffffffffffffff85163b61464d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610d1f565b5081611901565b6119018383614704565b60006fffffffffffffffffffffffffffffffff821115614700576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203160448201527f32382062697473000000000000000000000000000000000000000000000000006064820152608401610d1f565b5090565b8151156147145781518083602001fd5b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1f9190614d4d565b8280548282559060005260206000209081019282156147c2579160200282015b828111156147c257825182547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff909116178255602090920191600190910190614768565b506147009291505b8082111561470057600081556001016147ca565b6000602082840312156147f057600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461168257600080fd5b74ffffffffffffffffffffffffffffffffffffffffff8116811461191a57600080fd5b6000813561485081614820565b73ffffffffffffffffffffffffffffffffffffffff1692915050565b63ffffffff8116811461191a57600080fd5b80356148898161486c565b919050565b600080604083850312156148a157600080fd5b82356148ac81614820565b73ffffffffffffffffffffffffffffffffffffffff16915060208301356148d28161486c565b809150509250929050565b815163ffffffff16815260208083015173ffffffffffffffffffffffffffffffffffffffff1690820152604081016108c3565b602081016003831061494b577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60008060006060848603121561496657600080fd5b833561497181614820565b73ffffffffffffffffffffffffffffffffffffffff908116935060208501359061499a82614820565b93969316945050506040919091013590565b60008083601f8401126149be57600080fd5b50813567ffffffffffffffff8111156149d657600080fd5b6020830191508360208260051b850101111561276e57600080fd5b600080600060408486031215614a0657600080fd5b8335614a1181614820565b73ffffffffffffffffffffffffffffffffffffffff169250602084013567ffffffffffffffff811115614a4357600080fd5b614a4f868287016149ac565b9497909650939450505050565b60008060208385031215614a6f57600080fd5b823567ffffffffffffffff811115614a8657600080fd5b614a92858286016149ac565b90969095509350505050565b600081518084526020808501945080840160005b83811015614ae457815173ffffffffffffffffffffffffffffffffffffffff1687529582019590820190600101614ab2565b509495945050505050565b67ffffffffffffffff815116825260ff602082015116602083015260ff604082015116604083015260ff60608201511660608301526000608082015160c06080850152614b3f60c0850182614a9e565b905060a083015184820360a0860152614b588282614a9e565b95945050505050565b6020815260006116826020830184614aef565b801515811461191a57600080fd5b803561488981614b74565b60008060008060608587031215614ba357600080fd5b843567ffffffffffffffff80821115614bbb57600080fd5b9086019060e08289031215614bcf57600080fd5b90945060208601359080821115614be557600080fd5b818701915087601f830112614bf957600080fd5b813581811115614c0857600080fd5b886020828501011115614c1a57600080fd5b602083019550809450505050614c3260408601614b82565b905092959194509250565b60005b83811015614c58578181015183820152602001614c40565b50506000910152565b60008151808452614c79816020860160208601614c3d565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b82518152602080840151908201526060604082015260006119016060830184614c61565b600060208284031215614ce157600080fd5b81356116828161486c565b600080600060608486031215614d0157600080fd5b8335614d0c8161486c565b92506020840135614d1c81614820565b73ffffffffffffffffffffffffffffffffffffffff1691506040840135614d428161486c565b809150509250925092565b6020815260006116826020830184614c61565b60008060208385031215614d7357600080fd5b823567ffffffffffffffff80821115614d8b57600080fd5b818501915085601f830112614d9f57600080fd5b813581811115614dae57600080fd5b866020606083028501011115614dc357600080fd5b60209290920196919550909350505050565b600060208284031215614de757600080fd5b5035919050565b8151815260208083015190820152604081016108c3565b600060208284031215614e1757600080fd5b8135614e2281614820565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b60008060408385031215614e5257600080fd5b8235614e5d81614820565b73ffffffffffffffffffffffffffffffffffffffff16946020939093013593505050565b600060208284031215614e9357600080fd5b8151614e2281614820565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1833603018112614f0157600080fd5b9190910192915050565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112614f4057600080fd5b83018035915067ffffffffffffffff821115614f5b57600080fd5b60200191503681900382131561276e57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405160c0810167ffffffffffffffff81118282101715614fc257614fc2614f70565b60405290565b60405160e0810167ffffffffffffffff81118282101715614fc257614fc2614f70565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561503257615032614f70565b604052919050565b60006040828403121561504c57600080fd5b6040516040810181811067ffffffffffffffff8211171561506f5761506f614f70565b604052823561507d8161486c565b8152602083013561508d81614820565b73ffffffffffffffffffffffffffffffffffffffff1660208201529392505050565b803567ffffffffffffffff8116811461488957600080fd5b803560ff8116811461488957600080fd5b600082601f8301126150e957600080fd5b8135602067ffffffffffffffff82111561510557615105614f70565b8160051b615114828201614feb565b928352848101820192828101908785111561512e57600080fd5b83870192505b84831015613ce957823561514781614820565b73ffffffffffffffffffffffffffffffffffffffff1682529183019190830190615134565b600060c0828403121561517e57600080fd5b615186614f9f565b9050615191826150af565b815261519f602083016150c7565b60208201526151b0604083016150c7565b60408201526151c1606083016150c7565b6060820152608082013567ffffffffffffffff808211156151e157600080fd5b6151ed858386016150d8565b608084015260a084013591508082111561520657600080fd5b50615213848285016150d8565b60a08301525092915050565b60006020828403121561523157600080fd5b813567ffffffffffffffff81111561524857600080fd5b6119018482850161516c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036152b4576152b4615254565b5060010190565b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc1833603018112614f0157600080fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff41833603018112614f0157600080fd5b60006020828403121561533557600080fd5b611682826150c7565b60006020828403121561535057600080fd5b611682826150af565b60006108c3368361516c565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261539a57600080fd5b830160208101925035905067ffffffffffffffff8111156153ba57600080fd5b8060051b360382131561276e57600080fd5b8183526000602080850194508260005b85811015614ae45781356153ef81614820565b73ffffffffffffffffffffffffffffffffffffffff16875295820195908201906001016153dc565b60208082528181018390526000906040808401600586901b8501820187855b888110156155a9577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08089850301855282357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc18c360301811261549857600080fd5b8b0180356154a58161486c565b63ffffffff16855280880135368290037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff410181126154e257600080fd5b8589018890520167ffffffffffffffff6154fb826150af565b168786015261550b8882016150c7565b606060ff808316828901526155218a85016150c7565b92506080818416818a01526155378386016150c7565b935060a09250818416838a015261555081860186615365565b60c08b8101529450915061556b9050610100890184836153cc565b92505061557a81840184615365565b93509050838783030160e08801526155938284836153cc565b978a019796505050928701925050600101615436565b509098975050505050505050565b808201808211156108c3576108c3615254565b81356155d58161486c565b63ffffffff811690508154817fffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000008216178355602084013561561581614820565b77ffffffffffffffffffffffffffffffffffffffff000000008160201b16837fffffffffffffffff0000000000000000000000000000000000000000000000008416171784555050505050565b6020808252818101839052600090604080840186845b878110156156e257813561568b8161486c565b63ffffffff908116845282860135906156a38261486c565b1683860152818401356156b581614820565b73ffffffffffffffffffffffffffffffffffffffff16838501526060928301929190910190600101615678565b5090979650505050505050565b73ffffffffffffffffffffffffffffffffffffffff8416815263ffffffff83166020820152608081016119016040830184805163ffffffff16825260209081015173ffffffffffffffffffffffffffffffffffffffff16910152565b73ffffffffffffffffffffffffffffffffffffffff8416815263ffffffff83166020820152606060408201526000614b586060830184614aef565b60ff82811682821603908111156108c3576108c3615254565b600060ff8316806157d9577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b8060ff84160491505092915050565b63ffffffff8516815273ffffffffffffffffffffffffffffffffffffffff841660208201528260408201526080606082015260006158296080830184614c61565b9695505050505050565b60006020828403121561584557600080fd5b5051919050565b600082601f83011261585d57600080fd5b813567ffffffffffffffff81111561587757615877614f70565b6158a860207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601614feb565b8181528460208386010111156158bd57600080fd5b816020850160208301376000918101602001919091529392505050565b600060e082360312156158ec57600080fd5b6158f4614fc8565b6158fd836150af565b815261590b6020840161487e565b602082015261591c60408401614843565b604082015261592d6060840161487e565b60608201526080830135608082015260a083013560a082015260c083013567ffffffffffffffff81111561596057600080fd5b61596c3682860161584c565b60c08301525092915050565b60006020828403121561598a57600080fd5b815161168281614b74565b600083516159a7818460208801614c3d565b8351908301906159bb818360208801614c3d565b01949350505050565b6060815260006159d76060830186614a9e565b6020838203818501526159ea8287614a9e565b8481036040860152855180825282870193509082019060005b818110156155a957845183529383019391830191600101615a03565b60008085851115615a2f57600080fd5b83861115615a3c57600080fd5b5050820193919092039150565b7fffff0000000000000000000000000000000000000000000000000000000000008135818116916002851015615a895780818660020360031b1b83161692505b505092915050565b7fff000000000000000000000000000000000000000000000000000000000000008135818116916001851015615a895760019490940360031b84901b1690921692915050565b82815260008251615aef816020850160208701614c3d565b919091016020019392505050565b60ff81811683821601908111156108c3576108c3615254565b6040815263ffffffff83511660408201526000602084015160a06060840152615b4260e0840182614c61565b90506040850151608084015267ffffffffffffffff60608601511660a084015273ffffffffffffffffffffffffffffffffffffffff60808601511660c08401528281036020840152614b588185614c61565b600060ff821660ff8103615baa57615baa615254565b60010192915050565b63ffffffff8516815267ffffffffffffffff8416602082015273ffffffffffffffffffffffffffffffffffffffff831660408201526080606082015260006158296080830184614c61565b60008251614f01818460208701614c3d565b60008451615c22818460208901614c3d565b8201838582376000930192835250909392505050565b803560208310156108c3577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60007fff00000000000000000000000000000000000000000000000000000000000000808c60f81b1683527fffff000000000000000000000000000000000000000000000000000000000000808c60f01b166001850152818b60f81b1660038501527fffffffffffffffffffffffffffffffff000000000000000000000000000000008a60801b166004850152818960f81b166014850152808860f01b16601585015250808660f81b16601784015250615d55601883018560801b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000169052565b5060288101919091526048019897505050505050505056fea26474726f6e58221220fceae8e3c2f50b2042d2224d3f9924cb3144f9d6faa8afe112966a16ae3b507b64736f6c63430008140033",
1292
+ "deployedBytecode": "0x6080604052600436106101845760003560e01c806361d027b3116100d6578063d15b0d491161007f578063f2fde38b11610059578063f2fde38b1461071b578063faaebd2114610755578063fd9be522146107aa57600080fd5b8063d15b0d4914610660578063d80e9bd91461069a578063f0f44260146106e157600080fd5b80638da5cb5b116100b05780638da5cb5b1461059a5780639c33abf7146105df578063c14c43491461062657600080fd5b806361d027b3146104c55780636750cd4c14610531578063715018a61461056b57600080fd5b806329460b0b1161013857806343ea4fa91161011257806343ea4fa91461039b5780634d963200146103d557806354fd4d501461047e57600080fd5b806329460b0b146102d257806339e3f9381461030c5780634389e58f1461035357600080fd5b80631881d94d116101695780631881d94d14610226578063200175f71461025c57806320efd7221461029857600080fd5b806301ffc9a714610190578063188183f4146101df57600080fd5b3661018b57005b600080fd5b34801561019c57600080fd5b50d380156101a957600080fd5b50d280156101b657600080fd5b506101ca6101c53660046147de565b6107e4565b60405190151581526020015b60405180910390f35b3480156101eb57600080fd5b50d380156101f857600080fd5b50d2801561020557600080fd5b5061021961021436600461488e565b6108c9565b6040516101d691906148dd565b34801561023257600080fd5b50d3801561023f57600080fd5b50d2801561024c57600080fd5b5060006040516101d69190614910565b34801561026857600080fd5b50d3801561027557600080fd5b50d2801561028257600080fd5b50610296610291366004614951565b6109d6565b005b3480156102a457600080fd5b50d380156102b157600080fd5b50d280156102be57600080fd5b506102966102cd3660046149f1565b610b83565b3480156102de57600080fd5b50d380156102eb57600080fd5b50d280156102f857600080fd5b50610296610307366004614a5c565b610d41565b34801561031857600080fd5b50d3801561032557600080fd5b50d2801561033257600080fd5b5061034661034136600461488e565b610f2e565b6040516101d69190614b61565b34801561035f57600080fd5b50d3801561036c57600080fd5b50d2801561037957600080fd5b5061038d610388366004614b8d565b6110cf565b6040516101d6929190614cab565b3480156103a757600080fd5b50d380156103b457600080fd5b50d280156103c157600080fd5b506103466103d036600461488e565b6111c9565b3480156103e157600080fd5b50d380156103ee57600080fd5b50d280156103fb57600080fd5b5061044d61040a36600461488e565b600460209081526000928352604080842090915290825290205463ffffffff811690640100000000900473ffffffffffffffffffffffffffffffffffffffff1682565b6040805163ffffffff909316835273ffffffffffffffffffffffffffffffffffffffff9091166020830152016101d6565b34801561048a57600080fd5b50d3801561049757600080fd5b50d280156104a457600080fd5b506040805160038152600060208201526002918101919091526060016101d6565b3480156104d157600080fd5b50d380156104de57600080fd5b50d280156104eb57600080fd5b5060035461050c9073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016101d6565b34801561053d57600080fd5b50d3801561054a57600080fd5b50d2801561055757600080fd5b506101ca610566366004614ccf565b611583565b34801561057757600080fd5b50d3801561058457600080fd5b50d2801561059157600080fd5b5061029661158e565b3480156105a657600080fd5b50d380156105b357600080fd5b50d280156105c057600080fd5b5060005473ffffffffffffffffffffffffffffffffffffffff1661050c565b3480156105eb57600080fd5b50d380156105f857600080fd5b50d2801561060557600080fd5b50610619610614366004614cec565b6115a2565b6040516101d69190614d4d565b34801561063257600080fd5b50d3801561063f57600080fd5b50d2801561064c57600080fd5b5061029661065b366004614d60565b611689565b34801561066c57600080fd5b50d3801561067957600080fd5b50d2801561068657600080fd5b50610296610695366004614dd5565b61180b565b3480156106a657600080fd5b50d380156106b357600080fd5b50d280156106c057600080fd5b506106d46106cf366004614b8d565b611899565b6040516101d69190614dee565b3480156106ed57600080fd5b50d380156106fa57600080fd5b50d2801561070757600080fd5b50610296610716366004614e05565b611909565b34801561072757600080fd5b50d3801561073457600080fd5b50d2801561074157600080fd5b50610296610750366004614e05565b61191d565b34801561076157600080fd5b50d3801561076e57600080fd5b50d2801561077b57600080fd5b5061079c61078a366004614e05565b60056020526000908152604090205481565b6040519081526020016101d6565b3480156107b657600080fd5b50d380156107c357600080fd5b50d280156107d057600080fd5b506102966107df366004614e3f565b6119d1565b60007fffffffff0000000000000000000000000000000000000000000000000000000082167f97f0258400000000000000000000000000000000000000000000000000000000148061087757507fffffffff0000000000000000000000000000000000000000000000000000000082167fb6e9ace300000000000000000000000000000000000000000000000000000000145b806108c357507f01ffc9a7000000000000000000000000000000000000000000000000000000007fffffffff000000000000000000000000000000000000000000000000000000008316145b92915050565b604080518082019091526000808252602082015263ffffffff80831660008181527f17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec6020908152604080832073ffffffffffffffffffffffffffffffffffffffff8916845260048352818420948452939091528120805492939092169081900361095a57825463ffffffff1661095c565b805b63ffffffff1684528154640100000000900473ffffffffffffffffffffffffffffffffffffffff16806109ae578354640100000000900473ffffffffffffffffffffffffffffffffffffffff166109b0565b805b73ffffffffffffffffffffffffffffffffffffffff166020860152509295945050505050565b60035473ffffffffffffffffffffffffffffffffffffffff163314610a27576040517fb90cdbb100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8273ffffffffffffffffffffffffffffffffffffffff167f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663e1758bd86040518163ffffffff1660e01b8152600401602060405180830381865afa158015610aa9573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610acd9190614e81565b73ffffffffffffffffffffffffffffffffffffffff1603610b1a576040517f08d198d300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610b25838383611acb565b6040805173ffffffffffffffffffffffffffffffffffffffff8086168252841660208201529081018290527fe081464b7278501267de69fa85b7b9560b0ae05d5fbfaab9b1986c70356e2efe906060015b60405180910390a1505050565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163314610bf2576040517f7eb966c800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81811015610d3b5736838383818110610c1057610c10614e9e565b9050602002810190610c229190614ecd565b9050610c39610c346020830183614ccf565b611b3e565b6001610c4b6040830160208401614ccf565b63ffffffff1603610c8b57610c86610c666020830183614ccf565b86610c746040850185614f0b565b810190610c81919061503a565b611b85565b610d28565b6002610c9d6040830160208401614ccf565b63ffffffff1603610cd857610c86610cb86020830183614ccf565b86610cc66040850185614f0b565b810190610cd3919061521f565b611c32565b610ce86040820160208301614ccf565b6040517f3018cc2b00000000000000000000000000000000000000000000000000000000815263ffffffff90911660048201526024015b60405180910390fd5b5080610d3381615283565b915050610bf5565b50505050565b610d49611c7b565b60005b81811015610ef05736838383818110610d6757610d67614e9e565b9050602002810190610d7991906152bb565b905060ff610d8a60208301836152ef565b610d9b906040810190602001615323565b60ff1603610dd5576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60ff610de460208301836152ef565b610df5906060810190604001615323565b60ff1603610e2f576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b67ffffffffffffffff610e4560208301836152ef565b610e5390602081019061533e565b67ffffffffffffffff1603610e94576040517f8f6ae8f800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610eb2610ea460208301836152ef565b610ead90615359565b611cfc565b610edf6000610ec46020840184614ccf565b610ed160208501856152ef565b610eda90615359565b611d4d565b50610ee981615283565b9050610d4c565b507faaf3aaa0c11056e86ac56eb653e25b005ca1a7d4dcd21ba24647f7ab63f3b5608282604051610f22929190615417565b60405180910390a15050565b6040805160c0810182526000808252602082018190529181018290526060808201929092526080810182905260a081019190915273ffffffffffffffffffffffffffffffffffffffff8316600090815260016020818152604080842063ffffffff87168552825292839020835160c081018552815467ffffffffffffffff8116825260ff680100000000000000008204811683860152690100000000000000000082048116838801526a0100000000000000000000909104166060820152928101805485518185028101850190965280865293949193608086019383018282801561104f57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611024575b50505050508152602001600282018054806020026020016040519081016040528092919081815260200182805480156110be57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611093575b505050505081525050905092915050565b604080518082019091526000808252602082015260607f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff163314611154576040517f7eb966c800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000806111628888886120e1565b909250905060008061119461117d60608c0160408d01614e05565b61118d60808d0160608e01614ccf565b858a6121ae565b90925090506111a382846155b7565b604080518082019091529081526020810191909152945091925050505b94509492505050565b6040805160c0810182526000808252602080830182905282840182905260608084018390526080840181905260a084015263ffffffff85168083527fa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb49825284832073ffffffffffffffffffffffffffffffffffffffff88168452600183528584209184529152929020805491929167ffffffffffffffff168061127957825467ffffffffffffffff168452611298565b67ffffffffffffffff818116146112985767ffffffffffffffff811684525b815468010000000000000000900460ff1661134e57825468010000000000000000900460ff1615611349578260010180548060200260200160405190810160405280929190818152602001828054801561132857602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff1681526001909101906020018083116112fd575b50505050506080850152825468010000000000000000900460ff1660208501525b6113ec565b815468010000000000000000900460ff908116146113ec57816001018054806020026020016040519081016040528092919081815260200182805480156113cb57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff1681526001909101906020018083116113a0575b50505050506080850152815468010000000000000000900460ff1660208501525b81546901000000000000000000900460ff166114bb5782546901000000000000000000900460ff16156114b6578260020180548060200260200160405190810160405280929190818152602001828054801561147e57602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff168152600190910190602001808311611453575b505050505060a0850152825460ff69010000000000000000008204811660408701526a01000000000000000000009091041660608501525b611571565b81546901000000000000000000900460ff90811614611571578160020180548060200260200160405190810160405280929190818152602001828054801561153957602002820191906000526020600020905b815473ffffffffffffffffffffffffffffffffffffffff16815260019091019060200180831161150e575b505050505060a0850152815460ff69010000000000000000008204811660408701526a01000000000000000000009091041660608501525b61157a84611cfc565b50505092915050565b60006108c38261233c565b611596611c7b565b6115a060006123a3565b565b60607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff63ffffffff831601611601576115db83856108c9565b6040516020016115eb91906148dd565b6040516020818303038152906040529050611682565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe63ffffffff8316016116485761163883856111c9565b6040516020016115eb9190614b61565b6040517f3018cc2b00000000000000000000000000000000000000000000000000000000815263ffffffff83166004820152602401610d1f565b9392505050565b611691611c7b565b60005b818110156117d957368383838181106116af576116af614e9e565b60609081029290920192506000916116cd9150830160408401614e05565b73ffffffffffffffffffffffffffffffffffffffff160361171a576040517f710c949700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61172a6040820160208301614ccf565b63ffffffff16600003611769576040517f8e2f797b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000808052600460209081528201907f17ef568e3e12ab5b9c7254a8d58478811de00f9e6eb34345acd53bf8fd09d3ec906117a48385614ccf565b63ffffffff16815260208101919091526040016000206117c482826155ca565b90505050806117d290615283565b9050611694565b507f2b001e1c6683bf79cc52891bd7215b204c787d18134fc7f3d21b4f32a49e47de8282604051610f22929190615662565b611813611c7b565b60025481111561185d576002546040517f7c83fcf0000000000000000000000000000000000000000000000000000000008152610d1f918391600401918252602082015260400190565b60028190556040518181527f491ff913b5444f4136b0d4075f020cfe3a5f60de926ec0b091612401a22b7842906020015b60405180910390a150565b60408051808201909152600080825260208201526000806118ea6118c36060890160408a01614e05565b6118d360808a0160608b01614ccf565b6118e060c08b018b614f0b565b9050878a8a612418565b604080518082019091529182526020820152925050505b949350505050565b611911611c7b565b61191a8161251e565b50565b611925611c7b565b73ffffffffffffffffffffffffffffffffffffffff81166119c8576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f64647265737300000000000000000000000000000000000000000000000000006064820152608401610d1f565b61191a816123a3565b6119da81612591565b60007f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663e1758bd86040518163ffffffff1660e01b8152600401602060405180830381865afa158015611a47573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611a6b9190614e81565b9050611a788184846125fb565b6040805133815273ffffffffffffffffffffffffffffffffffffffff851660208201529081018390527f820b7fd51bf79c54350bab98400651b3314ff6e79b33528821871d94a666988390606001610b76565b73ffffffffffffffffffffffffffffffffffffffff8216611b18576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611b3973ffffffffffffffffffffffffffffffffffffffff8416838361262b565b505050565b611b478161233c565b61191a576040517f2146a07a00000000000000000000000000000000000000000000000000000000815263ffffffff82166004820152602401610d1f565b73ffffffffffffffffffffffffffffffffffffffff808316600090815260046020908152604080832063ffffffff8089168552908352928190208551815493870151909516640100000000027fffffffffffffffff0000000000000000000000000000000000000000000000009093169490931693909317179055517f779cb2dd9d2bb1be1737d05435d744facbfb84a2a4912e21379d39beddcdc80590610b76908490869085906156ef565b611c3d828483611d4d565b611c4782846111c9565b507f82118522aa536ac0e96cc5c689407ae42b89d592aa133890a01f1509842f5081828483604051610b769392919061574b565b60005473ffffffffffffffffffffffffffffffffffffffff1633146115a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401610d1f565b602081015160ff16158015611d165750606081015160ff16155b1561191a576040517f7e36c28400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b602081015160ff9081161480611d685750602081015160ff16155b15611daf5760808101515115611daa576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e2e565b806020015160ff16816080015151141580611dea57506002611dd3600160ff615786565b611ddd919061579f565b60ff16816020015160ff16115b15611e21576040517f1b66804100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e2e81608001516126b8565b604081015160ff9081161480611e495750604081015160ff16155b15611ecf5760a08101515115611e8b576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606081015160ff1615611eca576040517f81da67ee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611fa6565b806040015160ff168160a0015151141580611f0a57506002611ef3600160ff615786565b611efd919061579f565b60ff16816040015160ff16115b15611f41576040517f05f7ab6200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b606081015160ff161580611f625750806040015160ff16816060015160ff16115b15611f99576040517f81da67ee00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611fa68160a001516126b8565b73ffffffffffffffffffffffffffffffffffffffff8316600090815260016020818152604080842063ffffffff87168552825292839020845181548684015195870151606088015167ffffffffffffffff9093167fffffffffffffffffffffffffffffffffffffffffffffff000000000000000000909216919091176801000000000000000060ff97881602177fffffffffffffffffffffffffffffffffffffffffff0000ffffffffffffffffff166901000000000000000000918716919091027fffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffff16176a01000000000000000000009590911694909402939093178355608084015180518594936120bd93908501920190614748565b5060a082015180516120d9916002840191602090910190614748565b505050505050565b606060008060006120f2868661275c565b9092509050600061211c61210c60608a0160408b01614e05565b61021460808b0160608c01614ccf565b9050600061212d60c08a018a614f0b565b9050905061214581836000015163ffffffff16612775565b60208201516121759061215e60808c0160608d01614ccf565b61216e60608d0160408e01614e05565b84886127bd565b61217f90866155b7565b945060008061218e8b866128f6565b909250905061219d82886155b7565b909b909a5098505050505050505050565b600354600090819073ffffffffffffffffffffffffffffffffffffffff16156111c05760405173ffffffffffffffffffffffffffffffffffffffff8716602482015263ffffffff8616604482015260648101859052831515608482015260009060a401604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fd51c54860000000000000000000000000000000000000000000000000000000017905260035491925060009182916122d89173ffffffffffffffffffffffffffffffffffffffff16907f000000000000000000000000000000000000000000000000000000000000000090849087612919565b915091506122e8878784846129ca565b909550935084156123305760035473ffffffffffffffffffffffffffffffffffffffff166000908152600560205260408120805487929061232a9084906155b7565b90915550505b50505094509492505050565b63ffffffff811660009081527fa6eef7e35abe7026729641147f7915573c7e97b47efa546f5f6e3230263bcb4960205260408120805468010000000000000000900460ff161515806116825750546a0100000000000000000000900460ff16151592915050565b6000805473ffffffffffffffffffffffffffffffffffffffff8381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b600080600080612428868661275c565b9150915060006124398b8b84612a45565b905060006124478c8c6108c9565b905061245d8a826000015163ffffffff16612775565b806020015173ffffffffffffffffffffffffffffffffffffffff1663709eb6648c8e8d886040518563ffffffff1660e01b81526004016124a094939291906157e8565b602060405180830381865afa1580156124bd573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124e19190615833565b6124eb90836155b7565b91506000806124fc8e8e868e612a52565b909250905061250b82856155b7565b9e909d509b505050505050505050505050565b600380547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040519081527f3c864541ef71378c6229510ed90f376565ee42d9c5e0904a984a9e863e6db44f9060200161188e565b33600090815260056020526040902054808211156125e5576040517f7c83fcf00000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610d1f565b3360009081526005602052604090209190039055565b73ffffffffffffffffffffffffffffffffffffffff831661262057611b398282612b96565b611b39838383611acb565b6040805173ffffffffffffffffffffffffffffffffffffffff8416602482015260448082018490528251808303909101815260649091019091526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fa9059cbb00000000000000000000000000000000000000000000000000000000179052611b39908490612c9c565b6000805b8251811015611b395760008382815181106126d9576126d9614e9e565b602002602001015190508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1611612748576040517fa228a30b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b91508061275481615283565b9150506126bc565b6060806127698484612dab565b915091505b9250929050565b808211156127b9576040517ff001cc650000000000000000000000000000000000000000000000000000000081526004810183905260248101829052604401610d1f565b5050565b6040517f717e8a4200000000000000000000000000000000000000000000000000000000815260009073ffffffffffffffffffffffffffffffffffffffff87169063717e8a42906128189088908890889088906004016157e8565b6020604051808303816000875af1158015612837573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061285b9190615833565b9050801561289e5773ffffffffffffffffffffffffffffffffffffffff8616600090815260056020526040812080548392906128989084906155b7565b90915550505b6040805173ffffffffffffffffffffffffffffffffffffffff88168152602081018390527f61ed099e74a97a1d7f8bb0952a88ca8b7b8ebd00c126ea04671f92a81213318a910160405180910390a195945050505050565b6000606061290e6005612908866158da565b85612e98565b909590945092505050565b60006060863b808303612940576040805160008082526020820190925292509250506129c0565b60008060008761ffff1667ffffffffffffffff81111561296257612962614f70565b6040519080825280601f01601f19166020018201604052801561298c576020820181803683370190505b509050600080885160208a018c8f8ff191503d9250878311156129ad578792505b828152826000602083013e909450925050505b9550959350505050565b6000808315806129db575082516020115b156129eb575060009050806111c0565b600083806020019051810190612a019190615833565b90508515612a1157809150612a3b565b60006002548811612a2457600254612a26565b875b9050808211612a355781612a37565b805b9350505b5094509492505050565b6000611901848484612ff4565b600354600090819073ffffffffffffffffffffffffffffffffffffffff16156111c05760405173ffffffffffffffffffffffffffffffffffffffff8716602482015263ffffffff8616604482015260648101859052831515608482015260009060a401604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052602080820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fd4244221000000000000000000000000000000000000000000000000000000001790526003549192506000918291612b7a9173ffffffffffffffffffffffffffffffffffffffff16907f0000000000000000000000000000000000000000000000000000000000000000908661306e565b91509150612b8a878784846129ca565b945094505050506111c0565b73ffffffffffffffffffffffffffffffffffffffff8216612be3576040517f32fa6a1d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d8060008114612c3d576040519150601f19603f3d011682016040523d82523d6000602084013e612c42565b606091505b5050905080611b39576040517f2c024f9200000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416600482015260248101839052604401610d1f565b6000612cfe826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c65648152508573ffffffffffffffffffffffffffffffffffffffff1661311b9092919063ffffffff16565b9050805160001480612d1f575080806020019051810190612d1f9190615978565b611b39576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152608401610d1f565b606080600080612dbb868661312a565b915091508051600003612e1357604080516000808252602082019092528391612e07565b604080518082019091526000815260606020820152815260200190600190039081612ddf5790505b5093509350505061276e565b604080516001808252818301909252600091816020015b604080518082019091526000815260606020820152815260200190600190039081612e2a5790505090506040518060400160405280600260ff1681526020018381525081600081518110612e8057612e80614e9e565b60209081029190910101529196919550909350505050565b600060606000612ea78561336b565b90506000612eb486613451565b805160208201206060880151604089015192935090916000612ed682846111c9565b905060008951600014612f075789600081518110612ef657612ef6614e9e565b602002602001015160200151612f18565b604051806020016040528060008152505b90506060612f788d846040518060a001604052808963ffffffff1681526020018c81526020018a8152602001876000015167ffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff168152508561346e565b604051919b509150612f909089908990602001615995565b60405160208183030381529060405298507f07ea52d82345d6e838192107d8fd7123d9c2ec8e916cd0aad13fd2b60db2464483608001518460a0015183604051612fdc939291906159c4565b60405180910390a15050505050505050935093915050565b60008061300185856111c9565b905060008351600014613032578360008151811061302157613021614e9e565b602002602001015160200151613043565b604051806020016040528060008152505b90506000806130518361376b565b9150915061306284888a8585613a0f565b98975050505050505050565b60006060853b808303613095576040805160008082526020820190925292509250506111c0565b60008060008761ffff1667ffffffffffffffff8111156130b7576130b7614f70565b6040519080825280601f01601f1916602001820160405280156130e1576020820181803683370190505b509050600080885160208a018d8dfa91503d925087831115613101578792505b828152826000602083013e90999098509650505050505050565b60606119018484600085613bdb565b606080600283101561316b576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260006004820152602401610d1f565b600061317a6002828688615a1f565b61318391615a49565b60f01c905060027ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd8201613354578060005b868310156132e05760006131ce60018501858a8c615a1f565b6131d791615a91565b60f81c9050600081900361321a576040517fe3faa65500000000000000000000000000000000000000000000000000000000815260006004820152602401610d1f565b8160ff1660000361322d5780915061326a565b8160ff168160ff161461326a5736600061324986868c8e615a1f565b9150915061325a8989868585613cf4565b9099509750859450919250829150505b600184019360009061328190600301868b8d615a1f565b61328a91615a49565b60f01c905060008190036132cd576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260048101869052602401610d1f565b8060020161ffff168501945050506131b5565b82871461331c576040517f0df85b3100000000000000000000000000000000000000000000000000000000815260048101849052602401610d1f565b600287111561334d5736600061333485858b8d615a1f565b915091506133458888858585613cf4565b909850965050505b5050613362565b61335f828787613e69565b93505b50509250929050565b8051602080830151604080850151606080870151608088015193517f01000000000000000000000000000000000000000000000000000000000000009681019690965260c09690961b7fffffffffffffffff00000000000000000000000000000000000000000000000016602186015260e093841b7fffffffff00000000000000000000000000000000000000000000000000000000908116602987015273ffffffffffffffffffffffffffffffffffffffff909216602d8601529490921b909116604d83015260518201526071015b6040516020818303038152906040529050919050565b60608160a001518260c0015160405160200161343b929190615ad7565b6000606060008061347e8561376b565b915091506000876040015188602001516134989190615afd565b90508060ff1667ffffffffffffffff8111156134b6576134b6614f70565b6040519080825280602002602001820160405280156134df578160200160208202803683370190505b50935060005b8160ff168160ff16101561375e576000896020015160ff168260ff161061353a5760a08a015160208b015161351a9084615786565b60ff168151811061352d5761352d614e9e565b602002602001015161355c565b89608001518260ff168151811061355357613553614e9e565b60200260200101515b60408051602081019091526000808252919250905b85518110156135d1578360ff1686828151811061359057613590614e9e565b602002602001015160ff16036135c1578681815181106135b2576135b2614e9e565b602002602001015191506135d1565b6135ca81615283565b9050613571565b506040517f95d376d700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8316906395d376d790613626908d908590600401615b16565b6020604051808303816000875af1158015613645573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136699190615833565b878460ff168151811061367e5761367e614e9e565b6020026020010181815250506000878460ff16815181106136a1576136a1614e9e565b6020026020010151111561374b57868360ff16815181106136c4576136c4614e9e565b60200260200101518c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461371991906155b7565b92505081905550868360ff168151811061373557613735614e9e565b60200260200101518861374891906155b7565b97505b50508061375790615b94565b90506134e5565b5050505094509492505050565b606080825160000361377c57915091565b6000613787846140e8565b90508060ff166001036138395760408051600180825281830190925290816020015b60608152602001906001900390816137a957905050925083836000815181106137d4576137d4614e9e565b60209081029190910101526040805160018082528183019092529081602001602082028036833701905050915061380c84600361420d565b8260008151811061381f5761381f614e9e565b602002602001019060ff16908160ff168152505050915091565b8060ff1667ffffffffffffffff81111561385557613855614f70565b60405190808252806020026020018201604052801561387e578160200160208202803683370190505b5091508060ff1667ffffffffffffffff81111561389d5761389d614f70565b6040519080825280602002602001820160405280156138d057816020015b60608152602001906001900390816138bb5790505b50925060008060ff5b86518310156139845760019092019160006138f4888561428d565b6002949094019390506000613909898661420d565b90508260ff1660ff0361391e57809250613975565b8260ff168160ff1614613975577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd84860301600061395d8b878461430d565b905061396b8a8a8784614487565b5093909301929150815b5061ffff1692909201916138d9565b818303600061399489858461430d565b90506139a288888584614487565b60005b8660ff168160ff161015613a0357878160ff16815181106139c8576139c8614e9e565b6020908102919091010180517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0160ff1690526001016139a5565b50505050505050915091565b60008086604001518760200151613a269190615afd565b905060005b8160ff168160ff161015613bd0576000886020015160ff168260ff1610613a805760a089015160208a0151613a609084615786565b60ff1681518110613a7357613a73614e9e565b6020026020010151613aa2565b88608001518260ff1681518110613a9957613a99614e9e565b60200260200101515b60408051602081019091526000808252919250905b8651811015613b17578360ff16878281518110613ad657613ad6614e9e565b602002602001015160ff1603613b0757878181518110613af857613af8614e9e565b60200260200101519150613b17565b613b1081615283565b9050613ab7565b5089516040517f30bb3aac00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8416916330bb3aac91613b70918d918d908790600401615bb3565b602060405180830381865afa158015613b8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613bb19190615833565b613bbb90866155b7565b9450505080613bc990615b94565b9050613a2b565b505095945050505050565b606082471015613c6d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f60448201527f722063616c6c00000000000000000000000000000000000000000000000000006064820152608401610d1f565b6000808673ffffffffffffffffffffffffffffffffffffffff168587604051613c969190615bfe565b60006040518083038185875af1925050503d8060008114613cd3576040519150601f19603f3d011682016040523d82523d6000602084013e613cd8565b606091505b5091509150613ce9878383876145be565b979650505050505050565b6060807fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60ff861601613d8f57865115613d5157868484604051602001613d3d93929190615c10565b604051602081830303815290604052613d88565b83838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050505b9650613e5e565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe60ff861601613e2757855115613de957858484604051602001613dd593929190615c10565b604051602081830303815290604052613e20565b83838080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050505b9550613e5e565b6040517fe3faa65500000000000000000000000000000000000000000000000000000000815260ff86166004820152602401610d1f565b509495939450505050565b60607fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff61ffff851601613f8f5760228214613ed0576040517f9bebe0e700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000613ef1613ee3602260028688615a1f565b613eec91615c38565b61465e565b6040517f0100000000000000000000000000000000000000000000000000000000000000602082018190527e11000000000000000000000000000000000000000000000000000000000000602183015260238201527fffffffffffffffffffffffffffffffff00000000000000000000000000000000608083901b166024820152909150603401604051602081830303815290604052915050611682565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe61ffff8516016140b057604282111580613fca5750606282115b15614001576040517f2b2e8c3800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6000614014613ee3602260028688615a1f565b90506000614029613ee3604260228789615a1f565b905060007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbe850161405d866042818a615a1f565b61406691615c38565b60405160086020938403029190911c9250614097916001916011918391889183916031916002918b918b9101615c74565b6040516020818303038152906040529350505050611682565b6040517f51458e6f00000000000000000000000000000000000000000000000000000000815261ffff85166004820152602401610d1f565b600080805b83518210156141c9576001909101906000614108858461428d565b905060028301925060028161ffff161015614152576040517f9af41d3300000000000000000000000000000000000000000000000000000000815260048101849052602401610d1f565b600061415e868561420d565b90508060ff1660ff0361419d576040517fa8384fc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600160ff82161b83166141ba5760019485019460ff82161b831792505b5061ffff1691909101906140ed565b83518214614206576040517f9af41d3300000000000000000000000000000000000000000000000000000000815260048101839052602401610d1f565b5050919050565b600061421a8260016155b7565b83511015614284576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601360248201527f746f55696e74385f6f75744f66426f756e6473000000000000000000000000006044820152606401610d1f565b50016001015190565b600061429a8260026155b7565b83511015614304576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f746f55696e7431365f6f75744f66426f756e64730000000000000000000000006044820152606401610d1f565b50016002015190565b60608161431b81601f6155b7565b1015614383576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f736c6963655f6f766572666c6f770000000000000000000000000000000000006044820152606401610d1f565b61438d82846155b7565b845110156143f7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f736c6963655f6f75744f66426f756e64730000000000000000000000000000006044820152606401610d1f565b606082158015614416576040519150600082526020820160405261447e565b6040519150601f8416801560200281840101858101878315602002848b0101015b8183101561444f578051835260209283019201614437565b5050858452601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016604052505b50949350505050565b8160ff1660ff036144c4576040517fa8384fc100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006144d1836001615afd565b905060005b84518110156120d95760008582815181106144f3576144f3614e9e565b602002602001015190508060ff168360ff16036145685786828151811061451c5761451c614e9e565b602002602001015184604051602001614536929190615995565b60405160208183030381529060405287838151811061455757614557614e9e565b6020026020010181905250506120d9565b8060ff166000036145ad578286838151811061458657614586614e9e565b602002602001019060ff16908160ff16815250508387838151811061455757614557614e9e565b506145b781615283565b90506144d6565b6060831561465457825160000361464d5773ffffffffffffffffffffffffffffffffffffffff85163b61464d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610d1f565b5081611901565b6119018383614704565b60006fffffffffffffffffffffffffffffffff821115614700576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602760248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203160448201527f32382062697473000000000000000000000000000000000000000000000000006064820152608401610d1f565b5090565b8151156147145781518083602001fd5b806040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1f9190614d4d565b8280548282559060005260206000209081019282156147c2579160200282015b828111156147c257825182547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff909116178255602090920191600190910190614768565b506147009291505b8082111561470057600081556001016147ca565b6000602082840312156147f057600080fd5b81357fffffffff000000000000000000000000000000000000000000000000000000008116811461168257600080fd5b74ffffffffffffffffffffffffffffffffffffffffff8116811461191a57600080fd5b6000813561485081614820565b73ffffffffffffffffffffffffffffffffffffffff1692915050565b63ffffffff8116811461191a57600080fd5b80356148898161486c565b919050565b600080604083850312156148a157600080fd5b82356148ac81614820565b73ffffffffffffffffffffffffffffffffffffffff16915060208301356148d28161486c565b809150509250929050565b815163ffffffff16815260208083015173ffffffffffffffffffffffffffffffffffffffff1690820152604081016108c3565b602081016003831061494b577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60008060006060848603121561496657600080fd5b833561497181614820565b73ffffffffffffffffffffffffffffffffffffffff908116935060208501359061499a82614820565b93969316945050506040919091013590565b60008083601f8401126149be57600080fd5b50813567ffffffffffffffff8111156149d657600080fd5b6020830191508360208260051b850101111561276e57600080fd5b600080600060408486031215614a0657600080fd5b8335614a1181614820565b73ffffffffffffffffffffffffffffffffffffffff169250602084013567ffffffffffffffff811115614a4357600080fd5b614a4f868287016149ac565b9497909650939450505050565b60008060208385031215614a6f57600080fd5b823567ffffffffffffffff811115614a8657600080fd5b614a92858286016149ac565b90969095509350505050565b600081518084526020808501945080840160005b83811015614ae457815173ffffffffffffffffffffffffffffffffffffffff1687529582019590820190600101614ab2565b509495945050505050565b67ffffffffffffffff815116825260ff602082015116602083015260ff604082015116604083015260ff60608201511660608301526000608082015160c06080850152614b3f60c0850182614a9e565b905060a083015184820360a0860152614b588282614a9e565b95945050505050565b6020815260006116826020830184614aef565b801515811461191a57600080fd5b803561488981614b74565b60008060008060608587031215614ba357600080fd5b843567ffffffffffffffff80821115614bbb57600080fd5b9086019060e08289031215614bcf57600080fd5b90945060208601359080821115614be557600080fd5b818701915087601f830112614bf957600080fd5b813581811115614c0857600080fd5b886020828501011115614c1a57600080fd5b602083019550809450505050614c3260408601614b82565b905092959194509250565b60005b83811015614c58578181015183820152602001614c40565b50506000910152565b60008151808452614c79816020860160208601614c3d565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b82518152602080840151908201526060604082015260006119016060830184614c61565b600060208284031215614ce157600080fd5b81356116828161486c565b600080600060608486031215614d0157600080fd5b8335614d0c8161486c565b92506020840135614d1c81614820565b73ffffffffffffffffffffffffffffffffffffffff1691506040840135614d428161486c565b809150509250925092565b6020815260006116826020830184614c61565b60008060208385031215614d7357600080fd5b823567ffffffffffffffff80821115614d8b57600080fd5b818501915085601f830112614d9f57600080fd5b813581811115614dae57600080fd5b866020606083028501011115614dc357600080fd5b60209290920196919550909350505050565b600060208284031215614de757600080fd5b5035919050565b8151815260208083015190820152604081016108c3565b600060208284031215614e1757600080fd5b8135614e2281614820565b73ffffffffffffffffffffffffffffffffffffffff169392505050565b60008060408385031215614e5257600080fd5b8235614e5d81614820565b73ffffffffffffffffffffffffffffffffffffffff16946020939093013593505050565b600060208284031215614e9357600080fd5b8151614e2281614820565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa1833603018112614f0157600080fd5b9190910192915050565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe1843603018112614f4057600080fd5b83018035915067ffffffffffffffff821115614f5b57600080fd5b60200191503681900382131561276e57600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60405160c0810167ffffffffffffffff81118282101715614fc257614fc2614f70565b60405290565b60405160e0810167ffffffffffffffff81118282101715614fc257614fc2614f70565b604051601f82017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016810167ffffffffffffffff8111828210171561503257615032614f70565b604052919050565b60006040828403121561504c57600080fd5b6040516040810181811067ffffffffffffffff8211171561506f5761506f614f70565b604052823561507d8161486c565b8152602083013561508d81614820565b73ffffffffffffffffffffffffffffffffffffffff1660208201529392505050565b803567ffffffffffffffff8116811461488957600080fd5b803560ff8116811461488957600080fd5b600082601f8301126150e957600080fd5b8135602067ffffffffffffffff82111561510557615105614f70565b8160051b615114828201614feb565b928352848101820192828101908785111561512e57600080fd5b83870192505b84831015613ce957823561514781614820565b73ffffffffffffffffffffffffffffffffffffffff1682529183019190830190615134565b600060c0828403121561517e57600080fd5b615186614f9f565b9050615191826150af565b815261519f602083016150c7565b60208201526151b0604083016150c7565b60408201526151c1606083016150c7565b6060820152608082013567ffffffffffffffff808211156151e157600080fd5b6151ed858386016150d8565b608084015260a084013591508082111561520657600080fd5b50615213848285016150d8565b60a08301525092915050565b60006020828403121561523157600080fd5b813567ffffffffffffffff81111561524857600080fd5b6119018482850161516c565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036152b4576152b4615254565b5060010190565b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc1833603018112614f0157600080fd5b600082357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff41833603018112614f0157600080fd5b60006020828403121561533557600080fd5b611682826150c7565b60006020828403121561535057600080fd5b611682826150af565b60006108c3368361516c565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261539a57600080fd5b830160208101925035905067ffffffffffffffff8111156153ba57600080fd5b8060051b360382131561276e57600080fd5b8183526000602080850194508260005b85811015614ae45781356153ef81614820565b73ffffffffffffffffffffffffffffffffffffffff16875295820195908201906001016153dc565b60208082528181018390526000906040808401600586901b8501820187855b888110156155a9577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc08089850301855282357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc18c360301811261549857600080fd5b8b0180356154a58161486c565b63ffffffff16855280880135368290037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff410181126154e257600080fd5b8589018890520167ffffffffffffffff6154fb826150af565b168786015261550b8882016150c7565b606060ff808316828901526155218a85016150c7565b92506080818416818a01526155378386016150c7565b935060a09250818416838a015261555081860186615365565b60c08b8101529450915061556b9050610100890184836153cc565b92505061557a81840184615365565b93509050838783030160e08801526155938284836153cc565b978a019796505050928701925050600101615436565b509098975050505050505050565b808201808211156108c3576108c3615254565b81356155d58161486c565b63ffffffff811690508154817fffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000008216178355602084013561561581614820565b77ffffffffffffffffffffffffffffffffffffffff000000008160201b16837fffffffffffffffff0000000000000000000000000000000000000000000000008416171784555050505050565b6020808252818101839052600090604080840186845b878110156156e257813561568b8161486c565b63ffffffff908116845282860135906156a38261486c565b1683860152818401356156b581614820565b73ffffffffffffffffffffffffffffffffffffffff16838501526060928301929190910190600101615678565b5090979650505050505050565b73ffffffffffffffffffffffffffffffffffffffff8416815263ffffffff83166020820152608081016119016040830184805163ffffffff16825260209081015173ffffffffffffffffffffffffffffffffffffffff16910152565b73ffffffffffffffffffffffffffffffffffffffff8416815263ffffffff83166020820152606060408201526000614b586060830184614aef565b60ff82811682821603908111156108c3576108c3615254565b600060ff8316806157d9577f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b8060ff84160491505092915050565b63ffffffff8516815273ffffffffffffffffffffffffffffffffffffffff841660208201528260408201526080606082015260006158296080830184614c61565b9695505050505050565b60006020828403121561584557600080fd5b5051919050565b600082601f83011261585d57600080fd5b813567ffffffffffffffff81111561587757615877614f70565b6158a860207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f84011601614feb565b8181528460208386010111156158bd57600080fd5b816020850160208301376000918101602001919091529392505050565b600060e082360312156158ec57600080fd5b6158f4614fc8565b6158fd836150af565b815261590b6020840161487e565b602082015261591c60408401614843565b604082015261592d6060840161487e565b60608201526080830135608082015260a083013560a082015260c083013567ffffffffffffffff81111561596057600080fd5b61596c3682860161584c565b60c08301525092915050565b60006020828403121561598a57600080fd5b815161168281614b74565b600083516159a7818460208801614c3d565b8351908301906159bb818360208801614c3d565b01949350505050565b6060815260006159d76060830186614a9e565b6020838203818501526159ea8287614a9e565b8481036040860152855180825282870193509082019060005b818110156155a957845183529383019391830191600101615a03565b60008085851115615a2f57600080fd5b83861115615a3c57600080fd5b5050820193919092039150565b7fffff0000000000000000000000000000000000000000000000000000000000008135818116916002851015615a895780818660020360031b1b83161692505b505092915050565b7fff000000000000000000000000000000000000000000000000000000000000008135818116916001851015615a895760019490940360031b84901b1690921692915050565b82815260008251615aef816020850160208701614c3d565b919091016020019392505050565b60ff81811683821601908111156108c3576108c3615254565b6040815263ffffffff83511660408201526000602084015160a06060840152615b4260e0840182614c61565b90506040850151608084015267ffffffffffffffff60608601511660a084015273ffffffffffffffffffffffffffffffffffffffff60808601511660c08401528281036020840152614b588185614c61565b600060ff821660ff8103615baa57615baa615254565b60010192915050565b63ffffffff8516815267ffffffffffffffff8416602082015273ffffffffffffffffffffffffffffffffffffffff831660408201526080606082015260006158296080830184614c61565b60008251614f01818460208701614c3d565b60008451615c22818460208901614c3d565b8201838582376000930192835250909392505050565b803560208310156108c3577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff602084900360031b1b1692915050565b60007fff00000000000000000000000000000000000000000000000000000000000000808c60f81b1683527fffff000000000000000000000000000000000000000000000000000000000000808c60f01b166001850152818b60f81b1660038501527fffffffffffffffffffffffffffffffff000000000000000000000000000000008a60801b166004850152818960f81b166014850152808860f01b16601585015250808660f81b16601784015250615d55601883018560801b7fffffffffffffffffffffffffffffffff00000000000000000000000000000000169052565b5060288101919091526048019897505050505050505056fea26474726f6e58221220fceae8e3c2f50b2042d2224d3f9924cb3144f9d6faa8afe112966a16ae3b507b64736f6c63430008140033",
1293
+ "devdoc": {
1294
+ "details": "This is a gluing contract. It simply parses the requests and forward to the super.impl() accordingly.In this case, it combines the logic of SendUlnBase and SendLibBaseE2",
1295
+ "kind": "dev",
1296
+ "methods": {
1297
+ "getAppUlnConfig(address,uint32)": {
1298
+ "details": "Get the uln config without the default config for the given remoteEid."
1299
+ },
1300
+ "owner()": {
1301
+ "details": "Returns the address of the current owner."
1302
+ },
1303
+ "renounceOwnership()": {
1304
+ "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."
1305
+ },
1306
+ "setDefaultUlnConfigs((uint32,(uint64,uint8,uint8,uint8,address[],address[]))[])": {
1307
+ "details": "about the DEFAULT ULN config 1) its values are all LITERAL (e.g. 0 is 0). whereas in the oapp ULN config, 0 (default value) points to the default ULN config this design enables the oapp to point to DEFAULT config without explicitly setting the config 2) its configuration is more restrictive than the oapp ULN config that a) it must not use NIL value, where NIL is used only by oapps to indicate the LITERAL 0 b) it must have at least one DVN"
1308
+ },
1309
+ "setTreasuryNativeFeeCap(uint256)": {
1310
+ "details": "the new value can not be greater than the old value, i.e. down only"
1311
+ },
1312
+ "transferOwnership(address)": {
1313
+ "details": "Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner."
1314
+ },
1315
+ "withdrawFee(address,uint256)": {
1316
+ "details": "E2 only"
1317
+ },
1318
+ "withdrawLzTokenFee(address,address,uint256)": {
1319
+ "details": "_lzToken is a user-supplied value because lzToken might change in the endpoint before all lzToken can be taken outE2 onlytreasury only function"
1320
+ }
1321
+ },
1322
+ "version": 1
1323
+ },
1324
+ "userdoc": {
1325
+ "kind": "user",
1326
+ "methods": {},
1327
+ "version": 1
1328
+ },
1329
+ "storageLayout": {
1330
+ "storage": [
1331
+ {
1332
+ "astId": 6813,
1333
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1334
+ "label": "_owner",
1335
+ "offset": 0,
1336
+ "slot": "0",
1337
+ "type": "t_address"
1338
+ },
1339
+ {
1340
+ "astId": 16448,
1341
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1342
+ "label": "ulnConfigs",
1343
+ "offset": 0,
1344
+ "slot": "1",
1345
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(UlnConfig)16397_storage))"
1346
+ },
1347
+ {
1348
+ "astId": 13097,
1349
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1350
+ "label": "treasuryNativeFeeCap",
1351
+ "offset": 0,
1352
+ "slot": "2",
1353
+ "type": "t_uint256"
1354
+ },
1355
+ {
1356
+ "astId": 13099,
1357
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1358
+ "label": "treasury",
1359
+ "offset": 0,
1360
+ "slot": "3",
1361
+ "type": "t_address"
1362
+ },
1363
+ {
1364
+ "astId": 13106,
1365
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1366
+ "label": "executorConfigs",
1367
+ "offset": 0,
1368
+ "slot": "4",
1369
+ "type": "t_mapping(t_address,t_mapping(t_uint32,t_struct(ExecutorConfig)13076_storage))"
1370
+ },
1371
+ {
1372
+ "astId": 13110,
1373
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1374
+ "label": "fees",
1375
+ "offset": 0,
1376
+ "slot": "5",
1377
+ "type": "t_mapping(t_address,t_uint256)"
1378
+ }
1379
+ ],
1380
+ "types": {
1381
+ "t_address": {
1382
+ "encoding": "inplace",
1383
+ "label": "address",
1384
+ "numberOfBytes": "20"
1385
+ },
1386
+ "t_array(t_address)dyn_storage": {
1387
+ "base": "t_address",
1388
+ "encoding": "dynamic_array",
1389
+ "label": "address[]",
1390
+ "numberOfBytes": "32"
1391
+ },
1392
+ "t_mapping(t_address,t_mapping(t_uint32,t_struct(ExecutorConfig)13076_storage))": {
1393
+ "encoding": "mapping",
1394
+ "key": "t_address",
1395
+ "label": "mapping(address => mapping(uint32 => struct ExecutorConfig))",
1396
+ "numberOfBytes": "32",
1397
+ "value": "t_mapping(t_uint32,t_struct(ExecutorConfig)13076_storage)"
1398
+ },
1399
+ "t_mapping(t_address,t_mapping(t_uint32,t_struct(UlnConfig)16397_storage))": {
1400
+ "encoding": "mapping",
1401
+ "key": "t_address",
1402
+ "label": "mapping(address => mapping(uint32 => struct UlnConfig))",
1403
+ "numberOfBytes": "32",
1404
+ "value": "t_mapping(t_uint32,t_struct(UlnConfig)16397_storage)"
1405
+ },
1406
+ "t_mapping(t_address,t_uint256)": {
1407
+ "encoding": "mapping",
1408
+ "key": "t_address",
1409
+ "label": "mapping(address => uint256)",
1410
+ "numberOfBytes": "32",
1411
+ "value": "t_uint256"
1412
+ },
1413
+ "t_mapping(t_uint32,t_struct(ExecutorConfig)13076_storage)": {
1414
+ "encoding": "mapping",
1415
+ "key": "t_uint32",
1416
+ "label": "mapping(uint32 => struct ExecutorConfig)",
1417
+ "numberOfBytes": "32",
1418
+ "value": "t_struct(ExecutorConfig)13076_storage"
1419
+ },
1420
+ "t_mapping(t_uint32,t_struct(UlnConfig)16397_storage)": {
1421
+ "encoding": "mapping",
1422
+ "key": "t_uint32",
1423
+ "label": "mapping(uint32 => struct UlnConfig)",
1424
+ "numberOfBytes": "32",
1425
+ "value": "t_struct(UlnConfig)16397_storage"
1426
+ },
1427
+ "t_struct(ExecutorConfig)13076_storage": {
1428
+ "encoding": "inplace",
1429
+ "label": "struct ExecutorConfig",
1430
+ "members": [
1431
+ {
1432
+ "astId": 13073,
1433
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1434
+ "label": "maxMessageSize",
1435
+ "offset": 0,
1436
+ "slot": "0",
1437
+ "type": "t_uint32"
1438
+ },
1439
+ {
1440
+ "astId": 13075,
1441
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1442
+ "label": "executor",
1443
+ "offset": 4,
1444
+ "slot": "0",
1445
+ "type": "t_address"
1446
+ }
1447
+ ],
1448
+ "numberOfBytes": "32"
1449
+ },
1450
+ "t_struct(UlnConfig)16397_storage": {
1451
+ "encoding": "inplace",
1452
+ "label": "struct UlnConfig",
1453
+ "members": [
1454
+ {
1455
+ "astId": 16384,
1456
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1457
+ "label": "confirmations",
1458
+ "offset": 0,
1459
+ "slot": "0",
1460
+ "type": "t_uint64"
1461
+ },
1462
+ {
1463
+ "astId": 16386,
1464
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1465
+ "label": "requiredDVNCount",
1466
+ "offset": 8,
1467
+ "slot": "0",
1468
+ "type": "t_uint8"
1469
+ },
1470
+ {
1471
+ "astId": 16388,
1472
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1473
+ "label": "optionalDVNCount",
1474
+ "offset": 9,
1475
+ "slot": "0",
1476
+ "type": "t_uint8"
1477
+ },
1478
+ {
1479
+ "astId": 16390,
1480
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1481
+ "label": "optionalDVNThreshold",
1482
+ "offset": 10,
1483
+ "slot": "0",
1484
+ "type": "t_uint8"
1485
+ },
1486
+ {
1487
+ "astId": 16393,
1488
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1489
+ "label": "requiredDVNs",
1490
+ "offset": 0,
1491
+ "slot": "1",
1492
+ "type": "t_array(t_address)dyn_storage"
1493
+ },
1494
+ {
1495
+ "astId": 16396,
1496
+ "contract": "contracts/uln/uln302/SendUln302.sol:SendUln302",
1497
+ "label": "optionalDVNs",
1498
+ "offset": 0,
1499
+ "slot": "2",
1500
+ "type": "t_array(t_address)dyn_storage"
1501
+ }
1502
+ ],
1503
+ "numberOfBytes": "96"
1504
+ },
1505
+ "t_uint256": {
1506
+ "encoding": "inplace",
1507
+ "label": "uint256",
1508
+ "numberOfBytes": "32"
1509
+ },
1510
+ "t_uint32": {
1511
+ "encoding": "inplace",
1512
+ "label": "uint32",
1513
+ "numberOfBytes": "4"
1514
+ },
1515
+ "t_uint64": {
1516
+ "encoding": "inplace",
1517
+ "label": "uint64",
1518
+ "numberOfBytes": "8"
1519
+ },
1520
+ "t_uint8": {
1521
+ "encoding": "inplace",
1522
+ "label": "uint8",
1523
+ "numberOfBytes": "1"
1524
+ }
1525
+ }
1526
+ }
1527
+ }