@super-protocol/sdk-js 0.7.0-beta.4 → 0.7.1-beta.2

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 (41) hide show
  1. package/build/BlockchainConnector.d.ts +4 -4
  2. package/build/BlockchainConnector.js +31 -4
  3. package/build/constants.d.ts +1 -0
  4. package/build/constants.js +2 -1
  5. package/build/contracts/app.json +8671 -0
  6. package/build/models/Ballot.js +2 -5
  7. package/build/models/Offer.js +3 -3
  8. package/build/models/Order.js +4 -4
  9. package/build/models/Provider.d.ts +0 -1
  10. package/build/models/Provider.js +6 -10
  11. package/build/models/TCB.js +3 -3
  12. package/build/models/TeeOffer.js +3 -3
  13. package/build/staticModels/ActiveOffers.js +3 -3
  14. package/build/staticModels/ActiveOrders.js +3 -3
  15. package/build/staticModels/Consensus.js +3 -3
  16. package/build/staticModels/Marks.js +3 -3
  17. package/build/staticModels/OffersFactory.js +3 -3
  18. package/build/staticModels/OrdersFactory.d.ts +16 -0
  19. package/build/staticModels/OrdersFactory.js +56 -3
  20. package/build/staticModels/ProviderRegistry.js +5 -6
  21. package/build/staticModels/Staking.js +3 -3
  22. package/build/staticModels/Superpro.js +2 -2
  23. package/build/staticModels/SuperproToken.js +3 -3
  24. package/build/staticModels/TeeOffersFactory.js +3 -3
  25. package/build/staticModels/Voting.js +3 -3
  26. package/build/types/Events.d.ts +6 -0
  27. package/build/types/Order.d.ts +1 -0
  28. package/build/types/Order.js +3 -1
  29. package/build/types/Web3.d.ts +5 -0
  30. package/package.json +5 -4
  31. package/build/contracts/ActiveOffersList.json +0 -131
  32. package/build/contracts/ActiveOrdersList.json +0 -169
  33. package/build/contracts/Consensus.json +0 -580
  34. package/build/contracts/Marks.json +0 -79
  35. package/build/contracts/Offers.json +0 -1018
  36. package/build/contracts/Orders.json +0 -984
  37. package/build/contracts/Providers.json +0 -421
  38. package/build/contracts/ProvidersOffers.json +0 -254
  39. package/build/contracts/Staking.json +0 -323
  40. package/build/contracts/Superpro.json +0 -197
  41. package/build/contracts/SuperproToken.json +0 -356
@@ -1,1018 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "Offers",
4
- "sourceName": "contracts/Offers.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "creator",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "bytes32",
18
- "name": "externalId",
19
- "type": "bytes32"
20
- },
21
- {
22
- "indexed": true,
23
- "internalType": "uint256",
24
- "name": "offerId",
25
- "type": "uint256"
26
- }
27
- ],
28
- "name": "OfferCreated",
29
- "type": "event"
30
- },
31
- {
32
- "anonymous": false,
33
- "inputs": [
34
- {
35
- "indexed": true,
36
- "internalType": "address",
37
- "name": "providerAuth",
38
- "type": "address"
39
- },
40
- {
41
- "indexed": true,
42
- "internalType": "uint256",
43
- "name": "offerId",
44
- "type": "uint256"
45
- },
46
- {
47
- "indexed": true,
48
- "internalType": "enum OfferType",
49
- "name": "offerType",
50
- "type": "uint8"
51
- }
52
- ],
53
- "name": "OfferDisabled",
54
- "type": "event"
55
- },
56
- {
57
- "anonymous": false,
58
- "inputs": [
59
- {
60
- "indexed": true,
61
- "internalType": "address",
62
- "name": "providerAuth",
63
- "type": "address"
64
- },
65
- {
66
- "indexed": true,
67
- "internalType": "uint256",
68
- "name": "offerId",
69
- "type": "uint256"
70
- },
71
- {
72
- "indexed": true,
73
- "internalType": "enum OfferType",
74
- "name": "offerType",
75
- "type": "uint8"
76
- }
77
- ],
78
- "name": "OfferEnabled",
79
- "type": "event"
80
- },
81
- {
82
- "anonymous": false,
83
- "inputs": [
84
- {
85
- "indexed": true,
86
- "internalType": "address",
87
- "name": "creator",
88
- "type": "address"
89
- },
90
- {
91
- "indexed": true,
92
- "internalType": "bytes32",
93
- "name": "externalId",
94
- "type": "bytes32"
95
- },
96
- {
97
- "indexed": true,
98
- "internalType": "uint256",
99
- "name": "offerId",
100
- "type": "uint256"
101
- }
102
- ],
103
- "name": "TeeOfferCreated",
104
- "type": "event"
105
- },
106
- {
107
- "anonymous": false,
108
- "inputs": [
109
- {
110
- "indexed": true,
111
- "internalType": "address",
112
- "name": "providerAuth",
113
- "type": "address"
114
- },
115
- {
116
- "indexed": true,
117
- "internalType": "uint256",
118
- "name": "offerId",
119
- "type": "uint256"
120
- },
121
- {
122
- "indexed": false,
123
- "internalType": "uint256",
124
- "name": "violationRate",
125
- "type": "uint256"
126
- }
127
- ],
128
- "name": "TeeOfferViolationRateChanged",
129
- "type": "event"
130
- },
131
- {
132
- "inputs": [
133
- {
134
- "internalType": "address",
135
- "name": "providerAuth",
136
- "type": "address"
137
- },
138
- {
139
- "components": [
140
- {
141
- "internalType": "string",
142
- "name": "name",
143
- "type": "string"
144
- },
145
- {
146
- "internalType": "string",
147
- "name": "description",
148
- "type": "string"
149
- },
150
- {
151
- "internalType": "string",
152
- "name": "teeType",
153
- "type": "string"
154
- },
155
- {
156
- "internalType": "uint32",
157
- "name": "slots",
158
- "type": "uint32"
159
- },
160
- {
161
- "internalType": "uint64",
162
- "name": "minTimeMinutes",
163
- "type": "uint64"
164
- },
165
- {
166
- "internalType": "string",
167
- "name": "properties",
168
- "type": "string"
169
- },
170
- {
171
- "internalType": "address",
172
- "name": "tcb",
173
- "type": "address"
174
- },
175
- {
176
- "internalType": "string",
177
- "name": "tlb",
178
- "type": "string"
179
- },
180
- {
181
- "internalType": "string",
182
- "name": "argsPublicKey",
183
- "type": "string"
184
- }
185
- ],
186
- "internalType": "struct TeeOfferInfo",
187
- "name": "info",
188
- "type": "tuple"
189
- },
190
- {
191
- "internalType": "bytes32",
192
- "name": "externalId",
193
- "type": "bytes32"
194
- }
195
- ],
196
- "name": "createTeeOffer",
197
- "outputs": [],
198
- "stateMutability": "nonpayable",
199
- "type": "function"
200
- },
201
- {
202
- "inputs": [
203
- {
204
- "internalType": "address",
205
- "name": "providerAuth",
206
- "type": "address"
207
- },
208
- {
209
- "components": [
210
- {
211
- "internalType": "string",
212
- "name": "name",
213
- "type": "string"
214
- },
215
- {
216
- "internalType": "enum OfferGroup",
217
- "name": "group",
218
- "type": "uint8"
219
- },
220
- {
221
- "internalType": "enum OfferType",
222
- "name": "offerType",
223
- "type": "uint8"
224
- },
225
- {
226
- "internalType": "bool",
227
- "name": "cancelable",
228
- "type": "bool"
229
- },
230
- {
231
- "internalType": "string",
232
- "name": "description",
233
- "type": "string"
234
- },
235
- {
236
- "internalType": "uint256",
237
- "name": "holdSum",
238
- "type": "uint256"
239
- },
240
- {
241
- "components": [
242
- {
243
- "internalType": "uint256[]",
244
- "name": "offers",
245
- "type": "uint256[]"
246
- },
247
- {
248
- "internalType": "enum OfferType[]",
249
- "name": "types",
250
- "type": "uint8[]"
251
- }
252
- ],
253
- "internalType": "struct OfferRestrictions",
254
- "name": "restrictions",
255
- "type": "tuple"
256
- },
257
- {
258
- "internalType": "string",
259
- "name": "properties",
260
- "type": "string"
261
- },
262
- {
263
- "internalType": "uint256",
264
- "name": "maxDurationTimeMinutes",
265
- "type": "uint256"
266
- },
267
- {
268
- "internalType": "string",
269
- "name": "input",
270
- "type": "string"
271
- },
272
- {
273
- "internalType": "string",
274
- "name": "output",
275
- "type": "string"
276
- },
277
- {
278
- "internalType": "string",
279
- "name": "allowedArgs",
280
- "type": "string"
281
- },
282
- {
283
- "internalType": "address[]",
284
- "name": "allowedAccounts",
285
- "type": "address[]"
286
- },
287
- {
288
- "internalType": "string",
289
- "name": "argsPublicKey",
290
- "type": "string"
291
- },
292
- {
293
- "internalType": "string",
294
- "name": "resultResource",
295
- "type": "string"
296
- },
297
- {
298
- "internalType": "string",
299
- "name": "linkage",
300
- "type": "string"
301
- },
302
- {
303
- "internalType": "string",
304
- "name": "hash",
305
- "type": "string"
306
- }
307
- ],
308
- "internalType": "struct ValueOfferInfo",
309
- "name": "info",
310
- "type": "tuple"
311
- },
312
- {
313
- "internalType": "bytes32",
314
- "name": "externalId",
315
- "type": "bytes32"
316
- }
317
- ],
318
- "name": "createValueOffer",
319
- "outputs": [],
320
- "stateMutability": "nonpayable",
321
- "type": "function"
322
- },
323
- {
324
- "inputs": [
325
- {
326
- "internalType": "uint256",
327
- "name": "offerId",
328
- "type": "uint256"
329
- }
330
- ],
331
- "name": "disableOffer",
332
- "outputs": [],
333
- "stateMutability": "nonpayable",
334
- "type": "function"
335
- },
336
- {
337
- "inputs": [
338
- {
339
- "internalType": "uint256",
340
- "name": "offerId",
341
- "type": "uint256"
342
- }
343
- ],
344
- "name": "enableOffer",
345
- "outputs": [],
346
- "stateMutability": "nonpayable",
347
- "type": "function"
348
- },
349
- {
350
- "inputs": [
351
- {
352
- "internalType": "uint256",
353
- "name": "offerId",
354
- "type": "uint256"
355
- },
356
- {
357
- "internalType": "uint256",
358
- "name": "startDate",
359
- "type": "uint256"
360
- },
361
- {
362
- "internalType": "uint256",
363
- "name": "orderPrice",
364
- "type": "uint256"
365
- }
366
- ],
367
- "name": "getOfferClosingPrice",
368
- "outputs": [
369
- {
370
- "internalType": "uint256",
371
- "name": "",
372
- "type": "uint256"
373
- }
374
- ],
375
- "stateMutability": "view",
376
- "type": "function"
377
- },
378
- {
379
- "inputs": [
380
- {
381
- "internalType": "uint256",
382
- "name": "offerId",
383
- "type": "uint256"
384
- }
385
- ],
386
- "name": "getOfferDisabledAfter",
387
- "outputs": [
388
- {
389
- "internalType": "uint256",
390
- "name": "",
391
- "type": "uint256"
392
- }
393
- ],
394
- "stateMutability": "view",
395
- "type": "function"
396
- },
397
- {
398
- "inputs": [
399
- {
400
- "internalType": "uint256",
401
- "name": "offerId",
402
- "type": "uint256"
403
- }
404
- ],
405
- "name": "getOfferGroup",
406
- "outputs": [
407
- {
408
- "internalType": "enum OfferGroup",
409
- "name": "",
410
- "type": "uint8"
411
- }
412
- ],
413
- "stateMutability": "view",
414
- "type": "function"
415
- },
416
- {
417
- "inputs": [
418
- {
419
- "internalType": "uint256",
420
- "name": "offerId",
421
- "type": "uint256"
422
- }
423
- ],
424
- "name": "getOfferHoldDeposit",
425
- "outputs": [
426
- {
427
- "internalType": "uint256",
428
- "name": "",
429
- "type": "uint256"
430
- }
431
- ],
432
- "stateMutability": "view",
433
- "type": "function"
434
- },
435
- {
436
- "inputs": [
437
- {
438
- "internalType": "uint256",
439
- "name": "offerId",
440
- "type": "uint256"
441
- }
442
- ],
443
- "name": "getOfferOrigins",
444
- "outputs": [
445
- {
446
- "components": [
447
- {
448
- "internalType": "uint256",
449
- "name": "createdDate",
450
- "type": "uint256"
451
- },
452
- {
453
- "internalType": "address",
454
- "name": "createdBy",
455
- "type": "address"
456
- },
457
- {
458
- "internalType": "uint256",
459
- "name": "modifiedDate",
460
- "type": "uint256"
461
- },
462
- {
463
- "internalType": "address",
464
- "name": "modifiedBy",
465
- "type": "address"
466
- }
467
- ],
468
- "internalType": "struct Origins",
469
- "name": "",
470
- "type": "tuple"
471
- }
472
- ],
473
- "stateMutability": "view",
474
- "type": "function"
475
- },
476
- {
477
- "inputs": [
478
- {
479
- "internalType": "uint256",
480
- "name": "offerId",
481
- "type": "uint256"
482
- }
483
- ],
484
- "name": "getOfferProviderAuthority",
485
- "outputs": [
486
- {
487
- "internalType": "address",
488
- "name": "",
489
- "type": "address"
490
- }
491
- ],
492
- "stateMutability": "view",
493
- "type": "function"
494
- },
495
- {
496
- "inputs": [
497
- {
498
- "internalType": "uint256",
499
- "name": "offerId",
500
- "type": "uint256"
501
- }
502
- ],
503
- "name": "getOfferType",
504
- "outputs": [
505
- {
506
- "internalType": "enum OfferType",
507
- "name": "",
508
- "type": "uint8"
509
- }
510
- ],
511
- "stateMutability": "view",
512
- "type": "function"
513
- },
514
- {
515
- "inputs": [
516
- {
517
- "internalType": "enum OfferType",
518
- "name": "offerType",
519
- "type": "uint8"
520
- }
521
- ],
522
- "name": "getOffersCountByType",
523
- "outputs": [
524
- {
525
- "internalType": "uint256",
526
- "name": "",
527
- "type": "uint256"
528
- }
529
- ],
530
- "stateMutability": "view",
531
- "type": "function"
532
- },
533
- {
534
- "inputs": [],
535
- "name": "getOffersTotalCount",
536
- "outputs": [
537
- {
538
- "internalType": "uint256",
539
- "name": "",
540
- "type": "uint256"
541
- }
542
- ],
543
- "stateMutability": "view",
544
- "type": "function"
545
- },
546
- {
547
- "inputs": [
548
- {
549
- "internalType": "uint256",
550
- "name": "offerId",
551
- "type": "uint256"
552
- }
553
- ],
554
- "name": "getTeeOffer",
555
- "outputs": [
556
- {
557
- "components": [
558
- {
559
- "internalType": "uint256",
560
- "name": "id",
561
- "type": "uint256"
562
- },
563
- {
564
- "internalType": "address",
565
- "name": "providerAuth",
566
- "type": "address"
567
- },
568
- {
569
- "components": [
570
- {
571
- "internalType": "string",
572
- "name": "name",
573
- "type": "string"
574
- },
575
- {
576
- "internalType": "string",
577
- "name": "description",
578
- "type": "string"
579
- },
580
- {
581
- "internalType": "string",
582
- "name": "teeType",
583
- "type": "string"
584
- },
585
- {
586
- "internalType": "uint32",
587
- "name": "slots",
588
- "type": "uint32"
589
- },
590
- {
591
- "internalType": "uint64",
592
- "name": "minTimeMinutes",
593
- "type": "uint64"
594
- },
595
- {
596
- "internalType": "string",
597
- "name": "properties",
598
- "type": "string"
599
- },
600
- {
601
- "internalType": "address",
602
- "name": "tcb",
603
- "type": "address"
604
- },
605
- {
606
- "internalType": "string",
607
- "name": "tlb",
608
- "type": "string"
609
- },
610
- {
611
- "internalType": "string",
612
- "name": "argsPublicKey",
613
- "type": "string"
614
- }
615
- ],
616
- "internalType": "struct TeeOfferInfo",
617
- "name": "info",
618
- "type": "tuple"
619
- },
620
- {
621
- "internalType": "uint256",
622
- "name": "disabledAfter",
623
- "type": "uint256"
624
- }
625
- ],
626
- "internalType": "struct TeeOfferData",
627
- "name": "ret",
628
- "type": "tuple"
629
- }
630
- ],
631
- "stateMutability": "view",
632
- "type": "function"
633
- },
634
- {
635
- "inputs": [
636
- {
637
- "internalType": "uint256",
638
- "name": "offerId",
639
- "type": "uint256"
640
- }
641
- ],
642
- "name": "getTeeOfferLastTlbAddedTime",
643
- "outputs": [
644
- {
645
- "internalType": "uint256",
646
- "name": "",
647
- "type": "uint256"
648
- }
649
- ],
650
- "stateMutability": "view",
651
- "type": "function"
652
- },
653
- {
654
- "inputs": [
655
- {
656
- "internalType": "uint256",
657
- "name": "offerId",
658
- "type": "uint256"
659
- }
660
- ],
661
- "name": "getValueOffer",
662
- "outputs": [
663
- {
664
- "components": [
665
- {
666
- "internalType": "uint256",
667
- "name": "id",
668
- "type": "uint256"
669
- },
670
- {
671
- "internalType": "address",
672
- "name": "providerAuth",
673
- "type": "address"
674
- },
675
- {
676
- "components": [
677
- {
678
- "internalType": "string",
679
- "name": "name",
680
- "type": "string"
681
- },
682
- {
683
- "internalType": "enum OfferGroup",
684
- "name": "group",
685
- "type": "uint8"
686
- },
687
- {
688
- "internalType": "enum OfferType",
689
- "name": "offerType",
690
- "type": "uint8"
691
- },
692
- {
693
- "internalType": "bool",
694
- "name": "cancelable",
695
- "type": "bool"
696
- },
697
- {
698
- "internalType": "string",
699
- "name": "description",
700
- "type": "string"
701
- },
702
- {
703
- "internalType": "uint256",
704
- "name": "holdSum",
705
- "type": "uint256"
706
- },
707
- {
708
- "components": [
709
- {
710
- "internalType": "uint256[]",
711
- "name": "offers",
712
- "type": "uint256[]"
713
- },
714
- {
715
- "internalType": "enum OfferType[]",
716
- "name": "types",
717
- "type": "uint8[]"
718
- }
719
- ],
720
- "internalType": "struct OfferRestrictions",
721
- "name": "restrictions",
722
- "type": "tuple"
723
- },
724
- {
725
- "internalType": "string",
726
- "name": "properties",
727
- "type": "string"
728
- },
729
- {
730
- "internalType": "uint256",
731
- "name": "maxDurationTimeMinutes",
732
- "type": "uint256"
733
- },
734
- {
735
- "internalType": "string",
736
- "name": "input",
737
- "type": "string"
738
- },
739
- {
740
- "internalType": "string",
741
- "name": "output",
742
- "type": "string"
743
- },
744
- {
745
- "internalType": "string",
746
- "name": "allowedArgs",
747
- "type": "string"
748
- },
749
- {
750
- "internalType": "address[]",
751
- "name": "allowedAccounts",
752
- "type": "address[]"
753
- },
754
- {
755
- "internalType": "string",
756
- "name": "argsPublicKey",
757
- "type": "string"
758
- },
759
- {
760
- "internalType": "string",
761
- "name": "resultResource",
762
- "type": "string"
763
- },
764
- {
765
- "internalType": "string",
766
- "name": "linkage",
767
- "type": "string"
768
- },
769
- {
770
- "internalType": "string",
771
- "name": "hash",
772
- "type": "string"
773
- }
774
- ],
775
- "internalType": "struct ValueOfferInfo",
776
- "name": "info",
777
- "type": "tuple"
778
- },
779
- {
780
- "internalType": "uint256",
781
- "name": "disabledAfter",
782
- "type": "uint256"
783
- }
784
- ],
785
- "internalType": "struct ValueOfferData",
786
- "name": "ret",
787
- "type": "tuple"
788
- }
789
- ],
790
- "stateMutability": "view",
791
- "type": "function"
792
- },
793
- {
794
- "inputs": [
795
- {
796
- "internalType": "uint256",
797
- "name": "offerId",
798
- "type": "uint256"
799
- }
800
- ],
801
- "name": "isAutoCompleteOffer",
802
- "outputs": [
803
- {
804
- "internalType": "bool",
805
- "name": "",
806
- "type": "bool"
807
- }
808
- ],
809
- "stateMutability": "view",
810
- "type": "function"
811
- },
812
- {
813
- "inputs": [
814
- {
815
- "internalType": "uint256",
816
- "name": "offerId",
817
- "type": "uint256"
818
- },
819
- {
820
- "internalType": "address",
821
- "name": "consumer",
822
- "type": "address"
823
- }
824
- ],
825
- "name": "isOfferAllowedForConsumer",
826
- "outputs": [
827
- {
828
- "internalType": "bool",
829
- "name": "",
830
- "type": "bool"
831
- }
832
- ],
833
- "stateMutability": "view",
834
- "type": "function"
835
- },
836
- {
837
- "inputs": [
838
- {
839
- "internalType": "uint256",
840
- "name": "offerId",
841
- "type": "uint256"
842
- }
843
- ],
844
- "name": "isOfferCancelable",
845
- "outputs": [
846
- {
847
- "internalType": "bool",
848
- "name": "",
849
- "type": "bool"
850
- }
851
- ],
852
- "stateMutability": "view",
853
- "type": "function"
854
- },
855
- {
856
- "inputs": [
857
- {
858
- "internalType": "uint256",
859
- "name": "offerId",
860
- "type": "uint256"
861
- }
862
- ],
863
- "name": "isOfferEnabled",
864
- "outputs": [
865
- {
866
- "internalType": "bool",
867
- "name": "",
868
- "type": "bool"
869
- }
870
- ],
871
- "stateMutability": "view",
872
- "type": "function"
873
- },
874
- {
875
- "inputs": [
876
- {
877
- "internalType": "uint256",
878
- "name": "offerId",
879
- "type": "uint256"
880
- }
881
- ],
882
- "name": "isOfferExists",
883
- "outputs": [
884
- {
885
- "internalType": "bool",
886
- "name": "",
887
- "type": "bool"
888
- }
889
- ],
890
- "stateMutability": "view",
891
- "type": "function"
892
- },
893
- {
894
- "inputs": [
895
- {
896
- "internalType": "uint256",
897
- "name": "offerId",
898
- "type": "uint256"
899
- },
900
- {
901
- "internalType": "enum OfferType",
902
- "name": "offerType",
903
- "type": "uint8"
904
- }
905
- ],
906
- "name": "isOfferRestrictedByOfferType",
907
- "outputs": [
908
- {
909
- "internalType": "bool",
910
- "name": "",
911
- "type": "bool"
912
- }
913
- ],
914
- "stateMutability": "view",
915
- "type": "function"
916
- },
917
- {
918
- "inputs": [
919
- {
920
- "internalType": "uint256",
921
- "name": "offerId",
922
- "type": "uint256"
923
- },
924
- {
925
- "internalType": "uint256",
926
- "name": "otherOfferId",
927
- "type": "uint256"
928
- }
929
- ],
930
- "name": "isOfferRestrictionsPermitOtherOffer",
931
- "outputs": [
932
- {
933
- "internalType": "bool",
934
- "name": "",
935
- "type": "bool"
936
- }
937
- ],
938
- "stateMutability": "view",
939
- "type": "function"
940
- },
941
- {
942
- "inputs": [
943
- {
944
- "internalType": "uint256",
945
- "name": "offerId",
946
- "type": "uint256"
947
- },
948
- {
949
- "internalType": "string",
950
- "name": "description",
951
- "type": "string"
952
- }
953
- ],
954
- "name": "setOfferDescription",
955
- "outputs": [],
956
- "stateMutability": "nonpayable",
957
- "type": "function"
958
- },
959
- {
960
- "inputs": [
961
- {
962
- "internalType": "uint256",
963
- "name": "offerId",
964
- "type": "uint256"
965
- },
966
- {
967
- "internalType": "string",
968
- "name": "name",
969
- "type": "string"
970
- }
971
- ],
972
- "name": "setOfferName",
973
- "outputs": [],
974
- "stateMutability": "nonpayable",
975
- "type": "function"
976
- },
977
- {
978
- "inputs": [
979
- {
980
- "internalType": "uint256",
981
- "name": "offerId",
982
- "type": "uint256"
983
- },
984
- {
985
- "internalType": "string",
986
- "name": "publicKey",
987
- "type": "string"
988
- }
989
- ],
990
- "name": "setOfferPublicKey",
991
- "outputs": [],
992
- "stateMutability": "nonpayable",
993
- "type": "function"
994
- },
995
- {
996
- "inputs": [
997
- {
998
- "internalType": "uint256",
999
- "name": "offerId",
1000
- "type": "uint256"
1001
- },
1002
- {
1003
- "internalType": "string",
1004
- "name": "tlb",
1005
- "type": "string"
1006
- }
1007
- ],
1008
- "name": "setTeeOfferTlb",
1009
- "outputs": [],
1010
- "stateMutability": "nonpayable",
1011
- "type": "function"
1012
- }
1013
- ],
1014
- "bytecode": "0x608060405234801561001057600080fd5b50614ecc806100206000396000f3fe608060405234801561001057600080fd5b50600436106101b95760003560e01c80637bdd4078116100f9578063cc04f00311610097578063d76f5b2c11610071578063d76f5b2c1461049a578063d9841bc6146104ca578063e51334fb146104dd578063e8e8ad4e146104f057600080fd5b8063cc04f00314610461578063d35c85d314610474578063d43d0f411461048757600080fd5b80638556582d116100d35780638556582d14610408578063a356088d1461041b578063b473aaaa1461043b578063b98c9f3e1461044e57600080fd5b80637bdd4078146103bb5780637f470684146103ce5780638442090a146103f557600080fd5b80634202334f116101665780635ca1b89f116101405780635ca1b89f146103135780635ddc0ba2146103685780636165696f1461038857806371c3c94b146103a857600080fd5b80634202334f1461029c5780634e6e04f7146102af57806350dc7eef1461030057600080fd5b806323858684116101975780632385868414610237578063295a9e621461024a5780633835b0d31461025f57600080fd5b80630624204f146101be5780631e5dd86b146101e65780631e7adb9d146101f9575b600080fd5b6101d16101cc366004613f54565b610503565b60405190151581526020015b60405180910390f35b6101d16101f4366004613f81565b61057e565b610229610207366004613f54565b6000908152600080516020614e37833981519152602052604090206006015490565b6040519081526020016101dd565b610229610245366004613f54565b61062a565b61025d6102583660046140d5565b610690565b005b61028f61026d366004613f54565b6000908152600080516020614e37833981519152602052604090205460ff1690565b6040516101dd9190614146565b6101d16102aa366004614177565b610907565b6102e86102bd366004613f54565b6000908152600080516020614e3783398151915260205260409020600501546001600160a01b031690565b6040516001600160a01b0390911681526020016101dd565b61025d61030e3660046141d3565b6109ee565b610326610321366004613f54565b6110af565b6040516101dd9190815181526020808301516001600160a01b039081169183019190915260408084015190830152606092830151169181019190915260800190565b61037b610376366004613f54565b61113a565b6040516101dd9190614395565b61039b610396366004613f54565b61155e565b6040516101dd91906144e6565b6101d16103b6366004613f54565b6115c7565b61025d6103c9366004613f54565b6115fb565b7fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8454610229565b6101d1610403366004613f54565b611a0a565b6102296104163660046144f4565b611a79565b61042e610429366004613f54565b611af9565b6040516101dd91906145df565b61025d6104493660046149b1565b612277565b61022961045c366004614bfb565b612a9d565b6101d161046f366004614c27565b612c7a565b61025d610482366004613f54565b612d29565b61025d6104953660046140d5565b613096565b6102296104a8366004613f54565b6000908152600080516020614e77833981519152602052604090206009015490565b61025d6104d83660046140d5565b6132f0565b6101d16104eb366004613f54565b6135cf565b61025d6104fe3660046140d5565b613603565b6000818152600080516020614e37833981519152602052604081206000815460ff1660038111156105365761053661411c565b14156105455750600092915050565b6000838152600080516020614e5783398151915260205260408120600d8101805491929161057290614c49565b90501192505050919050565b6000828152600080516020614e57833981519152602052604081208060110160008460038111156105b1576105b161411c565b60038111156105c2576105c261411c565b815260208101919091526040016000205460ff1680610620575061061e8160100160008560038111156105f7576105f761411c565b60038111156106085761060861411c565b8152602001908152602001600020600101541590565b155b9150505b92915050565b6000818152600080516020614e37833981519152602052604081206000815460ff16600381111561065d5761065d61411c565b141561066c5750600092915050565b50506000908152600080516020614e57833981519152602052604090206003015490565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b1580156106f757600080fd5b505afa15801561070b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061072f9190614c84565b90506001600160a01b03811633146107985760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b60648201526084015b60405180910390fd5b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156107e3576107e361411c565b1415806107f657508054600260ff909116105b6108395760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156108865761088661411c565b14156108c6576000898152600080516020614e778339815191526020526040812089519091506108bf90600883019060208c0190613c25565b50506108fc565b6000898152600080516020614e578339815191526020526040812089519091506108f990600c83019060208c0190613c25565b50505b505050505050505050565b6000828152600080516020614e37833981519152602052604081206000815460ff16600381111561093a5761093a61411c565b141561094a576001915050610624565b6000848152600080516020614e5783398151915260205260409020600b81015461097957600192505050610624565b60005b600b8201548110156109e257600082600001600b0182815481106109a2576109a2614ca1565b6000918252602090912001546001600160a01b03908116915086168114156109d1576001945050505050610624565b506109db81614ccd565b905061097c565b50600095945050505050565b30604051630f56c8a760e11b81526001600160a01b0385811660048301529190911690631ead914e9060240160206040518083038186803b158015610a3257600080fd5b505afa158015610a46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a6a9190614ce8565b610ab65760405162461bcd60e51b815260206004820152601a60248201527f50726f7669646572206973206e6f742072656769737465726564000000000000604482015260640161078f565b3060405163b6dd45ff60e01b81526001600160a01b038581166004830152919091169063b6dd45ff90602401600060405180830381600087803b158015610afc57600080fd5b505af1158015610b10573d6000803e3d6000fd5b505050506000610b1d3090565b6001600160a01b031663897ce7cf60056040518263ffffffff1660e01b8152600401610b499190614d05565b60206040518083038186803b158015610b6157600080fd5b505afa158015610b75573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b999190614d1f565b905060003060405163d8a2d2c560e01b81526001600160a01b038781166004830152919091169063d8a2d2c59060240160206040518083038186803b158015610be157600080fd5b505afa158015610bf5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c199190614d1f565b90506000306040516305e0d9bd60e31b81526001600160a01b038881166004830152602482018690529190911690632f06cde89060440160206040518083038186803b158015610c6857600080fd5b505afa158015610c7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca09190614d1f565b9050333060405163071ddd6760e11b81526001600160a01b0389811660048301529190911690630e3bbace9060240160206040518083038186803b158015610ce757600080fd5b505afa158015610cfb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d1f9190614c84565b6001600160a01b031614610d7f5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b80821015610df55760405162461bcd60e51b815260206004820152602360248201527f5365637572697479206465706f73697420697320746f6f20736d616c6c20287460448201527f6565290000000000000000000000000000000000000000000000000000000000606482015260840161078f565b6000610e016000613860565b6000818152600080516020614e378339815191526020526040812091925090805460ff191681556005810180546001600160a01b03199081166001600160a01b038c1617909155426001830181905560028301805433908416811790915560038401919091556004830180549092161790556000838152600080516020614e7783398151915260205260408120919250908851805191925089916001840191610eaf91839160200190613c25565b506020828101518051610ec89260018501920190613c25565b5060408201518051610ee4916002840191602090910190613c25565b506060820151600382018054608085015167ffffffffffffffff16640100000000026bffffffffffffffffffffffff1990911663ffffffff9093169290921791909117905560a08201518051610f44916004840191602090910190613c25565b5060c08201516005820180546001600160a01b0319166001600160a01b0390921691909117905560e08201518051610f86916006840191602090910190613c25565b506101008201518051610fa3916007840191602090910190613c25565b50905050610fae3090565b6001600160a01b031663fa8e245e8a8560006040518463ffffffff1660e01b8152600401610fde93929190614d38565b600060405180830381600087803b158015610ff857600080fd5b505af115801561100c573d6000803e3d6000fd5b505050506110173090565b6001600160a01b0316634c17da92846040518263ffffffff1660e01b815260040161104491815260200190565b600060405180830381600087803b15801561105e57600080fd5b505af1158015611072573d6000803e3d6000fd5b505060405185925089915033907e5df092672da531405626f5263533cfa98d929d57b194c31fb6fed2cbc929db90600090a4505050505050505050565b6040805160808101825260008082526020820181905291810182905260608101829052906110f5836000908152600080516020614e378339815191526020526040902090565b604080516080810182526001830154815260028301546001600160a01b0390811660208301526003840154928201929092526004909201541660608201529392505050565b611142613ca9565b6000828152600080516020614e3783398151915260209081526040808320600080516020614e7783398151915283529281902085855260058401546001600160a01b03169285019290925280516101208101909152600182018054829082906111aa90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546111d690614c49565b80156112235780601f106111f857610100808354040283529160200191611223565b820191906000526020600020905b81548152906001019060200180831161120657829003601f168201915b5050505050815260200160018201805461123c90614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461126890614c49565b80156112b55780601f1061128a576101008083540402835291602001916112b5565b820191906000526020600020905b81548152906001019060200180831161129857829003601f168201915b505050505081526020016002820180546112ce90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546112fa90614c49565b80156113475780601f1061131c57610100808354040283529160200191611347565b820191906000526020600020905b81548152906001019060200180831161132a57829003601f168201915b5050509183525050600382015463ffffffff81166020830152640100000000900467ffffffffffffffff16604082015260048201805460609092019161138c90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546113b890614c49565b80156114055780601f106113da57610100808354040283529160200191611405565b820191906000526020600020905b8154815290600101906020018083116113e857829003601f168201915b505050918352505060058201546001600160a01b0316602082015260068201805460409092019161143590614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461146190614c49565b80156114ae5780601f10611483576101008083540402835291602001916114ae565b820191906000526020600020905b81548152906001019060200180831161149157829003601f168201915b505050505081526020016007820180546114c790614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546114f390614c49565b80156115405780601f1061151557610100808354040283529160200191611540565b820191906000526020600020905b81548152906001019060200180831161152357829003601f168201915b50505091909252505050604084015250600601546060820152919050565b6000818152600080516020614e37833981519152602052604081206000815460ff1660038111156115915761159161411c565b14156115a05750600192915050565b50506000908152600080516020614e57833981519152602052604090206001015460ff1690565b600080821180156106245750507fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8454101590565b6000818152600080516020614e3783398151915260205260408120829150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561166257600080fd5b505afa158015611676573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061169a9190614c84565b90506001600160a01b03811633146116fe5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000848152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815487939060ff1660038111156117495761174961411c565b14158061175c57508054600260ff909116105b61179f5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000878152600080516020614e378339815191526020526040902060068101541561180c5760405162461bcd60e51b815260206004820152601960248201527f4f6666657220697320616c72656164792064697361626c656400000000000000604482015260640161078f565b61182e8160010142600282015560030180546001600160a01b03191633179055565b6040517f897ce7cf000000000000000000000000000000000000000000000000000000008152309063897ce7cf9061186a906004908101614d05565b60206040518083038186803b15801561188257600080fd5b505afa158015611896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118ba9190614d1f565b6118c49042614d64565b600682018190556005820154825460405163a4f48e3d60e01b8152309363a4f48e3d9361190a936001600160a01b03909116928e9260ff90921691600091600401614d7c565b600060405180830381600087803b15801561192457600080fd5b505af1158015611938573d6000803e3d6000fd5b505050506119433090565b6001600160a01b031663087960d98983600601546040518363ffffffff1660e01b815260040161197d929190918252602082015260400190565b600060405180830381600087803b15801561199757600080fd5b505af11580156119ab573d6000803e3d6000fd5b5050825460ff1691505060038111156119c6576119c661411c565b60058201546040518a916001600160a01b0316907fda3cf25191e5eec59245d2d16a2d74a4155ebaa61176cc6b1309fa508d0984f090600090a45050505050505050565b6000818152600080516020614e37833981519152602052604081206000815460ff166003811115611a3d57611a3d61411c565b1415611a4c5750600192915050565b50506000908152600080516020614e57833981519152602052604090206001015462010000900460ff1690565b60007fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee847fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8982846003811115611ad057611ad061411c565b6003811115611ae157611ae161411c565b81526020810191909152604001600020549392505050565b611b01613d40565b6000828152600080516020614e3783398151915260209081526040808320600080516020614e5783398151915283529281902085855260058401546001600160a01b031692850192909252805161022081019091528154829082908290611b6790614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611b9390614c49565b8015611be05780601f10611bb557610100808354040283529160200191611be0565b820191906000526020600020905b815481529060010190602001808311611bc357829003601f168201915b5050509183525050600182015460209091019060ff166002811115611c0757611c0761411c565b6002811115611c1857611c1861411c565b81526020016001820160019054906101000a900460ff166003811115611c4057611c4061411c565b6003811115611c5157611c5161411c565b8152600182015462010000900460ff1615156020820152600282018054604090920191611c7d90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ca990614c49565b8015611cf65780601f10611ccb57610100808354040283529160200191611cf6565b820191906000526020600020905b815481529060010190602001808311611cd957829003601f168201915b50505050508152602001600382015481526020016004820160405180604001604052908160008201805480602002602001604051908101604052809291908181526020018280548015611d6857602002820191906000526020600020905b815481526020019060010190808311611d54575b5050505050815260200160018201805480602002602001604051908101604052809291908181526020018280548015611df057602002820191906000526020600020906000905b82829054906101000a900460ff166003811115611dce57611dce61411c565b815260206001928301818104948501949093039092029101808411611daf5790505b5050505050815250508152602001600682018054611e0d90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611e3990614c49565b8015611e865780601f10611e5b57610100808354040283529160200191611e86565b820191906000526020600020905b815481529060010190602001808311611e6957829003601f168201915b5050505050815260200160078201548152602001600882018054611ea990614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ed590614c49565b8015611f225780601f10611ef757610100808354040283529160200191611f22565b820191906000526020600020905b815481529060010190602001808311611f0557829003601f168201915b50505050508152602001600982018054611f3b90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611f6790614c49565b8015611fb45780601f10611f8957610100808354040283529160200191611fb4565b820191906000526020600020905b815481529060010190602001808311611f9757829003601f168201915b50505050508152602001600a82018054611fcd90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ff990614c49565b80156120465780601f1061201b57610100808354040283529160200191612046565b820191906000526020600020905b81548152906001019060200180831161202957829003601f168201915b50505050508152602001600b82018054806020026020016040519081016040528092919081815260200182805480156120a857602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161208a575b50505050508152602001600c820180546120c190614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546120ed90614c49565b801561213a5780601f1061210f5761010080835404028352916020019161213a565b820191906000526020600020905b81548152906001019060200180831161211d57829003601f168201915b50505050508152602001600d8201805461215390614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461217f90614c49565b80156121cc5780601f106121a1576101008083540402835291602001916121cc565b820191906000526020600020905b8154815290600101906020018083116121af57829003601f168201915b50505050508152602001600e820180546121e590614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461221190614c49565b801561225e5780601f106122335761010080835404028352916020019161225e565b820191906000526020600020905b81548152906001019060200180831161224157829003601f168201915b50505050508152602001600f820180546114c790614c49565b30604051630f56c8a760e11b81526001600160a01b0385811660048301529190911690631ead914e9060240160206040518083038186803b1580156122bb57600080fd5b505afa1580156122cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122f39190614ce8565b61233f5760405162461bcd60e51b815260206004820152601a60248201527f50726f7669646572206973206e6f742072656769737465726564000000000000604482015260640161078f565b3060405163b6dd45ff60e01b81526001600160a01b038581166004830152919091169063b6dd45ff90602401600060405180830381600087803b15801561238557600080fd5b505af1158015612399573d6000803e3d6000fd5b5050505060006123a63090565b6001600160a01b031663897ce7cf60066040518263ffffffff1660e01b81526004016123d29190614d05565b60206040518083038186803b1580156123ea57600080fd5b505afa1580156123fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124229190614d1f565b905060003060405163d8a2d2c560e01b81526001600160a01b038781166004830152919091169063d8a2d2c59060240160206040518083038186803b15801561246a57600080fd5b505afa15801561247e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124a29190614d1f565b90506000306040516305e0d9bd60e31b81526001600160a01b038881166004830152602482018690529190911690632f06cde89060440160206040518083038186803b1580156124f157600080fd5b505afa158015612505573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125299190614d1f565b90506000856040015160038111156125435761254361411c565b14156125915760405162461bcd60e51b815260206004820152601760248201527f496e766169642076616c7565206f666665722074797065000000000000000000604482015260640161078f565b333060405163071ddd6760e11b81526001600160a01b0389811660048301529190911690630e3bbace9060240160206040518083038186803b1580156125d657600080fd5b505afa1580156125ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061260e9190614c84565b6001600160a01b03161461266e5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b808210156126be5760405162461bcd60e51b815260206004820152601d60248201527f5365637572697479206465706f73697420697320746f6f20736d616c6c000000604482015260640161078f565b60006126cd8660400151613860565b6000818152600080516020614e378339815191526020526040908190209088015181549293509091829060ff1916600183600381111561270f5761270f61411c565b02179055506005810180546001600160a01b038a166001600160a01b031991821617909155426001830181905560028301805483163390811790915560038401919091556004830180549092161790556000828152600080516020614e5783398151915260205260408120885180519192508991839161279491839160200190613c25565b50602082015160018083018054909160ff19909116908360028111156127bc576127bc61411c565b0217905550604082015160018201805461ff0019166101008360038111156127e6576127e661411c565b02179055506060820151600182018054911515620100000262ff00001990921691909117905560808201518051612827916002840191602090910190613c25565b5060a0820151600382015560c082015180518051600484019161284f91839160200190613d5f565b5060208281015180516128689260018501920190613d99565b50505060e08201518051612886916006840191602090910190613c25565b50610100820151600782015561012082015180516128ae916008840191602090910190613c25565b5061014082015180516128cb916009840191602090910190613c25565b5061016082015180516128e891600a840191602090910190613c25565b50610180820151805161290591600b840191602090910190613e48565b506101a0820151805161292291600c840191602090910190613c25565b506101c0820151805161293f91600d840191602090910190613c25565b506101e0820151805161295c91600e840191602090910190613c25565b50610200820151805161297991600f840191602090910190613c25565b5090505061298781896138ef565b60408089015190517ffa8e245e000000000000000000000000000000000000000000000000000000008152309163fa8e245e916129cb918d91889190600401614d38565b600060405180830381600087803b1580156129e557600080fd5b505af11580156129f9573d6000803e3d6000fd5b50505050612a043090565b6001600160a01b0316634c17da92846040518263ffffffff1660e01b8152600401612a3191815260200190565b600060405180830381600087803b158015612a4b57600080fd5b505af1158015612a5f573d6000803e3d6000fd5b505060405185925089915033907fe8953a36b344cf43660efc2a608b608b7635ecb16314534b98e7d5885ae4291190600090a4505050505050505050565b6000838152600080516020614e37833981519152602052604081206000815460ff166003811115612ad057612ad061411c565b1415612c22576000858152600080516020614e778339815191526020526040812090612afc8642614db3565b90506000612b0b603c83614de0565b6004840154909150640100000000900467ffffffffffffffff16811015612b4557506004820154640100000000900467ffffffffffffffff165b6004838101546040517f0b82a0ce0000000000000000000000000000000000000000000000000000000081529182018a905260009163ffffffff909116903090630b82a0ce9060240160206040518083038186803b158015612ba657600080fd5b505afa158015612bba573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bde9190614d1f565b612be89190614de0565b90506000612bfa603c62015180614df4565b63ffffffff16612c0a8385614e17565b612c149190614de0565b9650612c7395505050505050565b6000858152600080516020614e578339815191526020526040812060078101549091904290612c5290603c614e17565b612c5c9088614d64565b10905080612c6a5784612c6d565b60005b93505050505b9392505050565b600081831415612c8c57506001610624565b6000838152600080516020614e5783398151915260209081526040808320858452600080516020614e3783398151915290925282208054919290916010840190829060ff166003811115612ce257612ce261411c565b6003811115612cf357612cf361411c565b81526020019081526020016000209050612d0f81600101541590565b80612d1f5750612d1f8186613b4f565b9695505050505050565b6000818152600080516020614e3783398151915260205260408120829150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b158015612d9057600080fd5b505afa158015612da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dc89190614c84565b90506001600160a01b0381163314612e2c5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000848152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815487939060ff166003811115612e7757612e7761411c565b141580612e8a57508054600260ff909116105b612ecd5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000878152600080516020614e37833981519152602052604090206006810154612f395760405162461bcd60e51b815260206004820152601860248201527f4f6666657220697320616c726561647920656e61626c65640000000000000000604482015260640161078f565b612f5b8160010142600282015560030180546001600160a01b03191633179055565b6000600682018190556005820154825460405163a4f48e3d60e01b8152309363a4f48e3d93612fa3936001600160a01b03909116928e9260ff90921691600191600401614d7c565b600060405180830381600087803b158015612fbd57600080fd5b505af1158015612fd1573d6000803e3d6000fd5b50505050612fdc3090565b6001600160a01b0316634c17da92896040518263ffffffff1660e01b815260040161300991815260200190565b600060405180830381600087803b15801561302357600080fd5b505af1158015613037573d6000803e3d6000fd5b5050825460ff1691505060038111156130525761305261411c565b60058201546040518a916001600160a01b0316907ff31105f3ed0244cf1e9bc35a9bbd1d0855e47a8ab57a00f7e94b7dfa2b6ea36e90600090a45050505050505050565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b1580156130fd57600080fd5b505afa158015613111573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131359190614c84565b90506001600160a01b03811633146131995760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156131e4576131e461411c565b1415806131f757508054600260ff909116105b61323a5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156132875761328761411c565b14156132c0576000898152600080516020614e778339815191526020526040812089519091506108bf90600183019060208c0190613c25565b6000898152600080516020614e578339815191526020526040812089519091506108f990829060208c0190613c25565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561335757600080fd5b505afa15801561336b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061338f9190614c84565b90506001600160a01b03811633146133f35760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff16600381111561343e5761343e61411c565b14158061345157508054600260ff909116105b6134945760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e378339815191526020526040812090506000815460ff1660038111156134c9576134c961411c565b146135165760405162461bcd60e51b815260206004820152601260248201527f496e76616c6964206f6666657220747970650000000000000000000000000000604482015260640161078f565b6135388160010142600282015560030180546001600160a01b03191633179055565b6000898152600080516020614e7783398151915260205260409020600981015442906135679062015180614d64565b106135b45760405162461bcd60e51b815260206004820152601460248201527f417661696c61626c65206f6e6365206120646179000000000000000000000000604482015260640161078f565b42600982015588516108f990600783019060208c0190613c25565b6000818152600080516020614e378339815191526020526040812060068101541580612c7357506006015442111592915050565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561366a57600080fd5b505afa15801561367e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136a29190614c84565b90506001600160a01b03811633146137065760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156137515761375161411c565b14158061376457508054600260ff909116105b6137a75760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156137f4576137f461411c565b141561382d576000898152600080516020614e778339815191526020526040812089519091506108bf90600283019060208c0190613c25565b6000898152600080516020614e578339815191526020526040812089519091506108f990600283019060208c0190613c25565b7fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee848054600091908190839061389490614ccd565b918290555091506005810160008460038111156138b3576138b361411c565b60038111156138c4576138c461411c565b8152602080820192909252604001600090812080546001810182559082529190200182905550919050565b60c08101515151158061391757506000816020015160028111156139155761391561411c565b145b6139635760405162461bcd60e51b815260206004820152601c60248201527f4e6f7420616c6c6f77656420666f72206f75747075742067726f757000000000604482015260640161078f565b60005b60c08201515151811015613ab45760008260c0015160000151828151811061399057613990614ca1565b602002602001015190506139c27fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee845490565b8110613a365760405162461bcd60e51b815260206004820152603060248201527f4f666665722063616e6e6f742062652072657374726963746564206279206e6f60448201527f6e2d6578697374696e67206f6666657200000000000000000000000000000000606482015260840161078f565b6000818152600080516020614e378339815191526020526040812080549091613aa1918491601089019160ff166003811115613a7457613a7461411c565b6003811115613a8557613a8561411c565b8152602001908152602001600020613ba490919063ffffffff16565b505080613aad90614ccd565b9050613966565b5060005b8160c001516020015151811015613b4a5760008260c00151602001518281518110613ae557613ae5614ca1565b602002602001015190506001846011016000836003811115613b0957613b0961411c565b6003811115613b1a57613b1a61411c565b81526020810191909152604001600020805460ff191691151591909117905550613b4381614ccd565b9050613ab8565b505050565b6001820154600090613b6357506000610624565b600082815260208490526040902054151580612c7357508183600101600081548110613b9157613b91614ca1565b9060005260206000200154149392505050565b60018201546000901580613bef5750600082815260208490526040902054158015613bef57508183600101600081548110613be157613be1614ca1565b906000526020600020015414155b905080613bfb57505050565b50600180830180546000848152602095865260408120829055928101825590825292902090910155565b828054613c3190614c49565b90600052602060002090601f016020900481019282613c535760008555613c99565b82601f10613c6c57805160ff1916838001178555613c99565b82800160010185558215613c99579182015b82811115613c99578251825591602001919060010190613c7e565b50613ca5929150613e9d565b5090565b60405180608001604052806000815260200160006001600160a01b03168152602001613d33604051806101200160405280606081526020016060815260200160608152602001600063ffffffff168152602001600067ffffffffffffffff1681526020016060815260200160006001600160a01b0316815260200160608152602001606081525090565b8152602001600081525090565b6040805160808101825260008082526020820152908101613d33613eb2565b828054828255906000526020600020908101928215613c995791602002820182811115613c99578251825591602001919060010190613c7e565b82805482825590600052602060002090601f01602090048101928215613c995791602002820160005b83821115613e0e57835183826101000a81548160ff02191690836003811115613ded57613ded61411c565b02179055509260200192600101602081600001049283019260010302613dc2565b8015613e3b5782816101000a81549060ff0219169055600101602081600001049283019260010302613e0e565b5050613ca5929150613e9d565b828054828255906000526020600020908101928215613c99579160200282015b82811115613c9957825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190613e68565b5b80821115613ca55760008155600101613e9e565b604080516102208101909152606081526020810160008152602001600081526020016000151581526020016060815260200160008152602001613f08604051806040016040528060608152602001606081525090565b8152602001606081526020016000815260200160608152602001606081526020016060815260200160608152602001606081526020016060815260200160608152602001606081525090565b600060208284031215613f6657600080fd5b5035919050565b803560048110613f7c57600080fd5b919050565b60008060408385031215613f9457600080fd5b82359150613fa460208401613f6d565b90509250929050565b634e487b7160e01b600052604160045260246000fd5b604051610120810167ffffffffffffffff81118282101715613fe757613fe7613fad565b60405290565b6040805190810167ffffffffffffffff81118282101715613fe757613fe7613fad565b604051610220810167ffffffffffffffff81118282101715613fe757613fe7613fad565b604051601f8201601f1916810167ffffffffffffffff8111828210171561405d5761405d613fad565b604052919050565b600082601f83011261407657600080fd5b813567ffffffffffffffff81111561409057614090613fad565b6140a3601f8201601f1916602001614034565b8181528460208386010111156140b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080604083850312156140e857600080fd5b82359150602083013567ffffffffffffffff81111561410657600080fd5b61411285828601614065565b9150509250929050565b634e487b7160e01b600052602160045260246000fd5b600481106141425761414261411c565b9052565b602081016106248284614132565b6001600160a01b038116811461416957600080fd5b50565b8035613f7c81614154565b6000806040838503121561418a57600080fd5b82359150602083013561419c81614154565b809150509250929050565b803563ffffffff81168114613f7c57600080fd5b803567ffffffffffffffff81168114613f7c57600080fd5b6000806000606084860312156141e857600080fd5b83356141f381614154565b9250602084013567ffffffffffffffff8082111561421057600080fd5b90850190610120828803121561422557600080fd5b61422d613fc3565b82358281111561423c57600080fd5b61424889828601614065565b82525060208301358281111561425d57600080fd5b61426989828601614065565b60208301525060408301358281111561428157600080fd5b61428d89828601614065565b60408301525061429f606084016141a7565b60608201526142b0608084016141bb565b608082015260a0830135828111156142c757600080fd5b6142d389828601614065565b60a0830152506142e560c0840161416c565b60c082015260e0830135828111156142fc57600080fd5b61430889828601614065565b60e083015250610100808401358381111561432257600080fd5b61432e8a828701614065565b828401525050809450505050604084013590509250925092565b6000815180845260005b8181101561436e57602081850181015186830182015201614352565b81811115614380576000602083870101525b50601f01601f19169290920160200192915050565b60208152815160208201526001600160a01b036020830151166040820152600060408301516080606084015280516101208060a08601526143da6101c0860183614348565b91506020830151609f19808785030160c08801526143f88483614348565b935060408501519150808785030160e08801526144158483614348565b9350606085015191506101006144328189018463ffffffff169052565b608086015167ffffffffffffffff811689860152925060a0860151935081888603016101408901526144648585614348565b945060c086015193506144836101608901856001600160a01b03169052565b60e08601519350818886030161018089015261449f8585614348565b9501518786039091016101a08801529392506144bf915082905083614348565b915050606084015160808401528091505092915050565b600381106141425761414261411c565b6020810161062482846144d6565b60006020828403121561450657600080fd5b612c7382613f6d565b805160408084528151908401819052600091602091908201906060860190845b8181101561454b5783518352928401929184019160010161452f565b50508483015186820387850152805180835290840192506000918401905b808310156145905761457c828551614132565b928401926001929092019190840190614569565b509695505050505050565b600081518084526020808501945080840160005b838110156145d45781516001600160a01b0316875295820195908201906001016145af565b509495945050505050565b60208152815160208201526001600160a01b036020830151166040820152600060408301516080606084015280516102208060a08601526146246102c0860183614348565b9150602083015161463860c08701826144d6565b50604083015161464b60e0870182614132565b5060608301516101006146618188018315159052565b60808501519150609f196101208189870301818a01526146818685614348565b955060a0870151935061014084818b015260c08801519450610160838b890301818c01526146af888761450f565b975060e08901519550610180848c8a0301818d01526146ce8988614348565b9850858a015196506101a0955086868d0152838a015196506101c09350848c8a0301848d01526146fe8988614348565b9850828a015196506101e09250848c8a0301838d015261471e8988614348565b9850818a015196506102009150848c8a0301828d015261473e8988614348565b9850808a0151965050838b890301878c015261475a888761459b565b9750848901519650838b8903016102408c01526147778888614348565b9750828901519650838b8903016102608c01526147948888614348565b9750818901519650838b8903016102808c01526147b18888614348565b975080890151985050505080888603016102a0890152505050506144bf8183614348565b803560038110613f7c57600080fd5b801515811461416957600080fd5b8035613f7c816147e4565b600067ffffffffffffffff82111561481757614817613fad565b5060051b60200190565b600082601f83011261483257600080fd5b81356020614847614842836147fd565b614034565b82815260059290921b8401810191818101908684111561486657600080fd5b8286015b848110156145905761487b81613f6d565b835291830191830161486a565b60006040828403121561489a57600080fd5b6148a2613fed565b9050813567ffffffffffffffff808211156148bc57600080fd5b818401915084601f8301126148d057600080fd5b813560206148e0614842836147fd565b82815260059290921b840181019181810190888411156148ff57600080fd5b948201945b8386101561491d57853582529482019490820190614904565b8652508581013593508284111561493357600080fd5b61493f87858801614821565b818601525050505092915050565b600082601f83011261495e57600080fd5b8135602061496e614842836147fd565b82815260059290921b8401810191818101908684111561498d57600080fd5b8286015b848110156145905780356149a481614154565b8352918301918301614991565b6000806000606084860312156149c657600080fd5b83356149d181614154565b9250602084013567ffffffffffffffff808211156149ee57600080fd5b908501906102208288031215614a0357600080fd5b614a0b614010565b823582811115614a1a57600080fd5b614a2689828601614065565b825250614a35602084016147d5565b6020820152614a4660408401613f6d565b6040820152614a57606084016147f2565b6060820152608083013582811115614a6e57600080fd5b614a7a89828601614065565b60808301525060a083013560a082015260c083013582811115614a9c57600080fd5b614aa889828601614888565b60c08301525060e083013582811115614ac057600080fd5b614acc89828601614065565b60e08301525061010083810135908201526101208084013583811115614af157600080fd5b614afd8a828701614065565b8284015250506101408084013583811115614b1757600080fd5b614b238a828701614065565b8284015250506101608084013583811115614b3d57600080fd5b614b498a828701614065565b8284015250506101808084013583811115614b6357600080fd5b614b6f8a82870161494d565b8284015250506101a08084013583811115614b8957600080fd5b614b958a828701614065565b8284015250506101c08084013583811115614baf57600080fd5b614bbb8a828701614065565b8284015250506101e08084013583811115614bd557600080fd5b614be18a828701614065565b828401525050610200808401358381111561432257600080fd5b600080600060608486031215614c1057600080fd5b505081359360208301359350604090920135919050565b60008060408385031215614c3a57600080fd5b50508035926020909101359150565b600181811c90821680614c5d57607f821691505b60208210811415614c7e57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215614c9657600080fd5b8151612c7381614154565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b6000600019821415614ce157614ce1614cb7565b5060010190565b600060208284031215614cfa57600080fd5b8151612c73816147e4565b6020810160088310614d1957614d1961411c565b91905290565b600060208284031215614d3157600080fd5b5051919050565b6001600160a01b03841681526020810183905260608101614d5c6040830184614132565b949350505050565b60008219821115614d7757614d77614cb7565b500190565b6001600160a01b03861681526020810185905260a08101614da06040830186614132565b9215156060820152608001529392505050565b600082821015614dc557614dc5614cb7565b500390565b634e487b7160e01b600052601260045260246000fd5b600082614def57614def614dca565b500490565b600063ffffffff80841680614e0b57614e0b614dca565b92169190910492915050565b6000816000190483118215151615614e3157614e31614cb7565b50029056fea15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee85a15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee86a15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee87a26469706673582212205292058dec09a766b0b177c9ff4203433dbb2d919e9f08e67ef072913efe026664736f6c63430008090033",
1015
- "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101b95760003560e01c80637bdd4078116100f9578063cc04f00311610097578063d76f5b2c11610071578063d76f5b2c1461049a578063d9841bc6146104ca578063e51334fb146104dd578063e8e8ad4e146104f057600080fd5b8063cc04f00314610461578063d35c85d314610474578063d43d0f411461048757600080fd5b80638556582d116100d35780638556582d14610408578063a356088d1461041b578063b473aaaa1461043b578063b98c9f3e1461044e57600080fd5b80637bdd4078146103bb5780637f470684146103ce5780638442090a146103f557600080fd5b80634202334f116101665780635ca1b89f116101405780635ca1b89f146103135780635ddc0ba2146103685780636165696f1461038857806371c3c94b146103a857600080fd5b80634202334f1461029c5780634e6e04f7146102af57806350dc7eef1461030057600080fd5b806323858684116101975780632385868414610237578063295a9e621461024a5780633835b0d31461025f57600080fd5b80630624204f146101be5780631e5dd86b146101e65780631e7adb9d146101f9575b600080fd5b6101d16101cc366004613f54565b610503565b60405190151581526020015b60405180910390f35b6101d16101f4366004613f81565b61057e565b610229610207366004613f54565b6000908152600080516020614e37833981519152602052604090206006015490565b6040519081526020016101dd565b610229610245366004613f54565b61062a565b61025d6102583660046140d5565b610690565b005b61028f61026d366004613f54565b6000908152600080516020614e37833981519152602052604090205460ff1690565b6040516101dd9190614146565b6101d16102aa366004614177565b610907565b6102e86102bd366004613f54565b6000908152600080516020614e3783398151915260205260409020600501546001600160a01b031690565b6040516001600160a01b0390911681526020016101dd565b61025d61030e3660046141d3565b6109ee565b610326610321366004613f54565b6110af565b6040516101dd9190815181526020808301516001600160a01b039081169183019190915260408084015190830152606092830151169181019190915260800190565b61037b610376366004613f54565b61113a565b6040516101dd9190614395565b61039b610396366004613f54565b61155e565b6040516101dd91906144e6565b6101d16103b6366004613f54565b6115c7565b61025d6103c9366004613f54565b6115fb565b7fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8454610229565b6101d1610403366004613f54565b611a0a565b6102296104163660046144f4565b611a79565b61042e610429366004613f54565b611af9565b6040516101dd91906145df565b61025d6104493660046149b1565b612277565b61022961045c366004614bfb565b612a9d565b6101d161046f366004614c27565b612c7a565b61025d610482366004613f54565b612d29565b61025d6104953660046140d5565b613096565b6102296104a8366004613f54565b6000908152600080516020614e77833981519152602052604090206009015490565b61025d6104d83660046140d5565b6132f0565b6101d16104eb366004613f54565b6135cf565b61025d6104fe3660046140d5565b613603565b6000818152600080516020614e37833981519152602052604081206000815460ff1660038111156105365761053661411c565b14156105455750600092915050565b6000838152600080516020614e5783398151915260205260408120600d8101805491929161057290614c49565b90501192505050919050565b6000828152600080516020614e57833981519152602052604081208060110160008460038111156105b1576105b161411c565b60038111156105c2576105c261411c565b815260208101919091526040016000205460ff1680610620575061061e8160100160008560038111156105f7576105f761411c565b60038111156106085761060861411c565b8152602001908152602001600020600101541590565b155b9150505b92915050565b6000818152600080516020614e37833981519152602052604081206000815460ff16600381111561065d5761065d61411c565b141561066c5750600092915050565b50506000908152600080516020614e57833981519152602052604090206003015490565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b1580156106f757600080fd5b505afa15801561070b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061072f9190614c84565b90506001600160a01b03811633146107985760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b60648201526084015b60405180910390fd5b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156107e3576107e361411c565b1415806107f657508054600260ff909116105b6108395760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156108865761088661411c565b14156108c6576000898152600080516020614e778339815191526020526040812089519091506108bf90600883019060208c0190613c25565b50506108fc565b6000898152600080516020614e578339815191526020526040812089519091506108f990600c83019060208c0190613c25565b50505b505050505050505050565b6000828152600080516020614e37833981519152602052604081206000815460ff16600381111561093a5761093a61411c565b141561094a576001915050610624565b6000848152600080516020614e5783398151915260205260409020600b81015461097957600192505050610624565b60005b600b8201548110156109e257600082600001600b0182815481106109a2576109a2614ca1565b6000918252602090912001546001600160a01b03908116915086168114156109d1576001945050505050610624565b506109db81614ccd565b905061097c565b50600095945050505050565b30604051630f56c8a760e11b81526001600160a01b0385811660048301529190911690631ead914e9060240160206040518083038186803b158015610a3257600080fd5b505afa158015610a46573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a6a9190614ce8565b610ab65760405162461bcd60e51b815260206004820152601a60248201527f50726f7669646572206973206e6f742072656769737465726564000000000000604482015260640161078f565b3060405163b6dd45ff60e01b81526001600160a01b038581166004830152919091169063b6dd45ff90602401600060405180830381600087803b158015610afc57600080fd5b505af1158015610b10573d6000803e3d6000fd5b505050506000610b1d3090565b6001600160a01b031663897ce7cf60056040518263ffffffff1660e01b8152600401610b499190614d05565b60206040518083038186803b158015610b6157600080fd5b505afa158015610b75573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b999190614d1f565b905060003060405163d8a2d2c560e01b81526001600160a01b038781166004830152919091169063d8a2d2c59060240160206040518083038186803b158015610be157600080fd5b505afa158015610bf5573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c199190614d1f565b90506000306040516305e0d9bd60e31b81526001600160a01b038881166004830152602482018690529190911690632f06cde89060440160206040518083038186803b158015610c6857600080fd5b505afa158015610c7c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ca09190614d1f565b9050333060405163071ddd6760e11b81526001600160a01b0389811660048301529190911690630e3bbace9060240160206040518083038186803b158015610ce757600080fd5b505afa158015610cfb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d1f9190614c84565b6001600160a01b031614610d7f5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b80821015610df55760405162461bcd60e51b815260206004820152602360248201527f5365637572697479206465706f73697420697320746f6f20736d616c6c20287460448201527f6565290000000000000000000000000000000000000000000000000000000000606482015260840161078f565b6000610e016000613860565b6000818152600080516020614e378339815191526020526040812091925090805460ff191681556005810180546001600160a01b03199081166001600160a01b038c1617909155426001830181905560028301805433908416811790915560038401919091556004830180549092161790556000838152600080516020614e7783398151915260205260408120919250908851805191925089916001840191610eaf91839160200190613c25565b506020828101518051610ec89260018501920190613c25565b5060408201518051610ee4916002840191602090910190613c25565b506060820151600382018054608085015167ffffffffffffffff16640100000000026bffffffffffffffffffffffff1990911663ffffffff9093169290921791909117905560a08201518051610f44916004840191602090910190613c25565b5060c08201516005820180546001600160a01b0319166001600160a01b0390921691909117905560e08201518051610f86916006840191602090910190613c25565b506101008201518051610fa3916007840191602090910190613c25565b50905050610fae3090565b6001600160a01b031663fa8e245e8a8560006040518463ffffffff1660e01b8152600401610fde93929190614d38565b600060405180830381600087803b158015610ff857600080fd5b505af115801561100c573d6000803e3d6000fd5b505050506110173090565b6001600160a01b0316634c17da92846040518263ffffffff1660e01b815260040161104491815260200190565b600060405180830381600087803b15801561105e57600080fd5b505af1158015611072573d6000803e3d6000fd5b505060405185925089915033907e5df092672da531405626f5263533cfa98d929d57b194c31fb6fed2cbc929db90600090a4505050505050505050565b6040805160808101825260008082526020820181905291810182905260608101829052906110f5836000908152600080516020614e378339815191526020526040902090565b604080516080810182526001830154815260028301546001600160a01b0390811660208301526003840154928201929092526004909201541660608201529392505050565b611142613ca9565b6000828152600080516020614e3783398151915260209081526040808320600080516020614e7783398151915283529281902085855260058401546001600160a01b03169285019290925280516101208101909152600182018054829082906111aa90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546111d690614c49565b80156112235780601f106111f857610100808354040283529160200191611223565b820191906000526020600020905b81548152906001019060200180831161120657829003601f168201915b5050505050815260200160018201805461123c90614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461126890614c49565b80156112b55780601f1061128a576101008083540402835291602001916112b5565b820191906000526020600020905b81548152906001019060200180831161129857829003601f168201915b505050505081526020016002820180546112ce90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546112fa90614c49565b80156113475780601f1061131c57610100808354040283529160200191611347565b820191906000526020600020905b81548152906001019060200180831161132a57829003601f168201915b5050509183525050600382015463ffffffff81166020830152640100000000900467ffffffffffffffff16604082015260048201805460609092019161138c90614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546113b890614c49565b80156114055780601f106113da57610100808354040283529160200191611405565b820191906000526020600020905b8154815290600101906020018083116113e857829003601f168201915b505050918352505060058201546001600160a01b0316602082015260068201805460409092019161143590614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461146190614c49565b80156114ae5780601f10611483576101008083540402835291602001916114ae565b820191906000526020600020905b81548152906001019060200180831161149157829003601f168201915b505050505081526020016007820180546114c790614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546114f390614c49565b80156115405780601f1061151557610100808354040283529160200191611540565b820191906000526020600020905b81548152906001019060200180831161152357829003601f168201915b50505091909252505050604084015250600601546060820152919050565b6000818152600080516020614e37833981519152602052604081206000815460ff1660038111156115915761159161411c565b14156115a05750600192915050565b50506000908152600080516020614e57833981519152602052604090206001015460ff1690565b600080821180156106245750507fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8454101590565b6000818152600080516020614e3783398151915260205260408120829150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561166257600080fd5b505afa158015611676573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061169a9190614c84565b90506001600160a01b03811633146116fe5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000848152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815487939060ff1660038111156117495761174961411c565b14158061175c57508054600260ff909116105b61179f5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000878152600080516020614e378339815191526020526040902060068101541561180c5760405162461bcd60e51b815260206004820152601960248201527f4f6666657220697320616c72656164792064697361626c656400000000000000604482015260640161078f565b61182e8160010142600282015560030180546001600160a01b03191633179055565b6040517f897ce7cf000000000000000000000000000000000000000000000000000000008152309063897ce7cf9061186a906004908101614d05565b60206040518083038186803b15801561188257600080fd5b505afa158015611896573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118ba9190614d1f565b6118c49042614d64565b600682018190556005820154825460405163a4f48e3d60e01b8152309363a4f48e3d9361190a936001600160a01b03909116928e9260ff90921691600091600401614d7c565b600060405180830381600087803b15801561192457600080fd5b505af1158015611938573d6000803e3d6000fd5b505050506119433090565b6001600160a01b031663087960d98983600601546040518363ffffffff1660e01b815260040161197d929190918252602082015260400190565b600060405180830381600087803b15801561199757600080fd5b505af11580156119ab573d6000803e3d6000fd5b5050825460ff1691505060038111156119c6576119c661411c565b60058201546040518a916001600160a01b0316907fda3cf25191e5eec59245d2d16a2d74a4155ebaa61176cc6b1309fa508d0984f090600090a45050505050505050565b6000818152600080516020614e37833981519152602052604081206000815460ff166003811115611a3d57611a3d61411c565b1415611a4c5750600192915050565b50506000908152600080516020614e57833981519152602052604090206001015462010000900460ff1690565b60007fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee847fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee8982846003811115611ad057611ad061411c565b6003811115611ae157611ae161411c565b81526020810191909152604001600020549392505050565b611b01613d40565b6000828152600080516020614e3783398151915260209081526040808320600080516020614e5783398151915283529281902085855260058401546001600160a01b031692850192909252805161022081019091528154829082908290611b6790614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611b9390614c49565b8015611be05780601f10611bb557610100808354040283529160200191611be0565b820191906000526020600020905b815481529060010190602001808311611bc357829003601f168201915b5050509183525050600182015460209091019060ff166002811115611c0757611c0761411c565b6002811115611c1857611c1861411c565b81526020016001820160019054906101000a900460ff166003811115611c4057611c4061411c565b6003811115611c5157611c5161411c565b8152600182015462010000900460ff1615156020820152600282018054604090920191611c7d90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ca990614c49565b8015611cf65780601f10611ccb57610100808354040283529160200191611cf6565b820191906000526020600020905b815481529060010190602001808311611cd957829003601f168201915b50505050508152602001600382015481526020016004820160405180604001604052908160008201805480602002602001604051908101604052809291908181526020018280548015611d6857602002820191906000526020600020905b815481526020019060010190808311611d54575b5050505050815260200160018201805480602002602001604051908101604052809291908181526020018280548015611df057602002820191906000526020600020906000905b82829054906101000a900460ff166003811115611dce57611dce61411c565b815260206001928301818104948501949093039092029101808411611daf5790505b5050505050815250508152602001600682018054611e0d90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611e3990614c49565b8015611e865780601f10611e5b57610100808354040283529160200191611e86565b820191906000526020600020905b815481529060010190602001808311611e6957829003601f168201915b5050505050815260200160078201548152602001600882018054611ea990614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ed590614c49565b8015611f225780601f10611ef757610100808354040283529160200191611f22565b820191906000526020600020905b815481529060010190602001808311611f0557829003601f168201915b50505050508152602001600982018054611f3b90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611f6790614c49565b8015611fb45780601f10611f8957610100808354040283529160200191611fb4565b820191906000526020600020905b815481529060010190602001808311611f9757829003601f168201915b50505050508152602001600a82018054611fcd90614c49565b80601f0160208091040260200160405190810160405280929190818152602001828054611ff990614c49565b80156120465780601f1061201b57610100808354040283529160200191612046565b820191906000526020600020905b81548152906001019060200180831161202957829003601f168201915b50505050508152602001600b82018054806020026020016040519081016040528092919081815260200182805480156120a857602002820191906000526020600020905b81546001600160a01b0316815260019091019060200180831161208a575b50505050508152602001600c820180546120c190614c49565b80601f01602080910402602001604051908101604052809291908181526020018280546120ed90614c49565b801561213a5780601f1061210f5761010080835404028352916020019161213a565b820191906000526020600020905b81548152906001019060200180831161211d57829003601f168201915b50505050508152602001600d8201805461215390614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461217f90614c49565b80156121cc5780601f106121a1576101008083540402835291602001916121cc565b820191906000526020600020905b8154815290600101906020018083116121af57829003601f168201915b50505050508152602001600e820180546121e590614c49565b80601f016020809104026020016040519081016040528092919081815260200182805461221190614c49565b801561225e5780601f106122335761010080835404028352916020019161225e565b820191906000526020600020905b81548152906001019060200180831161224157829003601f168201915b50505050508152602001600f820180546114c790614c49565b30604051630f56c8a760e11b81526001600160a01b0385811660048301529190911690631ead914e9060240160206040518083038186803b1580156122bb57600080fd5b505afa1580156122cf573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122f39190614ce8565b61233f5760405162461bcd60e51b815260206004820152601a60248201527f50726f7669646572206973206e6f742072656769737465726564000000000000604482015260640161078f565b3060405163b6dd45ff60e01b81526001600160a01b038581166004830152919091169063b6dd45ff90602401600060405180830381600087803b15801561238557600080fd5b505af1158015612399573d6000803e3d6000fd5b5050505060006123a63090565b6001600160a01b031663897ce7cf60066040518263ffffffff1660e01b81526004016123d29190614d05565b60206040518083038186803b1580156123ea57600080fd5b505afa1580156123fe573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124229190614d1f565b905060003060405163d8a2d2c560e01b81526001600160a01b038781166004830152919091169063d8a2d2c59060240160206040518083038186803b15801561246a57600080fd5b505afa15801561247e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124a29190614d1f565b90506000306040516305e0d9bd60e31b81526001600160a01b038881166004830152602482018690529190911690632f06cde89060440160206040518083038186803b1580156124f157600080fd5b505afa158015612505573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906125299190614d1f565b90506000856040015160038111156125435761254361411c565b14156125915760405162461bcd60e51b815260206004820152601760248201527f496e766169642076616c7565206f666665722074797065000000000000000000604482015260640161078f565b333060405163071ddd6760e11b81526001600160a01b0389811660048301529190911690630e3bbace9060240160206040518083038186803b1580156125d657600080fd5b505afa1580156125ea573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061260e9190614c84565b6001600160a01b03161461266e5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b808210156126be5760405162461bcd60e51b815260206004820152601d60248201527f5365637572697479206465706f73697420697320746f6f20736d616c6c000000604482015260640161078f565b60006126cd8660400151613860565b6000818152600080516020614e378339815191526020526040908190209088015181549293509091829060ff1916600183600381111561270f5761270f61411c565b02179055506005810180546001600160a01b038a166001600160a01b031991821617909155426001830181905560028301805483163390811790915560038401919091556004830180549092161790556000828152600080516020614e5783398151915260205260408120885180519192508991839161279491839160200190613c25565b50602082015160018083018054909160ff19909116908360028111156127bc576127bc61411c565b0217905550604082015160018201805461ff0019166101008360038111156127e6576127e661411c565b02179055506060820151600182018054911515620100000262ff00001990921691909117905560808201518051612827916002840191602090910190613c25565b5060a0820151600382015560c082015180518051600484019161284f91839160200190613d5f565b5060208281015180516128689260018501920190613d99565b50505060e08201518051612886916006840191602090910190613c25565b50610100820151600782015561012082015180516128ae916008840191602090910190613c25565b5061014082015180516128cb916009840191602090910190613c25565b5061016082015180516128e891600a840191602090910190613c25565b50610180820151805161290591600b840191602090910190613e48565b506101a0820151805161292291600c840191602090910190613c25565b506101c0820151805161293f91600d840191602090910190613c25565b506101e0820151805161295c91600e840191602090910190613c25565b50610200820151805161297991600f840191602090910190613c25565b5090505061298781896138ef565b60408089015190517ffa8e245e000000000000000000000000000000000000000000000000000000008152309163fa8e245e916129cb918d91889190600401614d38565b600060405180830381600087803b1580156129e557600080fd5b505af11580156129f9573d6000803e3d6000fd5b50505050612a043090565b6001600160a01b0316634c17da92846040518263ffffffff1660e01b8152600401612a3191815260200190565b600060405180830381600087803b158015612a4b57600080fd5b505af1158015612a5f573d6000803e3d6000fd5b505060405185925089915033907fe8953a36b344cf43660efc2a608b608b7635ecb16314534b98e7d5885ae4291190600090a4505050505050505050565b6000838152600080516020614e37833981519152602052604081206000815460ff166003811115612ad057612ad061411c565b1415612c22576000858152600080516020614e778339815191526020526040812090612afc8642614db3565b90506000612b0b603c83614de0565b6004840154909150640100000000900467ffffffffffffffff16811015612b4557506004820154640100000000900467ffffffffffffffff165b6004838101546040517f0b82a0ce0000000000000000000000000000000000000000000000000000000081529182018a905260009163ffffffff909116903090630b82a0ce9060240160206040518083038186803b158015612ba657600080fd5b505afa158015612bba573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612bde9190614d1f565b612be89190614de0565b90506000612bfa603c62015180614df4565b63ffffffff16612c0a8385614e17565b612c149190614de0565b9650612c7395505050505050565b6000858152600080516020614e578339815191526020526040812060078101549091904290612c5290603c614e17565b612c5c9088614d64565b10905080612c6a5784612c6d565b60005b93505050505b9392505050565b600081831415612c8c57506001610624565b6000838152600080516020614e5783398151915260209081526040808320858452600080516020614e3783398151915290925282208054919290916010840190829060ff166003811115612ce257612ce261411c565b6003811115612cf357612cf361411c565b81526020019081526020016000209050612d0f81600101541590565b80612d1f5750612d1f8186613b4f565b9695505050505050565b6000818152600080516020614e3783398151915260205260408120829150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b158015612d9057600080fd5b505afa158015612da4573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612dc89190614c84565b90506001600160a01b0381163314612e2c5760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000848152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815487939060ff166003811115612e7757612e7761411c565b141580612e8a57508054600260ff909116105b612ecd5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000878152600080516020614e37833981519152602052604090206006810154612f395760405162461bcd60e51b815260206004820152601860248201527f4f6666657220697320616c726561647920656e61626c65640000000000000000604482015260640161078f565b612f5b8160010142600282015560030180546001600160a01b03191633179055565b6000600682018190556005820154825460405163a4f48e3d60e01b8152309363a4f48e3d93612fa3936001600160a01b03909116928e9260ff90921691600191600401614d7c565b600060405180830381600087803b158015612fbd57600080fd5b505af1158015612fd1573d6000803e3d6000fd5b50505050612fdc3090565b6001600160a01b0316634c17da92896040518263ffffffff1660e01b815260040161300991815260200190565b600060405180830381600087803b15801561302357600080fd5b505af1158015613037573d6000803e3d6000fd5b5050825460ff1691505060038111156130525761305261411c565b60058201546040518a916001600160a01b0316907ff31105f3ed0244cf1e9bc35a9bbd1d0855e47a8ab57a00f7e94b7dfa2b6ea36e90600090a45050505050505050565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b1580156130fd57600080fd5b505afa158015613111573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131359190614c84565b90506001600160a01b03811633146131995760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156131e4576131e461411c565b1415806131f757508054600260ff909116105b61323a5760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156132875761328761411c565b14156132c0576000898152600080516020614e778339815191526020526040812089519091506108bf90600183019060208c0190613c25565b6000898152600080516020614e578339815191526020526040812089519091506108f990829060208c0190613c25565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561335757600080fd5b505afa15801561336b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061338f9190614c84565b90506001600160a01b03811633146133f35760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff16600381111561343e5761343e61411c565b14158061345157508054600260ff909116105b6134945760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e378339815191526020526040812090506000815460ff1660038111156134c9576134c961411c565b146135165760405162461bcd60e51b815260206004820152601260248201527f496e76616c6964206f6666657220747970650000000000000000000000000000604482015260640161078f565b6135388160010142600282015560030180546001600160a01b03191633179055565b6000898152600080516020614e7783398151915260205260409020600981015442906135679062015180614d64565b106135b45760405162461bcd60e51b815260206004820152601460248201527f417661696c61626c65206f6e6365206120646179000000000000000000000000604482015260640161078f565b42600982015588516108f990600783019060208c0190613c25565b6000818152600080516020614e378339815191526020526040812060068101541580612c7357506006015442111592915050565b6000828152600080516020614e3783398151915260205260408120839150600030600583015460405163071ddd6760e11b81526001600160a01b039182166004820152911690630e3bbace9060240160206040518083038186803b15801561366a57600080fd5b505afa15801561367e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136a29190614c84565b90506001600160a01b03811633146137065760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920617661696c61626c6520666f7220616374696f6e206163636f756e6044820152601d60fa1b606482015260840161078f565b6000858152600080516020614e3783398151915260209081526040808320600080516020614e778339815191529092528220815488939060ff1660038111156137515761375161411c565b14158061376457508054600260ff909116105b6137a75760405162461bcd60e51b8152602060048201526014602482015273151959481bd999995c881a5cc8189b1bd8dad95960621b604482015260640161078f565b6000888152600080516020614e37833981519152602052604090204260038201556004810180546001600160a01b031916331790556000815460ff1660038111156137f4576137f461411c565b141561382d576000898152600080516020614e778339815191526020526040812089519091506108bf90600283019060208c0190613c25565b6000898152600080516020614e578339815191526020526040812089519091506108f990600283019060208c0190613c25565b7fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee848054600091908190839061389490614ccd565b918290555091506005810160008460038111156138b3576138b361411c565b60038111156138c4576138c461411c565b8152602080820192909252604001600090812080546001810182559082529190200182905550919050565b60c08101515151158061391757506000816020015160028111156139155761391561411c565b145b6139635760405162461bcd60e51b815260206004820152601c60248201527f4e6f7420616c6c6f77656420666f72206f75747075742067726f757000000000604482015260640161078f565b60005b60c08201515151811015613ab45760008260c0015160000151828151811061399057613990614ca1565b602002602001015190506139c27fa15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee845490565b8110613a365760405162461bcd60e51b815260206004820152603060248201527f4f666665722063616e6e6f742062652072657374726963746564206279206e6f60448201527f6e2d6578697374696e67206f6666657200000000000000000000000000000000606482015260840161078f565b6000818152600080516020614e378339815191526020526040812080549091613aa1918491601089019160ff166003811115613a7457613a7461411c565b6003811115613a8557613a8561411c565b8152602001908152602001600020613ba490919063ffffffff16565b505080613aad90614ccd565b9050613966565b5060005b8160c001516020015151811015613b4a5760008260c00151602001518281518110613ae557613ae5614ca1565b602002602001015190506001846011016000836003811115613b0957613b0961411c565b6003811115613b1a57613b1a61411c565b81526020810191909152604001600020805460ff191691151591909117905550613b4381614ccd565b9050613ab8565b505050565b6001820154600090613b6357506000610624565b600082815260208490526040902054151580612c7357508183600101600081548110613b9157613b91614ca1565b9060005260206000200154149392505050565b60018201546000901580613bef5750600082815260208490526040902054158015613bef57508183600101600081548110613be157613be1614ca1565b906000526020600020015414155b905080613bfb57505050565b50600180830180546000848152602095865260408120829055928101825590825292902090910155565b828054613c3190614c49565b90600052602060002090601f016020900481019282613c535760008555613c99565b82601f10613c6c57805160ff1916838001178555613c99565b82800160010185558215613c99579182015b82811115613c99578251825591602001919060010190613c7e565b50613ca5929150613e9d565b5090565b60405180608001604052806000815260200160006001600160a01b03168152602001613d33604051806101200160405280606081526020016060815260200160608152602001600063ffffffff168152602001600067ffffffffffffffff1681526020016060815260200160006001600160a01b0316815260200160608152602001606081525090565b8152602001600081525090565b6040805160808101825260008082526020820152908101613d33613eb2565b828054828255906000526020600020908101928215613c995791602002820182811115613c99578251825591602001919060010190613c7e565b82805482825590600052602060002090601f01602090048101928215613c995791602002820160005b83821115613e0e57835183826101000a81548160ff02191690836003811115613ded57613ded61411c565b02179055509260200192600101602081600001049283019260010302613dc2565b8015613e3b5782816101000a81549060ff0219169055600101602081600001049283019260010302613e0e565b5050613ca5929150613e9d565b828054828255906000526020600020908101928215613c99579160200282015b82811115613c9957825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190613e68565b5b80821115613ca55760008155600101613e9e565b604080516102208101909152606081526020810160008152602001600081526020016000151581526020016060815260200160008152602001613f08604051806040016040528060608152602001606081525090565b8152602001606081526020016000815260200160608152602001606081526020016060815260200160608152602001606081526020016060815260200160608152602001606081525090565b600060208284031215613f6657600080fd5b5035919050565b803560048110613f7c57600080fd5b919050565b60008060408385031215613f9457600080fd5b82359150613fa460208401613f6d565b90509250929050565b634e487b7160e01b600052604160045260246000fd5b604051610120810167ffffffffffffffff81118282101715613fe757613fe7613fad565b60405290565b6040805190810167ffffffffffffffff81118282101715613fe757613fe7613fad565b604051610220810167ffffffffffffffff81118282101715613fe757613fe7613fad565b604051601f8201601f1916810167ffffffffffffffff8111828210171561405d5761405d613fad565b604052919050565b600082601f83011261407657600080fd5b813567ffffffffffffffff81111561409057614090613fad565b6140a3601f8201601f1916602001614034565b8181528460208386010111156140b857600080fd5b816020850160208301376000918101602001919091529392505050565b600080604083850312156140e857600080fd5b82359150602083013567ffffffffffffffff81111561410657600080fd5b61411285828601614065565b9150509250929050565b634e487b7160e01b600052602160045260246000fd5b600481106141425761414261411c565b9052565b602081016106248284614132565b6001600160a01b038116811461416957600080fd5b50565b8035613f7c81614154565b6000806040838503121561418a57600080fd5b82359150602083013561419c81614154565b809150509250929050565b803563ffffffff81168114613f7c57600080fd5b803567ffffffffffffffff81168114613f7c57600080fd5b6000806000606084860312156141e857600080fd5b83356141f381614154565b9250602084013567ffffffffffffffff8082111561421057600080fd5b90850190610120828803121561422557600080fd5b61422d613fc3565b82358281111561423c57600080fd5b61424889828601614065565b82525060208301358281111561425d57600080fd5b61426989828601614065565b60208301525060408301358281111561428157600080fd5b61428d89828601614065565b60408301525061429f606084016141a7565b60608201526142b0608084016141bb565b608082015260a0830135828111156142c757600080fd5b6142d389828601614065565b60a0830152506142e560c0840161416c565b60c082015260e0830135828111156142fc57600080fd5b61430889828601614065565b60e083015250610100808401358381111561432257600080fd5b61432e8a828701614065565b828401525050809450505050604084013590509250925092565b6000815180845260005b8181101561436e57602081850181015186830182015201614352565b81811115614380576000602083870101525b50601f01601f19169290920160200192915050565b60208152815160208201526001600160a01b036020830151166040820152600060408301516080606084015280516101208060a08601526143da6101c0860183614348565b91506020830151609f19808785030160c08801526143f88483614348565b935060408501519150808785030160e08801526144158483614348565b9350606085015191506101006144328189018463ffffffff169052565b608086015167ffffffffffffffff811689860152925060a0860151935081888603016101408901526144648585614348565b945060c086015193506144836101608901856001600160a01b03169052565b60e08601519350818886030161018089015261449f8585614348565b9501518786039091016101a08801529392506144bf915082905083614348565b915050606084015160808401528091505092915050565b600381106141425761414261411c565b6020810161062482846144d6565b60006020828403121561450657600080fd5b612c7382613f6d565b805160408084528151908401819052600091602091908201906060860190845b8181101561454b5783518352928401929184019160010161452f565b50508483015186820387850152805180835290840192506000918401905b808310156145905761457c828551614132565b928401926001929092019190840190614569565b509695505050505050565b600081518084526020808501945080840160005b838110156145d45781516001600160a01b0316875295820195908201906001016145af565b509495945050505050565b60208152815160208201526001600160a01b036020830151166040820152600060408301516080606084015280516102208060a08601526146246102c0860183614348565b9150602083015161463860c08701826144d6565b50604083015161464b60e0870182614132565b5060608301516101006146618188018315159052565b60808501519150609f196101208189870301818a01526146818685614348565b955060a0870151935061014084818b015260c08801519450610160838b890301818c01526146af888761450f565b975060e08901519550610180848c8a0301818d01526146ce8988614348565b9850858a015196506101a0955086868d0152838a015196506101c09350848c8a0301848d01526146fe8988614348565b9850828a015196506101e09250848c8a0301838d015261471e8988614348565b9850818a015196506102009150848c8a0301828d015261473e8988614348565b9850808a0151965050838b890301878c015261475a888761459b565b9750848901519650838b8903016102408c01526147778888614348565b9750828901519650838b8903016102608c01526147948888614348565b9750818901519650838b8903016102808c01526147b18888614348565b975080890151985050505080888603016102a0890152505050506144bf8183614348565b803560038110613f7c57600080fd5b801515811461416957600080fd5b8035613f7c816147e4565b600067ffffffffffffffff82111561481757614817613fad565b5060051b60200190565b600082601f83011261483257600080fd5b81356020614847614842836147fd565b614034565b82815260059290921b8401810191818101908684111561486657600080fd5b8286015b848110156145905761487b81613f6d565b835291830191830161486a565b60006040828403121561489a57600080fd5b6148a2613fed565b9050813567ffffffffffffffff808211156148bc57600080fd5b818401915084601f8301126148d057600080fd5b813560206148e0614842836147fd565b82815260059290921b840181019181810190888411156148ff57600080fd5b948201945b8386101561491d57853582529482019490820190614904565b8652508581013593508284111561493357600080fd5b61493f87858801614821565b818601525050505092915050565b600082601f83011261495e57600080fd5b8135602061496e614842836147fd565b82815260059290921b8401810191818101908684111561498d57600080fd5b8286015b848110156145905780356149a481614154565b8352918301918301614991565b6000806000606084860312156149c657600080fd5b83356149d181614154565b9250602084013567ffffffffffffffff808211156149ee57600080fd5b908501906102208288031215614a0357600080fd5b614a0b614010565b823582811115614a1a57600080fd5b614a2689828601614065565b825250614a35602084016147d5565b6020820152614a4660408401613f6d565b6040820152614a57606084016147f2565b6060820152608083013582811115614a6e57600080fd5b614a7a89828601614065565b60808301525060a083013560a082015260c083013582811115614a9c57600080fd5b614aa889828601614888565b60c08301525060e083013582811115614ac057600080fd5b614acc89828601614065565b60e08301525061010083810135908201526101208084013583811115614af157600080fd5b614afd8a828701614065565b8284015250506101408084013583811115614b1757600080fd5b614b238a828701614065565b8284015250506101608084013583811115614b3d57600080fd5b614b498a828701614065565b8284015250506101808084013583811115614b6357600080fd5b614b6f8a82870161494d565b8284015250506101a08084013583811115614b8957600080fd5b614b958a828701614065565b8284015250506101c08084013583811115614baf57600080fd5b614bbb8a828701614065565b8284015250506101e08084013583811115614bd557600080fd5b614be18a828701614065565b828401525050610200808401358381111561432257600080fd5b600080600060608486031215614c1057600080fd5b505081359360208301359350604090920135919050565b60008060408385031215614c3a57600080fd5b50508035926020909101359150565b600181811c90821680614c5d57607f821691505b60208210811415614c7e57634e487b7160e01b600052602260045260246000fd5b50919050565b600060208284031215614c9657600080fd5b8151612c7381614154565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b6000600019821415614ce157614ce1614cb7565b5060010190565b600060208284031215614cfa57600080fd5b8151612c73816147e4565b6020810160088310614d1957614d1961411c565b91905290565b600060208284031215614d3157600080fd5b5051919050565b6001600160a01b03841681526020810183905260608101614d5c6040830184614132565b949350505050565b60008219821115614d7757614d77614cb7565b500190565b6001600160a01b03861681526020810185905260a08101614da06040830186614132565b9215156060820152608001529392505050565b600082821015614dc557614dc5614cb7565b500390565b634e487b7160e01b600052601260045260246000fd5b600082614def57614def614dca565b500490565b600063ffffffff80841680614e0b57614e0b614dca565b92169190910492915050565b6000816000190483118215151615614e3157614e31614cb7565b50029056fea15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee85a15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee86a15d1660ecf4f4c2ac27ec148e6bb28bae19d84f4ea12b71b4576a040a68ee87a26469706673582212205292058dec09a766b0b177c9ff4203433dbb2d919e9f08e67ef072913efe026664736f6c63430008090033",
1016
- "linkReferences": {},
1017
- "deployedLinkReferences": {}
1018
- }