@merkl/contracts 1.2.55 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2092 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [
8
+ {
9
+ internalType: "address",
10
+ name: "theSigner",
11
+ type: "address",
12
+ },
13
+ {
14
+ internalType: "address",
15
+ name: "theWrapper",
16
+ type: "address",
17
+ },
18
+ {
19
+ internalType: "address[]",
20
+ name: "tokens",
21
+ type: "address[]",
22
+ },
23
+ {
24
+ internalType: "address[]",
25
+ name: "_oracles",
26
+ type: "address[]",
27
+ },
28
+ {
29
+ internalType: "uint256[]",
30
+ name: "minTimeTolerances",
31
+ type: "uint256[]",
32
+ },
33
+ {
34
+ internalType: "address",
35
+ name: "initialOwner",
36
+ type: "address",
37
+ },
38
+ ],
39
+ stateMutability: "nonpayable",
40
+ type: "constructor",
41
+ },
42
+ {
43
+ inputs: [],
44
+ name: "DigestAlreadyUsed",
45
+ type: "error",
46
+ },
47
+ {
48
+ inputs: [],
49
+ name: "ECDSAInvalidSignature",
50
+ type: "error",
51
+ },
52
+ {
53
+ inputs: [
54
+ {
55
+ internalType: "uint256",
56
+ name: "length",
57
+ type: "uint256",
58
+ },
59
+ ],
60
+ name: "ECDSAInvalidSignatureLength",
61
+ type: "error",
62
+ },
63
+ {
64
+ inputs: [
65
+ {
66
+ internalType: "bytes32",
67
+ name: "s",
68
+ type: "bytes32",
69
+ },
70
+ ],
71
+ name: "ECDSAInvalidSignatureS",
72
+ type: "error",
73
+ },
74
+ {
75
+ inputs: [
76
+ {
77
+ internalType: "address",
78
+ name: "spender",
79
+ type: "address",
80
+ },
81
+ {
82
+ internalType: "uint256",
83
+ name: "allowance",
84
+ type: "uint256",
85
+ },
86
+ {
87
+ internalType: "uint256",
88
+ name: "needed",
89
+ type: "uint256",
90
+ },
91
+ ],
92
+ name: "ERC20InsufficientAllowance",
93
+ type: "error",
94
+ },
95
+ {
96
+ inputs: [
97
+ {
98
+ internalType: "address",
99
+ name: "sender",
100
+ type: "address",
101
+ },
102
+ {
103
+ internalType: "uint256",
104
+ name: "balance",
105
+ type: "uint256",
106
+ },
107
+ {
108
+ internalType: "uint256",
109
+ name: "needed",
110
+ type: "uint256",
111
+ },
112
+ ],
113
+ name: "ERC20InsufficientBalance",
114
+ type: "error",
115
+ },
116
+ {
117
+ inputs: [
118
+ {
119
+ internalType: "address",
120
+ name: "approver",
121
+ type: "address",
122
+ },
123
+ ],
124
+ name: "ERC20InvalidApprover",
125
+ type: "error",
126
+ },
127
+ {
128
+ inputs: [
129
+ {
130
+ internalType: "address",
131
+ name: "receiver",
132
+ type: "address",
133
+ },
134
+ ],
135
+ name: "ERC20InvalidReceiver",
136
+ type: "error",
137
+ },
138
+ {
139
+ inputs: [
140
+ {
141
+ internalType: "address",
142
+ name: "sender",
143
+ type: "address",
144
+ },
145
+ ],
146
+ name: "ERC20InvalidSender",
147
+ type: "error",
148
+ },
149
+ {
150
+ inputs: [
151
+ {
152
+ internalType: "address",
153
+ name: "spender",
154
+ type: "address",
155
+ },
156
+ ],
157
+ name: "ERC20InvalidSpender",
158
+ type: "error",
159
+ },
160
+ {
161
+ inputs: [],
162
+ name: "EthTransferFailed",
163
+ type: "error",
164
+ },
165
+ {
166
+ inputs: [],
167
+ name: "ExistingVestingDeposit",
168
+ type: "error",
169
+ },
170
+ {
171
+ inputs: [],
172
+ name: "ExpiredMessage",
173
+ type: "error",
174
+ },
175
+ {
176
+ inputs: [],
177
+ name: "GracePeriodNotOver",
178
+ type: "error",
179
+ },
180
+ {
181
+ inputs: [],
182
+ name: "InsufficientInput",
183
+ type: "error",
184
+ },
185
+ {
186
+ inputs: [],
187
+ name: "InvalidFeeSplitTooMuch",
188
+ type: "error",
189
+ },
190
+ {
191
+ inputs: [],
192
+ name: "InvalidFeeSplitTooSoon",
193
+ type: "error",
194
+ },
195
+ {
196
+ inputs: [],
197
+ name: "InvalidLPTokenValue",
198
+ type: "error",
199
+ },
200
+ {
201
+ inputs: [],
202
+ name: "InvalidLockTime",
203
+ type: "error",
204
+ },
205
+ {
206
+ inputs: [],
207
+ name: "InvalidOracle",
208
+ type: "error",
209
+ },
210
+ {
211
+ inputs: [],
212
+ name: "InvalidSequencerFeed",
213
+ type: "error",
214
+ },
215
+ {
216
+ inputs: [],
217
+ name: "InvariantCheckFailed",
218
+ type: "error",
219
+ },
220
+ {
221
+ inputs: [],
222
+ name: "MarketTradeHalted",
223
+ type: "error",
224
+ },
225
+ {
226
+ inputs: [],
227
+ name: "MismatchedArrayLengths",
228
+ type: "error",
229
+ },
230
+ {
231
+ inputs: [],
232
+ name: "OracleNotSet",
233
+ type: "error",
234
+ },
235
+ {
236
+ inputs: [],
237
+ name: "OracleStalePrice",
238
+ type: "error",
239
+ },
240
+ {
241
+ inputs: [],
242
+ name: "OracleSwapDeviation",
243
+ type: "error",
244
+ },
245
+ {
246
+ inputs: [],
247
+ name: "OracleValueDeviation",
248
+ type: "error",
249
+ },
250
+ {
251
+ inputs: [
252
+ {
253
+ internalType: "address",
254
+ name: "owner",
255
+ type: "address",
256
+ },
257
+ ],
258
+ name: "OwnableInvalidOwner",
259
+ type: "error",
260
+ },
261
+ {
262
+ inputs: [
263
+ {
264
+ internalType: "address",
265
+ name: "account",
266
+ type: "address",
267
+ },
268
+ ],
269
+ name: "OwnableUnauthorizedAccount",
270
+ type: "error",
271
+ },
272
+ {
273
+ inputs: [
274
+ {
275
+ internalType: "uint256",
276
+ name: "x",
277
+ type: "uint256",
278
+ },
279
+ {
280
+ internalType: "uint256",
281
+ name: "y",
282
+ type: "uint256",
283
+ },
284
+ ],
285
+ name: "PRBMath_MulDiv18_Overflow",
286
+ type: "error",
287
+ },
288
+ {
289
+ inputs: [
290
+ {
291
+ internalType: "uint256",
292
+ name: "x",
293
+ type: "uint256",
294
+ },
295
+ {
296
+ internalType: "uint256",
297
+ name: "y",
298
+ type: "uint256",
299
+ },
300
+ {
301
+ internalType: "uint256",
302
+ name: "denominator",
303
+ type: "uint256",
304
+ },
305
+ ],
306
+ name: "PRBMath_MulDiv_Overflow",
307
+ type: "error",
308
+ },
309
+ {
310
+ inputs: [],
311
+ name: "PRBMath_SD59x18_Div_InputTooSmall",
312
+ type: "error",
313
+ },
314
+ {
315
+ inputs: [
316
+ {
317
+ internalType: "SD59x18",
318
+ name: "x",
319
+ type: "int256",
320
+ },
321
+ {
322
+ internalType: "SD59x18",
323
+ name: "y",
324
+ type: "int256",
325
+ },
326
+ ],
327
+ name: "PRBMath_SD59x18_Div_Overflow",
328
+ type: "error",
329
+ },
330
+ {
331
+ inputs: [
332
+ {
333
+ internalType: "SD59x18",
334
+ name: "x",
335
+ type: "int256",
336
+ },
337
+ ],
338
+ name: "PRBMath_SD59x18_Exp2_InputTooBig",
339
+ type: "error",
340
+ },
341
+ {
342
+ inputs: [
343
+ {
344
+ internalType: "SD59x18",
345
+ name: "x",
346
+ type: "int256",
347
+ },
348
+ ],
349
+ name: "PRBMath_SD59x18_Log_InputTooSmall",
350
+ type: "error",
351
+ },
352
+ {
353
+ inputs: [],
354
+ name: "PRBMath_SD59x18_Mul_InputTooSmall",
355
+ type: "error",
356
+ },
357
+ {
358
+ inputs: [
359
+ {
360
+ internalType: "SD59x18",
361
+ name: "x",
362
+ type: "int256",
363
+ },
364
+ {
365
+ internalType: "SD59x18",
366
+ name: "y",
367
+ type: "int256",
368
+ },
369
+ ],
370
+ name: "PRBMath_SD59x18_Mul_Overflow",
371
+ type: "error",
372
+ },
373
+ {
374
+ inputs: [],
375
+ name: "PoolStateDeviation",
376
+ type: "error",
377
+ },
378
+ {
379
+ inputs: [],
380
+ name: "ReentrancyGuardReentrantCall",
381
+ type: "error",
382
+ },
383
+ {
384
+ inputs: [
385
+ {
386
+ internalType: "int256",
387
+ name: "value",
388
+ type: "int256",
389
+ },
390
+ ],
391
+ name: "SafeCastOverflowedIntToUint",
392
+ type: "error",
393
+ },
394
+ {
395
+ inputs: [
396
+ {
397
+ internalType: "uint256",
398
+ name: "value",
399
+ type: "uint256",
400
+ },
401
+ ],
402
+ name: "SafeCastOverflowedUintToInt",
403
+ type: "error",
404
+ },
405
+ {
406
+ inputs: [
407
+ {
408
+ internalType: "address",
409
+ name: "token",
410
+ type: "address",
411
+ },
412
+ ],
413
+ name: "SafeERC20FailedOperation",
414
+ type: "error",
415
+ },
416
+ {
417
+ inputs: [],
418
+ name: "SequencerDown",
419
+ type: "error",
420
+ },
421
+ {
422
+ inputs: [],
423
+ name: "SignatureValidation",
424
+ type: "error",
425
+ },
426
+ {
427
+ inputs: [],
428
+ name: "TokenDecimalsNotSupported",
429
+ type: "error",
430
+ },
431
+ {
432
+ inputs: [],
433
+ name: "TokenNotInPool",
434
+ type: "error",
435
+ },
436
+ {
437
+ inputs: [],
438
+ name: "UnauthorizedCaller",
439
+ type: "error",
440
+ },
441
+ {
442
+ inputs: [],
443
+ name: "UnlockDepositFailed",
444
+ type: "error",
445
+ },
446
+ {
447
+ anonymous: false,
448
+ inputs: [
449
+ {
450
+ indexed: true,
451
+ internalType: "address",
452
+ name: "owner",
453
+ type: "address",
454
+ },
455
+ {
456
+ indexed: true,
457
+ internalType: "address",
458
+ name: "spender",
459
+ type: "address",
460
+ },
461
+ {
462
+ indexed: false,
463
+ internalType: "uint256",
464
+ name: "value",
465
+ type: "uint256",
466
+ },
467
+ ],
468
+ name: "Approval",
469
+ type: "event",
470
+ },
471
+ {
472
+ anonymous: false,
473
+ inputs: [
474
+ {
475
+ indexed: true,
476
+ internalType: "address",
477
+ name: "withdrawer",
478
+ type: "address",
479
+ },
480
+ {
481
+ indexed: false,
482
+ internalType: "uint256",
483
+ name: "poolTokens",
484
+ type: "uint256",
485
+ },
486
+ {
487
+ indexed: true,
488
+ internalType: "address",
489
+ name: "assetAddress",
490
+ type: "address",
491
+ },
492
+ {
493
+ indexed: false,
494
+ internalType: "uint256",
495
+ name: "assetAmount",
496
+ type: "uint256",
497
+ },
498
+ ],
499
+ name: "AssetWithdrawn",
500
+ type: "event",
501
+ },
502
+ {
503
+ anonymous: false,
504
+ inputs: [
505
+ {
506
+ indexed: true,
507
+ internalType: "address",
508
+ name: "depositor",
509
+ type: "address",
510
+ },
511
+ {
512
+ indexed: false,
513
+ internalType: "uint256",
514
+ name: "poolTokens",
515
+ type: "uint256",
516
+ },
517
+ {
518
+ indexed: false,
519
+ internalType: "uint256",
520
+ name: "lockTime",
521
+ type: "uint256",
522
+ },
523
+ ],
524
+ name: "Deposited",
525
+ type: "event",
526
+ },
527
+ {
528
+ anonymous: false,
529
+ inputs: [
530
+ {
531
+ indexed: false,
532
+ internalType: "uint256",
533
+ name: "entitledFeesInDollars",
534
+ type: "uint256",
535
+ },
536
+ {
537
+ indexed: false,
538
+ internalType: "uint256",
539
+ name: "averagePoolBalanceInDollars",
540
+ type: "uint256",
541
+ },
542
+ {
543
+ indexed: false,
544
+ internalType: "uint256",
545
+ name: "tokensTransferred",
546
+ type: "uint256",
547
+ },
548
+ ],
549
+ name: "FeesTaken",
550
+ type: "event",
551
+ },
552
+ {
553
+ anonymous: false,
554
+ inputs: [
555
+ {
556
+ indexed: true,
557
+ internalType: "address",
558
+ name: "by",
559
+ type: "address",
560
+ },
561
+ ],
562
+ name: "MarketHalted",
563
+ type: "event",
564
+ },
565
+ {
566
+ anonymous: false,
567
+ inputs: [
568
+ {
569
+ indexed: true,
570
+ internalType: "address",
571
+ name: "by",
572
+ type: "address",
573
+ },
574
+ ],
575
+ name: "MarketResumed",
576
+ type: "event",
577
+ },
578
+ {
579
+ anonymous: false,
580
+ inputs: [
581
+ {
582
+ indexed: true,
583
+ internalType: "address",
584
+ name: "token",
585
+ type: "address",
586
+ },
587
+ {
588
+ indexed: false,
589
+ internalType: "address",
590
+ name: "oracleAddress",
591
+ type: "address",
592
+ },
593
+ {
594
+ indexed: false,
595
+ internalType: "uint256",
596
+ name: "minTimeTolerance",
597
+ type: "uint256",
598
+ },
599
+ ],
600
+ name: "OracleAdded",
601
+ type: "event",
602
+ },
603
+ {
604
+ anonymous: false,
605
+ inputs: [
606
+ {
607
+ indexed: true,
608
+ internalType: "address",
609
+ name: "token",
610
+ type: "address",
611
+ },
612
+ ],
613
+ name: "OracleRemoved",
614
+ type: "event",
615
+ },
616
+ {
617
+ anonymous: false,
618
+ inputs: [
619
+ {
620
+ indexed: true,
621
+ internalType: "address",
622
+ name: "previousOwner",
623
+ type: "address",
624
+ },
625
+ {
626
+ indexed: true,
627
+ internalType: "address",
628
+ name: "newOwner",
629
+ type: "address",
630
+ },
631
+ ],
632
+ name: "OwnershipTransferred",
633
+ type: "event",
634
+ },
635
+ {
636
+ anonymous: false,
637
+ inputs: [
638
+ {
639
+ indexed: false,
640
+ internalType: "address",
641
+ name: "sequencerUptimeFeed",
642
+ type: "address",
643
+ },
644
+ ],
645
+ name: "SequencerUptimeFeedAdded",
646
+ type: "event",
647
+ },
648
+ {
649
+ anonymous: false,
650
+ inputs: [
651
+ {
652
+ indexed: true,
653
+ internalType: "address",
654
+ name: "inAsset",
655
+ type: "address",
656
+ },
657
+ {
658
+ indexed: true,
659
+ internalType: "address",
660
+ name: "outAsset",
661
+ type: "address",
662
+ },
663
+ {
664
+ indexed: true,
665
+ internalType: "address",
666
+ name: "recipient",
667
+ type: "address",
668
+ },
669
+ {
670
+ indexed: false,
671
+ internalType: "uint256",
672
+ name: "inAmount",
673
+ type: "uint256",
674
+ },
675
+ {
676
+ indexed: false,
677
+ internalType: "uint256",
678
+ name: "outAmount",
679
+ type: "uint256",
680
+ },
681
+ {
682
+ indexed: false,
683
+ internalType: "bytes",
684
+ name: "auxiliaryData",
685
+ type: "bytes",
686
+ },
687
+ ],
688
+ name: "Swapped",
689
+ type: "event",
690
+ },
691
+ {
692
+ anonymous: false,
693
+ inputs: [
694
+ {
695
+ indexed: true,
696
+ internalType: "address",
697
+ name: "from",
698
+ type: "address",
699
+ },
700
+ {
701
+ indexed: true,
702
+ internalType: "address",
703
+ name: "to",
704
+ type: "address",
705
+ },
706
+ {
707
+ indexed: false,
708
+ internalType: "uint256",
709
+ name: "value",
710
+ type: "uint256",
711
+ },
712
+ ],
713
+ name: "Transfer",
714
+ type: "event",
715
+ },
716
+ {
717
+ anonymous: false,
718
+ inputs: [
719
+ {
720
+ indexed: true,
721
+ internalType: "address",
722
+ name: "newAddress",
723
+ type: "address",
724
+ },
725
+ ],
726
+ name: "TriageAddressChanged",
727
+ type: "event",
728
+ },
729
+ {
730
+ anonymous: false,
731
+ inputs: [
732
+ {
733
+ indexed: true,
734
+ internalType: "address",
735
+ name: "withdrawer",
736
+ type: "address",
737
+ },
738
+ {
739
+ indexed: false,
740
+ internalType: "uint256",
741
+ name: "poolTokens",
742
+ type: "uint256",
743
+ },
744
+ {
745
+ indexed: false,
746
+ internalType: "uint256",
747
+ name: "fractionOfPool",
748
+ type: "uint256",
749
+ },
750
+ ],
751
+ name: "Withdrawn",
752
+ type: "event",
753
+ },
754
+ {
755
+ inputs: [],
756
+ name: "DESIGNATED_SIGNER",
757
+ outputs: [
758
+ {
759
+ internalType: "address",
760
+ name: "",
761
+ type: "address",
762
+ },
763
+ ],
764
+ stateMutability: "view",
765
+ type: "function",
766
+ },
767
+ {
768
+ inputs: [],
769
+ name: "WRAPPER_CONTRACT",
770
+ outputs: [
771
+ {
772
+ internalType: "address",
773
+ name: "",
774
+ type: "address",
775
+ },
776
+ ],
777
+ stateMutability: "view",
778
+ type: "function",
779
+ },
780
+ {
781
+ inputs: [
782
+ {
783
+ internalType: "address",
784
+ name: "token",
785
+ type: "address",
786
+ },
787
+ {
788
+ internalType: "address",
789
+ name: "oracleAddress",
790
+ type: "address",
791
+ },
792
+ {
793
+ internalType: "uint256",
794
+ name: "minTimeTolerance",
795
+ type: "uint256",
796
+ },
797
+ ],
798
+ name: "addOracle",
799
+ outputs: [],
800
+ stateMutability: "nonpayable",
801
+ type: "function",
802
+ },
803
+ {
804
+ inputs: [],
805
+ name: "allTokensBalance",
806
+ outputs: [
807
+ {
808
+ internalType: "uint256[]",
809
+ name: "",
810
+ type: "uint256[]",
811
+ },
812
+ {
813
+ internalType: "address[]",
814
+ name: "",
815
+ type: "address[]",
816
+ },
817
+ {
818
+ internalType: "uint256",
819
+ name: "",
820
+ type: "uint256",
821
+ },
822
+ ],
823
+ stateMutability: "view",
824
+ type: "function",
825
+ },
826
+ {
827
+ inputs: [],
828
+ name: "allTokensStateBalance",
829
+ outputs: [
830
+ {
831
+ internalType: "uint256[]",
832
+ name: "",
833
+ type: "uint256[]",
834
+ },
835
+ {
836
+ internalType: "address[]",
837
+ name: "",
838
+ type: "address[]",
839
+ },
840
+ {
841
+ internalType: "uint256",
842
+ name: "",
843
+ type: "uint256",
844
+ },
845
+ ],
846
+ stateMutability: "view",
847
+ type: "function",
848
+ },
849
+ {
850
+ inputs: [
851
+ {
852
+ internalType: "address",
853
+ name: "owner",
854
+ type: "address",
855
+ },
856
+ {
857
+ internalType: "address",
858
+ name: "spender",
859
+ type: "address",
860
+ },
861
+ ],
862
+ name: "allowance",
863
+ outputs: [
864
+ {
865
+ internalType: "uint256",
866
+ name: "",
867
+ type: "uint256",
868
+ },
869
+ ],
870
+ stateMutability: "view",
871
+ type: "function",
872
+ },
873
+ {
874
+ inputs: [
875
+ {
876
+ internalType: "address",
877
+ name: "spender",
878
+ type: "address",
879
+ },
880
+ {
881
+ internalType: "uint256",
882
+ name: "value",
883
+ type: "uint256",
884
+ },
885
+ ],
886
+ name: "approve",
887
+ outputs: [
888
+ {
889
+ internalType: "bool",
890
+ name: "",
891
+ type: "bool",
892
+ },
893
+ ],
894
+ stateMutability: "nonpayable",
895
+ type: "function",
896
+ },
897
+ {
898
+ inputs: [
899
+ {
900
+ internalType: "address",
901
+ name: "account",
902
+ type: "address",
903
+ },
904
+ ],
905
+ name: "balanceOf",
906
+ outputs: [
907
+ {
908
+ internalType: "uint256",
909
+ name: "",
910
+ type: "uint256",
911
+ },
912
+ ],
913
+ stateMutability: "view",
914
+ type: "function",
915
+ },
916
+ {
917
+ inputs: [
918
+ {
919
+ internalType: "uint256",
920
+ name: "amount",
921
+ type: "uint256",
922
+ },
923
+ ],
924
+ name: "burnToWithdraw",
925
+ outputs: [],
926
+ stateMutability: "nonpayable",
927
+ type: "function",
928
+ },
929
+ {
930
+ inputs: [
931
+ {
932
+ internalType: "address",
933
+ name: "depositor",
934
+ type: "address",
935
+ },
936
+ ],
937
+ name: "canUnlockDeposit",
938
+ outputs: [
939
+ {
940
+ internalType: "bool",
941
+ name: "",
942
+ type: "bool",
943
+ },
944
+ ],
945
+ stateMutability: "view",
946
+ type: "function",
947
+ },
948
+ {
949
+ inputs: [],
950
+ name: "decimals",
951
+ outputs: [
952
+ {
953
+ internalType: "uint8",
954
+ name: "",
955
+ type: "uint8",
956
+ },
957
+ ],
958
+ stateMutability: "view",
959
+ type: "function",
960
+ },
961
+ {
962
+ inputs: [
963
+ {
964
+ internalType: "address",
965
+ name: "depositor",
966
+ type: "address",
967
+ },
968
+ {
969
+ internalType: "uint256[]",
970
+ name: "depositAmounts",
971
+ type: "uint256[]",
972
+ },
973
+ {
974
+ internalType: "uint256",
975
+ name: "lockTime",
976
+ type: "uint256",
977
+ },
978
+ {
979
+ internalType: "uint256",
980
+ name: "poolTokens",
981
+ type: "uint256",
982
+ },
983
+ {
984
+ internalType: "uint256",
985
+ name: "goodUntil",
986
+ type: "uint256",
987
+ },
988
+ {
989
+ components: [
990
+ {
991
+ internalType: "uint8",
992
+ name: "v",
993
+ type: "uint8",
994
+ },
995
+ {
996
+ internalType: "bytes32",
997
+ name: "r",
998
+ type: "bytes32",
999
+ },
1000
+ {
1001
+ internalType: "bytes32",
1002
+ name: "s",
1003
+ type: "bytes32",
1004
+ },
1005
+ ],
1006
+ internalType: "struct Signature",
1007
+ name: "theSignature",
1008
+ type: "tuple",
1009
+ },
1010
+ {
1011
+ internalType: "bytes",
1012
+ name: "extraData",
1013
+ type: "bytes",
1014
+ },
1015
+ ],
1016
+ name: "deposit",
1017
+ outputs: [],
1018
+ stateMutability: "payable",
1019
+ type: "function",
1020
+ },
1021
+ {
1022
+ inputs: [
1023
+ {
1024
+ internalType: "address",
1025
+ name: "depositor",
1026
+ type: "address",
1027
+ },
1028
+ {
1029
+ internalType: "address",
1030
+ name: "inputToken",
1031
+ type: "address",
1032
+ },
1033
+ {
1034
+ internalType: "uint256",
1035
+ name: "inputAmount",
1036
+ type: "uint256",
1037
+ },
1038
+ {
1039
+ internalType: "uint256",
1040
+ name: "lockTime",
1041
+ type: "uint256",
1042
+ },
1043
+ {
1044
+ internalType: "uint256",
1045
+ name: "poolTokens",
1046
+ type: "uint256",
1047
+ },
1048
+ {
1049
+ internalType: "uint256",
1050
+ name: "goodUntil",
1051
+ type: "uint256",
1052
+ },
1053
+ {
1054
+ components: [
1055
+ {
1056
+ internalType: "uint8",
1057
+ name: "v",
1058
+ type: "uint8",
1059
+ },
1060
+ {
1061
+ internalType: "bytes32",
1062
+ name: "r",
1063
+ type: "bytes32",
1064
+ },
1065
+ {
1066
+ internalType: "bytes32",
1067
+ name: "s",
1068
+ type: "bytes32",
1069
+ },
1070
+ ],
1071
+ internalType: "struct Signature",
1072
+ name: "theSignature",
1073
+ type: "tuple",
1074
+ },
1075
+ {
1076
+ internalType: "bytes",
1077
+ name: "extraData",
1078
+ type: "bytes",
1079
+ },
1080
+ ],
1081
+ name: "depositSingleAsset",
1082
+ outputs: [],
1083
+ stateMutability: "payable",
1084
+ type: "function",
1085
+ },
1086
+ {
1087
+ inputs: [
1088
+ {
1089
+ internalType: "address",
1090
+ name: "token",
1091
+ type: "address",
1092
+ },
1093
+ ],
1094
+ name: "getLastBalance",
1095
+ outputs: [
1096
+ {
1097
+ internalType: "uint256",
1098
+ name: "",
1099
+ type: "uint256",
1100
+ },
1101
+ ],
1102
+ stateMutability: "view",
1103
+ type: "function",
1104
+ },
1105
+ {
1106
+ inputs: [
1107
+ {
1108
+ internalType: "address",
1109
+ name: "token",
1110
+ type: "address",
1111
+ },
1112
+ ],
1113
+ name: "getOracleInfo",
1114
+ outputs: [
1115
+ {
1116
+ internalType: "address",
1117
+ name: "oracleAddress",
1118
+ type: "address",
1119
+ },
1120
+ {
1121
+ internalType: "uint256",
1122
+ name: "minTimeTolerance",
1123
+ type: "uint256",
1124
+ },
1125
+ ],
1126
+ stateMutability: "view",
1127
+ type: "function",
1128
+ },
1129
+ {
1130
+ inputs: [
1131
+ {
1132
+ internalType: "address",
1133
+ name: "token",
1134
+ type: "address",
1135
+ },
1136
+ ],
1137
+ name: "isToken",
1138
+ outputs: [
1139
+ {
1140
+ internalType: "bool",
1141
+ name: "",
1142
+ type: "bool",
1143
+ },
1144
+ ],
1145
+ stateMutability: "view",
1146
+ type: "function",
1147
+ },
1148
+ {
1149
+ inputs: [],
1150
+ name: "isTradeHalted",
1151
+ outputs: [
1152
+ {
1153
+ internalType: "bool",
1154
+ name: "",
1155
+ type: "bool",
1156
+ },
1157
+ ],
1158
+ stateMutability: "view",
1159
+ type: "function",
1160
+ },
1161
+ {
1162
+ inputs: [
1163
+ {
1164
+ internalType: "address",
1165
+ name: "",
1166
+ type: "address",
1167
+ },
1168
+ ],
1169
+ name: "lastBalances",
1170
+ outputs: [
1171
+ {
1172
+ internalType: "uint256",
1173
+ name: "",
1174
+ type: "uint256",
1175
+ },
1176
+ ],
1177
+ stateMutability: "view",
1178
+ type: "function",
1179
+ },
1180
+ {
1181
+ inputs: [],
1182
+ name: "lastFeeWithdrawal",
1183
+ outputs: [
1184
+ {
1185
+ internalType: "uint256",
1186
+ name: "",
1187
+ type: "uint256",
1188
+ },
1189
+ ],
1190
+ stateMutability: "view",
1191
+ type: "function",
1192
+ },
1193
+ {
1194
+ inputs: [],
1195
+ name: "nTokens",
1196
+ outputs: [
1197
+ {
1198
+ internalType: "uint256",
1199
+ name: "",
1200
+ type: "uint256",
1201
+ },
1202
+ ],
1203
+ stateMutability: "view",
1204
+ type: "function",
1205
+ },
1206
+ {
1207
+ inputs: [],
1208
+ name: "name",
1209
+ outputs: [
1210
+ {
1211
+ internalType: "string",
1212
+ name: "",
1213
+ type: "string",
1214
+ },
1215
+ ],
1216
+ stateMutability: "view",
1217
+ type: "function",
1218
+ },
1219
+ {
1220
+ inputs: [],
1221
+ name: "owner",
1222
+ outputs: [
1223
+ {
1224
+ internalType: "address",
1225
+ name: "",
1226
+ type: "address",
1227
+ },
1228
+ ],
1229
+ stateMutability: "view",
1230
+ type: "function",
1231
+ },
1232
+ {
1233
+ inputs: [
1234
+ {
1235
+ internalType: "uint256",
1236
+ name: "packedInput",
1237
+ type: "uint256",
1238
+ },
1239
+ {
1240
+ internalType: "uint256",
1241
+ name: "packedOutput",
1242
+ type: "uint256",
1243
+ },
1244
+ {
1245
+ internalType: "uint256",
1246
+ name: "packedGoodUntil",
1247
+ type: "uint256",
1248
+ },
1249
+ {
1250
+ internalType: "bytes32",
1251
+ name: "auxData",
1252
+ type: "bytes32",
1253
+ },
1254
+ {
1255
+ internalType: "bytes32",
1256
+ name: "r",
1257
+ type: "bytes32",
1258
+ },
1259
+ {
1260
+ internalType: "bytes32",
1261
+ name: "vs",
1262
+ type: "bytes32",
1263
+ },
1264
+ ],
1265
+ name: "packedSwap",
1266
+ outputs: [],
1267
+ stateMutability: "payable",
1268
+ type: "function",
1269
+ },
1270
+ {
1271
+ inputs: [
1272
+ {
1273
+ internalType: "uint256",
1274
+ name: "packedInput",
1275
+ type: "uint256",
1276
+ },
1277
+ {
1278
+ internalType: "uint256",
1279
+ name: "packedConfig",
1280
+ type: "uint256",
1281
+ },
1282
+ {
1283
+ internalType: "bytes32",
1284
+ name: "r",
1285
+ type: "bytes32",
1286
+ },
1287
+ {
1288
+ internalType: "bytes32",
1289
+ name: "s",
1290
+ type: "bytes32",
1291
+ },
1292
+ {
1293
+ internalType: "bytes",
1294
+ name: "extraData",
1295
+ type: "bytes",
1296
+ },
1297
+ ],
1298
+ name: "packedTransmitAndDepositSingleAsset",
1299
+ outputs: [],
1300
+ stateMutability: "payable",
1301
+ type: "function",
1302
+ },
1303
+ {
1304
+ inputs: [
1305
+ {
1306
+ internalType: "uint256",
1307
+ name: "packedInput",
1308
+ type: "uint256",
1309
+ },
1310
+ {
1311
+ internalType: "uint256",
1312
+ name: "packedOutput",
1313
+ type: "uint256",
1314
+ },
1315
+ {
1316
+ internalType: "uint256",
1317
+ name: "packedGoodUntil",
1318
+ type: "uint256",
1319
+ },
1320
+ {
1321
+ internalType: "bytes32",
1322
+ name: "auxData",
1323
+ type: "bytes32",
1324
+ },
1325
+ {
1326
+ internalType: "bytes32",
1327
+ name: "r",
1328
+ type: "bytes32",
1329
+ },
1330
+ {
1331
+ internalType: "bytes32",
1332
+ name: "vs",
1333
+ type: "bytes32",
1334
+ },
1335
+ ],
1336
+ name: "packedTransmitAndSwap",
1337
+ outputs: [],
1338
+ stateMutability: "payable",
1339
+ type: "function",
1340
+ },
1341
+ {
1342
+ inputs: [
1343
+ {
1344
+ internalType: "address",
1345
+ name: "token",
1346
+ type: "address",
1347
+ },
1348
+ ],
1349
+ name: "removeOracle",
1350
+ outputs: [],
1351
+ stateMutability: "nonpayable",
1352
+ type: "function",
1353
+ },
1354
+ {
1355
+ inputs: [],
1356
+ name: "renounceOwnership",
1357
+ outputs: [],
1358
+ stateMutability: "nonpayable",
1359
+ type: "function",
1360
+ },
1361
+ {
1362
+ inputs: [],
1363
+ name: "resumeTrade",
1364
+ outputs: [],
1365
+ stateMutability: "nonpayable",
1366
+ type: "function",
1367
+ },
1368
+ {
1369
+ inputs: [
1370
+ {
1371
+ internalType: "address",
1372
+ name: "outputToken",
1373
+ type: "address",
1374
+ },
1375
+ {
1376
+ internalType: "uint256",
1377
+ name: "inputAmount",
1378
+ type: "uint256",
1379
+ },
1380
+ {
1381
+ internalType: "uint256",
1382
+ name: "outputAmount",
1383
+ type: "uint256",
1384
+ },
1385
+ {
1386
+ internalType: "uint256",
1387
+ name: "goodUntil",
1388
+ type: "uint256",
1389
+ },
1390
+ {
1391
+ internalType: "address",
1392
+ name: "destinationAddress",
1393
+ type: "address",
1394
+ },
1395
+ {
1396
+ components: [
1397
+ {
1398
+ internalType: "uint8",
1399
+ name: "v",
1400
+ type: "uint8",
1401
+ },
1402
+ {
1403
+ internalType: "bytes32",
1404
+ name: "r",
1405
+ type: "bytes32",
1406
+ },
1407
+ {
1408
+ internalType: "bytes32",
1409
+ name: "s",
1410
+ type: "bytes32",
1411
+ },
1412
+ ],
1413
+ internalType: "struct Signature",
1414
+ name: "theSignature",
1415
+ type: "tuple",
1416
+ },
1417
+ {
1418
+ internalType: "bytes",
1419
+ name: "auxiliaryData",
1420
+ type: "bytes",
1421
+ },
1422
+ ],
1423
+ name: "sellEthForToken",
1424
+ outputs: [],
1425
+ stateMutability: "payable",
1426
+ type: "function",
1427
+ },
1428
+ {
1429
+ inputs: [
1430
+ {
1431
+ internalType: "address",
1432
+ name: "inputToken",
1433
+ type: "address",
1434
+ },
1435
+ {
1436
+ internalType: "uint256",
1437
+ name: "inputAmount",
1438
+ type: "uint256",
1439
+ },
1440
+ {
1441
+ internalType: "uint256",
1442
+ name: "outputAmount",
1443
+ type: "uint256",
1444
+ },
1445
+ {
1446
+ internalType: "uint256",
1447
+ name: "goodUntil",
1448
+ type: "uint256",
1449
+ },
1450
+ {
1451
+ internalType: "address",
1452
+ name: "destinationAddress",
1453
+ type: "address",
1454
+ },
1455
+ {
1456
+ components: [
1457
+ {
1458
+ internalType: "uint8",
1459
+ name: "v",
1460
+ type: "uint8",
1461
+ },
1462
+ {
1463
+ internalType: "bytes32",
1464
+ name: "r",
1465
+ type: "bytes32",
1466
+ },
1467
+ {
1468
+ internalType: "bytes32",
1469
+ name: "s",
1470
+ type: "bytes32",
1471
+ },
1472
+ ],
1473
+ internalType: "struct Signature",
1474
+ name: "theSignature",
1475
+ type: "tuple",
1476
+ },
1477
+ {
1478
+ internalType: "bytes",
1479
+ name: "auxiliaryData",
1480
+ type: "bytes",
1481
+ },
1482
+ ],
1483
+ name: "sellTokenForEth",
1484
+ outputs: [],
1485
+ stateMutability: "nonpayable",
1486
+ type: "function",
1487
+ },
1488
+ {
1489
+ inputs: [],
1490
+ name: "sequencerUptimeFeed",
1491
+ outputs: [
1492
+ {
1493
+ internalType: "address",
1494
+ name: "",
1495
+ type: "address",
1496
+ },
1497
+ ],
1498
+ stateMutability: "view",
1499
+ type: "function",
1500
+ },
1501
+ {
1502
+ inputs: [
1503
+ {
1504
+ internalType: "address",
1505
+ name: "feedAddress",
1506
+ type: "address",
1507
+ },
1508
+ ],
1509
+ name: "setSequencerUptimeFeed",
1510
+ outputs: [],
1511
+ stateMutability: "nonpayable",
1512
+ type: "function",
1513
+ },
1514
+ {
1515
+ inputs: [
1516
+ {
1517
+ internalType: "address",
1518
+ name: "newTriage",
1519
+ type: "address",
1520
+ },
1521
+ ],
1522
+ name: "setTriageRole",
1523
+ outputs: [],
1524
+ stateMutability: "nonpayable",
1525
+ type: "function",
1526
+ },
1527
+ {
1528
+ inputs: [],
1529
+ name: "stopTrade",
1530
+ outputs: [],
1531
+ stateMutability: "nonpayable",
1532
+ type: "function",
1533
+ },
1534
+ {
1535
+ inputs: [
1536
+ {
1537
+ internalType: "address",
1538
+ name: "inputToken",
1539
+ type: "address",
1540
+ },
1541
+ {
1542
+ internalType: "address",
1543
+ name: "outputToken",
1544
+ type: "address",
1545
+ },
1546
+ {
1547
+ internalType: "uint256",
1548
+ name: "inputAmount",
1549
+ type: "uint256",
1550
+ },
1551
+ {
1552
+ internalType: "uint256",
1553
+ name: "outputAmount",
1554
+ type: "uint256",
1555
+ },
1556
+ {
1557
+ internalType: "uint256",
1558
+ name: "goodUntil",
1559
+ type: "uint256",
1560
+ },
1561
+ {
1562
+ internalType: "address",
1563
+ name: "destinationAddress",
1564
+ type: "address",
1565
+ },
1566
+ {
1567
+ components: [
1568
+ {
1569
+ internalType: "uint8",
1570
+ name: "v",
1571
+ type: "uint8",
1572
+ },
1573
+ {
1574
+ internalType: "bytes32",
1575
+ name: "r",
1576
+ type: "bytes32",
1577
+ },
1578
+ {
1579
+ internalType: "bytes32",
1580
+ name: "s",
1581
+ type: "bytes32",
1582
+ },
1583
+ ],
1584
+ internalType: "struct Signature",
1585
+ name: "theSignature",
1586
+ type: "tuple",
1587
+ },
1588
+ {
1589
+ internalType: "bytes",
1590
+ name: "auxiliaryData",
1591
+ type: "bytes",
1592
+ },
1593
+ ],
1594
+ name: "swap",
1595
+ outputs: [],
1596
+ stateMutability: "nonpayable",
1597
+ type: "function",
1598
+ },
1599
+ {
1600
+ inputs: [],
1601
+ name: "symbol",
1602
+ outputs: [
1603
+ {
1604
+ internalType: "string",
1605
+ name: "",
1606
+ type: "string",
1607
+ },
1608
+ ],
1609
+ stateMutability: "view",
1610
+ type: "function",
1611
+ },
1612
+ {
1613
+ inputs: [
1614
+ {
1615
+ internalType: "uint256",
1616
+ name: "entitledFeesInDollars",
1617
+ type: "uint256",
1618
+ },
1619
+ {
1620
+ internalType: "uint256",
1621
+ name: "averagePoolBalanceInDollars",
1622
+ type: "uint256",
1623
+ },
1624
+ ],
1625
+ name: "takeFees",
1626
+ outputs: [],
1627
+ stateMutability: "nonpayable",
1628
+ type: "function",
1629
+ },
1630
+ {
1631
+ inputs: [
1632
+ {
1633
+ internalType: "uint256",
1634
+ name: "i",
1635
+ type: "uint256",
1636
+ },
1637
+ ],
1638
+ name: "tokenAt",
1639
+ outputs: [
1640
+ {
1641
+ internalType: "address",
1642
+ name: "",
1643
+ type: "address",
1644
+ },
1645
+ ],
1646
+ stateMutability: "view",
1647
+ type: "function",
1648
+ },
1649
+ {
1650
+ inputs: [],
1651
+ name: "totalSupply",
1652
+ outputs: [
1653
+ {
1654
+ internalType: "uint256",
1655
+ name: "",
1656
+ type: "uint256",
1657
+ },
1658
+ ],
1659
+ stateMutability: "view",
1660
+ type: "function",
1661
+ },
1662
+ {
1663
+ inputs: [
1664
+ {
1665
+ internalType: "address",
1666
+ name: "to",
1667
+ type: "address",
1668
+ },
1669
+ {
1670
+ internalType: "uint256",
1671
+ name: "value",
1672
+ type: "uint256",
1673
+ },
1674
+ ],
1675
+ name: "transfer",
1676
+ outputs: [
1677
+ {
1678
+ internalType: "bool",
1679
+ name: "",
1680
+ type: "bool",
1681
+ },
1682
+ ],
1683
+ stateMutability: "nonpayable",
1684
+ type: "function",
1685
+ },
1686
+ {
1687
+ inputs: [
1688
+ {
1689
+ internalType: "address",
1690
+ name: "from",
1691
+ type: "address",
1692
+ },
1693
+ {
1694
+ internalType: "address",
1695
+ name: "to",
1696
+ type: "address",
1697
+ },
1698
+ {
1699
+ internalType: "uint256",
1700
+ name: "value",
1701
+ type: "uint256",
1702
+ },
1703
+ ],
1704
+ name: "transferFrom",
1705
+ outputs: [
1706
+ {
1707
+ internalType: "bool",
1708
+ name: "",
1709
+ type: "bool",
1710
+ },
1711
+ ],
1712
+ stateMutability: "nonpayable",
1713
+ type: "function",
1714
+ },
1715
+ {
1716
+ inputs: [
1717
+ {
1718
+ internalType: "address",
1719
+ name: "newOwner",
1720
+ type: "address",
1721
+ },
1722
+ ],
1723
+ name: "transferOwnership",
1724
+ outputs: [],
1725
+ stateMutability: "nonpayable",
1726
+ type: "function",
1727
+ },
1728
+ {
1729
+ inputs: [
1730
+ {
1731
+ internalType: "uint256[]",
1732
+ name: "depositAmounts",
1733
+ type: "uint256[]",
1734
+ },
1735
+ {
1736
+ internalType: "uint256",
1737
+ name: "lockTime",
1738
+ type: "uint256",
1739
+ },
1740
+ {
1741
+ internalType: "uint256",
1742
+ name: "poolTokens",
1743
+ type: "uint256",
1744
+ },
1745
+ {
1746
+ internalType: "uint256",
1747
+ name: "goodUntil",
1748
+ type: "uint256",
1749
+ },
1750
+ {
1751
+ components: [
1752
+ {
1753
+ internalType: "uint8",
1754
+ name: "v",
1755
+ type: "uint8",
1756
+ },
1757
+ {
1758
+ internalType: "bytes32",
1759
+ name: "r",
1760
+ type: "bytes32",
1761
+ },
1762
+ {
1763
+ internalType: "bytes32",
1764
+ name: "s",
1765
+ type: "bytes32",
1766
+ },
1767
+ ],
1768
+ internalType: "struct Signature",
1769
+ name: "theSignature",
1770
+ type: "tuple",
1771
+ },
1772
+ {
1773
+ internalType: "bytes",
1774
+ name: "extraData",
1775
+ type: "bytes",
1776
+ },
1777
+ ],
1778
+ name: "transmitAndDeposit",
1779
+ outputs: [],
1780
+ stateMutability: "nonpayable",
1781
+ type: "function",
1782
+ },
1783
+ {
1784
+ inputs: [
1785
+ {
1786
+ internalType: "address",
1787
+ name: "inputToken",
1788
+ type: "address",
1789
+ },
1790
+ {
1791
+ internalType: "uint256",
1792
+ name: "inputAmount",
1793
+ type: "uint256",
1794
+ },
1795
+ {
1796
+ internalType: "uint256",
1797
+ name: "lockTime",
1798
+ type: "uint256",
1799
+ },
1800
+ {
1801
+ internalType: "uint256",
1802
+ name: "poolTokens",
1803
+ type: "uint256",
1804
+ },
1805
+ {
1806
+ internalType: "uint256",
1807
+ name: "goodUntil",
1808
+ type: "uint256",
1809
+ },
1810
+ {
1811
+ components: [
1812
+ {
1813
+ internalType: "uint8",
1814
+ name: "v",
1815
+ type: "uint8",
1816
+ },
1817
+ {
1818
+ internalType: "bytes32",
1819
+ name: "r",
1820
+ type: "bytes32",
1821
+ },
1822
+ {
1823
+ internalType: "bytes32",
1824
+ name: "s",
1825
+ type: "bytes32",
1826
+ },
1827
+ ],
1828
+ internalType: "struct Signature",
1829
+ name: "theSignature",
1830
+ type: "tuple",
1831
+ },
1832
+ {
1833
+ internalType: "bytes",
1834
+ name: "extraData",
1835
+ type: "bytes",
1836
+ },
1837
+ ],
1838
+ name: "transmitAndDepositSingleAsset",
1839
+ outputs: [],
1840
+ stateMutability: "nonpayable",
1841
+ type: "function",
1842
+ },
1843
+ {
1844
+ inputs: [
1845
+ {
1846
+ internalType: "address",
1847
+ name: "inputToken",
1848
+ type: "address",
1849
+ },
1850
+ {
1851
+ internalType: "uint256",
1852
+ name: "inputAmount",
1853
+ type: "uint256",
1854
+ },
1855
+ {
1856
+ internalType: "uint256",
1857
+ name: "outputAmount",
1858
+ type: "uint256",
1859
+ },
1860
+ {
1861
+ internalType: "uint256",
1862
+ name: "goodUntil",
1863
+ type: "uint256",
1864
+ },
1865
+ {
1866
+ internalType: "address",
1867
+ name: "destinationAddress",
1868
+ type: "address",
1869
+ },
1870
+ {
1871
+ components: [
1872
+ {
1873
+ internalType: "uint8",
1874
+ name: "v",
1875
+ type: "uint8",
1876
+ },
1877
+ {
1878
+ internalType: "bytes32",
1879
+ name: "r",
1880
+ type: "bytes32",
1881
+ },
1882
+ {
1883
+ internalType: "bytes32",
1884
+ name: "s",
1885
+ type: "bytes32",
1886
+ },
1887
+ ],
1888
+ internalType: "struct Signature",
1889
+ name: "theSignature",
1890
+ type: "tuple",
1891
+ },
1892
+ {
1893
+ internalType: "bytes",
1894
+ name: "auxiliaryData",
1895
+ type: "bytes",
1896
+ },
1897
+ ],
1898
+ name: "transmitAndSellTokenForEth",
1899
+ outputs: [],
1900
+ stateMutability: "nonpayable",
1901
+ type: "function",
1902
+ },
1903
+ {
1904
+ inputs: [
1905
+ {
1906
+ internalType: "address",
1907
+ name: "inputToken",
1908
+ type: "address",
1909
+ },
1910
+ {
1911
+ internalType: "address",
1912
+ name: "outputToken",
1913
+ type: "address",
1914
+ },
1915
+ {
1916
+ internalType: "uint256",
1917
+ name: "inputAmount",
1918
+ type: "uint256",
1919
+ },
1920
+ {
1921
+ internalType: "uint256",
1922
+ name: "outputAmount",
1923
+ type: "uint256",
1924
+ },
1925
+ {
1926
+ internalType: "uint256",
1927
+ name: "goodUntil",
1928
+ type: "uint256",
1929
+ },
1930
+ {
1931
+ internalType: "address",
1932
+ name: "destinationAddress",
1933
+ type: "address",
1934
+ },
1935
+ {
1936
+ components: [
1937
+ {
1938
+ internalType: "uint8",
1939
+ name: "v",
1940
+ type: "uint8",
1941
+ },
1942
+ {
1943
+ internalType: "bytes32",
1944
+ name: "r",
1945
+ type: "bytes32",
1946
+ },
1947
+ {
1948
+ internalType: "bytes32",
1949
+ name: "s",
1950
+ type: "bytes32",
1951
+ },
1952
+ ],
1953
+ internalType: "struct Signature",
1954
+ name: "theSignature",
1955
+ type: "tuple",
1956
+ },
1957
+ {
1958
+ internalType: "bytes",
1959
+ name: "auxiliaryData",
1960
+ type: "bytes",
1961
+ },
1962
+ ],
1963
+ name: "transmitAndSwap",
1964
+ outputs: [],
1965
+ stateMutability: "nonpayable",
1966
+ type: "function",
1967
+ },
1968
+ {
1969
+ inputs: [],
1970
+ name: "triageRole",
1971
+ outputs: [
1972
+ {
1973
+ internalType: "address",
1974
+ name: "",
1975
+ type: "address",
1976
+ },
1977
+ ],
1978
+ stateMutability: "view",
1979
+ type: "function",
1980
+ },
1981
+ {
1982
+ inputs: [],
1983
+ name: "unlockDeposit",
1984
+ outputs: [
1985
+ {
1986
+ internalType: "uint256",
1987
+ name: "poolTokens",
1988
+ type: "uint256",
1989
+ },
1990
+ ],
1991
+ stateMutability: "nonpayable",
1992
+ type: "function",
1993
+ },
1994
+ {
1995
+ inputs: [
1996
+ {
1997
+ internalType: "address",
1998
+ name: "",
1999
+ type: "address",
2000
+ },
2001
+ ],
2002
+ name: "vestingDeposits",
2003
+ outputs: [
2004
+ {
2005
+ internalType: "uint256",
2006
+ name: "lockedUntil",
2007
+ type: "uint256",
2008
+ },
2009
+ {
2010
+ internalType: "uint256",
2011
+ name: "poolTokenAmount",
2012
+ type: "uint256",
2013
+ },
2014
+ ],
2015
+ stateMutability: "view",
2016
+ type: "function",
2017
+ },
2018
+ {
2019
+ inputs: [
2020
+ {
2021
+ internalType: "address",
2022
+ name: "tokenHolder",
2023
+ type: "address",
2024
+ },
2025
+ {
2026
+ internalType: "uint256",
2027
+ name: "poolTokenAmountToBurn",
2028
+ type: "uint256",
2029
+ },
2030
+ {
2031
+ internalType: "address",
2032
+ name: "assetAddress",
2033
+ type: "address",
2034
+ },
2035
+ {
2036
+ internalType: "uint256",
2037
+ name: "assetAmount",
2038
+ type: "uint256",
2039
+ },
2040
+ {
2041
+ internalType: "uint256",
2042
+ name: "goodUntil",
2043
+ type: "uint256",
2044
+ },
2045
+ {
2046
+ components: [
2047
+ {
2048
+ internalType: "uint8",
2049
+ name: "v",
2050
+ type: "uint8",
2051
+ },
2052
+ {
2053
+ internalType: "bytes32",
2054
+ name: "r",
2055
+ type: "bytes32",
2056
+ },
2057
+ {
2058
+ internalType: "bytes32",
2059
+ name: "s",
2060
+ type: "bytes32",
2061
+ },
2062
+ ],
2063
+ internalType: "struct Signature",
2064
+ name: "theSignature",
2065
+ type: "tuple",
2066
+ },
2067
+ {
2068
+ internalType: "bytes",
2069
+ name: "extraData",
2070
+ type: "bytes",
2071
+ },
2072
+ ],
2073
+ name: "withdrawSingleAsset",
2074
+ outputs: [],
2075
+ stateMutability: "nonpayable",
2076
+ type: "function",
2077
+ },
2078
+ {
2079
+ stateMutability: "payable",
2080
+ type: "receive",
2081
+ },
2082
+ ];
2083
+ export class ERC20DepositQueue__factory {
2084
+ static abi = _abi;
2085
+ static createInterface() {
2086
+ return new utils.Interface(_abi);
2087
+ }
2088
+ static connect(address, signerOrProvider) {
2089
+ return new Contract(address, _abi, signerOrProvider);
2090
+ }
2091
+ }
2092
+ //# sourceMappingURL=ERC20DepositQueue__factory.js.map