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