@layerzerolabs/lz-evm-oapp-v1 1.5.77 → 1.5.78

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.
@@ -0,0 +1,1042 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ exports.__esModule = true;
18
+ exports.LZEndpointMock__factory = void 0;
19
+ /* Autogenerated file. Do not edit manually. */
20
+ /* tslint:disable */
21
+ /* eslint-disable */
22
+ var ethers_1 = require("ethers");
23
+ var _abi = [
24
+ {
25
+ inputs: [
26
+ {
27
+ internalType: "uint16",
28
+ name: "_chainId",
29
+ type: "uint16"
30
+ },
31
+ ],
32
+ stateMutability: "nonpayable",
33
+ type: "constructor"
34
+ },
35
+ {
36
+ inputs: [],
37
+ name: "Empty",
38
+ type: "error"
39
+ },
40
+ {
41
+ anonymous: false,
42
+ inputs: [
43
+ {
44
+ indexed: false,
45
+ internalType: "uint16",
46
+ name: "srcChainId",
47
+ type: "uint16"
48
+ },
49
+ {
50
+ indexed: false,
51
+ internalType: "bytes",
52
+ name: "srcAddress",
53
+ type: "bytes"
54
+ },
55
+ {
56
+ indexed: false,
57
+ internalType: "uint64",
58
+ name: "nonce",
59
+ type: "uint64"
60
+ },
61
+ {
62
+ indexed: false,
63
+ internalType: "address",
64
+ name: "dstAddress",
65
+ type: "address"
66
+ },
67
+ ],
68
+ name: "PayloadCleared",
69
+ type: "event"
70
+ },
71
+ {
72
+ anonymous: false,
73
+ inputs: [
74
+ {
75
+ indexed: false,
76
+ internalType: "uint16",
77
+ name: "srcChainId",
78
+ type: "uint16"
79
+ },
80
+ {
81
+ indexed: false,
82
+ internalType: "bytes",
83
+ name: "srcAddress",
84
+ type: "bytes"
85
+ },
86
+ {
87
+ indexed: false,
88
+ internalType: "address",
89
+ name: "dstAddress",
90
+ type: "address"
91
+ },
92
+ {
93
+ indexed: false,
94
+ internalType: "uint64",
95
+ name: "nonce",
96
+ type: "uint64"
97
+ },
98
+ {
99
+ indexed: false,
100
+ internalType: "bytes",
101
+ name: "payload",
102
+ type: "bytes"
103
+ },
104
+ {
105
+ indexed: false,
106
+ internalType: "bytes",
107
+ name: "reason",
108
+ type: "bytes"
109
+ },
110
+ ],
111
+ name: "PayloadStored",
112
+ type: "event"
113
+ },
114
+ {
115
+ anonymous: false,
116
+ inputs: [
117
+ {
118
+ indexed: false,
119
+ internalType: "uint16",
120
+ name: "chainId",
121
+ type: "uint16"
122
+ },
123
+ {
124
+ indexed: false,
125
+ internalType: "bytes",
126
+ name: "srcAddress",
127
+ type: "bytes"
128
+ },
129
+ ],
130
+ name: "UaForceResumeReceive",
131
+ type: "event"
132
+ },
133
+ {
134
+ anonymous: false,
135
+ inputs: [
136
+ {
137
+ indexed: true,
138
+ internalType: "address",
139
+ name: "to",
140
+ type: "address"
141
+ },
142
+ {
143
+ indexed: true,
144
+ internalType: "uint256",
145
+ name: "quantity",
146
+ type: "uint256"
147
+ },
148
+ ],
149
+ name: "ValueTransferFailed",
150
+ type: "event"
151
+ },
152
+ {
153
+ inputs: [],
154
+ name: "blockNextMsg",
155
+ outputs: [],
156
+ stateMutability: "nonpayable",
157
+ type: "function"
158
+ },
159
+ {
160
+ inputs: [],
161
+ name: "defaultAdapterParams",
162
+ outputs: [
163
+ {
164
+ internalType: "bytes",
165
+ name: "",
166
+ type: "bytes"
167
+ },
168
+ ],
169
+ stateMutability: "view",
170
+ type: "function"
171
+ },
172
+ {
173
+ inputs: [
174
+ {
175
+ internalType: "uint16",
176
+ name: "_dstEid",
177
+ type: "uint16"
178
+ },
179
+ {
180
+ internalType: "address",
181
+ name: "_dstAddress",
182
+ type: "address"
183
+ },
184
+ ],
185
+ name: "deliverPackets",
186
+ outputs: [],
187
+ stateMutability: "nonpayable",
188
+ type: "function"
189
+ },
190
+ {
191
+ inputs: [
192
+ {
193
+ internalType: "uint16",
194
+ name: "_dstChainId",
195
+ type: "uint16"
196
+ },
197
+ {
198
+ internalType: "address",
199
+ name: "_userApplication",
200
+ type: "address"
201
+ },
202
+ {
203
+ internalType: "bytes",
204
+ name: "_payload",
205
+ type: "bytes"
206
+ },
207
+ {
208
+ internalType: "bool",
209
+ name: "_payInZRO",
210
+ type: "bool"
211
+ },
212
+ {
213
+ internalType: "bytes",
214
+ name: "_adapterParams",
215
+ type: "bytes"
216
+ },
217
+ ],
218
+ name: "estimateFees",
219
+ outputs: [
220
+ {
221
+ internalType: "uint256",
222
+ name: "nativeFee",
223
+ type: "uint256"
224
+ },
225
+ {
226
+ internalType: "uint256",
227
+ name: "zroFee",
228
+ type: "uint256"
229
+ },
230
+ ],
231
+ stateMutability: "view",
232
+ type: "function"
233
+ },
234
+ {
235
+ inputs: [
236
+ {
237
+ internalType: "uint16",
238
+ name: "_srcChainId",
239
+ type: "uint16"
240
+ },
241
+ {
242
+ internalType: "bytes",
243
+ name: "_path",
244
+ type: "bytes"
245
+ },
246
+ ],
247
+ name: "forceResumeReceive",
248
+ outputs: [],
249
+ stateMutability: "nonpayable",
250
+ type: "function"
251
+ },
252
+ {
253
+ inputs: [],
254
+ name: "getChainId",
255
+ outputs: [
256
+ {
257
+ internalType: "uint16",
258
+ name: "",
259
+ type: "uint16"
260
+ },
261
+ ],
262
+ stateMutability: "view",
263
+ type: "function"
264
+ },
265
+ {
266
+ inputs: [
267
+ {
268
+ internalType: "uint16",
269
+ name: "",
270
+ type: "uint16"
271
+ },
272
+ {
273
+ internalType: "uint16",
274
+ name: "",
275
+ type: "uint16"
276
+ },
277
+ {
278
+ internalType: "address",
279
+ name: "",
280
+ type: "address"
281
+ },
282
+ {
283
+ internalType: "uint256",
284
+ name: "",
285
+ type: "uint256"
286
+ },
287
+ ],
288
+ name: "getConfig",
289
+ outputs: [
290
+ {
291
+ internalType: "bytes",
292
+ name: "",
293
+ type: "bytes"
294
+ },
295
+ ],
296
+ stateMutability: "pure",
297
+ type: "function"
298
+ },
299
+ {
300
+ inputs: [
301
+ {
302
+ internalType: "uint16",
303
+ name: "_chainID",
304
+ type: "uint16"
305
+ },
306
+ {
307
+ internalType: "bytes",
308
+ name: "_path",
309
+ type: "bytes"
310
+ },
311
+ ],
312
+ name: "getInboundNonce",
313
+ outputs: [
314
+ {
315
+ internalType: "uint64",
316
+ name: "",
317
+ type: "uint64"
318
+ },
319
+ ],
320
+ stateMutability: "view",
321
+ type: "function"
322
+ },
323
+ {
324
+ inputs: [
325
+ {
326
+ internalType: "uint16",
327
+ name: "_srcChainId",
328
+ type: "uint16"
329
+ },
330
+ {
331
+ internalType: "bytes",
332
+ name: "_srcAddress",
333
+ type: "bytes"
334
+ },
335
+ ],
336
+ name: "getLengthOfQueue",
337
+ outputs: [
338
+ {
339
+ internalType: "uint256",
340
+ name: "",
341
+ type: "uint256"
342
+ },
343
+ ],
344
+ stateMutability: "view",
345
+ type: "function"
346
+ },
347
+ {
348
+ inputs: [
349
+ {
350
+ internalType: "uint16",
351
+ name: "_chainID",
352
+ type: "uint16"
353
+ },
354
+ {
355
+ internalType: "address",
356
+ name: "_srcAddress",
357
+ type: "address"
358
+ },
359
+ ],
360
+ name: "getOutboundNonce",
361
+ outputs: [
362
+ {
363
+ internalType: "uint64",
364
+ name: "",
365
+ type: "uint64"
366
+ },
367
+ ],
368
+ stateMutability: "view",
369
+ type: "function"
370
+ },
371
+ {
372
+ inputs: [
373
+ {
374
+ internalType: "address",
375
+ name: "",
376
+ type: "address"
377
+ },
378
+ ],
379
+ name: "getReceiveLibraryAddress",
380
+ outputs: [
381
+ {
382
+ internalType: "address",
383
+ name: "",
384
+ type: "address"
385
+ },
386
+ ],
387
+ stateMutability: "view",
388
+ type: "function"
389
+ },
390
+ {
391
+ inputs: [
392
+ {
393
+ internalType: "address",
394
+ name: "",
395
+ type: "address"
396
+ },
397
+ ],
398
+ name: "getReceiveVersion",
399
+ outputs: [
400
+ {
401
+ internalType: "uint16",
402
+ name: "",
403
+ type: "uint16"
404
+ },
405
+ ],
406
+ stateMutability: "pure",
407
+ type: "function"
408
+ },
409
+ {
410
+ inputs: [
411
+ {
412
+ internalType: "address",
413
+ name: "",
414
+ type: "address"
415
+ },
416
+ ],
417
+ name: "getSendLibraryAddress",
418
+ outputs: [
419
+ {
420
+ internalType: "address",
421
+ name: "",
422
+ type: "address"
423
+ },
424
+ ],
425
+ stateMutability: "view",
426
+ type: "function"
427
+ },
428
+ {
429
+ inputs: [
430
+ {
431
+ internalType: "address",
432
+ name: "",
433
+ type: "address"
434
+ },
435
+ ],
436
+ name: "getSendVersion",
437
+ outputs: [
438
+ {
439
+ internalType: "uint16",
440
+ name: "",
441
+ type: "uint16"
442
+ },
443
+ ],
444
+ stateMutability: "pure",
445
+ type: "function"
446
+ },
447
+ {
448
+ inputs: [
449
+ {
450
+ internalType: "uint16",
451
+ name: "_srcChainId",
452
+ type: "uint16"
453
+ },
454
+ {
455
+ internalType: "bytes",
456
+ name: "_path",
457
+ type: "bytes"
458
+ },
459
+ ],
460
+ name: "hasStoredPayload",
461
+ outputs: [
462
+ {
463
+ internalType: "bool",
464
+ name: "",
465
+ type: "bool"
466
+ },
467
+ ],
468
+ stateMutability: "view",
469
+ type: "function"
470
+ },
471
+ {
472
+ inputs: [
473
+ {
474
+ internalType: "uint16",
475
+ name: "",
476
+ type: "uint16"
477
+ },
478
+ {
479
+ internalType: "bytes",
480
+ name: "",
481
+ type: "bytes"
482
+ },
483
+ ],
484
+ name: "inboundNonce",
485
+ outputs: [
486
+ {
487
+ internalType: "uint64",
488
+ name: "",
489
+ type: "uint64"
490
+ },
491
+ ],
492
+ stateMutability: "view",
493
+ type: "function"
494
+ },
495
+ {
496
+ inputs: [],
497
+ name: "isReceivingPayload",
498
+ outputs: [
499
+ {
500
+ internalType: "bool",
501
+ name: "",
502
+ type: "bool"
503
+ },
504
+ ],
505
+ stateMutability: "view",
506
+ type: "function"
507
+ },
508
+ {
509
+ inputs: [],
510
+ name: "isSendingPayload",
511
+ outputs: [
512
+ {
513
+ internalType: "bool",
514
+ name: "",
515
+ type: "bool"
516
+ },
517
+ ],
518
+ stateMutability: "view",
519
+ type: "function"
520
+ },
521
+ {
522
+ inputs: [],
523
+ name: "isSyncDeliver",
524
+ outputs: [
525
+ {
526
+ internalType: "bool",
527
+ name: "",
528
+ type: "bool"
529
+ },
530
+ ],
531
+ stateMutability: "view",
532
+ type: "function"
533
+ },
534
+ {
535
+ inputs: [
536
+ {
537
+ internalType: "address",
538
+ name: "",
539
+ type: "address"
540
+ },
541
+ ],
542
+ name: "lzEndpointLookup",
543
+ outputs: [
544
+ {
545
+ internalType: "address",
546
+ name: "",
547
+ type: "address"
548
+ },
549
+ ],
550
+ stateMutability: "view",
551
+ type: "function"
552
+ },
553
+ {
554
+ inputs: [],
555
+ name: "mockChainId",
556
+ outputs: [
557
+ {
558
+ internalType: "uint16",
559
+ name: "",
560
+ type: "uint16"
561
+ },
562
+ ],
563
+ stateMutability: "view",
564
+ type: "function"
565
+ },
566
+ {
567
+ inputs: [
568
+ {
569
+ internalType: "uint16",
570
+ name: "",
571
+ type: "uint16"
572
+ },
573
+ {
574
+ internalType: "bytes",
575
+ name: "",
576
+ type: "bytes"
577
+ },
578
+ {
579
+ internalType: "uint256",
580
+ name: "",
581
+ type: "uint256"
582
+ },
583
+ ],
584
+ name: "msgsToDeliver",
585
+ outputs: [
586
+ {
587
+ internalType: "address",
588
+ name: "dstAddress",
589
+ type: "address"
590
+ },
591
+ {
592
+ internalType: "uint64",
593
+ name: "nonce",
594
+ type: "uint64"
595
+ },
596
+ {
597
+ internalType: "bytes",
598
+ name: "payload",
599
+ type: "bytes"
600
+ },
601
+ ],
602
+ stateMutability: "view",
603
+ type: "function"
604
+ },
605
+ {
606
+ inputs: [],
607
+ name: "nextMsgBlocked",
608
+ outputs: [
609
+ {
610
+ internalType: "bool",
611
+ name: "",
612
+ type: "bool"
613
+ },
614
+ ],
615
+ stateMutability: "view",
616
+ type: "function"
617
+ },
618
+ {
619
+ inputs: [],
620
+ name: "oracleFee",
621
+ outputs: [
622
+ {
623
+ internalType: "uint256",
624
+ name: "",
625
+ type: "uint256"
626
+ },
627
+ ],
628
+ stateMutability: "view",
629
+ type: "function"
630
+ },
631
+ {
632
+ inputs: [
633
+ {
634
+ internalType: "uint16",
635
+ name: "",
636
+ type: "uint16"
637
+ },
638
+ {
639
+ internalType: "address",
640
+ name: "",
641
+ type: "address"
642
+ },
643
+ ],
644
+ name: "outboundNonce",
645
+ outputs: [
646
+ {
647
+ internalType: "uint64",
648
+ name: "",
649
+ type: "uint64"
650
+ },
651
+ ],
652
+ stateMutability: "view",
653
+ type: "function"
654
+ },
655
+ {
656
+ inputs: [],
657
+ name: "protocolFeeConfig",
658
+ outputs: [
659
+ {
660
+ internalType: "uint256",
661
+ name: "zroFee",
662
+ type: "uint256"
663
+ },
664
+ {
665
+ internalType: "uint256",
666
+ name: "nativeBP",
667
+ type: "uint256"
668
+ },
669
+ ],
670
+ stateMutability: "view",
671
+ type: "function"
672
+ },
673
+ {
674
+ inputs: [
675
+ {
676
+ internalType: "uint16",
677
+ name: "_srcChainId",
678
+ type: "uint16"
679
+ },
680
+ {
681
+ internalType: "bytes",
682
+ name: "_path",
683
+ type: "bytes"
684
+ },
685
+ {
686
+ internalType: "address",
687
+ name: "_dstAddress",
688
+ type: "address"
689
+ },
690
+ {
691
+ internalType: "uint64",
692
+ name: "_nonce",
693
+ type: "uint64"
694
+ },
695
+ {
696
+ internalType: "uint256",
697
+ name: "_gasLimit",
698
+ type: "uint256"
699
+ },
700
+ {
701
+ internalType: "bytes",
702
+ name: "_payload",
703
+ type: "bytes"
704
+ },
705
+ ],
706
+ name: "receivePayload",
707
+ outputs: [],
708
+ stateMutability: "nonpayable",
709
+ type: "function"
710
+ },
711
+ {
712
+ inputs: [],
713
+ name: "relayerFeeConfig",
714
+ outputs: [
715
+ {
716
+ internalType: "uint128",
717
+ name: "dstPriceRatio",
718
+ type: "uint128"
719
+ },
720
+ {
721
+ internalType: "uint128",
722
+ name: "dstGasPriceInWei",
723
+ type: "uint128"
724
+ },
725
+ {
726
+ internalType: "uint128",
727
+ name: "dstNativeAmtCap",
728
+ type: "uint128"
729
+ },
730
+ {
731
+ internalType: "uint64",
732
+ name: "baseGas",
733
+ type: "uint64"
734
+ },
735
+ {
736
+ internalType: "uint64",
737
+ name: "gasPerByte",
738
+ type: "uint64"
739
+ },
740
+ ],
741
+ stateMutability: "view",
742
+ type: "function"
743
+ },
744
+ {
745
+ inputs: [
746
+ {
747
+ internalType: "uint16",
748
+ name: "_srcChainId",
749
+ type: "uint16"
750
+ },
751
+ {
752
+ internalType: "bytes",
753
+ name: "_path",
754
+ type: "bytes"
755
+ },
756
+ {
757
+ internalType: "bytes",
758
+ name: "_payload",
759
+ type: "bytes"
760
+ },
761
+ ],
762
+ name: "retryPayload",
763
+ outputs: [],
764
+ stateMutability: "nonpayable",
765
+ type: "function"
766
+ },
767
+ {
768
+ inputs: [
769
+ {
770
+ internalType: "uint16",
771
+ name: "_chainId",
772
+ type: "uint16"
773
+ },
774
+ {
775
+ internalType: "bytes",
776
+ name: "_path",
777
+ type: "bytes"
778
+ },
779
+ {
780
+ internalType: "bytes",
781
+ name: "_payload",
782
+ type: "bytes"
783
+ },
784
+ {
785
+ internalType: "address payable",
786
+ name: "_refundAddress",
787
+ type: "address"
788
+ },
789
+ {
790
+ internalType: "address",
791
+ name: "_zroPaymentAddress",
792
+ type: "address"
793
+ },
794
+ {
795
+ internalType: "bytes",
796
+ name: "_adapterParams",
797
+ type: "bytes"
798
+ },
799
+ ],
800
+ name: "send",
801
+ outputs: [],
802
+ stateMutability: "payable",
803
+ type: "function"
804
+ },
805
+ {
806
+ inputs: [
807
+ {
808
+ internalType: "uint16",
809
+ name: "",
810
+ type: "uint16"
811
+ },
812
+ {
813
+ internalType: "uint16",
814
+ name: "",
815
+ type: "uint16"
816
+ },
817
+ {
818
+ internalType: "uint256",
819
+ name: "",
820
+ type: "uint256"
821
+ },
822
+ {
823
+ internalType: "bytes",
824
+ name: "",
825
+ type: "bytes"
826
+ },
827
+ ],
828
+ name: "setConfig",
829
+ outputs: [],
830
+ stateMutability: "nonpayable",
831
+ type: "function"
832
+ },
833
+ {
834
+ inputs: [
835
+ {
836
+ internalType: "bytes",
837
+ name: "_adapterParams",
838
+ type: "bytes"
839
+ },
840
+ ],
841
+ name: "setDefaultAdapterParams",
842
+ outputs: [],
843
+ stateMutability: "nonpayable",
844
+ type: "function"
845
+ },
846
+ {
847
+ inputs: [
848
+ {
849
+ internalType: "address",
850
+ name: "destAddr",
851
+ type: "address"
852
+ },
853
+ {
854
+ internalType: "address",
855
+ name: "lzEndpointAddr",
856
+ type: "address"
857
+ },
858
+ ],
859
+ name: "setDestLzEndpoint",
860
+ outputs: [],
861
+ stateMutability: "nonpayable",
862
+ type: "function"
863
+ },
864
+ {
865
+ inputs: [
866
+ {
867
+ internalType: "uint256",
868
+ name: "_oracleFee",
869
+ type: "uint256"
870
+ },
871
+ ],
872
+ name: "setOracleFee",
873
+ outputs: [],
874
+ stateMutability: "nonpayable",
875
+ type: "function"
876
+ },
877
+ {
878
+ inputs: [
879
+ {
880
+ internalType: "uint256",
881
+ name: "_zroFee",
882
+ type: "uint256"
883
+ },
884
+ {
885
+ internalType: "uint256",
886
+ name: "_nativeBP",
887
+ type: "uint256"
888
+ },
889
+ ],
890
+ name: "setProtocolFee",
891
+ outputs: [],
892
+ stateMutability: "nonpayable",
893
+ type: "function"
894
+ },
895
+ {
896
+ inputs: [
897
+ {
898
+ internalType: "uint16",
899
+ name: "",
900
+ type: "uint16"
901
+ },
902
+ ],
903
+ name: "setReceiveVersion",
904
+ outputs: [],
905
+ stateMutability: "nonpayable",
906
+ type: "function"
907
+ },
908
+ {
909
+ inputs: [
910
+ {
911
+ internalType: "uint128",
912
+ name: "_dstPriceRatio",
913
+ type: "uint128"
914
+ },
915
+ {
916
+ internalType: "uint128",
917
+ name: "_dstGasPriceInWei",
918
+ type: "uint128"
919
+ },
920
+ {
921
+ internalType: "uint128",
922
+ name: "_dstNativeAmtCap",
923
+ type: "uint128"
924
+ },
925
+ {
926
+ internalType: "uint64",
927
+ name: "_baseGas",
928
+ type: "uint64"
929
+ },
930
+ {
931
+ internalType: "uint64",
932
+ name: "_gasPerByte",
933
+ type: "uint64"
934
+ },
935
+ ],
936
+ name: "setRelayerPrice",
937
+ outputs: [],
938
+ stateMutability: "nonpayable",
939
+ type: "function"
940
+ },
941
+ {
942
+ inputs: [
943
+ {
944
+ internalType: "uint16",
945
+ name: "",
946
+ type: "uint16"
947
+ },
948
+ ],
949
+ name: "setSendVersion",
950
+ outputs: [],
951
+ stateMutability: "nonpayable",
952
+ type: "function"
953
+ },
954
+ {
955
+ inputs: [
956
+ {
957
+ internalType: "bool",
958
+ name: "_isSync",
959
+ type: "bool"
960
+ },
961
+ ],
962
+ name: "setSyncDeliver",
963
+ outputs: [],
964
+ stateMutability: "nonpayable",
965
+ type: "function"
966
+ },
967
+ {
968
+ inputs: [
969
+ {
970
+ internalType: "uint16",
971
+ name: "",
972
+ type: "uint16"
973
+ },
974
+ {
975
+ internalType: "bytes",
976
+ name: "",
977
+ type: "bytes"
978
+ },
979
+ ],
980
+ name: "storedPayload",
981
+ outputs: [
982
+ {
983
+ internalType: "uint64",
984
+ name: "payloadLength",
985
+ type: "uint64"
986
+ },
987
+ {
988
+ internalType: "address",
989
+ name: "dstAddress",
990
+ type: "address"
991
+ },
992
+ {
993
+ internalType: "bytes32",
994
+ name: "payloadHash",
995
+ type: "bytes32"
996
+ },
997
+ ],
998
+ stateMutability: "view",
999
+ type: "function"
1000
+ },
1001
+ ];
1002
+ var _bytecode = "0x6080604052600c805461ffff1916610101179055600f805460ff191660011790553480156200002d57600080fd5b50604051620043563803806200435683398101604081905262000050916200014a565b6001805461ffff191661ffff83161781556040805160a0810182526402540be400808252602080830191909152678ac7230489e8000082840152606460608301526080909101929092527402540be400000000000000000000000002540be4006002557801000000000000006400000000000000008ac7230489e800006003558051808201909152670de0b6b3a76400008082526103e891909201819052600491909155600555662386f26fc100006006556200013362030d4060408051600160f01b602082015260228082019390935281518082039093018352604201905290565b6007906200014290826200021e565b5050620002ea565b6000602082840312156200015d57600080fd5b815161ffff811681146200017057600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c90821680620001a257607f821691505b602082108103620001c357634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111562000219576000816000526020600020601f850160051c81016020861015620001f45750805b601f850160051c820191505b81811015620002155782815560010162000200565b5050505b505050565b81516001600160401b038111156200023a576200023a62000177565b62000252816200024b84546200018d565b84620001c9565b602080601f8311600181146200028a5760008415620002715750858301515b600019600386901b1c1916600185901b17855562000215565b600085815260208120601f198616915b82811015620002bb578886015182559484019460019091019084016200029a565b5085821015620002da5787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b61405c80620002fa6000396000f3fe6080604052600436106102bb5760003560e01c80639c729da11161016e578063ca066b35116100cb578063e97a448a1161007f578063f9cd3ceb11610064578063f9cd3ceb14610a89578063fbba623b14610a9f578063fdc07c7014610abf57600080fd5b8063e97a448a14610a3b578063f5ecbdbc14610a5757600080fd5b8063d23104f1116100b0578063d23104f1146109e1578063da1a7c9a14610315578063db14f30514610a2057600080fd5b8063ca066b351461099f578063cbed8b9c146109c057600080fd5b8063ba27989f11610122578063c2fa481311610107578063c2fa481314610929578063c580310014610949578063c81b383a1461095c57600080fd5b8063ba27989f1461089b578063c08f15a1146108bb57600080fd5b8063b208649911610153578063b20864991461081f578063b48c8c6114610861578063b6d9ef601461087b57600080fd5b80639c729da114610580578063aaff5f16146107ff57600080fd5b80633e0dd83e1161021c57806376a386dc116101d05780637f6df8e6116101b55780637f6df8e6146106b8578063907c5e7e146106e65780639924d33b146107ac57600080fd5b806376a386dc146105c55780637a1457481461067f57600080fd5b806342d65a8d1161020157806342d65a8d146105145780634fd801531461053457806371ba2fd61461058057600080fd5b80633e0dd83e146104d457806340a7bb10146104f457600080fd5b806312a9ee6b11610273578063272bd38411610258578063272bd384146103ce5780632c365e25146103f05780633408e470146104bb57600080fd5b806312a9ee6b14610379578063240de277146103a857600080fd5b8063096568f6116102a4578063096568f6146103155780630eaf6ea61461034957806310ddb137146102f557600080fd5b806307d3277f146102c057806307e0db17146102f5575b600080fd5b3480156102cc57600080fd5b506004546005546102db919082565b604080519283526020830191909152015b60405180910390f35b34801561030157600080fd5b5061031361031036600461308a565b50565b005b34801561032157600080fd5b506103366103303660046130c7565b50600190565b60405161ffff90911681526020016102ec565b34801561035557600080fd5b5061036961036436600461312d565b610adf565b60405190151581526020016102ec565b34801561038557600080fd5b5061039961039436600461325a565b610b25565b6040516102ec9392919061331f565b3480156103b457600080fd5b506103136103c3366004613367565b600491909155600555565b3480156103da57600080fd5b506103e3610c41565b6040516102ec9190613389565b3480156103fc57600080fd5b5061031361040b3660046133d4565b6fffffffffffffffffffffffffffffffff94851670010000000000000000000000000000000094861685021760025560038054939095167fffffffffffffffff0000000000000000000000000000000000000000000000009093169290921767ffffffffffffffff9182169093029290921777ffffffffffffffffffffffffffffffffffffffffffffffff1678010000000000000000000000000000000000000000000000009190921602179055565b3480156104c757600080fd5b5060015461ffff16610336565b3480156104e057600080fd5b506001546103699062010000900460ff1681565b34801561050057600080fd5b506102db61050f366004613449565b610ccf565b34801561052057600080fd5b5061031361052f36600461312d565b610dce565b34801561054057600080fd5b5061031361054f3660046134e1565b600f80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016911515919091179055565b34801561058c57600080fd5b506105a061059b3660046130c7565b503090565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016102ec565b3480156105d157600080fd5b506106446105e03660046134fc565b600a60209081526000928352604090922081518083018401805192815290840192909301919091209152805460019091015467ffffffffffffffff82169168010000000000000000900473ffffffffffffffffffffffffffffffffffffffff169083565b6040805167ffffffffffffffff909416845273ffffffffffffffffffffffffffffffffffffffff9092166020840152908201526060016102ec565b34801561068b57600080fd5b5061069f61069a36600461354a565b610f73565b60405167ffffffffffffffff90911681526020016102ec565b3480156106c457600080fd5b506106d86106d336600461312d565b610fb9565b6040519081526020016102ec565b3480156106f257600080fd5b5060025460035461075e916fffffffffffffffffffffffffffffffff80821692700100000000000000000000000000000000928390048216929181169167ffffffffffffffff908204811691780100000000000000000000000000000000000000000000000090041685565b604080516fffffffffffffffffffffffffffffffff96871681529486166020860152929094169183019190915267ffffffffffffffff9081166060830152909116608082015260a0016102ec565b3480156107b857600080fd5b5061069f6107c73660046134fc565b6008602090815260009283526040909220815180830184018051928152908401929093019190912091525467ffffffffffffffff1681565b34801561080b57600080fd5b5061031361081a366004613581565b610ff5565b34801561082b57600080fd5b5061069f61083a36600461354a565b600960209081526000928352604080842090915290825290205467ffffffffffffffff1681565b34801561086d57600080fd5b50600f546103699060ff1681565b34801561088757600080fd5b50610313610896366004613602565b600655565b3480156108a757600080fd5b506103136108b636600461354a565b611291565b3480156108c757600080fd5b506103136108d636600461361b565b73ffffffffffffffffffffffffffffffffffffffff918216600090815260208190526040902080547fffffffffffffffffffffffff00000000000000000000000000000000000000001691909216179055565b34801561093557600080fd5b50610313610944366004613639565b61157b565b6103136109573660046136e9565b611f08565b34801561096857600080fd5b506105a06109773660046130c7565b60006020819052908152604090205473ffffffffffffffffffffffffffffffffffffffff1681565b3480156109ab57600080fd5b50610369600c54610100900460ff1660021490565b3480156109cc57600080fd5b506103136109db3660046137b1565b50505050565b3480156109ed57600080fd5b50610313600180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff1662010000179055565b348015610a2c57600080fd5b506001546103369061ffff1681565b348015610a4757600080fd5b50610369600c5460ff1660021490565b348015610a6357600080fd5b506103e3610a72366004613819565b604080516020810190915260008152949350505050565b348015610a9557600080fd5b506106d860065481565b348015610aab57600080fd5b50610313610aba366004613866565b612532565b348015610acb57600080fd5b5061069f610ada36600461312d565b612542565b61ffff83166000908152600a60205260408082209051829190610b0590869086906138a3565b9081526040519081900360200190206001015415159150505b9392505050565b600b6020908152600084815260409020835180850183018051928152908301928501929092209152805482908110610b5c57600080fd5b60009182526020909120600290910201805460018201805473ffffffffffffffffffffffffffffffffffffffff831696507401000000000000000000000000000000000000000090920467ffffffffffffffff169450919250610bbe906138b3565b80601f0160208091040260200160405190810160405280929190818152602001828054610bea906138b3565b8015610c375780601f10610c0c57610100808354040283529160200191610c37565b820191906000526020600020905b815481529060010190602001808311610c1a57829003601f168201915b5050505050905083565b60078054610c4e906138b3565b80601f0160208091040260200160405190810160405280929190818152602001828054610c7a906138b3565b8015610cc75780601f10610c9c57610100808354040283529160200191610cc7565b820191906000526020600020905b815481529060010190602001808311610caa57829003601f168201915b505050505081565b600080600080845111610d6c5760078054610ce9906138b3565b80601f0160208091040260200160405190810160405280929190818152602001828054610d15906138b3565b8015610d625780601f10610d3757610100808354040283529160200191610d62565b820191906000526020600020905b815481529060010190602001808311610d4557829003601f168201915b5050505050610d6e565b835b90506000610d818960018a8a5186612588565b90506000610d9287836006546127bd565b905086610da25780945084610da7565b809350835b50600654610db58387613935565b610dbf9190613935565b94505050509550959350505050565b61ffff83166000908152600a60205260408082209051610df190859085906138a3565b9081526040519081900360200190206001810154909150610e73576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4c617965725a65726f4d6f636b3a206e6f2073746f726564207061796c6f616460448201526064015b60405180910390fd5b805468010000000000000000900473ffffffffffffffffffffffffffffffffffffffff163314610eff576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4c617965725a65726f4d6f636b3a20696e76616c69642063616c6c65720000006044820152606401610e6a565b80547fffffffff00000000000000000000000000000000000000000000000000000000168155600060018201556040517f23d2684f396e92a6e2ff2d16f98e6fea00d50cb27a64b531bc0748f730211f9890610f6090869086908690613991565b60405180910390a16109db8484846127fa565b61ffff8216600090815260096020908152604080832073ffffffffffffffffffffffffffffffffffffffff8516845290915290205467ffffffffffffffff165b92915050565b61ffff83166000908152600b60205260408082209051610fdc90859085906138a3565b9081526040519081900360200190205490509392505050565b61ffff85166000908152600a6020526040808220905161101890879087906138a3565b9081526040519081900360200190206001810154909150611095576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820181905260248201527f4c617965725a65726f4d6f636b3a206e6f2073746f726564207061796c6f61646044820152606401610e6a565b805467ffffffffffffffff16821480156110c95750806001015483836040516110bf9291906138a3565b6040518091039020145b61112f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601e60248201527f4c617965725a65726f4d6f636b3a20696e76616c6964207061796c6f616400006044820152606401610e6a565b80547fffffffff000000000000000000000000000000000000000000000000000000008116825560006001830181905561ffff881681526008602052604080822090516801000000000000000090930473ffffffffffffffffffffffffffffffffffffffff16926111a390899089906138a3565b908152604051908190036020018120547e1d356700000000000000000000000000000000000000000000000000000000825267ffffffffffffffff16915073ffffffffffffffffffffffffffffffffffffffff831690621d356790611216908b908b908b9087908c908c906004016139af565b600060405180830381600087803b15801561123057600080fd5b505af1158015611244573d6000803e3d6000fd5b505050507f612434f39581c8e7d99746c9c20c6eb0ce8c0eb99f007c5719d620841370957d888888848660405161127f9594939291906139fd565b60405180910390a15050505050505050565b61ffff82166000908152600d6020908152604080832073ffffffffffffffffffffffffffffffffffffffff851684529091528120906112eb8254600f81810b700100000000000000000000000000000000909204900b0390565b90505b80156109db57806112fe81613a53565b915050600061130c83612a53565b6000818152600e60209081526040808320815160c08101909252805461ffff168252600181018054959650939491939092840191611349906138b3565b80601f0160208091040260200160405190810160405280929190818152602001828054611375906138b3565b80156113c25780601f10611397576101008083540402835291602001916113c2565b820191906000526020600020905b8154815290600101906020018083116113a557829003601f168201915b5050509183525050600282015473ffffffffffffffffffffffffffffffffffffffff8116602083015274010000000000000000000000000000000000000000900467ffffffffffffffff16604082015260038201546060820152600482018054608090920191611431906138b3565b80601f016020809104026020016040519081016040528092919081815260200182805461145d906138b3565b80156114aa5780601f1061147f576101008083540402835291602001916114aa565b820191906000526020600020905b81548152906001019060200180831161148d57829003601f168201915b505050919092525050506040808201805173ffffffffffffffffffffffffffffffffffffffff90811660009081526020818152908490205485519186015193516060870151608088015160a089015197517fc2fa48130000000000000000000000000000000000000000000000000000000081529899509290941696879663c2fa4813966115419690949092909190600401613a88565b600060405180830381600087803b15801561155b57600080fd5b505af115801561156f573d6000803e3d6000fd5b505050505050506112ee565b600c54610100900460ff16600114611614576040517f08c379a0000000000000000000000000000000000000000000000000000000008152602060048201526024808201527f4c617965725a65726f4d6f636b3a206e6f2072656365697665207265656e747260448201527f616e6379000000000000000000000000000000000000000000000000000000006064820152608401610e6a565b600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff1661020017905561ffff88166000908152600a60205260408082209051611663908a908a906138a3565b90815260200160405180910390209050600860008a61ffff1661ffff168152602001908152602001600020888860405161169e9291906138a3565b90815260405190819003602001902080546000906116c59067ffffffffffffffff16613ae9565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff160217905567ffffffffffffffff168567ffffffffffffffff1614611766576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f4c617965725a65726f4d6f636b3a2077726f6e67206e6f6e63650000000000006044820152606401610e6a565b600181015415611b2e5761ffff89166000908152600b60205260408082209051611793908b908b906138a3565b90815260200160405180910390209050600060405180606001604052808973ffffffffffffffffffffffffffffffffffffffff1681526020018867ffffffffffffffff16815260200186868080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152505050915250825490915015611a88578154600181810184556000848152602090819020845160029094020180549185015167ffffffffffffffff1674010000000000000000000000000000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090921673ffffffffffffffffffffffffffffffffffffffff9094169390931717825560408301518392918201906118b99082613b61565b50505060005b82546118cd90600190613c7b565b8110156119d6578281815481106118e6576118e6613c8e565b9060005260206000209060020201838260016119029190613935565b8154811061191257611912613c8e565b600091825260209091208254600290920201805473ffffffffffffffffffffffffffffffffffffffff9092167fffffffffffffffffffffffff000000000000000000000000000000000000000083168117825583547fffffffff0000000000000000000000000000000000000000000000000000000090931617740100000000000000000000000000000000000000009283900467ffffffffffffffff169092029190911781556001808201906119cb90840182613cbd565b5050506001016118bf565b5080826000815481106119eb576119eb613c8e565b6000918252602091829020835160029092020180549284015167ffffffffffffffff1674010000000000000000000000000000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090931673ffffffffffffffffffffffffffffffffffffffff9092169190911791909117815560408201516001820190611a7f9082613b61565b50905050611b27565b8154600181810184556000848152602090819020845160029094020180549185015167ffffffffffffffff1674010000000000000000000000000000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090921673ffffffffffffffffffffffffffffffffffffffff909416939093171782556040830151839291820190611b239082613b61565b5050505b5050611ed1565b60015462010000900460ff1615611cb15760405180606001604052808484905067ffffffffffffffff1681526020018773ffffffffffffffffffffffffffffffffffffffff1681526020018484604051611b899291906138a3565b604080519182900390912090915261ffff8b166000908152600a6020528190209051611bb8908b908b906138a3565b908152604080519182900360209081018320845181548684015173ffffffffffffffffffffffffffffffffffffffff1668010000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090911667ffffffffffffffff909216919091171781559382015160019094019390935591810182526000815290517f0f9e4d95b62f08222d612b5ab92039cd8fbbbea550a95e8df9f927436bbdf5db91611c7c918c918c918c918c918c918b918b9190613df2565b60405180910390a1600180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff169055611ed1565b6040517e1d356700000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff871690621d3567908690611d0d908d908d908d908c908b908b906004016139af565b600060405180830381600088803b158015611d2757600080fd5b5087f193505050508015611d39575060015b611ed1573d808015611d67576040519150601f19603f3d011682016040523d82523d6000602084013e611d6c565b606091505b5060405180606001604052808585905067ffffffffffffffff1681526020018873ffffffffffffffffffffffffffffffffffffffff1681526020018585604051611db79291906138a3565b604080519182900390912090915261ffff8c166000908152600a6020528190209051611de6908c908c906138a3565b908152604080519182900360209081018320845181549286015173ffffffffffffffffffffffffffffffffffffffff1668010000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090931667ffffffffffffffff909116179190911781559201516001909201919091557f0f9e4d95b62f08222d612b5ab92039cd8fbbbea550a95e8df9f927436bbdf5db90611e9f908c908c908c908c908c908b908b908a90613df2565b60405180910390a150600180547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffff1690555b5050600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff1661010017905550505050505050565b600c5460ff16600114611f9d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602160248201527f4c617965725a65726f4d6f636b3a206e6f2073656e64207265656e7472616e6360448201527f79000000000000000000000000000000000000000000000000000000000000006064820152608401610e6a565b600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001660021790558551602814612059576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602c60248201527f4c617965725a65726f4d6f636b3a20696e636f72726563742072656d6f74652060448201527f616464726573732073697a6500000000000000000000000000000000000000006064820152608401610e6a565b601486015173ffffffffffffffffffffffffffffffffffffffff8082166000908152602081905260409020541680612113576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152603760248201527f4c617965725a65726f4d6f636b3a2064657374696e6174696f6e204c6179657260448201527f5a65726f20456e64706f696e74206e6f7420666f756e640000000000000000006064820152608401610e6a565b6000808451116121ad576007805461212a906138b3565b80601f0160208091040260200160405190810160405280929190818152602001828054612156906138b3565b80156121a35780601f10612178576101008083540402835291602001916121a3565b820191906000526020600020905b81548152906001019060200180831161218657829003601f168201915b50505050506121af565b835b9050600061220d8b338b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050505073ffffffffffffffffffffffffffffffffffffffff8a16151586610ccf565b509050803410156122a0576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602960248201527f4c617965725a65726f4d6f636b3a206e6f7420656e6f756768206e617469766560448201527f20666f72206665657300000000000000000000000000000000000000000000006064820152608401610e6a565b61ffff8b1660009081526009602090815260408083203384529091528120805482906122d59067ffffffffffffffff16613ae9565b91906101000a81548167ffffffffffffffff021916908367ffffffffffffffff1602179055905060008c905060008b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201829052509394506123489250879150349050613c7b565b9050801561241c5760008b73ffffffffffffffffffffffffffffffffffffffff168260405160006040518083038185875af1925050503d80600081146123aa576040519150601f19603f3d011682016040523d82523d6000602084013e6123af565b606091505b505090508061241a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f4c617965725a65726f4d6f636b3a206661696c656420746f20726566756e64006044820152606401610e6a565b505b600080600061242a89612b2d565b919550935091505081156124e65760008173ffffffffffffffffffffffffffffffffffffffff168360405160006040518083038185875af1925050503d8060008114612492576040519150601f19603f3d011682016040523d82523d6000602084013e612497565b606091505b50509050806124e457604051839073ffffffffffffffffffffffffffffffffffffffff8416907f2c7a964ca3de5ec1d42d9822f9bbd0eb142a59cc9f855e9d93813b773192c7a390600090a35b505b6124f3868c898887612cbf565b5050600c80547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016600117905550505050505050505050505050505050565b600761253e8282613b61565b5050565b61ffff8316600090815260086020526040808220905161256590859085906138a3565b9081526040519081900360200190205467ffffffffffffffff1690509392505050565b60008060008061259785612b2d565b5092509250925060008361ffff1660020361265d576003546fffffffffffffffffffffffffffffffff16821115612650576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602660248201527f4c617965725a65726f4d6f636b3a206473744e6174697665416d7420746f6f2060448201527f6c617267652000000000000000000000000000000000000000000000000000006064820152608401610e6a565b61265a8282613935565b90505b60035460009061268c908590700100000000000000000000000000000000900467ffffffffffffffff16613935565b6002546126bf919070010000000000000000000000000000000090046fffffffffffffffffffffffffffffffff16613e72565b90506126cb8183613935565b6002549092506000906402540be400906126f7906fffffffffffffffffffffffffffffffff1685613e72565b6127019190613eb8565b6002546003549192506000916402540be400916fffffffffffffffffffffffffffffffff8082169261277092780100000000000000000000000000000000000000000000000090910467ffffffffffffffff169170010000000000000000000000000000000090910416613ecc565b61277a9190613ecc565b6127849190613f00565b6fffffffffffffffffffffffffffffffff1690506127a2818b613e72565b6127ac9083613935565b9d9c50505050505050505050505050565b600083156127ce5750600454610b1e565b600554612710906127df8486613935565b6127e99190613e72565b6127f39190613eb8565b9050610b1e565b61ffff83166000908152600b6020526040808220905161281d90859085906138a3565b908152602001604051809103902090505b8054156109db578054600090829061284890600190613c7b565b8154811061285857612858613c8e565b6000918252602091829020604080516060810182526002909302909101805473ffffffffffffffffffffffffffffffffffffffff8116845267ffffffffffffffff740100000000000000000000000000000000000000009091041693830193909352600183018054929392918401916128d0906138b3565b80601f01602080910402602001604051908101604052809291908181526020018280546128fc906138b3565b80156129495780601f1061291e57610100808354040283529160200191612949565b820191906000526020600020905b81548152906001019060200180831161292c57829003601f168201915b5050505050815250509050806000015173ffffffffffffffffffffffffffffffffffffffff16621d3567868686856020015186604001516040518663ffffffff1660e01b81526004016129a0959493929190613f2f565b600060405180830381600087803b1580156129ba57600080fd5b505af11580156129ce573d6000803e3d6000fd5b50505050818054806129e2576129e2613f7b565b60008281526020812060027fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9093019283020180547fffffffff0000000000000000000000000000000000000000000000000000000016815590612a496001830182613025565b505090555061282e565b6000612a7b8254600f81810b700100000000000000000000000000000000909204900b131590565b15612ab2576040517f3db2a12a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50805470010000000000000000000000000000000090819004600f90810b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff019081900b60009081526001840160205260408120805491905583546fffffffffffffffffffffffffffffffff90811692169092021790915590565b600080600080845160221480612b44575060428551115b612baa576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f496e76616c69642061646170746572506172616d7300000000000000000000006044820152606401610e6a565b60028501519350602285015192508361ffff1660011480612bcf57508361ffff166002145b612c35576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601260248201527f556e737570706f727465642074785479706500000000000000000000000000006044820152606401610e6a565b60008311612c9f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600b60248201527f47617320746f6f206c6f770000000000000000000000000000000000000000006044820152606401610e6a565b8361ffff16600203612cb8575050604283015160568401515b9193509193565b6040517fffffffffffffffffffffffffffffffffffffffff00000000000000000000000033606090811b8216602084015286901b166034820152600090604801604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0818403018152919052600154600f5491925061ffff169060ff1615612dec5773ffffffffffffffffffffffffffffffffffffffff808716600090815260208190526040908190205490517fc2fa4813000000000000000000000000000000000000000000000000000000008152911690819063c2fa481390612db490859087908c908c908b908d90600401613a88565b600060405180830381600087803b158015612dce57600080fd5b505af1158015612de2573d6000803e3d6000fd5b505050505061301c565b6000818387604051602001612e0393929190613faa565b604080518083037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0018152828252805160209182012060c08401835261ffff868116855282850188815273ffffffffffffffffffffffffffffffffffffffff8d168686015267ffffffffffffffff8c166060870152608086018a905260a086018b90526000838152600e90945293909220845181547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00001693169290921782559151919350906001820190612ed79082613b61565b506040820151600282018054606085015167ffffffffffffffff1674010000000000000000000000000000000000000000027fffffffff0000000000000000000000000000000000000000000000000000000090911673ffffffffffffffffffffffffffffffffffffffff909316929092179190911790556080820151600382015560a08201516004820190612f6d9082613b61565b50505061ffff88166000908152600d6020908152604080832073ffffffffffffffffffffffffffffffffffffffff8b16845282528083208054600f90810b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff019081900b855260018201909352922083905581547fffffffffffffffffffffffffffffffff00000000000000000000000000000000166fffffffffffffffffffffffffffffffff909116179055505b50505050505050565b508054613031906138b3565b6000825580601f10613041575050565b601f01602090049060005260206000209081019061031091905b8082111561306f576000815560010161305b565b5090565b803561ffff8116811461308557600080fd5b919050565b60006020828403121561309c57600080fd5b610b1e82613073565b73ffffffffffffffffffffffffffffffffffffffff8116811461031057600080fd5b6000602082840312156130d957600080fd5b8135610b1e816130a5565b60008083601f8401126130f657600080fd5b50813567ffffffffffffffff81111561310e57600080fd5b60208301915083602082850101111561312657600080fd5b9250929050565b60008060006040848603121561314257600080fd5b61314b84613073565b9250602084013567ffffffffffffffff81111561316757600080fd5b613173868287016130e4565b9497909650939450505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600082601f8301126131c057600080fd5b813567ffffffffffffffff808211156131db576131db613180565b604051601f83017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f0116810190828211818310171561322157613221613180565b8160405283815286602085880101111561323a57600080fd5b836020870160208301376000602085830101528094505050505092915050565b60008060006060848603121561326f57600080fd5b61327884613073565b9250602084013567ffffffffffffffff81111561329457600080fd5b6132a0868287016131af565b925050604084013590509250925092565b60005b838110156132cc5781810151838201526020016132b4565b50506000910152565b600081518084526132ed8160208601602086016132b1565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b73ffffffffffffffffffffffffffffffffffffffff8416815267ffffffffffffffff8316602082015260606040820152600061335e60608301846132d5565b95945050505050565b6000806040838503121561337a57600080fd5b50508035926020909101359150565b602081526000610b1e60208301846132d5565b80356fffffffffffffffffffffffffffffffff8116811461308557600080fd5b803567ffffffffffffffff8116811461308557600080fd5b600080600080600060a086880312156133ec57600080fd5b6133f58661339c565b94506134036020870161339c565b93506134116040870161339c565b925061341f606087016133bc565b915061342d608087016133bc565b90509295509295909350565b8035801515811461308557600080fd5b600080600080600060a0868803121561346157600080fd5b61346a86613073565b9450602086013561347a816130a5565b9350604086013567ffffffffffffffff8082111561349757600080fd5b6134a389838a016131af565b94506134b160608901613439565b935060808801359150808211156134c757600080fd5b506134d4888289016131af565b9150509295509295909350565b6000602082840312156134f357600080fd5b610b1e82613439565b6000806040838503121561350f57600080fd5b61351883613073565b9150602083013567ffffffffffffffff81111561353457600080fd5b613540858286016131af565b9150509250929050565b6000806040838503121561355d57600080fd5b61356683613073565b91506020830135613576816130a5565b809150509250929050565b60008060008060006060868803121561359957600080fd5b6135a286613073565b9450602086013567ffffffffffffffff808211156135bf57600080fd5b6135cb89838a016130e4565b909650945060408801359150808211156135e457600080fd5b506135f1888289016130e4565b969995985093965092949392505050565b60006020828403121561361457600080fd5b5035919050565b6000806040838503121561362e57600080fd5b8235613566816130a5565b60008060008060008060008060c0898b03121561365557600080fd5b61365e89613073565b9750602089013567ffffffffffffffff8082111561367b57600080fd5b6136878c838d016130e4565b909950975060408b0135915061369c826130a5565b8196506136ab60608c016133bc565b955060808b0135945060a08b01359150808211156136c857600080fd5b506136d58b828c016130e4565b999c989b5096995094979396929594505050565b600080600080600080600060c0888a03121561370457600080fd5b61370d88613073565b9650602088013567ffffffffffffffff8082111561372a57600080fd5b6137368b838c016131af565b975060408a013591508082111561374c57600080fd5b6137588b838c016130e4565b909750955060608a0135915061376d826130a5565b90935060808901359061377f826130a5565b90925060a0890135908082111561379557600080fd5b506137a28a828b016131af565b91505092959891949750929550565b600080600080608085870312156137c757600080fd5b6137d085613073565b93506137de60208601613073565b925060408501359150606085013567ffffffffffffffff81111561380157600080fd5b61380d878288016131af565b91505092959194509250565b6000806000806080858703121561382f57600080fd5b61383885613073565b935061384660208601613073565b92506040850135613856816130a5565b9396929550929360600135925050565b60006020828403121561387857600080fd5b813567ffffffffffffffff81111561388f57600080fd5b61389b848285016131af565b949350505050565b8183823760009101908152919050565b600181811c908216806138c757607f821691505b602082108103613900577f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b80820180821115610fb357610fb3613906565b8183528181602085013750600060208284010152600060207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116840101905092915050565b61ffff8416815260406020820152600061335e604083018486613948565b61ffff871681526080602082015260006139cd608083018789613948565b67ffffffffffffffff8616604084015282810360608401526139f0818587613948565b9998505050505050505050565b61ffff86168152608060208201526000613a1b608083018688613948565b905067ffffffffffffffff8416604083015273ffffffffffffffffffffffffffffffffffffffff831660608301529695505050505050565b600081613a6257613a62613906565b507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0190565b61ffff8716815260c060208201526000613aa560c08301886132d5565b73ffffffffffffffffffffffffffffffffffffffff8716604084015267ffffffffffffffff8616606084015284608084015282810360a08401526139f081856132d5565b600067ffffffffffffffff808316818103613b0657613b06613906565b6001019392505050565b601f821115613b5c576000816000526020600020601f850160051c81016020861015613b395750805b601f850160051c820191505b81811015613b5857828155600101613b45565b5050505b505050565b815167ffffffffffffffff811115613b7b57613b7b613180565b613b8f81613b8984546138b3565b84613b10565b602080601f831160018114613be25760008415613bac5750858301515b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600386901b1c1916600185901b178555613b58565b6000858152602081207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08616915b82811015613c2f57888601518255948401946001909101908401613c10565b5085821015613c6b57878501517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600388901b60f8161c191681555b5050505050600190811b01905550565b81810381811115610fb357610fb3613906565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b818103613cc8575050565b613cd282546138b3565b67ffffffffffffffff811115613cea57613cea613180565b613cf881613b8984546138b3565b6000601f821160018114613d4a5760008315613d145750848201545b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600385901b1c1916600184901b178455613deb565b6000858152602090207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0841690600086815260209020845b83811015613da25782860154825560019586019590910190602001613d82565b5085831015613dde57818501547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff600388901b60f8161c191681555b50505060018360011b0184555b5050505050565b61ffff8916815260c060208201526000613e1060c08301898b613948565b73ffffffffffffffffffffffffffffffffffffffff8816604084015267ffffffffffffffff871660608401528281036080840152613e4f818688613948565b905082810360a0840152613e6381856132d5565b9b9a5050505050505050505050565b8082028115828204841417610fb357610fb3613906565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600082613ec757613ec7613e89565b500490565b6fffffffffffffffffffffffffffffffff818116838216028082169190828114613ef857613ef8613906565b505092915050565b60006fffffffffffffffffffffffffffffffff80841680613f2357613f23613e89565b92169190910492915050565b61ffff86168152608060208201526000613f4d608083018688613948565b67ffffffffffffffff851660408401528281036060840152613f6f81856132d5565b98975050505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7fffff0000000000000000000000000000000000000000000000000000000000008460f01b16815260008351613fe78160028501602088016132b1565b80830190507fffffffffffffffff0000000000000000000000000000000000000000000000008460c01b166002820152600a810191505094935050505056fea26469706673582212205b457406d99f4ad07673769d33ea5f11908506b571f07772bdc1b6a4e3e8648c64736f6c63430008160033";
1003
+ var isSuperArgs = function (xs) { return xs.length > 1; };
1004
+ var LZEndpointMock__factory = /** @class */ (function (_super) {
1005
+ __extends(LZEndpointMock__factory, _super);
1006
+ function LZEndpointMock__factory() {
1007
+ var args = [];
1008
+ for (var _i = 0; _i < arguments.length; _i++) {
1009
+ args[_i] = arguments[_i];
1010
+ }
1011
+ var _this = this;
1012
+ if (isSuperArgs(args)) {
1013
+ _this = _super.apply(this, args) || this;
1014
+ }
1015
+ else {
1016
+ _this = _super.call(this, _abi, _bytecode, args[0]) || this;
1017
+ }
1018
+ return _this;
1019
+ }
1020
+ LZEndpointMock__factory.prototype.deploy = function (_chainId, overrides) {
1021
+ return _super.prototype.deploy.call(this, _chainId, overrides || {});
1022
+ };
1023
+ LZEndpointMock__factory.prototype.getDeployTransaction = function (_chainId, overrides) {
1024
+ return _super.prototype.getDeployTransaction.call(this, _chainId, overrides || {});
1025
+ };
1026
+ LZEndpointMock__factory.prototype.attach = function (address) {
1027
+ return _super.prototype.attach.call(this, address);
1028
+ };
1029
+ LZEndpointMock__factory.prototype.connect = function (signer) {
1030
+ return _super.prototype.connect.call(this, signer);
1031
+ };
1032
+ LZEndpointMock__factory.createInterface = function () {
1033
+ return new ethers_1.utils.Interface(_abi);
1034
+ };
1035
+ LZEndpointMock__factory.connect = function (address, signerOrProvider) {
1036
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
1037
+ };
1038
+ LZEndpointMock__factory.bytecode = _bytecode;
1039
+ LZEndpointMock__factory.abi = _abi;
1040
+ return LZEndpointMock__factory;
1041
+ }(ethers_1.ContractFactory));
1042
+ exports.LZEndpointMock__factory = LZEndpointMock__factory;