@instadapp/avocado-base 0.1.1 → 0.1.3

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