@stargatefinance/stg-evm-sdk-v2 1.1.16 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/README.md +36 -0
  2. package/artifacts/src/eurc/StargateOFTEURC.sol/StargateOFTEURC.json +1556 -0
  3. package/artifacts/src/eurc/StargatePoolEURC.sol/StargatePoolEURC.json +2011 -0
  4. package/artifacts/src/interfaces/IBridgedEURCMinter.sol/IBridgedEURCMinter.json +48 -0
  5. package/artifacts/src/mocks/{USDC.sol/USDC.json → CircleFiatToken.sol/CircleFiatToken.json} +4 -4
  6. package/deployments/arbsep-testnet/FeeLibV1EURC.json +611 -0
  7. package/deployments/arbsep-testnet/StargateOFTEURC.json +1978 -0
  8. package/deployments/avalanche-testnet/FeeLibV1EURC.json +611 -0
  9. package/deployments/avalanche-testnet/StargatePoolEURC.json +2577 -0
  10. package/deployments/edu-mainnet/CreditMessaging.json +1501 -0
  11. package/deployments/edu-mainnet/FeeLibV1USDC.json +611 -0
  12. package/deployments/edu-mainnet/OFTWrapper.json +1506 -0
  13. package/deployments/edu-mainnet/StargateOFTUSDC.json +1978 -0
  14. package/deployments/edu-mainnet/TokenMessaging.json +2475 -0
  15. package/deployments/edu-mainnet/Treasurer.json +450 -0
  16. package/deployments/orderly-mainnet/CreditMessaging.json +1501 -0
  17. package/deployments/orderly-mainnet/FeeLibV1USDC.json +611 -0
  18. package/deployments/orderly-mainnet/OFTWrapper.json +1506 -0
  19. package/deployments/orderly-mainnet/StargateOFTUSDC.json +1978 -0
  20. package/deployments/orderly-mainnet/TokenMessaging.json +2475 -0
  21. package/deployments/orderly-mainnet/Treasurer.json +450 -0
  22. package/deployments/sepolia-testnet/FeeLibV1EURC.json +611 -0
  23. package/deployments/sepolia-testnet/StargatePoolEURC.json +2577 -0
  24. package/deployments/somnia-mainnet/CreditMessaging.json +1501 -0
  25. package/deployments/somnia-mainnet/FeeLibV1ETH.json +611 -0
  26. package/deployments/somnia-mainnet/FeeLibV1USDC.json +611 -0
  27. package/deployments/somnia-mainnet/FeeLibV1USDT.json +611 -0
  28. package/deployments/somnia-mainnet/OFTTokenETH.json +693 -0
  29. package/deployments/somnia-mainnet/OFTWrapper.json +1506 -0
  30. package/deployments/somnia-mainnet/StargateOFTETH.json +1989 -0
  31. package/deployments/somnia-mainnet/StargateOFTUSDC.json +1978 -0
  32. package/deployments/somnia-mainnet/StargateOFTUSDT.json +1989 -0
  33. package/deployments/somnia-mainnet/TokenMessaging.json +2475 -0
  34. package/deployments/somnia-mainnet/Treasurer.json +450 -0
  35. package/dist/deployed/CreditMessaging.cjs +9 -0
  36. package/dist/deployed/CreditMessaging.cjs.map +1 -1
  37. package/dist/deployed/CreditMessaging.mjs +9 -0
  38. package/dist/deployed/CreditMessaging.mjs.map +1 -1
  39. package/dist/deployed/FeeLibV1ETH.cjs +3 -0
  40. package/dist/deployed/FeeLibV1ETH.cjs.map +1 -1
  41. package/dist/deployed/FeeLibV1ETH.mjs +3 -0
  42. package/dist/deployed/FeeLibV1ETH.mjs.map +1 -1
  43. package/dist/deployed/FeeLibV1EURC.cjs +25 -0
  44. package/dist/deployed/FeeLibV1EURC.cjs.map +1 -0
  45. package/dist/deployed/FeeLibV1EURC.mjs +21 -0
  46. package/dist/deployed/FeeLibV1EURC.mjs.map +1 -0
  47. package/dist/deployed/FeeLibV1USDC.cjs +9 -0
  48. package/dist/deployed/FeeLibV1USDC.cjs.map +1 -1
  49. package/dist/deployed/FeeLibV1USDC.mjs +9 -0
  50. package/dist/deployed/FeeLibV1USDC.mjs.map +1 -1
  51. package/dist/deployed/FeeLibV1USDT.cjs +3 -0
  52. package/dist/deployed/FeeLibV1USDT.cjs.map +1 -1
  53. package/dist/deployed/FeeLibV1USDT.mjs +3 -0
  54. package/dist/deployed/FeeLibV1USDT.mjs.map +1 -1
  55. package/dist/deployed/OFTTokenETH.cjs +3 -0
  56. package/dist/deployed/OFTTokenETH.cjs.map +1 -1
  57. package/dist/deployed/OFTTokenETH.mjs +3 -0
  58. package/dist/deployed/OFTTokenETH.mjs.map +1 -1
  59. package/dist/deployed/OFTWrapper.cjs +9 -0
  60. package/dist/deployed/OFTWrapper.cjs.map +1 -1
  61. package/dist/deployed/OFTWrapper.mjs +9 -0
  62. package/dist/deployed/OFTWrapper.mjs.map +1 -1
  63. package/dist/deployed/StargateOFTETH.cjs +3 -0
  64. package/dist/deployed/StargateOFTETH.cjs.map +1 -1
  65. package/dist/deployed/StargateOFTETH.mjs +3 -0
  66. package/dist/deployed/StargateOFTETH.mjs.map +1 -1
  67. package/dist/deployed/StargateOFTEURC.cjs +19 -0
  68. package/dist/deployed/StargateOFTEURC.cjs.map +1 -0
  69. package/dist/deployed/StargateOFTEURC.mjs +15 -0
  70. package/dist/deployed/StargateOFTEURC.mjs.map +1 -0
  71. package/dist/deployed/StargateOFTUSDC.cjs +9 -0
  72. package/dist/deployed/StargateOFTUSDC.cjs.map +1 -1
  73. package/dist/deployed/StargateOFTUSDC.mjs +9 -0
  74. package/dist/deployed/StargateOFTUSDC.mjs.map +1 -1
  75. package/dist/deployed/StargateOFTUSDT.cjs +3 -0
  76. package/dist/deployed/StargateOFTUSDT.cjs.map +1 -1
  77. package/dist/deployed/StargateOFTUSDT.mjs +3 -0
  78. package/dist/deployed/StargateOFTUSDT.mjs.map +1 -1
  79. package/dist/deployed/StargatePoolEURC.cjs +22 -0
  80. package/dist/deployed/StargatePoolEURC.cjs.map +1 -0
  81. package/dist/deployed/StargatePoolEURC.mjs +18 -0
  82. package/dist/deployed/StargatePoolEURC.mjs.map +1 -0
  83. package/dist/deployed/TokenMessaging.cjs +9 -0
  84. package/dist/deployed/TokenMessaging.cjs.map +1 -1
  85. package/dist/deployed/TokenMessaging.mjs +9 -0
  86. package/dist/deployed/TokenMessaging.mjs.map +1 -1
  87. package/dist/deployed/Treasurer.cjs +9 -0
  88. package/dist/deployed/Treasurer.cjs.map +1 -1
  89. package/dist/deployed/Treasurer.mjs +9 -0
  90. package/dist/deployed/Treasurer.mjs.map +1 -1
  91. package/dist/deployed/contracts.cjs +1008 -873
  92. package/dist/deployed/contracts.cjs.map +1 -1
  93. package/dist/deployed/contracts.mjs +1006 -874
  94. package/dist/deployed/contracts.mjs.map +1 -1
  95. package/dist/deployed/index.cjs +1009 -874
  96. package/dist/deployed/index.cjs.map +1 -1
  97. package/dist/deployed/index.mjs +1009 -874
  98. package/dist/deployed/index.mjs.map +1 -1
  99. package/dist/index.cjs +5 -0
  100. package/dist/index.cjs.map +1 -1
  101. package/dist/index.d.mts +6 -0
  102. package/dist/index.d.ts +6 -0
  103. package/dist/index.mjs +5 -0
  104. package/dist/index.mjs.map +1 -1
  105. package/package.json +25 -4
@@ -0,0 +1,1556 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "StargateOFTEURC",
4
+ "sourceName": "src/eurc/StargateOFTEURC.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "_token",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "uint8",
15
+ "name": "_sharedDecimals",
16
+ "type": "uint8"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "_endpoint",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "_owner",
26
+ "type": "address"
27
+ }
28
+ ],
29
+ "stateMutability": "nonpayable",
30
+ "type": "constructor"
31
+ },
32
+ {
33
+ "inputs": [],
34
+ "name": "InvalidLocalDecimals",
35
+ "type": "error"
36
+ },
37
+ {
38
+ "inputs": [],
39
+ "name": "Path_AlreadyHasCredit",
40
+ "type": "error"
41
+ },
42
+ {
43
+ "inputs": [],
44
+ "name": "Path_InsufficientCredit",
45
+ "type": "error"
46
+ },
47
+ {
48
+ "inputs": [],
49
+ "name": "Path_UnlimitedCredit",
50
+ "type": "error"
51
+ },
52
+ {
53
+ "inputs": [
54
+ {
55
+ "internalType": "uint256",
56
+ "name": "amountLD",
57
+ "type": "uint256"
58
+ },
59
+ {
60
+ "internalType": "uint256",
61
+ "name": "minAmountLD",
62
+ "type": "uint256"
63
+ }
64
+ ],
65
+ "name": "SlippageExceeded",
66
+ "type": "error"
67
+ },
68
+ {
69
+ "inputs": [],
70
+ "name": "Stargate_InsufficientFare",
71
+ "type": "error"
72
+ },
73
+ {
74
+ "inputs": [],
75
+ "name": "Stargate_InvalidAmount",
76
+ "type": "error"
77
+ },
78
+ {
79
+ "inputs": [],
80
+ "name": "Stargate_InvalidPath",
81
+ "type": "error"
82
+ },
83
+ {
84
+ "inputs": [],
85
+ "name": "Stargate_InvalidTokenDecimals",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [],
90
+ "name": "Stargate_LzTokenUnavailable",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "Stargate_OutflowFailed",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [],
100
+ "name": "Stargate_Paused",
101
+ "type": "error"
102
+ },
103
+ {
104
+ "inputs": [],
105
+ "name": "Stargate_RecoverTokenUnsupported",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [],
110
+ "name": "Stargate_ReentrantCall",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [],
115
+ "name": "Stargate_SlippageTooHigh",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [],
120
+ "name": "Stargate_Unauthorized",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [],
125
+ "name": "Stargate_UnreceivedTokenNotFound",
126
+ "type": "error"
127
+ },
128
+ {
129
+ "inputs": [],
130
+ "name": "Transfer_ApproveFailed",
131
+ "type": "error"
132
+ },
133
+ {
134
+ "inputs": [],
135
+ "name": "Transfer_TransferFailed",
136
+ "type": "error"
137
+ },
138
+ {
139
+ "anonymous": false,
140
+ "inputs": [
141
+ {
142
+ "components": [
143
+ {
144
+ "internalType": "address",
145
+ "name": "feeLib",
146
+ "type": "address"
147
+ },
148
+ {
149
+ "internalType": "address",
150
+ "name": "planner",
151
+ "type": "address"
152
+ },
153
+ {
154
+ "internalType": "address",
155
+ "name": "treasurer",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "internalType": "address",
160
+ "name": "tokenMessaging",
161
+ "type": "address"
162
+ },
163
+ {
164
+ "internalType": "address",
165
+ "name": "creditMessaging",
166
+ "type": "address"
167
+ },
168
+ {
169
+ "internalType": "address",
170
+ "name": "lzToken",
171
+ "type": "address"
172
+ }
173
+ ],
174
+ "indexed": false,
175
+ "internalType": "struct StargateBase.AddressConfig",
176
+ "name": "config",
177
+ "type": "tuple"
178
+ }
179
+ ],
180
+ "name": "AddressConfigSet",
181
+ "type": "event"
182
+ },
183
+ {
184
+ "anonymous": false,
185
+ "inputs": [
186
+ {
187
+ "indexed": false,
188
+ "internalType": "uint32",
189
+ "name": "srcEid",
190
+ "type": "uint32"
191
+ },
192
+ {
193
+ "components": [
194
+ {
195
+ "internalType": "uint32",
196
+ "name": "srcEid",
197
+ "type": "uint32"
198
+ },
199
+ {
200
+ "internalType": "uint64",
201
+ "name": "amount",
202
+ "type": "uint64"
203
+ }
204
+ ],
205
+ "indexed": false,
206
+ "internalType": "struct Credit[]",
207
+ "name": "credits",
208
+ "type": "tuple[]"
209
+ }
210
+ ],
211
+ "name": "CreditsReceived",
212
+ "type": "event"
213
+ },
214
+ {
215
+ "anonymous": false,
216
+ "inputs": [
217
+ {
218
+ "indexed": false,
219
+ "internalType": "uint32",
220
+ "name": "dstEid",
221
+ "type": "uint32"
222
+ },
223
+ {
224
+ "components": [
225
+ {
226
+ "internalType": "uint32",
227
+ "name": "srcEid",
228
+ "type": "uint32"
229
+ },
230
+ {
231
+ "internalType": "uint64",
232
+ "name": "amount",
233
+ "type": "uint64"
234
+ }
235
+ ],
236
+ "indexed": false,
237
+ "internalType": "struct Credit[]",
238
+ "name": "credits",
239
+ "type": "tuple[]"
240
+ }
241
+ ],
242
+ "name": "CreditsSent",
243
+ "type": "event"
244
+ },
245
+ {
246
+ "anonymous": false,
247
+ "inputs": [
248
+ {
249
+ "indexed": false,
250
+ "internalType": "uint32",
251
+ "name": "dstEid",
252
+ "type": "uint32"
253
+ },
254
+ {
255
+ "indexed": false,
256
+ "internalType": "bool",
257
+ "name": "oft",
258
+ "type": "bool"
259
+ }
260
+ ],
261
+ "name": "OFTPathSet",
262
+ "type": "event"
263
+ },
264
+ {
265
+ "anonymous": false,
266
+ "inputs": [
267
+ {
268
+ "indexed": true,
269
+ "internalType": "bytes32",
270
+ "name": "guid",
271
+ "type": "bytes32"
272
+ },
273
+ {
274
+ "indexed": false,
275
+ "internalType": "uint32",
276
+ "name": "srcEid",
277
+ "type": "uint32"
278
+ },
279
+ {
280
+ "indexed": true,
281
+ "internalType": "address",
282
+ "name": "toAddress",
283
+ "type": "address"
284
+ },
285
+ {
286
+ "indexed": false,
287
+ "internalType": "uint256",
288
+ "name": "amountReceivedLD",
289
+ "type": "uint256"
290
+ }
291
+ ],
292
+ "name": "OFTReceived",
293
+ "type": "event"
294
+ },
295
+ {
296
+ "anonymous": false,
297
+ "inputs": [
298
+ {
299
+ "indexed": true,
300
+ "internalType": "bytes32",
301
+ "name": "guid",
302
+ "type": "bytes32"
303
+ },
304
+ {
305
+ "indexed": false,
306
+ "internalType": "uint32",
307
+ "name": "dstEid",
308
+ "type": "uint32"
309
+ },
310
+ {
311
+ "indexed": true,
312
+ "internalType": "address",
313
+ "name": "fromAddress",
314
+ "type": "address"
315
+ },
316
+ {
317
+ "indexed": false,
318
+ "internalType": "uint256",
319
+ "name": "amountSentLD",
320
+ "type": "uint256"
321
+ },
322
+ {
323
+ "indexed": false,
324
+ "internalType": "uint256",
325
+ "name": "amountReceivedLD",
326
+ "type": "uint256"
327
+ }
328
+ ],
329
+ "name": "OFTSent",
330
+ "type": "event"
331
+ },
332
+ {
333
+ "anonymous": false,
334
+ "inputs": [
335
+ {
336
+ "indexed": true,
337
+ "internalType": "address",
338
+ "name": "previousOwner",
339
+ "type": "address"
340
+ },
341
+ {
342
+ "indexed": true,
343
+ "internalType": "address",
344
+ "name": "newOwner",
345
+ "type": "address"
346
+ }
347
+ ],
348
+ "name": "OwnershipTransferred",
349
+ "type": "event"
350
+ },
351
+ {
352
+ "anonymous": false,
353
+ "inputs": [
354
+ {
355
+ "indexed": false,
356
+ "internalType": "bool",
357
+ "name": "paused",
358
+ "type": "bool"
359
+ }
360
+ ],
361
+ "name": "PauseSet",
362
+ "type": "event"
363
+ },
364
+ {
365
+ "anonymous": false,
366
+ "inputs": [
367
+ {
368
+ "indexed": false,
369
+ "internalType": "uint256",
370
+ "name": "amount",
371
+ "type": "uint256"
372
+ }
373
+ ],
374
+ "name": "PlannerFeeWithdrawn",
375
+ "type": "event"
376
+ },
377
+ {
378
+ "anonymous": false,
379
+ "inputs": [
380
+ {
381
+ "indexed": false,
382
+ "internalType": "uint64",
383
+ "name": "amountSD",
384
+ "type": "uint64"
385
+ }
386
+ ],
387
+ "name": "TreasuryFeeAdded",
388
+ "type": "event"
389
+ },
390
+ {
391
+ "anonymous": false,
392
+ "inputs": [
393
+ {
394
+ "indexed": false,
395
+ "internalType": "address",
396
+ "name": "to",
397
+ "type": "address"
398
+ },
399
+ {
400
+ "indexed": false,
401
+ "internalType": "uint64",
402
+ "name": "amountSD",
403
+ "type": "uint64"
404
+ }
405
+ ],
406
+ "name": "TreasuryFeeWithdrawn",
407
+ "type": "event"
408
+ },
409
+ {
410
+ "anonymous": false,
411
+ "inputs": [
412
+ {
413
+ "indexed": false,
414
+ "internalType": "bytes32",
415
+ "name": "guid",
416
+ "type": "bytes32"
417
+ },
418
+ {
419
+ "indexed": false,
420
+ "internalType": "uint8",
421
+ "name": "index",
422
+ "type": "uint8"
423
+ },
424
+ {
425
+ "indexed": false,
426
+ "internalType": "uint32",
427
+ "name": "srcEid",
428
+ "type": "uint32"
429
+ },
430
+ {
431
+ "indexed": false,
432
+ "internalType": "address",
433
+ "name": "receiver",
434
+ "type": "address"
435
+ },
436
+ {
437
+ "indexed": false,
438
+ "internalType": "uint256",
439
+ "name": "amountLD",
440
+ "type": "uint256"
441
+ },
442
+ {
443
+ "indexed": false,
444
+ "internalType": "bytes",
445
+ "name": "composeMsg",
446
+ "type": "bytes"
447
+ }
448
+ ],
449
+ "name": "UnreceivedTokenCached",
450
+ "type": "event"
451
+ },
452
+ {
453
+ "inputs": [
454
+ {
455
+ "internalType": "uint256",
456
+ "name": "_amountLD",
457
+ "type": "uint256"
458
+ }
459
+ ],
460
+ "name": "addTreasuryFee",
461
+ "outputs": [],
462
+ "stateMutability": "payable",
463
+ "type": "function"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "approvalRequired",
468
+ "outputs": [
469
+ {
470
+ "internalType": "bool",
471
+ "name": "",
472
+ "type": "bool"
473
+ }
474
+ ],
475
+ "stateMutability": "pure",
476
+ "type": "function"
477
+ },
478
+ {
479
+ "inputs": [],
480
+ "name": "endpoint",
481
+ "outputs": [
482
+ {
483
+ "internalType": "contract ILayerZeroEndpointV2",
484
+ "name": "",
485
+ "type": "address"
486
+ }
487
+ ],
488
+ "stateMutability": "view",
489
+ "type": "function"
490
+ },
491
+ {
492
+ "inputs": [],
493
+ "name": "getAddressConfig",
494
+ "outputs": [
495
+ {
496
+ "components": [
497
+ {
498
+ "internalType": "address",
499
+ "name": "feeLib",
500
+ "type": "address"
501
+ },
502
+ {
503
+ "internalType": "address",
504
+ "name": "planner",
505
+ "type": "address"
506
+ },
507
+ {
508
+ "internalType": "address",
509
+ "name": "treasurer",
510
+ "type": "address"
511
+ },
512
+ {
513
+ "internalType": "address",
514
+ "name": "tokenMessaging",
515
+ "type": "address"
516
+ },
517
+ {
518
+ "internalType": "address",
519
+ "name": "creditMessaging",
520
+ "type": "address"
521
+ },
522
+ {
523
+ "internalType": "address",
524
+ "name": "lzToken",
525
+ "type": "address"
526
+ }
527
+ ],
528
+ "internalType": "struct StargateBase.AddressConfig",
529
+ "name": "",
530
+ "type": "tuple"
531
+ }
532
+ ],
533
+ "stateMutability": "view",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [],
538
+ "name": "getTransferGasLimit",
539
+ "outputs": [
540
+ {
541
+ "internalType": "uint256",
542
+ "name": "",
543
+ "type": "uint256"
544
+ }
545
+ ],
546
+ "stateMutability": "view",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [],
551
+ "name": "localEid",
552
+ "outputs": [
553
+ {
554
+ "internalType": "uint32",
555
+ "name": "",
556
+ "type": "uint32"
557
+ }
558
+ ],
559
+ "stateMutability": "view",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "inputs": [],
564
+ "name": "oftVersion",
565
+ "outputs": [
566
+ {
567
+ "internalType": "bytes4",
568
+ "name": "interfaceId",
569
+ "type": "bytes4"
570
+ },
571
+ {
572
+ "internalType": "uint64",
573
+ "name": "version",
574
+ "type": "uint64"
575
+ }
576
+ ],
577
+ "stateMutability": "pure",
578
+ "type": "function"
579
+ },
580
+ {
581
+ "inputs": [],
582
+ "name": "owner",
583
+ "outputs": [
584
+ {
585
+ "internalType": "address",
586
+ "name": "",
587
+ "type": "address"
588
+ }
589
+ ],
590
+ "stateMutability": "view",
591
+ "type": "function"
592
+ },
593
+ {
594
+ "inputs": [
595
+ {
596
+ "internalType": "uint32",
597
+ "name": "eid",
598
+ "type": "uint32"
599
+ }
600
+ ],
601
+ "name": "paths",
602
+ "outputs": [
603
+ {
604
+ "internalType": "uint64",
605
+ "name": "credit",
606
+ "type": "uint64"
607
+ }
608
+ ],
609
+ "stateMutability": "view",
610
+ "type": "function"
611
+ },
612
+ {
613
+ "inputs": [],
614
+ "name": "plannerFee",
615
+ "outputs": [
616
+ {
617
+ "internalType": "uint256",
618
+ "name": "available",
619
+ "type": "uint256"
620
+ }
621
+ ],
622
+ "stateMutability": "view",
623
+ "type": "function"
624
+ },
625
+ {
626
+ "inputs": [
627
+ {
628
+ "components": [
629
+ {
630
+ "internalType": "uint32",
631
+ "name": "dstEid",
632
+ "type": "uint32"
633
+ },
634
+ {
635
+ "internalType": "bytes32",
636
+ "name": "to",
637
+ "type": "bytes32"
638
+ },
639
+ {
640
+ "internalType": "uint256",
641
+ "name": "amountLD",
642
+ "type": "uint256"
643
+ },
644
+ {
645
+ "internalType": "uint256",
646
+ "name": "minAmountLD",
647
+ "type": "uint256"
648
+ },
649
+ {
650
+ "internalType": "bytes",
651
+ "name": "extraOptions",
652
+ "type": "bytes"
653
+ },
654
+ {
655
+ "internalType": "bytes",
656
+ "name": "composeMsg",
657
+ "type": "bytes"
658
+ },
659
+ {
660
+ "internalType": "bytes",
661
+ "name": "oftCmd",
662
+ "type": "bytes"
663
+ }
664
+ ],
665
+ "internalType": "struct SendParam",
666
+ "name": "_sendParam",
667
+ "type": "tuple"
668
+ }
669
+ ],
670
+ "name": "quoteOFT",
671
+ "outputs": [
672
+ {
673
+ "components": [
674
+ {
675
+ "internalType": "uint256",
676
+ "name": "minAmountLD",
677
+ "type": "uint256"
678
+ },
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "maxAmountLD",
682
+ "type": "uint256"
683
+ }
684
+ ],
685
+ "internalType": "struct OFTLimit",
686
+ "name": "limit",
687
+ "type": "tuple"
688
+ },
689
+ {
690
+ "components": [
691
+ {
692
+ "internalType": "int256",
693
+ "name": "feeAmountLD",
694
+ "type": "int256"
695
+ },
696
+ {
697
+ "internalType": "string",
698
+ "name": "description",
699
+ "type": "string"
700
+ }
701
+ ],
702
+ "internalType": "struct OFTFeeDetail[]",
703
+ "name": "oftFeeDetails",
704
+ "type": "tuple[]"
705
+ },
706
+ {
707
+ "components": [
708
+ {
709
+ "internalType": "uint256",
710
+ "name": "amountSentLD",
711
+ "type": "uint256"
712
+ },
713
+ {
714
+ "internalType": "uint256",
715
+ "name": "amountReceivedLD",
716
+ "type": "uint256"
717
+ }
718
+ ],
719
+ "internalType": "struct OFTReceipt",
720
+ "name": "receipt",
721
+ "type": "tuple"
722
+ }
723
+ ],
724
+ "stateMutability": "view",
725
+ "type": "function"
726
+ },
727
+ {
728
+ "inputs": [
729
+ {
730
+ "components": [
731
+ {
732
+ "internalType": "uint32",
733
+ "name": "dstEid",
734
+ "type": "uint32"
735
+ },
736
+ {
737
+ "internalType": "bytes32",
738
+ "name": "to",
739
+ "type": "bytes32"
740
+ },
741
+ {
742
+ "internalType": "uint256",
743
+ "name": "amountLD",
744
+ "type": "uint256"
745
+ },
746
+ {
747
+ "internalType": "uint256",
748
+ "name": "minAmountLD",
749
+ "type": "uint256"
750
+ },
751
+ {
752
+ "internalType": "bytes",
753
+ "name": "extraOptions",
754
+ "type": "bytes"
755
+ },
756
+ {
757
+ "internalType": "bytes",
758
+ "name": "composeMsg",
759
+ "type": "bytes"
760
+ },
761
+ {
762
+ "internalType": "bytes",
763
+ "name": "oftCmd",
764
+ "type": "bytes"
765
+ }
766
+ ],
767
+ "internalType": "struct SendParam",
768
+ "name": "_sendParam",
769
+ "type": "tuple"
770
+ },
771
+ {
772
+ "internalType": "bool",
773
+ "name": "_payInLzToken",
774
+ "type": "bool"
775
+ }
776
+ ],
777
+ "name": "quoteSend",
778
+ "outputs": [
779
+ {
780
+ "components": [
781
+ {
782
+ "internalType": "uint256",
783
+ "name": "nativeFee",
784
+ "type": "uint256"
785
+ },
786
+ {
787
+ "internalType": "uint256",
788
+ "name": "lzTokenFee",
789
+ "type": "uint256"
790
+ }
791
+ ],
792
+ "internalType": "struct MessagingFee",
793
+ "name": "fee",
794
+ "type": "tuple"
795
+ }
796
+ ],
797
+ "stateMutability": "view",
798
+ "type": "function"
799
+ },
800
+ {
801
+ "inputs": [
802
+ {
803
+ "internalType": "uint32",
804
+ "name": "_srcEid",
805
+ "type": "uint32"
806
+ },
807
+ {
808
+ "components": [
809
+ {
810
+ "internalType": "uint32",
811
+ "name": "srcEid",
812
+ "type": "uint32"
813
+ },
814
+ {
815
+ "internalType": "uint64",
816
+ "name": "amount",
817
+ "type": "uint64"
818
+ }
819
+ ],
820
+ "internalType": "struct Credit[]",
821
+ "name": "_credits",
822
+ "type": "tuple[]"
823
+ }
824
+ ],
825
+ "name": "receiveCredits",
826
+ "outputs": [],
827
+ "stateMutability": "nonpayable",
828
+ "type": "function"
829
+ },
830
+ {
831
+ "inputs": [
832
+ {
833
+ "components": [
834
+ {
835
+ "internalType": "uint32",
836
+ "name": "srcEid",
837
+ "type": "uint32"
838
+ },
839
+ {
840
+ "internalType": "bytes32",
841
+ "name": "sender",
842
+ "type": "bytes32"
843
+ },
844
+ {
845
+ "internalType": "uint64",
846
+ "name": "nonce",
847
+ "type": "uint64"
848
+ }
849
+ ],
850
+ "internalType": "struct Origin",
851
+ "name": "_origin",
852
+ "type": "tuple"
853
+ },
854
+ {
855
+ "internalType": "bytes32",
856
+ "name": "_guid",
857
+ "type": "bytes32"
858
+ },
859
+ {
860
+ "internalType": "uint8",
861
+ "name": "_seatNumber",
862
+ "type": "uint8"
863
+ },
864
+ {
865
+ "internalType": "address",
866
+ "name": "_receiver",
867
+ "type": "address"
868
+ },
869
+ {
870
+ "internalType": "uint64",
871
+ "name": "_amountSD",
872
+ "type": "uint64"
873
+ }
874
+ ],
875
+ "name": "receiveTokenBus",
876
+ "outputs": [],
877
+ "stateMutability": "nonpayable",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [
882
+ {
883
+ "components": [
884
+ {
885
+ "internalType": "uint32",
886
+ "name": "srcEid",
887
+ "type": "uint32"
888
+ },
889
+ {
890
+ "internalType": "bytes32",
891
+ "name": "sender",
892
+ "type": "bytes32"
893
+ },
894
+ {
895
+ "internalType": "uint64",
896
+ "name": "nonce",
897
+ "type": "uint64"
898
+ }
899
+ ],
900
+ "internalType": "struct Origin",
901
+ "name": "_origin",
902
+ "type": "tuple"
903
+ },
904
+ {
905
+ "internalType": "bytes32",
906
+ "name": "_guid",
907
+ "type": "bytes32"
908
+ },
909
+ {
910
+ "internalType": "address",
911
+ "name": "_receiver",
912
+ "type": "address"
913
+ },
914
+ {
915
+ "internalType": "uint64",
916
+ "name": "_amountSD",
917
+ "type": "uint64"
918
+ },
919
+ {
920
+ "internalType": "bytes",
921
+ "name": "_composeMsg",
922
+ "type": "bytes"
923
+ }
924
+ ],
925
+ "name": "receiveTokenTaxi",
926
+ "outputs": [],
927
+ "stateMutability": "nonpayable",
928
+ "type": "function"
929
+ },
930
+ {
931
+ "inputs": [
932
+ {
933
+ "internalType": "address",
934
+ "name": "_token",
935
+ "type": "address"
936
+ },
937
+ {
938
+ "internalType": "address",
939
+ "name": "_to",
940
+ "type": "address"
941
+ },
942
+ {
943
+ "internalType": "uint256",
944
+ "name": "_amount",
945
+ "type": "uint256"
946
+ }
947
+ ],
948
+ "name": "recoverToken",
949
+ "outputs": [
950
+ {
951
+ "internalType": "uint256",
952
+ "name": "",
953
+ "type": "uint256"
954
+ }
955
+ ],
956
+ "stateMutability": "nonpayable",
957
+ "type": "function"
958
+ },
959
+ {
960
+ "inputs": [],
961
+ "name": "renounceOwnership",
962
+ "outputs": [],
963
+ "stateMutability": "nonpayable",
964
+ "type": "function"
965
+ },
966
+ {
967
+ "inputs": [
968
+ {
969
+ "internalType": "bytes32",
970
+ "name": "_guid",
971
+ "type": "bytes32"
972
+ },
973
+ {
974
+ "internalType": "uint8",
975
+ "name": "_index",
976
+ "type": "uint8"
977
+ },
978
+ {
979
+ "internalType": "uint32",
980
+ "name": "_srcEid",
981
+ "type": "uint32"
982
+ },
983
+ {
984
+ "internalType": "address",
985
+ "name": "_receiver",
986
+ "type": "address"
987
+ },
988
+ {
989
+ "internalType": "uint256",
990
+ "name": "_amountLD",
991
+ "type": "uint256"
992
+ },
993
+ {
994
+ "internalType": "bytes",
995
+ "name": "_composeMsg",
996
+ "type": "bytes"
997
+ }
998
+ ],
999
+ "name": "retryReceiveToken",
1000
+ "outputs": [],
1001
+ "stateMutability": "nonpayable",
1002
+ "type": "function"
1003
+ },
1004
+ {
1005
+ "inputs": [
1006
+ {
1007
+ "components": [
1008
+ {
1009
+ "internalType": "uint32",
1010
+ "name": "dstEid",
1011
+ "type": "uint32"
1012
+ },
1013
+ {
1014
+ "internalType": "bytes32",
1015
+ "name": "to",
1016
+ "type": "bytes32"
1017
+ },
1018
+ {
1019
+ "internalType": "uint256",
1020
+ "name": "amountLD",
1021
+ "type": "uint256"
1022
+ },
1023
+ {
1024
+ "internalType": "uint256",
1025
+ "name": "minAmountLD",
1026
+ "type": "uint256"
1027
+ },
1028
+ {
1029
+ "internalType": "bytes",
1030
+ "name": "extraOptions",
1031
+ "type": "bytes"
1032
+ },
1033
+ {
1034
+ "internalType": "bytes",
1035
+ "name": "composeMsg",
1036
+ "type": "bytes"
1037
+ },
1038
+ {
1039
+ "internalType": "bytes",
1040
+ "name": "oftCmd",
1041
+ "type": "bytes"
1042
+ }
1043
+ ],
1044
+ "internalType": "struct SendParam",
1045
+ "name": "_sendParam",
1046
+ "type": "tuple"
1047
+ },
1048
+ {
1049
+ "components": [
1050
+ {
1051
+ "internalType": "uint256",
1052
+ "name": "nativeFee",
1053
+ "type": "uint256"
1054
+ },
1055
+ {
1056
+ "internalType": "uint256",
1057
+ "name": "lzTokenFee",
1058
+ "type": "uint256"
1059
+ }
1060
+ ],
1061
+ "internalType": "struct MessagingFee",
1062
+ "name": "_fee",
1063
+ "type": "tuple"
1064
+ },
1065
+ {
1066
+ "internalType": "address",
1067
+ "name": "_refundAddress",
1068
+ "type": "address"
1069
+ }
1070
+ ],
1071
+ "name": "send",
1072
+ "outputs": [
1073
+ {
1074
+ "components": [
1075
+ {
1076
+ "internalType": "bytes32",
1077
+ "name": "guid",
1078
+ "type": "bytes32"
1079
+ },
1080
+ {
1081
+ "internalType": "uint64",
1082
+ "name": "nonce",
1083
+ "type": "uint64"
1084
+ },
1085
+ {
1086
+ "components": [
1087
+ {
1088
+ "internalType": "uint256",
1089
+ "name": "nativeFee",
1090
+ "type": "uint256"
1091
+ },
1092
+ {
1093
+ "internalType": "uint256",
1094
+ "name": "lzTokenFee",
1095
+ "type": "uint256"
1096
+ }
1097
+ ],
1098
+ "internalType": "struct MessagingFee",
1099
+ "name": "fee",
1100
+ "type": "tuple"
1101
+ }
1102
+ ],
1103
+ "internalType": "struct MessagingReceipt",
1104
+ "name": "msgReceipt",
1105
+ "type": "tuple"
1106
+ },
1107
+ {
1108
+ "components": [
1109
+ {
1110
+ "internalType": "uint256",
1111
+ "name": "amountSentLD",
1112
+ "type": "uint256"
1113
+ },
1114
+ {
1115
+ "internalType": "uint256",
1116
+ "name": "amountReceivedLD",
1117
+ "type": "uint256"
1118
+ }
1119
+ ],
1120
+ "internalType": "struct OFTReceipt",
1121
+ "name": "oftReceipt",
1122
+ "type": "tuple"
1123
+ }
1124
+ ],
1125
+ "stateMutability": "payable",
1126
+ "type": "function"
1127
+ },
1128
+ {
1129
+ "inputs": [
1130
+ {
1131
+ "internalType": "uint32",
1132
+ "name": "_dstEid",
1133
+ "type": "uint32"
1134
+ },
1135
+ {
1136
+ "components": [
1137
+ {
1138
+ "internalType": "uint32",
1139
+ "name": "srcEid",
1140
+ "type": "uint32"
1141
+ },
1142
+ {
1143
+ "internalType": "uint64",
1144
+ "name": "amount",
1145
+ "type": "uint64"
1146
+ },
1147
+ {
1148
+ "internalType": "uint64",
1149
+ "name": "minAmount",
1150
+ "type": "uint64"
1151
+ }
1152
+ ],
1153
+ "internalType": "struct TargetCredit[]",
1154
+ "name": "_credits",
1155
+ "type": "tuple[]"
1156
+ }
1157
+ ],
1158
+ "name": "sendCredits",
1159
+ "outputs": [
1160
+ {
1161
+ "components": [
1162
+ {
1163
+ "internalType": "uint32",
1164
+ "name": "srcEid",
1165
+ "type": "uint32"
1166
+ },
1167
+ {
1168
+ "internalType": "uint64",
1169
+ "name": "amount",
1170
+ "type": "uint64"
1171
+ }
1172
+ ],
1173
+ "internalType": "struct Credit[]",
1174
+ "name": "",
1175
+ "type": "tuple[]"
1176
+ }
1177
+ ],
1178
+ "stateMutability": "nonpayable",
1179
+ "type": "function"
1180
+ },
1181
+ {
1182
+ "inputs": [
1183
+ {
1184
+ "components": [
1185
+ {
1186
+ "internalType": "uint32",
1187
+ "name": "dstEid",
1188
+ "type": "uint32"
1189
+ },
1190
+ {
1191
+ "internalType": "bytes32",
1192
+ "name": "to",
1193
+ "type": "bytes32"
1194
+ },
1195
+ {
1196
+ "internalType": "uint256",
1197
+ "name": "amountLD",
1198
+ "type": "uint256"
1199
+ },
1200
+ {
1201
+ "internalType": "uint256",
1202
+ "name": "minAmountLD",
1203
+ "type": "uint256"
1204
+ },
1205
+ {
1206
+ "internalType": "bytes",
1207
+ "name": "extraOptions",
1208
+ "type": "bytes"
1209
+ },
1210
+ {
1211
+ "internalType": "bytes",
1212
+ "name": "composeMsg",
1213
+ "type": "bytes"
1214
+ },
1215
+ {
1216
+ "internalType": "bytes",
1217
+ "name": "oftCmd",
1218
+ "type": "bytes"
1219
+ }
1220
+ ],
1221
+ "internalType": "struct SendParam",
1222
+ "name": "_sendParam",
1223
+ "type": "tuple"
1224
+ },
1225
+ {
1226
+ "components": [
1227
+ {
1228
+ "internalType": "uint256",
1229
+ "name": "nativeFee",
1230
+ "type": "uint256"
1231
+ },
1232
+ {
1233
+ "internalType": "uint256",
1234
+ "name": "lzTokenFee",
1235
+ "type": "uint256"
1236
+ }
1237
+ ],
1238
+ "internalType": "struct MessagingFee",
1239
+ "name": "_fee",
1240
+ "type": "tuple"
1241
+ },
1242
+ {
1243
+ "internalType": "address",
1244
+ "name": "_refundAddress",
1245
+ "type": "address"
1246
+ }
1247
+ ],
1248
+ "name": "sendToken",
1249
+ "outputs": [
1250
+ {
1251
+ "components": [
1252
+ {
1253
+ "internalType": "bytes32",
1254
+ "name": "guid",
1255
+ "type": "bytes32"
1256
+ },
1257
+ {
1258
+ "internalType": "uint64",
1259
+ "name": "nonce",
1260
+ "type": "uint64"
1261
+ },
1262
+ {
1263
+ "components": [
1264
+ {
1265
+ "internalType": "uint256",
1266
+ "name": "nativeFee",
1267
+ "type": "uint256"
1268
+ },
1269
+ {
1270
+ "internalType": "uint256",
1271
+ "name": "lzTokenFee",
1272
+ "type": "uint256"
1273
+ }
1274
+ ],
1275
+ "internalType": "struct MessagingFee",
1276
+ "name": "fee",
1277
+ "type": "tuple"
1278
+ }
1279
+ ],
1280
+ "internalType": "struct MessagingReceipt",
1281
+ "name": "msgReceipt",
1282
+ "type": "tuple"
1283
+ },
1284
+ {
1285
+ "components": [
1286
+ {
1287
+ "internalType": "uint256",
1288
+ "name": "amountSentLD",
1289
+ "type": "uint256"
1290
+ },
1291
+ {
1292
+ "internalType": "uint256",
1293
+ "name": "amountReceivedLD",
1294
+ "type": "uint256"
1295
+ }
1296
+ ],
1297
+ "internalType": "struct OFTReceipt",
1298
+ "name": "oftReceipt",
1299
+ "type": "tuple"
1300
+ },
1301
+ {
1302
+ "components": [
1303
+ {
1304
+ "internalType": "uint72",
1305
+ "name": "ticketId",
1306
+ "type": "uint72"
1307
+ },
1308
+ {
1309
+ "internalType": "bytes",
1310
+ "name": "passengerBytes",
1311
+ "type": "bytes"
1312
+ }
1313
+ ],
1314
+ "internalType": "struct Ticket",
1315
+ "name": "ticket",
1316
+ "type": "tuple"
1317
+ }
1318
+ ],
1319
+ "stateMutability": "payable",
1320
+ "type": "function"
1321
+ },
1322
+ {
1323
+ "inputs": [
1324
+ {
1325
+ "components": [
1326
+ {
1327
+ "internalType": "address",
1328
+ "name": "feeLib",
1329
+ "type": "address"
1330
+ },
1331
+ {
1332
+ "internalType": "address",
1333
+ "name": "planner",
1334
+ "type": "address"
1335
+ },
1336
+ {
1337
+ "internalType": "address",
1338
+ "name": "treasurer",
1339
+ "type": "address"
1340
+ },
1341
+ {
1342
+ "internalType": "address",
1343
+ "name": "tokenMessaging",
1344
+ "type": "address"
1345
+ },
1346
+ {
1347
+ "internalType": "address",
1348
+ "name": "creditMessaging",
1349
+ "type": "address"
1350
+ },
1351
+ {
1352
+ "internalType": "address",
1353
+ "name": "lzToken",
1354
+ "type": "address"
1355
+ }
1356
+ ],
1357
+ "internalType": "struct StargateBase.AddressConfig",
1358
+ "name": "_config",
1359
+ "type": "tuple"
1360
+ }
1361
+ ],
1362
+ "name": "setAddressConfig",
1363
+ "outputs": [],
1364
+ "stateMutability": "nonpayable",
1365
+ "type": "function"
1366
+ },
1367
+ {
1368
+ "inputs": [
1369
+ {
1370
+ "internalType": "uint32",
1371
+ "name": "_dstEid",
1372
+ "type": "uint32"
1373
+ },
1374
+ {
1375
+ "internalType": "bool",
1376
+ "name": "_oft",
1377
+ "type": "bool"
1378
+ }
1379
+ ],
1380
+ "name": "setOFTPath",
1381
+ "outputs": [],
1382
+ "stateMutability": "nonpayable",
1383
+ "type": "function"
1384
+ },
1385
+ {
1386
+ "inputs": [
1387
+ {
1388
+ "internalType": "bool",
1389
+ "name": "_paused",
1390
+ "type": "bool"
1391
+ }
1392
+ ],
1393
+ "name": "setPause",
1394
+ "outputs": [],
1395
+ "stateMutability": "nonpayable",
1396
+ "type": "function"
1397
+ },
1398
+ {
1399
+ "inputs": [
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "_gasLimit",
1403
+ "type": "uint256"
1404
+ }
1405
+ ],
1406
+ "name": "setTransferGasLimit",
1407
+ "outputs": [],
1408
+ "stateMutability": "nonpayable",
1409
+ "type": "function"
1410
+ },
1411
+ {
1412
+ "inputs": [],
1413
+ "name": "sharedDecimals",
1414
+ "outputs": [
1415
+ {
1416
+ "internalType": "uint8",
1417
+ "name": "",
1418
+ "type": "uint8"
1419
+ }
1420
+ ],
1421
+ "stateMutability": "view",
1422
+ "type": "function"
1423
+ },
1424
+ {
1425
+ "inputs": [],
1426
+ "name": "stargateType",
1427
+ "outputs": [
1428
+ {
1429
+ "internalType": "enum StargateType",
1430
+ "name": "",
1431
+ "type": "uint8"
1432
+ }
1433
+ ],
1434
+ "stateMutability": "pure",
1435
+ "type": "function"
1436
+ },
1437
+ {
1438
+ "inputs": [],
1439
+ "name": "status",
1440
+ "outputs": [
1441
+ {
1442
+ "internalType": "uint8",
1443
+ "name": "",
1444
+ "type": "uint8"
1445
+ }
1446
+ ],
1447
+ "stateMutability": "view",
1448
+ "type": "function"
1449
+ },
1450
+ {
1451
+ "inputs": [],
1452
+ "name": "token",
1453
+ "outputs": [
1454
+ {
1455
+ "internalType": "address",
1456
+ "name": "",
1457
+ "type": "address"
1458
+ }
1459
+ ],
1460
+ "stateMutability": "view",
1461
+ "type": "function"
1462
+ },
1463
+ {
1464
+ "inputs": [
1465
+ {
1466
+ "internalType": "address",
1467
+ "name": "newOwner",
1468
+ "type": "address"
1469
+ }
1470
+ ],
1471
+ "name": "transferOwnership",
1472
+ "outputs": [],
1473
+ "stateMutability": "nonpayable",
1474
+ "type": "function"
1475
+ },
1476
+ {
1477
+ "inputs": [
1478
+ {
1479
+ "internalType": "address",
1480
+ "name": "_newOwner",
1481
+ "type": "address"
1482
+ }
1483
+ ],
1484
+ "name": "transferTokenOwnership",
1485
+ "outputs": [],
1486
+ "stateMutability": "nonpayable",
1487
+ "type": "function"
1488
+ },
1489
+ {
1490
+ "inputs": [],
1491
+ "name": "treasuryFee",
1492
+ "outputs": [
1493
+ {
1494
+ "internalType": "uint64",
1495
+ "name": "",
1496
+ "type": "uint64"
1497
+ }
1498
+ ],
1499
+ "stateMutability": "view",
1500
+ "type": "function"
1501
+ },
1502
+ {
1503
+ "inputs": [
1504
+ {
1505
+ "internalType": "bytes32",
1506
+ "name": "guid",
1507
+ "type": "bytes32"
1508
+ },
1509
+ {
1510
+ "internalType": "uint8",
1511
+ "name": "index",
1512
+ "type": "uint8"
1513
+ }
1514
+ ],
1515
+ "name": "unreceivedTokens",
1516
+ "outputs": [
1517
+ {
1518
+ "internalType": "bytes32",
1519
+ "name": "hash",
1520
+ "type": "bytes32"
1521
+ }
1522
+ ],
1523
+ "stateMutability": "view",
1524
+ "type": "function"
1525
+ },
1526
+ {
1527
+ "inputs": [],
1528
+ "name": "withdrawPlannerFee",
1529
+ "outputs": [],
1530
+ "stateMutability": "nonpayable",
1531
+ "type": "function"
1532
+ },
1533
+ {
1534
+ "inputs": [
1535
+ {
1536
+ "internalType": "address",
1537
+ "name": "_to",
1538
+ "type": "address"
1539
+ },
1540
+ {
1541
+ "internalType": "uint64",
1542
+ "name": "_amountSD",
1543
+ "type": "uint64"
1544
+ }
1545
+ ],
1546
+ "name": "withdrawTreasuryFee",
1547
+ "outputs": [],
1548
+ "stateMutability": "nonpayable",
1549
+ "type": "function"
1550
+ }
1551
+ ],
1552
+ "bytecode": "0x6101206040526108fc6001556002805460ff60a01b1916600160a01b1790553480156200002b57600080fd5b5060405162004d3b38038062004d3b8339810160408190526200004e9162000236565b8383838383846001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000092573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000b8919062000293565b848484620000c633620001b7565b6001600160a01b03851660805260ff8084169085161015620000fb57604051632e4b554360e01b815260040160405180910390fd5b620001078385620002ce565b6200011490600a620003ed565b60c05260ff831660a0526001600160a01b03821660e08190526040805163416ecebf60e01b8152905163416ecebf916004808201926020929091908290030181865afa15801562000169573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200018f9190620003fe565b63ffffffff1661010052620001a481620001b7565b5050505050505050505050505062000426565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b80516001600160a01b03811681146200021f57600080fd5b919050565b805160ff811681146200021f57600080fd5b600080600080608085870312156200024d57600080fd5b620002588562000207565b9350620002686020860162000224565b9250620002786040860162000207565b9150620002886060860162000207565b905092959194509250565b600060208284031215620002a657600080fd5b620002b18262000224565b9392505050565b634e487b7160e01b600052601160045260246000fd5b60ff8281168282160390811115620002ea57620002ea620002b8565b92915050565b600181815b8085111562000331578160001904821115620003155762000315620002b8565b808516156200032357918102915b93841c9390800290620002f5565b509250929050565b6000826200034a57506001620002ea565b816200035957506000620002ea565b81600181146200037257600281146200037d576200039d565b6001915050620002ea565b60ff841115620003915762000391620002b8565b50506001821b620002ea565b5060208310610133831016604e8410600b8410161715620003c2575081810a620002ea565b620003ce8383620002f0565b8060001904821115620003e557620003e5620002b8565b029392505050565b6000620002b160ff84168362000339565b6000602082840312156200041157600080fd5b815163ffffffff81168114620002b157600080fd5b60805160a05160c05160e05161010051614844620004f7600039600081816105e6015261172e0152600081816105850152818161117501528181611fec015261354f015260008181610b4301528181610bae01528181610da601528181610f0001528181610f9d01528181610fc70152818161109f01528181611898015281816122a8015281816123de015281816124080152818161266601526129810152600061062f01526000818161085c0152818161133e01528181612853015281816129b30152612a0901526148446000f3fe6080604052600436106102345760003560e01c80637260753711610138578063b0d7ca5d116100b0578063cbef2aa91161007f578063d621ad3f11610064578063d621ad3f146107f2578063f2fde38b1461082a578063fc0c546a1461084a57600080fd5b8063cbef2aa914610796578063cc32d176146107b857600080fd5b8063b0d7ca5d14610720578063bedb86fb14610735578063c7c7f5b314610755578063c859c4831461077657600080fd5b80638da5cb5b116101075780639f68b964116100ec5780639f68b964146106c4578063a7229fd9146106e0578063a88835d71461070057600080fd5b80638da5cb5b146106865780639561b12f146106a457600080fd5b806372607537146105d4578063857749b01461061d57806388543f0e146106515780638c70830b1461066657600080fd5b8063341a4648116101cb578063434def551161019a5780635114bf091161017f5780635114bf09146105565780635e280f1114610573578063715018a6146105bf57600080fd5b8063434def5514610516578063461bb0b91461053657600080fd5b8063341a46481461046657806338da6b8e146104795780633b6f743b146104c95780633faa12c5146104f657600080fd5b8063200d2ed211610207578063200d2ed2146102fb578063203bd15f1461032e57806321e6b53d146103505780632bc5114c1461037057600080fd5b80630141e41b146102395780630d35b4151461026f578063156a0d0f1461029e57806316909bca146102df575b600080fd5b34801561024557600080fd5b50610259610254366004613766565b61087e565b6040516102669190613843565b60405180910390f35b34801561027b57600080fd5b5061028f61028a36600461386e565b610b03565b604051610266939291906138f3565b3480156102aa57600080fd5b50604080517f02e49c2c0000000000000000000000000000000000000000000000000000000081526000602082015201610266565b3480156102eb57600080fd5b50600160405161026691906139aa565b34801561030757600080fd5b5060025461031c90600160a01b900460ff1681565b60405160ff9091168152602001610266565b34801561033a57600080fd5b5061034e610349366004613a73565b610fff565b005b34801561035c57600080fd5b5061034e61036b366004613af5565b6112fe565b34801561037c57600080fd5b506104056040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152506040805160c0810182526002546001600160a01b03908116825260055481166020830152600754811692820192909252600654821660608201526003548216608082015260045490911660a082015290565b6040516102669190600060c0820190506001600160a01b038084511683528060208501511660208401528060408501511660408401528060608501511660608401528060808501511660808401528060a08501511660a08401525092915050565b61034e610474366004613b10565b61139d565b34801561048557600080fd5b506104b0610494366004613b29565b60086020526000908152604090205467ffffffffffffffff1681565b60405167ffffffffffffffff9091168152602001610266565b3480156104d557600080fd5b506104e96104e4366004613b52565b611477565b6040516102669190613ba4565b34801561050257600080fd5b5061034e610511366004613bbb565b611724565b34801561052257600080fd5b5061034e610531366004613bf8565b6117f8565b34801561054257600080fd5b5061034e610551366004613c5b565b611a66565b34801561056257600080fd5b50475b604051908152602001610266565b34801561057f57600080fd5b506105a77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610266565b3480156105cb57600080fd5b5061034e611c14565b3480156105e057600080fd5b506106087f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff9091168152602001610266565b34801561062957600080fd5b5061031c7f000000000000000000000000000000000000000000000000000000000000000081565b34801561065d57600080fd5b50600154610565565b34801561067257600080fd5b5061034e610681366004613b10565b611c28565b34801561069257600080fd5b506000546001600160a01b03166105a7565b3480156106b057600080fd5b5061034e6106bf366004613c6d565b611c35565b3480156106d057600080fd5b5060405160018152602001610266565b3480156106ec57600080fd5b506105656106fb366004613ce0565b611d9b565b34801561070c57600080fd5b5061034e61071b366004613d1c565b611e99565b34801561072c57600080fd5b5061034e6120c5565b34801561074157600080fd5b5061034e610750366004613da5565b61212e565b610768610763366004613dc2565b6121e9565b604051610266929190613e60565b34801561078257600080fd5b5061034e610791366004613e84565b61221d565b6107a96107a4366004613dc2565b612318565b60405161026693929190613eb0565b3480156107c457600080fd5b506002546104b0907501000000000000000000000000000000000000000000900467ffffffffffffffff1681565b3480156107fe57600080fd5b5061056561080d366004613f0b565b600960209081526000928352604080842090915290825290205481565b34801561083657600080fd5b5061034e610845366004613af5565b6124fe565b34801561085657600080fd5b506105a77f000000000000000000000000000000000000000000000000000000000000000081565b600254606090600160a01b900460ff166001146108f657600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6040517fdb22c33c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556003546001600160a01b031633811461094657604051635bd25eff60e01b815260040160405180910390fd5b60008367ffffffffffffffff81111561096157610961613f37565b6040519080825280602002602001820160405280156109a657816020015b604080518082019091526000808252602082015281526020019060019003908161097f5790505b5090506000805b85811015610aa857368787838181106109c8576109c8613f66565b90506060020190506000610a328260200160208101906109e89190613f95565b6109f86060850160408601613f95565b60086000610a096020880188613b29565b63ffffffff1663ffffffff1681526020019081526020016000206125aa9092919063ffffffff16565b905067ffffffffffffffff811615610a9e576040805180820190915280610a5c6020850185613b29565b63ffffffff16815267ffffffffffffffff83166020909101528585610a8081613fe1565b965081518110610a9257610a92613f66565b60200260200101819052505b50506001016109ad565b508082527fce105e156370093e6600169f7c01277f740d45fbcf95435227ce6f43ad0c3abd8783604051610add929190614019565b60405180910390a1509150506002805460ff60a01b1916600160a01b1790559392505050565b60408051808201909152600080825260208201526060610b36604051806040016040528060008152602001600081525090565b60408051808201909152807f00000000000000000000000000000000000000000000000000000000000000008152602001610bd160086000886000016020810190610b819190613b29565b63ffffffff16815260208101919091526040016000205467ffffffffffffffff1667ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81525092506000610bfe8460200151866040013511610bf457856040013561265f565b846020015161265f565b90506000610c2e610c126020880188613b29565b83610c29610c2360c08b018b614038565b15919050565b61269f565b600254604080517f81993cd000000000000000000000000000000000000000000000000000000000815283516001600160a01b039081166004830152602085015163ffffffff1660248301529184015167ffffffffffffffff9081166044830152606085015116606482015260808401511515608482015260a0840151151560a48201529293506000929116906381993cd09060c401602060405180830381865afa158015610ce1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d05919061409d565b90508267ffffffffffffffff168167ffffffffffffffff1614610f825760408051600180825281830190925290816020015b604080518082019091526000815260606020820152815260200190600190039081610d375790505094508267ffffffffffffffff168167ffffffffffffffff161015610e59576040518060400160405280610dce610dc98487610d9a91906140ba565b67ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b612729565b610df8907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6140db565b81526020016040518060400160405280600c81526020017f70726f746f636f6c20666565000000000000000000000000000000000000000081525081525085600081518110610e4957610e49613f66565b6020026020010181905250610f82565b8267ffffffffffffffff168167ffffffffffffffff161115610f82576000610e8184836140ba565b9091039050600067ffffffffffffffff84811690831603610ee2576040805160008082526020820190925290610eda565b604080518082019091526000815260606020820152815260200190600190039081610eb25790505b509550610f80565b6040518060400160405280610f23610dc98467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020016040518060400160405280600681526020017f726577617264000000000000000000000000000000000000000000000000000081525081525086600081518110610f7457610f74613f66565b60200260200101819052505b505b6040518060400160405280610fc08567ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020017f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff8416029052959794965050505050565b600254600160a01b900460ff1660011461104257600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556006546001600160a01b031633811461109257604051635bd25eff60e01b815260040160405180910390fd5b67ffffffffffffffff84167f000000000000000000000000000000000000000000000000000000000000000002821580159060609061112b576111286110de60608c0160408d01613f95565b6110eb60208d018d613b29565b8589898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506127df92505050565b90505b60006111378985612811565b905080156112405782156111e4576040517f7cb590120000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb59012906111b1908c908e906000908890600401614127565b600060405180830381600087803b1580156111cb57600080fd5b505af11580156111df573d6000803e3d6000fd5b505050505b6001600160a01b0389168a7fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c61121d60208f018f613b29565b6040805163ffffffff9092168252602082018990520160405180910390a36112de565b61124d60208c018c613b29565b8985846040516020016112639493929190614159565b60408051601f19818403018152918152815160209283012060008d8152600984528281208180528452918220557e7c17198cd078035dc663f9a0961f84cb6265411d0b4c793f96d432f6af4b55918c91906112c0908f018f613b29565b8c88876040516112d5969594939291906141d7565b60405180910390a15b50506002805460ff60a01b1916600160a01b179055505050505050505050565b6113066128c6565b6040517ff2fde38b0000000000000000000000000000000000000000000000000000000081526001600160a01b0382811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063f2fde38b90602401600060405180830381600087803b15801561138257600080fd5b505af1158015611396573d6000803e3d6000fd5b5050505050565b6007546001600160a01b03163381146113c957604051635bd25eff60e01b815260040160405180910390fd5b6113d28261293a565b60006113de3384612972565b905080600260158282829054906101000a900467ffffffffffffffff166114059190614226565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fa064a2faa279f4d67c85c8fc69d4ebb7de2739a9e6dd864dfdd1b9e066d4bfd08160405161146a919067ffffffffffffffff91909116815260200190565b60405180910390a1505050565b6040805180820190915260008082526020820152600061149a846040013561265f565b90508067ffffffffffffffff166000036114e0576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006114f2610c2360c0870187614038565b90508015611660576006546040805160c081019091523381526001600160a01b0390911690633292cf029060208082019061152f908a018a613b29565b63ffffffff1681526020898101359082015267ffffffffffffffff8616604082015260600161156160a08a018a614038565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050908252506020016115a860808a018a614038565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509152506040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b168152611619919088906004016142b6565b6040805180830381865afa158015611635573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116599190614364565b925061171c565b6000806116706080880188614038565b60065492109250506001600160a01b03166375d2208c6116936020890189613b29565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015283151560248201526044016040805180830381865afa1580156116f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117189190614364565b9350505b505092915050565b61172c6128c6565b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168263ffffffff1603611791576040517fada8342400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff80831660009081526008602052604090206117b3918390612a7316565b6040805163ffffffff8416815282151560208201527faf6b8dd4c5a827e03f548d06181b36aaba61e22436ff1cfa9bc409d576366a6091015b60405180910390a15050565b600254600160a01b900460ff1660011461183b57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556006546001600160a01b031633811461188b57604051635bd25eff60e01b815260040160405180910390fd5b67ffffffffffffffff82167f00000000000000000000000000000000000000000000000000000000000000000260006118c48583612811565b90508015611928576001600160a01b038516877fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c61190560208c018c613b29565b6040805163ffffffff9092168252602082018790520160405180910390a3611a49565b6119356020890189613b29565b60405160e09190911b7fffffffff00000000000000000000000000000000000000000000000000000000166020820152606086901b7fffffffffffffffffffffffffffffffffffffffff0000000000000000000000001660248201526038810183905260580160408051601f19818403018152918152815160209283012060008a81526009845282812060ff8b168252845291909120557e7c17198cd078035dc663f9a0961f84cb6265411d0b4c793f96d432f6af4b5590889088906119fd908c018c613b29565b6040805193845260ff909216602084015263ffffffff16908201526001600160a01b03871660608201526080810184905260c060a0820181905260009082015260e00160405180910390a15b50506002805460ff60a01b1916600160a01b179055505050505050565b611a6e6128c6565b611a7b6020820182613af5565b6002805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611ab86040820160208301613af5565b6005805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611af56060820160408301613af5565b6007805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611b326080820160608301613af5565b6006805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611b6f60a0820160808301613af5565b6003805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611bac60c0820160a08301613af5565b6004805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03929092169190911790556040517f9774229668135b546675daf425e41c0848f60aa32d0951881245f4f528cc33f090611c09908390614380565b60405180910390a150565b611c1c6128c6565b611c266000612b3d565b565b611c306128c6565b600155565b600254600160a01b900460ff16600114611c7857600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556003546001600160a01b0316338114611cc857604051635bd25eff60e01b815260040160405180910390fd5b60005b82811015611d465736848483818110611ce657611ce6613f66565b9050604002019050611d3d816020016020810190611d049190613f95565b60086000611d156020860186613b29565b63ffffffff1663ffffffff168152602001908152602001600020612b9a90919063ffffffff16565b50600101611ccb565b507f10c5f2b007767d266c6c75c86ae9ed0c74e6320b30bda231af7396a990e7263c848484604051611d7a939291906143ff565b60405180910390a150506002805460ff60a01b1916600160a01b1790555050565b600254600090600160a01b900460ff16600114611de157600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556007546001600160a01b0316338114611e3157604051635bd25eff60e01b815260040160405180910390fd5b6001600160a01b038516611e71576040517f809fc44b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e7e8585856000612c34565b50506002805460ff60a01b1916600160a01b17905592915050565b600254600160a01b900460ff16600114611edc57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b191674020000000000000000000000000000000000000000179055604051611f199086908690869086908690602001614472565b60408051601f19818403018152918152815160209283012060008a81526009845282812060ff8b16825290935291205414611f80576040517faba8b6ef00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600087815260096020908152604080832060ff8a168452909152812055611fa78484612c7c565b611fb6611fb38461265f565b50565b801561205d576040517f7cb590120000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb590129061202a9087908b90600090889088906004016144e4565b600060405180830381600087803b15801561204457600080fd5b505af1158015612058573d6000803e3d6000fd5b505050505b6040805163ffffffff87168152602081018590526001600160a01b0386169189917fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c910160405180910390a350506002805460ff60a01b1916600160a01b1790555050505050565b6005546001600160a01b03163381146120f157604051635bd25eff60e01b815260040160405180910390fd5b476120fe33826000612cc1565b6040518181527f19e23b96a5e0d494b59baca97d1fe386cf8e80a978dfd8845d25f1a9d5c7e183906020016117ec565b6005546001600160a01b031633811461215a57604051635bd25eff60e01b815260040160405180910390fd5b600254600119600160a01b90910460ff1601612189576040516376a9ad7360e01b815260040160405180910390fd5b81612195576001612198565b60035b6002805460ff92909216600160a01b0260ff60a01b1990921691909117905560405182151581527f878ac8a2ca79520471f8f3c8494fa802c03ce3bf034252aad7f22318984fdbdb906020016117ec565b6121f1613705565b6040805180820190915260008082526020820152612210858585612318565b5090969095509350505050565b6007546001600160a01b031633811461224957604051635bd25eff60e01b815260040160405180910390fd5b81600260158282829054906101000a900467ffffffffffffffff1661226e91906140ba565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506122d0836122cb8467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b612c7c565b604080516001600160a01b038516815267ffffffffffffffff841660208201527fa46907b6b80b882da80d6e36cc905dde57fafff0a5442c8898526fe952d1e653910161146a565b612320613705565b6040805180820190915260008082526020820152604080518082019091526000815260606020820152600254600160a01b900460ff1660011461238c57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b191674020000000000000000000000000000000000000000179055600080806123bd89612d02565b92509250925060405180604001604052806124018467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020017f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff84160290529450600061245261244b368b90038b018b614535565b8751612da0565b9050831561246d576124668a82848b612df5565b965061247f565b6124798a82848b612f84565b90975094505b865133907f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a6124b160208e018e613b29565b89516020808c01516040805163ffffffff90951685529184019290925282015260600160405180910390a350506002805460ff60a01b1916600160a01b1790555092969195509350915050565b6125066128c6565b6001600160a01b0381166125a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b611fb381612b3d565b825460009067ffffffffffffffff1667fffffffffffffffe1981016125fb576040517f5a5cc94600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8067ffffffffffffffff168367ffffffffffffffff1610156126575782810367ffffffffffffffff808216908616116126345784612636565b805b865467ffffffffffffffff191681840367ffffffffffffffff161787559250505b509392505050565b60006126997f0000000000000000000000000000000000000000000000000000000000000000838161269357612693614567565b04613180565b92915050565b6040805160c08082018352600080835260208084018290528385018290526060808501839052608080860184905260a09586018490528651948501875233855263ffffffff8a1685840181905267ffffffffffffffff8a8116878a0152928601859052845260089092529490912054841690931492810192909252821515908201525b9392505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8211156127db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e206160448201527f6e20696e743235360000000000000000000000000000000000000000000000006064820152608401612598565b5090565b6060848484846040516020016127f89493929190614596565b6040516020818303038152906040529050949350505050565b6040517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152602482018390526000917f0000000000000000000000000000000000000000000000000000000000000000909116906340c10f19906044016020604051808303816000875af19250505080156128ba575060408051601f3d908101601f191682019092526128b791810190614614565b60015b15612699579392505050565b6000546001600160a01b03163314611c26576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612598565b3415611fb3576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061297d8261265f565b90507f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff82160291506129da7f000000000000000000000000000000000000000000000000000000000000000084308561321a565b6040517f42966c68000000000000000000000000000000000000000000000000000000008152600481018390527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906342966c6890602401600060405180830381600087803b158015612a5557600080fd5b505af1158015612a69573d6000803e3d6000fd5b5050505092915050565b815467ffffffffffffffff168115612ae55767ffffffffffffffff811615612ac7576040517fca2bc39800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191667ffffffffffffffff178355505050565b67ffffffffffffffff81811614612b28576040517fca2bc39800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191683555b505050565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b815467ffffffffffffffff1667fffffffffffffffe198101612bbb57505050565b612bc58282614226565b905067fffffffffffffffe1967ffffffffffffffff821601612c13576040517f5a5cc94600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191667ffffffffffffffff919091161790915550565b612c4084848484613226565b612c76576040517f7c75c3d200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6000612c888383612811565b905080612b38576040517f06a6167e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612ccc83838361325b565b612b38576040517f7c75c3d200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008080612d16610c2360c0860186614038565b9250612d26338560400135612972565b91506000612d41612d3a6020870187613b29565b848661269f565b9050612d5981612d54876060013561265f565b613282565b9150612d988260086000612d7060208a018a613b29565b63ffffffff1663ffffffff16815260200190815260200160002061347790919063ffffffff16565b509193909250565b604080518082019091526000808252602082015282513414612dee576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5090919050565b612dfd613705565b602084015115612e1457612e148460200151613505565b60065484516040805160c081019091523381526001600160a01b039092169163ff6fb3009190602080820190612e4c908b018b613b29565b63ffffffff16815260208a8101359082015267ffffffffffffffff88166040820152606001612e7e60a08b018b614038565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250602001612ec560808b018b614038565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509152506040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b168152612f38919089908890600401614631565b60806040518083038185885af1158015612f56573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612f7b91906146e1565b95945050505050565b612f8c613705565b604080518082019091526000815260606020820152602085015115612fdd576040517fb5e0bf8d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006546040805160a081019091523381526001600160a01b03909116906385afd45390602080820190613012908b018b613b29565b63ffffffff16815260208a8101359082015267ffffffffffffffff88166040820152606001600061304660808c018c614038565b9190911190915250604080517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815282516001600160a01b03166004820152602083015163ffffffff166024820152908201516044820152606082015167ffffffffffffffff1660648201526080909101511515608482015260a4016000604051808303816000875af11580156130e7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261310f91908101906146fd565b60408201515187519294509092509080821461317557818111156131435781810361313c8682600061325b565b5050613175565b6040517fa028531600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505094509492505050565b600067ffffffffffffffff8211156127db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201527f34206269747300000000000000000000000000000000000000000000000000006064820152608401612598565b612c4084848484613578565b60006001600160a01b0385166132485761324184848461325b565b9050613253565b612f7b85858561362c565b949350505050565b60008082613269575a61326d565b6001545b9050600080600080878986f195945050505050565b600254604080517f43d9564d00000000000000000000000000000000000000000000000000000000815284516001600160a01b039081166004830152602086015163ffffffff1660248301529185015167ffffffffffffffff9081166044830152606086015116606482015260808501511515608482015260a0850151151560a482015260009291909116906343d9564d9060c4016020604051808303816000875af1158015613336573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335a919061409d565b604084015190915067ffffffffffffffff80821690831610156133e15761338182826140ba565b600280546015906133b69084907501000000000000000000000000000000000000000000900467ffffffffffffffff16614226565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555061340f565b8067ffffffffffffffff168267ffffffffffffffff16111561340f57600061340982846140ba565b90920391505b8267ffffffffffffffff168267ffffffffffffffff161080613439575067ffffffffffffffff8216155b15613470576040517fa1e8654500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5092915050565b815467ffffffffffffffff1667fffffffffffffffe19810161349857505050565b8167ffffffffffffffff168167ffffffffffffffff1610156134e6576040517f2b4d0ad500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191691900367ffffffffffffffff16179055565b6004546001600160a01b031680613548576040517fb5e0bf8d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61357481337f00000000000000000000000000000000000000000000000000000000000000008561321a565b5050565b6040516001600160a01b0380851660248301528316604482015260648101829052600090612f7b9086907f23b872dd00000000000000000000000000000000000000000000000000000000906084015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152613678565b6040516001600160a01b0383166024820152604481018290526000906132539085907fa9059cbb00000000000000000000000000000000000000000000000000000000906064016135c8565b6000806000846001600160a01b03168460405161369591906147f2565b6000604051808303816000865af19150503d80600081146136d2576040519150601f19603f3d011682016040523d82523d6000602084013e6136d7565b606091505b5091509150816136e8576000612f7b565b80511580612f7b575080806020019051810190612f7b9190614614565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001613748604051806040016040528060008152602001600081525090565b905290565b803563ffffffff8116811461376157600080fd5b919050565b60008060006040848603121561377b57600080fd5b6137848461374d565b9250602084013567ffffffffffffffff808211156137a157600080fd5b818601915086601f8301126137b557600080fd5b8135818111156137c457600080fd5b8760206060830285010111156137d957600080fd5b6020830194508093505050509250925092565b60008151808452602080850194506020840160005b83811015613838578151805163ffffffff16885283015167ffffffffffffffff168388015260409096019590820190600101613801565b509495945050505050565b60208152600061272260208301846137ec565b600060e0828403121561386857600080fd5b50919050565b60006020828403121561388057600080fd5b813567ffffffffffffffff81111561389757600080fd5b61325384828501613856565b60005b838110156138be5781810151838201526020016138a6565b50506000910152565b600081518084526138df8160208601602086016138a3565b601f01601f19169290920160200192915050565b8351815260208085015190820152600060a08201604060a0604085015281865180845260c08601915060c08160051b8701019350602080890160005b8381101561398c578887037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff40018552815180518852830151838801879052613979878901826138c7565b975050938201939082019060010161392f565b50508751606088015250505060208501516080850152509050613253565b60208101600283106139e5577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006060828403121561386857600080fd5b80356001600160a01b038116811461376157600080fd5b67ffffffffffffffff81168114611fb357600080fd5b60008083601f840112613a3c57600080fd5b50813567ffffffffffffffff811115613a5457600080fd5b602083019150836020828501011115613a6c57600080fd5b9250929050565b60008060008060008060e08789031215613a8c57600080fd5b613a9688886139eb565b955060608701359450613aab608088016139fd565b935060a0870135613abb81613a14565b925060c087013567ffffffffffffffff811115613ad757600080fd5b613ae389828a01613a2a565b979a9699509497509295939492505050565b600060208284031215613b0757600080fd5b612722826139fd565b600060208284031215613b2257600080fd5b5035919050565b600060208284031215613b3b57600080fd5b6127228261374d565b8015158114611fb357600080fd5b60008060408385031215613b6557600080fd5b823567ffffffffffffffff811115613b7c57600080fd5b613b8885828601613856565b9250506020830135613b9981613b44565b809150509250929050565b815181526020808301519082015260408101612699565b60008060408385031215613bce57600080fd5b613bd78361374d565b91506020830135613b9981613b44565b803560ff8116811461376157600080fd5b600080600080600060e08688031215613c1057600080fd5b613c1a87876139eb565b945060608601359350613c2f60808701613be7565b9250613c3d60a087016139fd565b915060c0860135613c4d81613a14565b809150509295509295909350565b600060c0828403121561386857600080fd5b600080600060408486031215613c8257600080fd5b613c8b8461374d565b9250602084013567ffffffffffffffff80821115613ca857600080fd5b818601915086601f830112613cbc57600080fd5b813581811115613ccb57600080fd5b8760208260061b85010111156137d957600080fd5b600080600060608486031215613cf557600080fd5b613cfe846139fd565b9250613d0c602085016139fd565b9150604084013590509250925092565b600080600080600080600060c0888a031215613d3757600080fd5b87359650613d4760208901613be7565b9550613d556040890161374d565b9450613d63606089016139fd565b93506080880135925060a088013567ffffffffffffffff811115613d8657600080fd5b613d928a828b01613a2a565b989b979a50959850939692959293505050565b600060208284031215613db757600080fd5b813561272281613b44565b60008060008385036080811215613dd857600080fd5b843567ffffffffffffffff811115613def57600080fd5b613dfb87828801613856565b9450506040601f1982011215613e1057600080fd5b50602084019150613e23606085016139fd565b90509250925092565b8051825267ffffffffffffffff60208201511660208301526040810151612b38604084018280518252602090810151910152565b60c08101613e6e8285613e2c565b82516080830152602083015160a0830152612722565b60008060408385031215613e9757600080fd5b613ea0836139fd565b91506020830135613b9981613a14565b613eba8185613e2c565b82516080820152602083015160a082015260e060c082015268ffffffffffffffffff82511660e0820152600060208301516040610100840152613f016101208401826138c7565b9695505050505050565b60008060408385031215613f1e57600080fd5b82359150613f2e60208401613be7565b90509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060208284031215613fa757600080fd5b813561272281613a14565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361401257614012613fb2565b5060010190565b63ffffffff8316815260406020820152600061325360408301846137ec565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261406d57600080fd5b83018035915067ffffffffffffffff82111561408857600080fd5b602001915036819003821315613a6c57600080fd5b6000602082840312156140af57600080fd5b815161272281613a14565b67ffffffffffffffff82811682821603908082111561347057613470613fb2565b808202600082127f80000000000000000000000000000000000000000000000000000000000000008414161561411357614113613fb2565b818105831482151761269957612699613fb2565b6001600160a01b038516815283602082015261ffff83166040820152608060608201526000613f0160808301846138c7565b7fffffffff000000000000000000000000000000000000000000000000000000008560e01b1681527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008460601b166004820152826018820152600082516141c78160388501602087016138a3565b9190910160380195945050505050565b86815260ff8616602082015263ffffffff851660408201526001600160a01b038416606082015282608082015260c060a0820152600061421a60c08301846138c7565b98975050505050505050565b67ffffffffffffffff81811683821601908082111561347057613470613fb2565b6001600160a01b03815116825263ffffffff60208201511660208301526040810151604083015267ffffffffffffffff60608201511660608301526000608082015160c0608085015261429d60c08501826138c7565b905060a083015184820360a0860152612f7b82826138c7565b6040815260006142c96040830185614247565b905082151560208301529392505050565b6040805190810167ffffffffffffffff811182821017156142fd576142fd613f37565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561432c5761432c613f37565b604052919050565b60006040828403121561434657600080fd5b61434e6142da565b9050815181526020820151602082015292915050565b60006040828403121561437657600080fd5b6127228383614334565b60c081016001600160a01b0380614396856139fd565b168352806143a6602086016139fd565b166020840152806143b9604086016139fd565b166040840152806143cc606086016139fd565b166060840152806143df608086016139fd565b166080840152806143f260a086016139fd565b1660a08401525092915050565b63ffffffff848116825260406020808401829052838201859052600092869160608601855b8881101561446457836144368661374d565b1682528285013561444681613a14565b67ffffffffffffffff16828401529385019390850190600101614424565b509998505050505050505050565b7fffffffff000000000000000000000000000000000000000000000000000000008660e01b1681527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008560601b1660048201528360188201528183603883013760009101603801908152949350505050565b6001600160a01b038616815284602082015261ffff8416604082015260806060820152816080820152818360a0830137600081830160a090810191909152601f909201601f19160101949350505050565b60006040828403121561454757600080fd5b61454f6142da565b82358152602083013560208201528091505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7fffffffffffffffff0000000000000000000000000000000000000000000000008560c01b1681527fffffffff000000000000000000000000000000000000000000000000000000008460e01b16600882015282600c8201526000825161460481602c8501602087016138a3565b91909101602c0195945050505050565b60006020828403121561462657600080fd5b815161272281613b44565b6080815260006146446080830186614247565b905061465d602083018580518252602090810151910152565b6001600160a01b0383166060830152949350505050565b60006080828403121561468657600080fd5b6040516060810181811067ffffffffffffffff821117156146a9576146a9613f37565b80604052508091508251815260208301516146c381613a14565b60208201526146d58460408501614334565b60408201525092915050565b6000608082840312156146f357600080fd5b6127228383614674565b60008060a0838503121561471057600080fd5b61471a8484614674565b9150608083015167ffffffffffffffff8082111561473757600080fd5b908401906040828703121561474b57600080fd5b6147536142da565b825168ffffffffffffffffff8116811461476c57600080fd5b81526020838101518381111561478157600080fd5b80850194505087601f85011261479657600080fd5b8351838111156147a8576147a8613f37565b6147ba82601f19601f84011601614303565b935080845288828287010111156147d057600080fd5b6147df818386018488016138a3565b5081019190915292959294509192505050565b600082516148048184602087016138a3565b919091019291505056fea2646970667358221220e3a2d0e59f94797f8de502755e2f0adf8d6fba925237333ab6e2052036ea0a3a64736f6c63430008160033",
1553
+ "deployedBytecode": "0x6080604052600436106102345760003560e01c80637260753711610138578063b0d7ca5d116100b0578063cbef2aa91161007f578063d621ad3f11610064578063d621ad3f146107f2578063f2fde38b1461082a578063fc0c546a1461084a57600080fd5b8063cbef2aa914610796578063cc32d176146107b857600080fd5b8063b0d7ca5d14610720578063bedb86fb14610735578063c7c7f5b314610755578063c859c4831461077657600080fd5b80638da5cb5b116101075780639f68b964116100ec5780639f68b964146106c4578063a7229fd9146106e0578063a88835d71461070057600080fd5b80638da5cb5b146106865780639561b12f146106a457600080fd5b806372607537146105d4578063857749b01461061d57806388543f0e146106515780638c70830b1461066657600080fd5b8063341a4648116101cb578063434def551161019a5780635114bf091161017f5780635114bf09146105565780635e280f1114610573578063715018a6146105bf57600080fd5b8063434def5514610516578063461bb0b91461053657600080fd5b8063341a46481461046657806338da6b8e146104795780633b6f743b146104c95780633faa12c5146104f657600080fd5b8063200d2ed211610207578063200d2ed2146102fb578063203bd15f1461032e57806321e6b53d146103505780632bc5114c1461037057600080fd5b80630141e41b146102395780630d35b4151461026f578063156a0d0f1461029e57806316909bca146102df575b600080fd5b34801561024557600080fd5b50610259610254366004613766565b61087e565b6040516102669190613843565b60405180910390f35b34801561027b57600080fd5b5061028f61028a36600461386e565b610b03565b604051610266939291906138f3565b3480156102aa57600080fd5b50604080517f02e49c2c0000000000000000000000000000000000000000000000000000000081526000602082015201610266565b3480156102eb57600080fd5b50600160405161026691906139aa565b34801561030757600080fd5b5060025461031c90600160a01b900460ff1681565b60405160ff9091168152602001610266565b34801561033a57600080fd5b5061034e610349366004613a73565b610fff565b005b34801561035c57600080fd5b5061034e61036b366004613af5565b6112fe565b34801561037c57600080fd5b506104056040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152506040805160c0810182526002546001600160a01b03908116825260055481166020830152600754811692820192909252600654821660608201526003548216608082015260045490911660a082015290565b6040516102669190600060c0820190506001600160a01b038084511683528060208501511660208401528060408501511660408401528060608501511660608401528060808501511660808401528060a08501511660a08401525092915050565b61034e610474366004613b10565b61139d565b34801561048557600080fd5b506104b0610494366004613b29565b60086020526000908152604090205467ffffffffffffffff1681565b60405167ffffffffffffffff9091168152602001610266565b3480156104d557600080fd5b506104e96104e4366004613b52565b611477565b6040516102669190613ba4565b34801561050257600080fd5b5061034e610511366004613bbb565b611724565b34801561052257600080fd5b5061034e610531366004613bf8565b6117f8565b34801561054257600080fd5b5061034e610551366004613c5b565b611a66565b34801561056257600080fd5b50475b604051908152602001610266565b34801561057f57600080fd5b506105a77f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610266565b3480156105cb57600080fd5b5061034e611c14565b3480156105e057600080fd5b506106087f000000000000000000000000000000000000000000000000000000000000000081565b60405163ffffffff9091168152602001610266565b34801561062957600080fd5b5061031c7f000000000000000000000000000000000000000000000000000000000000000081565b34801561065d57600080fd5b50600154610565565b34801561067257600080fd5b5061034e610681366004613b10565b611c28565b34801561069257600080fd5b506000546001600160a01b03166105a7565b3480156106b057600080fd5b5061034e6106bf366004613c6d565b611c35565b3480156106d057600080fd5b5060405160018152602001610266565b3480156106ec57600080fd5b506105656106fb366004613ce0565b611d9b565b34801561070c57600080fd5b5061034e61071b366004613d1c565b611e99565b34801561072c57600080fd5b5061034e6120c5565b34801561074157600080fd5b5061034e610750366004613da5565b61212e565b610768610763366004613dc2565b6121e9565b604051610266929190613e60565b34801561078257600080fd5b5061034e610791366004613e84565b61221d565b6107a96107a4366004613dc2565b612318565b60405161026693929190613eb0565b3480156107c457600080fd5b506002546104b0907501000000000000000000000000000000000000000000900467ffffffffffffffff1681565b3480156107fe57600080fd5b5061056561080d366004613f0b565b600960209081526000928352604080842090915290825290205481565b34801561083657600080fd5b5061034e610845366004613af5565b6124fe565b34801561085657600080fd5b506105a77f000000000000000000000000000000000000000000000000000000000000000081565b600254606090600160a01b900460ff166001146108f657600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6040517fdb22c33c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556003546001600160a01b031633811461094657604051635bd25eff60e01b815260040160405180910390fd5b60008367ffffffffffffffff81111561096157610961613f37565b6040519080825280602002602001820160405280156109a657816020015b604080518082019091526000808252602082015281526020019060019003908161097f5790505b5090506000805b85811015610aa857368787838181106109c8576109c8613f66565b90506060020190506000610a328260200160208101906109e89190613f95565b6109f86060850160408601613f95565b60086000610a096020880188613b29565b63ffffffff1663ffffffff1681526020019081526020016000206125aa9092919063ffffffff16565b905067ffffffffffffffff811615610a9e576040805180820190915280610a5c6020850185613b29565b63ffffffff16815267ffffffffffffffff83166020909101528585610a8081613fe1565b965081518110610a9257610a92613f66565b60200260200101819052505b50506001016109ad565b508082527fce105e156370093e6600169f7c01277f740d45fbcf95435227ce6f43ad0c3abd8783604051610add929190614019565b60405180910390a1509150506002805460ff60a01b1916600160a01b1790559392505050565b60408051808201909152600080825260208201526060610b36604051806040016040528060008152602001600081525090565b60408051808201909152807f00000000000000000000000000000000000000000000000000000000000000008152602001610bd160086000886000016020810190610b819190613b29565b63ffffffff16815260208101919091526040016000205467ffffffffffffffff1667ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81525092506000610bfe8460200151866040013511610bf457856040013561265f565b846020015161265f565b90506000610c2e610c126020880188613b29565b83610c29610c2360c08b018b614038565b15919050565b61269f565b600254604080517f81993cd000000000000000000000000000000000000000000000000000000000815283516001600160a01b039081166004830152602085015163ffffffff1660248301529184015167ffffffffffffffff9081166044830152606085015116606482015260808401511515608482015260a0840151151560a48201529293506000929116906381993cd09060c401602060405180830381865afa158015610ce1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d05919061409d565b90508267ffffffffffffffff168167ffffffffffffffff1614610f825760408051600180825281830190925290816020015b604080518082019091526000815260606020820152815260200190600190039081610d375790505094508267ffffffffffffffff168167ffffffffffffffff161015610e59576040518060400160405280610dce610dc98487610d9a91906140ba565b67ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b612729565b610df8907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6140db565b81526020016040518060400160405280600c81526020017f70726f746f636f6c20666565000000000000000000000000000000000000000081525081525085600081518110610e4957610e49613f66565b6020026020010181905250610f82565b8267ffffffffffffffff168167ffffffffffffffff161115610f82576000610e8184836140ba565b9091039050600067ffffffffffffffff84811690831603610ee2576040805160008082526020820190925290610eda565b604080518082019091526000815260606020820152815260200190600190039081610eb25790505b509550610f80565b6040518060400160405280610f23610dc98467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020016040518060400160405280600681526020017f726577617264000000000000000000000000000000000000000000000000000081525081525086600081518110610f7457610f74613f66565b60200260200101819052505b505b6040518060400160405280610fc08567ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020017f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff8416029052959794965050505050565b600254600160a01b900460ff1660011461104257600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556006546001600160a01b031633811461109257604051635bd25eff60e01b815260040160405180910390fd5b67ffffffffffffffff84167f000000000000000000000000000000000000000000000000000000000000000002821580159060609061112b576111286110de60608c0160408d01613f95565b6110eb60208d018d613b29565b8589898080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506127df92505050565b90505b60006111378985612811565b905080156112405782156111e4576040517f7cb590120000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb59012906111b1908c908e906000908890600401614127565b600060405180830381600087803b1580156111cb57600080fd5b505af11580156111df573d6000803e3d6000fd5b505050505b6001600160a01b0389168a7fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c61121d60208f018f613b29565b6040805163ffffffff9092168252602082018990520160405180910390a36112de565b61124d60208c018c613b29565b8985846040516020016112639493929190614159565b60408051601f19818403018152918152815160209283012060008d8152600984528281208180528452918220557e7c17198cd078035dc663f9a0961f84cb6265411d0b4c793f96d432f6af4b55918c91906112c0908f018f613b29565b8c88876040516112d5969594939291906141d7565b60405180910390a15b50506002805460ff60a01b1916600160a01b179055505050505050505050565b6113066128c6565b6040517ff2fde38b0000000000000000000000000000000000000000000000000000000081526001600160a01b0382811660048301527f0000000000000000000000000000000000000000000000000000000000000000169063f2fde38b90602401600060405180830381600087803b15801561138257600080fd5b505af1158015611396573d6000803e3d6000fd5b5050505050565b6007546001600160a01b03163381146113c957604051635bd25eff60e01b815260040160405180910390fd5b6113d28261293a565b60006113de3384612972565b905080600260158282829054906101000a900467ffffffffffffffff166114059190614226565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055507fa064a2faa279f4d67c85c8fc69d4ebb7de2739a9e6dd864dfdd1b9e066d4bfd08160405161146a919067ffffffffffffffff91909116815260200190565b60405180910390a1505050565b6040805180820190915260008082526020820152600061149a846040013561265f565b90508067ffffffffffffffff166000036114e0576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60006114f2610c2360c0870187614038565b90508015611660576006546040805160c081019091523381526001600160a01b0390911690633292cf029060208082019061152f908a018a613b29565b63ffffffff1681526020898101359082015267ffffffffffffffff8616604082015260600161156160a08a018a614038565b8080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050908252506020016115a860808a018a614038565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509152506040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b168152611619919088906004016142b6565b6040805180830381865afa158015611635573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116599190614364565b925061171c565b6000806116706080880188614038565b60065492109250506001600160a01b03166375d2208c6116936020890189613b29565b6040517fffffffff0000000000000000000000000000000000000000000000000000000060e084901b16815263ffffffff91909116600482015283151560248201526044016040805180830381865afa1580156116f4573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117189190614364565b9350505b505092915050565b61172c6128c6565b7f000000000000000000000000000000000000000000000000000000000000000063ffffffff168263ffffffff1603611791576040517fada8342400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b63ffffffff80831660009081526008602052604090206117b3918390612a7316565b6040805163ffffffff8416815282151560208201527faf6b8dd4c5a827e03f548d06181b36aaba61e22436ff1cfa9bc409d576366a6091015b60405180910390a15050565b600254600160a01b900460ff1660011461183b57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556006546001600160a01b031633811461188b57604051635bd25eff60e01b815260040160405180910390fd5b67ffffffffffffffff82167f00000000000000000000000000000000000000000000000000000000000000000260006118c48583612811565b90508015611928576001600160a01b038516877fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c61190560208c018c613b29565b6040805163ffffffff9092168252602082018790520160405180910390a3611a49565b6119356020890189613b29565b60405160e09190911b7fffffffff00000000000000000000000000000000000000000000000000000000166020820152606086901b7fffffffffffffffffffffffffffffffffffffffff0000000000000000000000001660248201526038810183905260580160408051601f19818403018152918152815160209283012060008a81526009845282812060ff8b168252845291909120557e7c17198cd078035dc663f9a0961f84cb6265411d0b4c793f96d432f6af4b5590889088906119fd908c018c613b29565b6040805193845260ff909216602084015263ffffffff16908201526001600160a01b03871660608201526080810184905260c060a0820181905260009082015260e00160405180910390a15b50506002805460ff60a01b1916600160a01b179055505050505050565b611a6e6128c6565b611a7b6020820182613af5565b6002805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611ab86040820160208301613af5565b6005805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611af56060820160408301613af5565b6007805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611b326080820160608301613af5565b6006805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611b6f60a0820160808301613af5565b6003805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392909216919091179055611bac60c0820160a08301613af5565b6004805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b03929092169190911790556040517f9774229668135b546675daf425e41c0848f60aa32d0951881245f4f528cc33f090611c09908390614380565b60405180910390a150565b611c1c6128c6565b611c266000612b3d565b565b611c306128c6565b600155565b600254600160a01b900460ff16600114611c7857600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556003546001600160a01b0316338114611cc857604051635bd25eff60e01b815260040160405180910390fd5b60005b82811015611d465736848483818110611ce657611ce6613f66565b9050604002019050611d3d816020016020810190611d049190613f95565b60086000611d156020860186613b29565b63ffffffff1663ffffffff168152602001908152602001600020612b9a90919063ffffffff16565b50600101611ccb565b507f10c5f2b007767d266c6c75c86ae9ed0c74e6320b30bda231af7396a990e7263c848484604051611d7a939291906143ff565b60405180910390a150506002805460ff60a01b1916600160a01b1790555050565b600254600090600160a01b900460ff16600114611de157600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b1916740200000000000000000000000000000000000000001790556007546001600160a01b0316338114611e3157604051635bd25eff60e01b815260040160405180910390fd5b6001600160a01b038516611e71576040517f809fc44b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611e7e8585856000612c34565b50506002805460ff60a01b1916600160a01b17905592915050565b600254600160a01b900460ff16600114611edc57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b191674020000000000000000000000000000000000000000179055604051611f199086908690869086908690602001614472565b60408051601f19818403018152918152815160209283012060008a81526009845282812060ff8b16825290935291205414611f80576040517faba8b6ef00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600087815260096020908152604080832060ff8a168452909152812055611fa78484612c7c565b611fb6611fb38461265f565b50565b801561205d576040517f7cb590120000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690637cb590129061202a9087908b90600090889088906004016144e4565b600060405180830381600087803b15801561204457600080fd5b505af1158015612058573d6000803e3d6000fd5b505050505b6040805163ffffffff87168152602081018590526001600160a01b0386169189917fefed6d3500546b29533b128a29e3a94d70788727f0507505ac12eaf2e578fd9c910160405180910390a350506002805460ff60a01b1916600160a01b1790555050505050565b6005546001600160a01b03163381146120f157604051635bd25eff60e01b815260040160405180910390fd5b476120fe33826000612cc1565b6040518181527f19e23b96a5e0d494b59baca97d1fe386cf8e80a978dfd8845d25f1a9d5c7e183906020016117ec565b6005546001600160a01b031633811461215a57604051635bd25eff60e01b815260040160405180910390fd5b600254600119600160a01b90910460ff1601612189576040516376a9ad7360e01b815260040160405180910390fd5b81612195576001612198565b60035b6002805460ff92909216600160a01b0260ff60a01b1990921691909117905560405182151581527f878ac8a2ca79520471f8f3c8494fa802c03ce3bf034252aad7f22318984fdbdb906020016117ec565b6121f1613705565b6040805180820190915260008082526020820152612210858585612318565b5090969095509350505050565b6007546001600160a01b031633811461224957604051635bd25eff60e01b815260040160405180910390fd5b81600260158282829054906101000a900467ffffffffffffffff1661226e91906140ba565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055506122d0836122cb8467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b612c7c565b604080516001600160a01b038516815267ffffffffffffffff841660208201527fa46907b6b80b882da80d6e36cc905dde57fafff0a5442c8898526fe952d1e653910161146a565b612320613705565b6040805180820190915260008082526020820152604080518082019091526000815260606020820152600254600160a01b900460ff1660011461238c57600254600119600160a01b90910460ff16016108c4576040516376a9ad7360e01b815260040160405180910390fd5b6002805460ff60a01b191674020000000000000000000000000000000000000000179055600080806123bd89612d02565b92509250925060405180604001604052806124018467ffffffffffffffff167f00000000000000000000000000000000000000000000000000000000000000000290565b81526020017f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff84160290529450600061245261244b368b90038b018b614535565b8751612da0565b9050831561246d576124668a82848b612df5565b965061247f565b6124798a82848b612f84565b90975094505b865133907f85496b760a4b7f8d66384b9df21b381f5d1b1e79f229a47aaf4c232edc2fe59a6124b160208e018e613b29565b89516020808c01516040805163ffffffff90951685529184019290925282015260600160405180910390a350506002805460ff60a01b1916600160a01b1790555092969195509350915050565b6125066128c6565b6001600160a01b0381166125a1576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201527f646472657373000000000000000000000000000000000000000000000000000060648201526084015b60405180910390fd5b611fb381612b3d565b825460009067ffffffffffffffff1667fffffffffffffffe1981016125fb576040517f5a5cc94600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8067ffffffffffffffff168367ffffffffffffffff1610156126575782810367ffffffffffffffff808216908616116126345784612636565b805b865467ffffffffffffffff191681840367ffffffffffffffff161787559250505b509392505050565b60006126997f0000000000000000000000000000000000000000000000000000000000000000838161269357612693614567565b04613180565b92915050565b6040805160c08082018352600080835260208084018290528385018290526060808501839052608080860184905260a09586018490528651948501875233855263ffffffff8a1685840181905267ffffffffffffffff8a8116878a0152928601859052845260089092529490912054841690931492810192909252821515908201525b9392505050565b60007f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8211156127db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602860248201527f53616665436173743a2076616c756520646f65736e27742066697420696e206160448201527f6e20696e743235360000000000000000000000000000000000000000000000006064820152608401612598565b5090565b6060848484846040516020016127f89493929190614596565b6040516020818303038152906040529050949350505050565b6040517f40c10f190000000000000000000000000000000000000000000000000000000081526001600160a01b038381166004830152602482018390526000917f0000000000000000000000000000000000000000000000000000000000000000909116906340c10f19906044016020604051808303816000875af19250505080156128ba575060408051601f3d908101601f191682019092526128b791810190614614565b60015b15612699579392505050565b6000546001600160a01b03163314611c26576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152606401612598565b3415611fb3576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600061297d8261265f565b90507f000000000000000000000000000000000000000000000000000000000000000067ffffffffffffffff82160291506129da7f000000000000000000000000000000000000000000000000000000000000000084308561321a565b6040517f42966c68000000000000000000000000000000000000000000000000000000008152600481018390527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906342966c6890602401600060405180830381600087803b158015612a5557600080fd5b505af1158015612a69573d6000803e3d6000fd5b5050505092915050565b815467ffffffffffffffff168115612ae55767ffffffffffffffff811615612ac7576040517fca2bc39800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191667ffffffffffffffff178355505050565b67ffffffffffffffff81811614612b28576040517fca2bc39800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191683555b505050565b600080546001600160a01b0383811673ffffffffffffffffffffffffffffffffffffffff19831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b815467ffffffffffffffff1667fffffffffffffffe198101612bbb57505050565b612bc58282614226565b905067fffffffffffffffe1967ffffffffffffffff821601612c13576040517f5a5cc94600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191667ffffffffffffffff919091161790915550565b612c4084848484613226565b612c76576040517f7c75c3d200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6000612c888383612811565b905080612b38576040517f06a6167e00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612ccc83838361325b565b612b38576040517f7c75c3d200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008080612d16610c2360c0860186614038565b9250612d26338560400135612972565b91506000612d41612d3a6020870187613b29565b848661269f565b9050612d5981612d54876060013561265f565b613282565b9150612d988260086000612d7060208a018a613b29565b63ffffffff1663ffffffff16815260200190815260200160002061347790919063ffffffff16565b509193909250565b604080518082019091526000808252602082015282513414612dee576040517f3442dd9500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5090919050565b612dfd613705565b602084015115612e1457612e148460200151613505565b60065484516040805160c081019091523381526001600160a01b039092169163ff6fb3009190602080820190612e4c908b018b613b29565b63ffffffff16815260208a8101359082015267ffffffffffffffff88166040820152606001612e7e60a08b018b614038565b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250505090825250602001612ec560808b018b614038565b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050509152506040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b168152612f38919089908890600401614631565b60806040518083038185885af1158015612f56573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612f7b91906146e1565b95945050505050565b612f8c613705565b604080518082019091526000815260606020820152602085015115612fdd576040517fb5e0bf8d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6006546040805160a081019091523381526001600160a01b03909116906385afd45390602080820190613012908b018b613b29565b63ffffffff16815260208a8101359082015267ffffffffffffffff88166040820152606001600061304660808c018c614038565b9190911190915250604080517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815282516001600160a01b03166004820152602083015163ffffffff166024820152908201516044820152606082015167ffffffffffffffff1660648201526080909101511515608482015260a4016000604051808303816000875af11580156130e7573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261310f91908101906146fd565b60408201515187519294509092509080821461317557818111156131435781810361313c8682600061325b565b5050613175565b6040517fa028531600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b505094509492505050565b600067ffffffffffffffff8211156127db576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f53616665436173743a2076616c756520646f65736e27742066697420696e203660448201527f34206269747300000000000000000000000000000000000000000000000000006064820152608401612598565b612c4084848484613578565b60006001600160a01b0385166132485761324184848461325b565b9050613253565b612f7b85858561362c565b949350505050565b60008082613269575a61326d565b6001545b9050600080600080878986f195945050505050565b600254604080517f43d9564d00000000000000000000000000000000000000000000000000000000815284516001600160a01b039081166004830152602086015163ffffffff1660248301529185015167ffffffffffffffff9081166044830152606086015116606482015260808501511515608482015260a0850151151560a482015260009291909116906343d9564d9060c4016020604051808303816000875af1158015613336573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061335a919061409d565b604084015190915067ffffffffffffffff80821690831610156133e15761338182826140ba565b600280546015906133b69084907501000000000000000000000000000000000000000000900467ffffffffffffffff16614226565b92506101000a81548167ffffffffffffffff021916908367ffffffffffffffff16021790555061340f565b8067ffffffffffffffff168267ffffffffffffffff16111561340f57600061340982846140ba565b90920391505b8267ffffffffffffffff168267ffffffffffffffff161080613439575067ffffffffffffffff8216155b15613470576040517fa1e8654500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5092915050565b815467ffffffffffffffff1667fffffffffffffffe19810161349857505050565b8167ffffffffffffffff168167ffffffffffffffff1610156134e6576040517f2b4d0ad500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b825467ffffffffffffffff191691900367ffffffffffffffff16179055565b6004546001600160a01b031680613548576040517fb5e0bf8d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b61357481337f00000000000000000000000000000000000000000000000000000000000000008561321a565b5050565b6040516001600160a01b0380851660248301528316604482015260648101829052600090612f7b9086907f23b872dd00000000000000000000000000000000000000000000000000000000906084015b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090931692909217909152613678565b6040516001600160a01b0383166024820152604481018290526000906132539085907fa9059cbb00000000000000000000000000000000000000000000000000000000906064016135c8565b6000806000846001600160a01b03168460405161369591906147f2565b6000604051808303816000865af19150503d80600081146136d2576040519150601f19603f3d011682016040523d82523d6000602084013e6136d7565b606091505b5091509150816136e8576000612f7b565b80511580612f7b575080806020019051810190612f7b9190614614565b604051806060016040528060008019168152602001600067ffffffffffffffff168152602001613748604051806040016040528060008152602001600081525090565b905290565b803563ffffffff8116811461376157600080fd5b919050565b60008060006040848603121561377b57600080fd5b6137848461374d565b9250602084013567ffffffffffffffff808211156137a157600080fd5b818601915086601f8301126137b557600080fd5b8135818111156137c457600080fd5b8760206060830285010111156137d957600080fd5b6020830194508093505050509250925092565b60008151808452602080850194506020840160005b83811015613838578151805163ffffffff16885283015167ffffffffffffffff168388015260409096019590820190600101613801565b509495945050505050565b60208152600061272260208301846137ec565b600060e0828403121561386857600080fd5b50919050565b60006020828403121561388057600080fd5b813567ffffffffffffffff81111561389757600080fd5b61325384828501613856565b60005b838110156138be5781810151838201526020016138a6565b50506000910152565b600081518084526138df8160208601602086016138a3565b601f01601f19169290920160200192915050565b8351815260208085015190820152600060a08201604060a0604085015281865180845260c08601915060c08160051b8701019350602080890160005b8381101561398c578887037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff40018552815180518852830151838801879052613979878901826138c7565b975050938201939082019060010161392f565b50508751606088015250505060208501516080850152509050613253565b60208101600283106139e5577f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91905290565b60006060828403121561386857600080fd5b80356001600160a01b038116811461376157600080fd5b67ffffffffffffffff81168114611fb357600080fd5b60008083601f840112613a3c57600080fd5b50813567ffffffffffffffff811115613a5457600080fd5b602083019150836020828501011115613a6c57600080fd5b9250929050565b60008060008060008060e08789031215613a8c57600080fd5b613a9688886139eb565b955060608701359450613aab608088016139fd565b935060a0870135613abb81613a14565b925060c087013567ffffffffffffffff811115613ad757600080fd5b613ae389828a01613a2a565b979a9699509497509295939492505050565b600060208284031215613b0757600080fd5b612722826139fd565b600060208284031215613b2257600080fd5b5035919050565b600060208284031215613b3b57600080fd5b6127228261374d565b8015158114611fb357600080fd5b60008060408385031215613b6557600080fd5b823567ffffffffffffffff811115613b7c57600080fd5b613b8885828601613856565b9250506020830135613b9981613b44565b809150509250929050565b815181526020808301519082015260408101612699565b60008060408385031215613bce57600080fd5b613bd78361374d565b91506020830135613b9981613b44565b803560ff8116811461376157600080fd5b600080600080600060e08688031215613c1057600080fd5b613c1a87876139eb565b945060608601359350613c2f60808701613be7565b9250613c3d60a087016139fd565b915060c0860135613c4d81613a14565b809150509295509295909350565b600060c0828403121561386857600080fd5b600080600060408486031215613c8257600080fd5b613c8b8461374d565b9250602084013567ffffffffffffffff80821115613ca857600080fd5b818601915086601f830112613cbc57600080fd5b813581811115613ccb57600080fd5b8760208260061b85010111156137d957600080fd5b600080600060608486031215613cf557600080fd5b613cfe846139fd565b9250613d0c602085016139fd565b9150604084013590509250925092565b600080600080600080600060c0888a031215613d3757600080fd5b87359650613d4760208901613be7565b9550613d556040890161374d565b9450613d63606089016139fd565b93506080880135925060a088013567ffffffffffffffff811115613d8657600080fd5b613d928a828b01613a2a565b989b979a50959850939692959293505050565b600060208284031215613db757600080fd5b813561272281613b44565b60008060008385036080811215613dd857600080fd5b843567ffffffffffffffff811115613def57600080fd5b613dfb87828801613856565b9450506040601f1982011215613e1057600080fd5b50602084019150613e23606085016139fd565b90509250925092565b8051825267ffffffffffffffff60208201511660208301526040810151612b38604084018280518252602090810151910152565b60c08101613e6e8285613e2c565b82516080830152602083015160a0830152612722565b60008060408385031215613e9757600080fd5b613ea0836139fd565b91506020830135613b9981613a14565b613eba8185613e2c565b82516080820152602083015160a082015260e060c082015268ffffffffffffffffff82511660e0820152600060208301516040610100840152613f016101208401826138c7565b9695505050505050565b60008060408385031215613f1e57600080fd5b82359150613f2e60208401613be7565b90509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600060208284031215613fa757600080fd5b813561272281613a14565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361401257614012613fb2565b5060010190565b63ffffffff8316815260406020820152600061325360408301846137ec565b60008083357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe184360301811261406d57600080fd5b83018035915067ffffffffffffffff82111561408857600080fd5b602001915036819003821315613a6c57600080fd5b6000602082840312156140af57600080fd5b815161272281613a14565b67ffffffffffffffff82811682821603908082111561347057613470613fb2565b808202600082127f80000000000000000000000000000000000000000000000000000000000000008414161561411357614113613fb2565b818105831482151761269957612699613fb2565b6001600160a01b038516815283602082015261ffff83166040820152608060608201526000613f0160808301846138c7565b7fffffffff000000000000000000000000000000000000000000000000000000008560e01b1681527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008460601b166004820152826018820152600082516141c78160388501602087016138a3565b9190910160380195945050505050565b86815260ff8616602082015263ffffffff851660408201526001600160a01b038416606082015282608082015260c060a0820152600061421a60c08301846138c7565b98975050505050505050565b67ffffffffffffffff81811683821601908082111561347057613470613fb2565b6001600160a01b03815116825263ffffffff60208201511660208301526040810151604083015267ffffffffffffffff60608201511660608301526000608082015160c0608085015261429d60c08501826138c7565b905060a083015184820360a0860152612f7b82826138c7565b6040815260006142c96040830185614247565b905082151560208301529392505050565b6040805190810167ffffffffffffffff811182821017156142fd576142fd613f37565b60405290565b604051601f8201601f1916810167ffffffffffffffff8111828210171561432c5761432c613f37565b604052919050565b60006040828403121561434657600080fd5b61434e6142da565b9050815181526020820151602082015292915050565b60006040828403121561437657600080fd5b6127228383614334565b60c081016001600160a01b0380614396856139fd565b168352806143a6602086016139fd565b166020840152806143b9604086016139fd565b166040840152806143cc606086016139fd565b166060840152806143df608086016139fd565b166080840152806143f260a086016139fd565b1660a08401525092915050565b63ffffffff848116825260406020808401829052838201859052600092869160608601855b8881101561446457836144368661374d565b1682528285013561444681613a14565b67ffffffffffffffff16828401529385019390850190600101614424565b509998505050505050505050565b7fffffffff000000000000000000000000000000000000000000000000000000008660e01b1681527fffffffffffffffffffffffffffffffffffffffff0000000000000000000000008560601b1660048201528360188201528183603883013760009101603801908152949350505050565b6001600160a01b038616815284602082015261ffff8416604082015260806060820152816080820152818360a0830137600081830160a090810191909152601f909201601f19160101949350505050565b60006040828403121561454757600080fd5b61454f6142da565b82358152602083013560208201528091505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7fffffffffffffffff0000000000000000000000000000000000000000000000008560c01b1681527fffffffff000000000000000000000000000000000000000000000000000000008460e01b16600882015282600c8201526000825161460481602c8501602087016138a3565b91909101602c0195945050505050565b60006020828403121561462657600080fd5b815161272281613b44565b6080815260006146446080830186614247565b905061465d602083018580518252602090810151910152565b6001600160a01b0383166060830152949350505050565b60006080828403121561468657600080fd5b6040516060810181811067ffffffffffffffff821117156146a9576146a9613f37565b80604052508091508251815260208301516146c381613a14565b60208201526146d58460408501614334565b60408201525092915050565b6000608082840312156146f357600080fd5b6127228383614674565b60008060a0838503121561471057600080fd5b61471a8484614674565b9150608083015167ffffffffffffffff8082111561473757600080fd5b908401906040828703121561474b57600080fd5b6147536142da565b825168ffffffffffffffffff8116811461476c57600080fd5b81526020838101518381111561478157600080fd5b80850194505087601f85011261479657600080fd5b8351838111156147a8576147a8613f37565b6147ba82601f19601f84011601614303565b935080845288828287010111156147d057600080fd5b6147df818386018488016138a3565b5081019190915292959294509192505050565b600082516148048184602087016138a3565b919091019291505056fea2646970667358221220e3a2d0e59f94797f8de502755e2f0adf8d6fba925237333ab6e2052036ea0a3a64736f6c63430008160033",
1554
+ "linkReferences": {},
1555
+ "deployedLinkReferences": {}
1556
+ }