polymarket-apis 0.3.1__py3-none-any.whl → 0.3.3__py3-none-any.whl

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.

Potentially problematic release.


This version of polymarket-apis might be problematic. Click here for more details.

@@ -0,0 +1,1138 @@
1
+ [
2
+ {
3
+ "anonymous": false,
4
+ "inputs": [
5
+ {
6
+ "indexed": false,
7
+ "internalType": "address",
8
+ "name": "owner",
9
+ "type": "address"
10
+ }
11
+ ],
12
+ "name": "AddedOwner",
13
+ "type": "event"
14
+ },
15
+ {
16
+ "anonymous": false,
17
+ "inputs": [
18
+ {
19
+ "indexed": true,
20
+ "internalType": "bytes32",
21
+ "name": "approvedHash",
22
+ "type": "bytes32"
23
+ },
24
+ {
25
+ "indexed": true,
26
+ "internalType": "address",
27
+ "name": "owner",
28
+ "type": "address"
29
+ }
30
+ ],
31
+ "name": "ApproveHash",
32
+ "type": "event"
33
+ },
34
+ {
35
+ "anonymous": false,
36
+ "inputs": [
37
+ {
38
+ "indexed": false,
39
+ "internalType": "address",
40
+ "name": "handler",
41
+ "type": "address"
42
+ }
43
+ ],
44
+ "name": "ChangedFallbackHandler",
45
+ "type": "event"
46
+ },
47
+ {
48
+ "anonymous": false,
49
+ "inputs": [
50
+ {
51
+ "indexed": false,
52
+ "internalType": "address",
53
+ "name": "guard",
54
+ "type": "address"
55
+ }
56
+ ],
57
+ "name": "ChangedGuard",
58
+ "type": "event"
59
+ },
60
+ {
61
+ "anonymous": false,
62
+ "inputs": [
63
+ {
64
+ "indexed": false,
65
+ "internalType": "uint256",
66
+ "name": "threshold",
67
+ "type": "uint256"
68
+ }
69
+ ],
70
+ "name": "ChangedThreshold",
71
+ "type": "event"
72
+ },
73
+ {
74
+ "anonymous": false,
75
+ "inputs": [
76
+ {
77
+ "indexed": false,
78
+ "internalType": "address",
79
+ "name": "module",
80
+ "type": "address"
81
+ }
82
+ ],
83
+ "name": "DisabledModule",
84
+ "type": "event"
85
+ },
86
+ {
87
+ "anonymous": false,
88
+ "inputs": [
89
+ {
90
+ "indexed": false,
91
+ "internalType": "address",
92
+ "name": "module",
93
+ "type": "address"
94
+ }
95
+ ],
96
+ "name": "EnabledModule",
97
+ "type": "event"
98
+ },
99
+ {
100
+ "anonymous": false,
101
+ "inputs": [
102
+ {
103
+ "indexed": false,
104
+ "internalType": "bytes32",
105
+ "name": "txHash",
106
+ "type": "bytes32"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "uint256",
111
+ "name": "payment",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "ExecutionFailure",
116
+ "type": "event"
117
+ },
118
+ {
119
+ "anonymous": false,
120
+ "inputs": [
121
+ {
122
+ "indexed": true,
123
+ "internalType": "address",
124
+ "name": "module",
125
+ "type": "address"
126
+ }
127
+ ],
128
+ "name": "ExecutionFromModuleFailure",
129
+ "type": "event"
130
+ },
131
+ {
132
+ "anonymous": false,
133
+ "inputs": [
134
+ {
135
+ "indexed": true,
136
+ "internalType": "address",
137
+ "name": "module",
138
+ "type": "address"
139
+ }
140
+ ],
141
+ "name": "ExecutionFromModuleSuccess",
142
+ "type": "event"
143
+ },
144
+ {
145
+ "anonymous": false,
146
+ "inputs": [
147
+ {
148
+ "indexed": false,
149
+ "internalType": "bytes32",
150
+ "name": "txHash",
151
+ "type": "bytes32"
152
+ },
153
+ {
154
+ "indexed": false,
155
+ "internalType": "uint256",
156
+ "name": "payment",
157
+ "type": "uint256"
158
+ }
159
+ ],
160
+ "name": "ExecutionSuccess",
161
+ "type": "event"
162
+ },
163
+ {
164
+ "anonymous": false,
165
+ "inputs": [
166
+ {
167
+ "indexed": false,
168
+ "internalType": "address",
169
+ "name": "owner",
170
+ "type": "address"
171
+ }
172
+ ],
173
+ "name": "RemovedOwner",
174
+ "type": "event"
175
+ },
176
+ {
177
+ "anonymous": false,
178
+ "inputs": [
179
+ {
180
+ "indexed": false,
181
+ "internalType": "address",
182
+ "name": "module",
183
+ "type": "address"
184
+ },
185
+ {
186
+ "indexed": false,
187
+ "internalType": "address",
188
+ "name": "to",
189
+ "type": "address"
190
+ },
191
+ {
192
+ "indexed": false,
193
+ "internalType": "uint256",
194
+ "name": "value",
195
+ "type": "uint256"
196
+ },
197
+ {
198
+ "indexed": false,
199
+ "internalType": "bytes",
200
+ "name": "data",
201
+ "type": "bytes"
202
+ },
203
+ {
204
+ "indexed": false,
205
+ "internalType": "enum Enum.Operation",
206
+ "name": "operation",
207
+ "type": "uint8"
208
+ }
209
+ ],
210
+ "name": "SafeModuleTransaction",
211
+ "type": "event"
212
+ },
213
+ {
214
+ "anonymous": false,
215
+ "inputs": [
216
+ {
217
+ "indexed": false,
218
+ "internalType": "address",
219
+ "name": "to",
220
+ "type": "address"
221
+ },
222
+ {
223
+ "indexed": false,
224
+ "internalType": "uint256",
225
+ "name": "value",
226
+ "type": "uint256"
227
+ },
228
+ {
229
+ "indexed": false,
230
+ "internalType": "bytes",
231
+ "name": "data",
232
+ "type": "bytes"
233
+ },
234
+ {
235
+ "indexed": false,
236
+ "internalType": "enum Enum.Operation",
237
+ "name": "operation",
238
+ "type": "uint8"
239
+ },
240
+ {
241
+ "indexed": false,
242
+ "internalType": "uint256",
243
+ "name": "safeTxGas",
244
+ "type": "uint256"
245
+ },
246
+ {
247
+ "indexed": false,
248
+ "internalType": "uint256",
249
+ "name": "baseGas",
250
+ "type": "uint256"
251
+ },
252
+ {
253
+ "indexed": false,
254
+ "internalType": "uint256",
255
+ "name": "gasPrice",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "indexed": false,
260
+ "internalType": "address",
261
+ "name": "gasToken",
262
+ "type": "address"
263
+ },
264
+ {
265
+ "indexed": false,
266
+ "internalType": "address payable",
267
+ "name": "refundReceiver",
268
+ "type": "address"
269
+ },
270
+ {
271
+ "indexed": false,
272
+ "internalType": "bytes",
273
+ "name": "signatures",
274
+ "type": "bytes"
275
+ },
276
+ {
277
+ "indexed": false,
278
+ "internalType": "bytes",
279
+ "name": "additionalInfo",
280
+ "type": "bytes"
281
+ }
282
+ ],
283
+ "name": "SafeMultiSigTransaction",
284
+ "type": "event"
285
+ },
286
+ {
287
+ "anonymous": false,
288
+ "inputs": [
289
+ {
290
+ "indexed": true,
291
+ "internalType": "address",
292
+ "name": "sender",
293
+ "type": "address"
294
+ },
295
+ {
296
+ "indexed": false,
297
+ "internalType": "uint256",
298
+ "name": "value",
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "name": "SafeReceived",
303
+ "type": "event"
304
+ },
305
+ {
306
+ "anonymous": false,
307
+ "inputs": [
308
+ {
309
+ "indexed": true,
310
+ "internalType": "address",
311
+ "name": "initiator",
312
+ "type": "address"
313
+ },
314
+ {
315
+ "indexed": false,
316
+ "internalType": "address[]",
317
+ "name": "owners",
318
+ "type": "address[]"
319
+ },
320
+ {
321
+ "indexed": false,
322
+ "internalType": "uint256",
323
+ "name": "threshold",
324
+ "type": "uint256"
325
+ },
326
+ {
327
+ "indexed": false,
328
+ "internalType": "address",
329
+ "name": "initializer",
330
+ "type": "address"
331
+ },
332
+ {
333
+ "indexed": false,
334
+ "internalType": "address",
335
+ "name": "fallbackHandler",
336
+ "type": "address"
337
+ }
338
+ ],
339
+ "name": "SafeSetup",
340
+ "type": "event"
341
+ },
342
+ {
343
+ "anonymous": false,
344
+ "inputs": [
345
+ {
346
+ "indexed": true,
347
+ "internalType": "bytes32",
348
+ "name": "msgHash",
349
+ "type": "bytes32"
350
+ }
351
+ ],
352
+ "name": "SignMsg",
353
+ "type": "event"
354
+ },
355
+ {
356
+ "stateMutability": "nonpayable",
357
+ "type": "fallback"
358
+ },
359
+ {
360
+ "inputs": [],
361
+ "name": "VERSION",
362
+ "outputs": [
363
+ {
364
+ "internalType": "string",
365
+ "name": "",
366
+ "type": "string"
367
+ }
368
+ ],
369
+ "stateMutability": "view",
370
+ "type": "function"
371
+ },
372
+ {
373
+ "inputs": [
374
+ {
375
+ "internalType": "address",
376
+ "name": "owner",
377
+ "type": "address"
378
+ },
379
+ {
380
+ "internalType": "uint256",
381
+ "name": "_threshold",
382
+ "type": "uint256"
383
+ }
384
+ ],
385
+ "name": "addOwnerWithThreshold",
386
+ "outputs": [],
387
+ "stateMutability": "nonpayable",
388
+ "type": "function"
389
+ },
390
+ {
391
+ "inputs": [
392
+ {
393
+ "internalType": "bytes32",
394
+ "name": "hashToApprove",
395
+ "type": "bytes32"
396
+ }
397
+ ],
398
+ "name": "approveHash",
399
+ "outputs": [],
400
+ "stateMutability": "nonpayable",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [
405
+ {
406
+ "internalType": "address",
407
+ "name": "",
408
+ "type": "address"
409
+ },
410
+ {
411
+ "internalType": "bytes32",
412
+ "name": "",
413
+ "type": "bytes32"
414
+ }
415
+ ],
416
+ "name": "approvedHashes",
417
+ "outputs": [
418
+ {
419
+ "internalType": "uint256",
420
+ "name": "",
421
+ "type": "uint256"
422
+ }
423
+ ],
424
+ "stateMutability": "view",
425
+ "type": "function"
426
+ },
427
+ {
428
+ "inputs": [
429
+ {
430
+ "internalType": "uint256",
431
+ "name": "_threshold",
432
+ "type": "uint256"
433
+ }
434
+ ],
435
+ "name": "changeThreshold",
436
+ "outputs": [],
437
+ "stateMutability": "nonpayable",
438
+ "type": "function"
439
+ },
440
+ {
441
+ "inputs": [
442
+ {
443
+ "internalType": "bytes32",
444
+ "name": "dataHash",
445
+ "type": "bytes32"
446
+ },
447
+ {
448
+ "internalType": "bytes",
449
+ "name": "data",
450
+ "type": "bytes"
451
+ },
452
+ {
453
+ "internalType": "bytes",
454
+ "name": "signatures",
455
+ "type": "bytes"
456
+ },
457
+ {
458
+ "internalType": "uint256",
459
+ "name": "requiredSignatures",
460
+ "type": "uint256"
461
+ }
462
+ ],
463
+ "name": "checkNSignatures",
464
+ "outputs": [],
465
+ "stateMutability": "view",
466
+ "type": "function"
467
+ },
468
+ {
469
+ "inputs": [
470
+ {
471
+ "internalType": "bytes32",
472
+ "name": "dataHash",
473
+ "type": "bytes32"
474
+ },
475
+ {
476
+ "internalType": "bytes",
477
+ "name": "data",
478
+ "type": "bytes"
479
+ },
480
+ {
481
+ "internalType": "bytes",
482
+ "name": "signatures",
483
+ "type": "bytes"
484
+ }
485
+ ],
486
+ "name": "checkSignatures",
487
+ "outputs": [],
488
+ "stateMutability": "view",
489
+ "type": "function"
490
+ },
491
+ {
492
+ "inputs": [
493
+ {
494
+ "internalType": "address",
495
+ "name": "prevModule",
496
+ "type": "address"
497
+ },
498
+ {
499
+ "internalType": "address",
500
+ "name": "module",
501
+ "type": "address"
502
+ }
503
+ ],
504
+ "name": "disableModule",
505
+ "outputs": [],
506
+ "stateMutability": "nonpayable",
507
+ "type": "function"
508
+ },
509
+ {
510
+ "inputs": [],
511
+ "name": "domainSeparator",
512
+ "outputs": [
513
+ {
514
+ "internalType": "bytes32",
515
+ "name": "",
516
+ "type": "bytes32"
517
+ }
518
+ ],
519
+ "stateMutability": "view",
520
+ "type": "function"
521
+ },
522
+ {
523
+ "inputs": [
524
+ {
525
+ "internalType": "address",
526
+ "name": "module",
527
+ "type": "address"
528
+ }
529
+ ],
530
+ "name": "enableModule",
531
+ "outputs": [],
532
+ "stateMutability": "nonpayable",
533
+ "type": "function"
534
+ },
535
+ {
536
+ "inputs": [
537
+ {
538
+ "internalType": "address",
539
+ "name": "to",
540
+ "type": "address"
541
+ },
542
+ {
543
+ "internalType": "uint256",
544
+ "name": "value",
545
+ "type": "uint256"
546
+ },
547
+ {
548
+ "internalType": "bytes",
549
+ "name": "data",
550
+ "type": "bytes"
551
+ },
552
+ {
553
+ "internalType": "enum Enum.Operation",
554
+ "name": "operation",
555
+ "type": "uint8"
556
+ },
557
+ {
558
+ "internalType": "uint256",
559
+ "name": "safeTxGas",
560
+ "type": "uint256"
561
+ },
562
+ {
563
+ "internalType": "uint256",
564
+ "name": "baseGas",
565
+ "type": "uint256"
566
+ },
567
+ {
568
+ "internalType": "uint256",
569
+ "name": "gasPrice",
570
+ "type": "uint256"
571
+ },
572
+ {
573
+ "internalType": "address",
574
+ "name": "gasToken",
575
+ "type": "address"
576
+ },
577
+ {
578
+ "internalType": "address",
579
+ "name": "refundReceiver",
580
+ "type": "address"
581
+ },
582
+ {
583
+ "internalType": "uint256",
584
+ "name": "_nonce",
585
+ "type": "uint256"
586
+ }
587
+ ],
588
+ "name": "encodeTransactionData",
589
+ "outputs": [
590
+ {
591
+ "internalType": "bytes",
592
+ "name": "",
593
+ "type": "bytes"
594
+ }
595
+ ],
596
+ "stateMutability": "view",
597
+ "type": "function"
598
+ },
599
+ {
600
+ "inputs": [
601
+ {
602
+ "internalType": "address",
603
+ "name": "to",
604
+ "type": "address"
605
+ },
606
+ {
607
+ "internalType": "uint256",
608
+ "name": "value",
609
+ "type": "uint256"
610
+ },
611
+ {
612
+ "internalType": "bytes",
613
+ "name": "data",
614
+ "type": "bytes"
615
+ },
616
+ {
617
+ "internalType": "enum Enum.Operation",
618
+ "name": "operation",
619
+ "type": "uint8"
620
+ },
621
+ {
622
+ "internalType": "uint256",
623
+ "name": "safeTxGas",
624
+ "type": "uint256"
625
+ },
626
+ {
627
+ "internalType": "uint256",
628
+ "name": "baseGas",
629
+ "type": "uint256"
630
+ },
631
+ {
632
+ "internalType": "uint256",
633
+ "name": "gasPrice",
634
+ "type": "uint256"
635
+ },
636
+ {
637
+ "internalType": "address",
638
+ "name": "gasToken",
639
+ "type": "address"
640
+ },
641
+ {
642
+ "internalType": "address payable",
643
+ "name": "refundReceiver",
644
+ "type": "address"
645
+ },
646
+ {
647
+ "internalType": "bytes",
648
+ "name": "signatures",
649
+ "type": "bytes"
650
+ }
651
+ ],
652
+ "name": "execTransaction",
653
+ "outputs": [
654
+ {
655
+ "internalType": "bool",
656
+ "name": "",
657
+ "type": "bool"
658
+ }
659
+ ],
660
+ "stateMutability": "payable",
661
+ "type": "function"
662
+ },
663
+ {
664
+ "inputs": [
665
+ {
666
+ "internalType": "address",
667
+ "name": "to",
668
+ "type": "address"
669
+ },
670
+ {
671
+ "internalType": "uint256",
672
+ "name": "value",
673
+ "type": "uint256"
674
+ },
675
+ {
676
+ "internalType": "bytes",
677
+ "name": "data",
678
+ "type": "bytes"
679
+ },
680
+ {
681
+ "internalType": "enum Enum.Operation",
682
+ "name": "operation",
683
+ "type": "uint8"
684
+ }
685
+ ],
686
+ "name": "execTransactionFromModule",
687
+ "outputs": [
688
+ {
689
+ "internalType": "bool",
690
+ "name": "success",
691
+ "type": "bool"
692
+ }
693
+ ],
694
+ "stateMutability": "nonpayable",
695
+ "type": "function"
696
+ },
697
+ {
698
+ "inputs": [
699
+ {
700
+ "internalType": "address",
701
+ "name": "to",
702
+ "type": "address"
703
+ },
704
+ {
705
+ "internalType": "uint256",
706
+ "name": "value",
707
+ "type": "uint256"
708
+ },
709
+ {
710
+ "internalType": "bytes",
711
+ "name": "data",
712
+ "type": "bytes"
713
+ },
714
+ {
715
+ "internalType": "enum Enum.Operation",
716
+ "name": "operation",
717
+ "type": "uint8"
718
+ }
719
+ ],
720
+ "name": "execTransactionFromModuleReturnData",
721
+ "outputs": [
722
+ {
723
+ "internalType": "bool",
724
+ "name": "success",
725
+ "type": "bool"
726
+ },
727
+ {
728
+ "internalType": "bytes",
729
+ "name": "returnData",
730
+ "type": "bytes"
731
+ }
732
+ ],
733
+ "stateMutability": "nonpayable",
734
+ "type": "function"
735
+ },
736
+ {
737
+ "inputs": [],
738
+ "name": "getChainId",
739
+ "outputs": [
740
+ {
741
+ "internalType": "uint256",
742
+ "name": "",
743
+ "type": "uint256"
744
+ }
745
+ ],
746
+ "stateMutability": "view",
747
+ "type": "function"
748
+ },
749
+ {
750
+ "inputs": [
751
+ {
752
+ "internalType": "address",
753
+ "name": "start",
754
+ "type": "address"
755
+ },
756
+ {
757
+ "internalType": "uint256",
758
+ "name": "pageSize",
759
+ "type": "uint256"
760
+ }
761
+ ],
762
+ "name": "getModulesPaginated",
763
+ "outputs": [
764
+ {
765
+ "internalType": "address[]",
766
+ "name": "array",
767
+ "type": "address[]"
768
+ },
769
+ {
770
+ "internalType": "address",
771
+ "name": "next",
772
+ "type": "address"
773
+ }
774
+ ],
775
+ "stateMutability": "view",
776
+ "type": "function"
777
+ },
778
+ {
779
+ "inputs": [],
780
+ "name": "getOwners",
781
+ "outputs": [
782
+ {
783
+ "internalType": "address[]",
784
+ "name": "",
785
+ "type": "address[]"
786
+ }
787
+ ],
788
+ "stateMutability": "view",
789
+ "type": "function"
790
+ },
791
+ {
792
+ "inputs": [
793
+ {
794
+ "internalType": "uint256",
795
+ "name": "offset",
796
+ "type": "uint256"
797
+ },
798
+ {
799
+ "internalType": "uint256",
800
+ "name": "length",
801
+ "type": "uint256"
802
+ }
803
+ ],
804
+ "name": "getStorageAt",
805
+ "outputs": [
806
+ {
807
+ "internalType": "bytes",
808
+ "name": "",
809
+ "type": "bytes"
810
+ }
811
+ ],
812
+ "stateMutability": "view",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [],
817
+ "name": "getThreshold",
818
+ "outputs": [
819
+ {
820
+ "internalType": "uint256",
821
+ "name": "",
822
+ "type": "uint256"
823
+ }
824
+ ],
825
+ "stateMutability": "view",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [
830
+ {
831
+ "internalType": "address",
832
+ "name": "to",
833
+ "type": "address"
834
+ },
835
+ {
836
+ "internalType": "uint256",
837
+ "name": "value",
838
+ "type": "uint256"
839
+ },
840
+ {
841
+ "internalType": "bytes",
842
+ "name": "data",
843
+ "type": "bytes"
844
+ },
845
+ {
846
+ "internalType": "enum Enum.Operation",
847
+ "name": "operation",
848
+ "type": "uint8"
849
+ },
850
+ {
851
+ "internalType": "uint256",
852
+ "name": "safeTxGas",
853
+ "type": "uint256"
854
+ },
855
+ {
856
+ "internalType": "uint256",
857
+ "name": "baseGas",
858
+ "type": "uint256"
859
+ },
860
+ {
861
+ "internalType": "uint256",
862
+ "name": "gasPrice",
863
+ "type": "uint256"
864
+ },
865
+ {
866
+ "internalType": "address",
867
+ "name": "gasToken",
868
+ "type": "address"
869
+ },
870
+ {
871
+ "internalType": "address",
872
+ "name": "refundReceiver",
873
+ "type": "address"
874
+ },
875
+ {
876
+ "internalType": "uint256",
877
+ "name": "_nonce",
878
+ "type": "uint256"
879
+ }
880
+ ],
881
+ "name": "getTransactionHash",
882
+ "outputs": [
883
+ {
884
+ "internalType": "bytes32",
885
+ "name": "",
886
+ "type": "bytes32"
887
+ }
888
+ ],
889
+ "stateMutability": "view",
890
+ "type": "function"
891
+ },
892
+ {
893
+ "inputs": [
894
+ {
895
+ "internalType": "address",
896
+ "name": "module",
897
+ "type": "address"
898
+ }
899
+ ],
900
+ "name": "isModuleEnabled",
901
+ "outputs": [
902
+ {
903
+ "internalType": "bool",
904
+ "name": "",
905
+ "type": "bool"
906
+ }
907
+ ],
908
+ "stateMutability": "view",
909
+ "type": "function"
910
+ },
911
+ {
912
+ "inputs": [
913
+ {
914
+ "internalType": "address",
915
+ "name": "owner",
916
+ "type": "address"
917
+ }
918
+ ],
919
+ "name": "isOwner",
920
+ "outputs": [
921
+ {
922
+ "internalType": "bool",
923
+ "name": "",
924
+ "type": "bool"
925
+ }
926
+ ],
927
+ "stateMutability": "view",
928
+ "type": "function"
929
+ },
930
+ {
931
+ "inputs": [],
932
+ "name": "nonce",
933
+ "outputs": [
934
+ {
935
+ "internalType": "uint256",
936
+ "name": "",
937
+ "type": "uint256"
938
+ }
939
+ ],
940
+ "stateMutability": "view",
941
+ "type": "function"
942
+ },
943
+ {
944
+ "inputs": [
945
+ {
946
+ "internalType": "address",
947
+ "name": "prevOwner",
948
+ "type": "address"
949
+ },
950
+ {
951
+ "internalType": "address",
952
+ "name": "owner",
953
+ "type": "address"
954
+ },
955
+ {
956
+ "internalType": "uint256",
957
+ "name": "_threshold",
958
+ "type": "uint256"
959
+ }
960
+ ],
961
+ "name": "removeOwner",
962
+ "outputs": [],
963
+ "stateMutability": "nonpayable",
964
+ "type": "function"
965
+ },
966
+ {
967
+ "inputs": [
968
+ {
969
+ "internalType": "address",
970
+ "name": "to",
971
+ "type": "address"
972
+ },
973
+ {
974
+ "internalType": "uint256",
975
+ "name": "value",
976
+ "type": "uint256"
977
+ },
978
+ {
979
+ "internalType": "bytes",
980
+ "name": "data",
981
+ "type": "bytes"
982
+ },
983
+ {
984
+ "internalType": "enum Enum.Operation",
985
+ "name": "operation",
986
+ "type": "uint8"
987
+ }
988
+ ],
989
+ "name": "requiredTxGas",
990
+ "outputs": [
991
+ {
992
+ "internalType": "uint256",
993
+ "name": "",
994
+ "type": "uint256"
995
+ }
996
+ ],
997
+ "stateMutability": "nonpayable",
998
+ "type": "function"
999
+ },
1000
+ {
1001
+ "inputs": [
1002
+ {
1003
+ "internalType": "address",
1004
+ "name": "handler",
1005
+ "type": "address"
1006
+ }
1007
+ ],
1008
+ "name": "setFallbackHandler",
1009
+ "outputs": [],
1010
+ "stateMutability": "nonpayable",
1011
+ "type": "function"
1012
+ },
1013
+ {
1014
+ "inputs": [
1015
+ {
1016
+ "internalType": "address",
1017
+ "name": "guard",
1018
+ "type": "address"
1019
+ }
1020
+ ],
1021
+ "name": "setGuard",
1022
+ "outputs": [],
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "internalType": "address[]",
1030
+ "name": "_owners",
1031
+ "type": "address[]"
1032
+ },
1033
+ {
1034
+ "internalType": "uint256",
1035
+ "name": "_threshold",
1036
+ "type": "uint256"
1037
+ },
1038
+ {
1039
+ "internalType": "address",
1040
+ "name": "to",
1041
+ "type": "address"
1042
+ },
1043
+ {
1044
+ "internalType": "bytes",
1045
+ "name": "data",
1046
+ "type": "bytes"
1047
+ },
1048
+ {
1049
+ "internalType": "address",
1050
+ "name": "fallbackHandler",
1051
+ "type": "address"
1052
+ },
1053
+ {
1054
+ "internalType": "address",
1055
+ "name": "paymentToken",
1056
+ "type": "address"
1057
+ },
1058
+ {
1059
+ "internalType": "uint256",
1060
+ "name": "payment",
1061
+ "type": "uint256"
1062
+ },
1063
+ {
1064
+ "internalType": "address payable",
1065
+ "name": "paymentReceiver",
1066
+ "type": "address"
1067
+ }
1068
+ ],
1069
+ "name": "setup",
1070
+ "outputs": [],
1071
+ "stateMutability": "nonpayable",
1072
+ "type": "function"
1073
+ },
1074
+ {
1075
+ "inputs": [
1076
+ {
1077
+ "internalType": "bytes32",
1078
+ "name": "",
1079
+ "type": "bytes32"
1080
+ }
1081
+ ],
1082
+ "name": "signedMessages",
1083
+ "outputs": [
1084
+ {
1085
+ "internalType": "uint256",
1086
+ "name": "",
1087
+ "type": "uint256"
1088
+ }
1089
+ ],
1090
+ "stateMutability": "view",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [
1095
+ {
1096
+ "internalType": "address",
1097
+ "name": "targetContract",
1098
+ "type": "address"
1099
+ },
1100
+ {
1101
+ "internalType": "bytes",
1102
+ "name": "calldataPayload",
1103
+ "type": "bytes"
1104
+ }
1105
+ ],
1106
+ "name": "simulateAndRevert",
1107
+ "outputs": [],
1108
+ "stateMutability": "nonpayable",
1109
+ "type": "function"
1110
+ },
1111
+ {
1112
+ "inputs": [
1113
+ {
1114
+ "internalType": "address",
1115
+ "name": "prevOwner",
1116
+ "type": "address"
1117
+ },
1118
+ {
1119
+ "internalType": "address",
1120
+ "name": "oldOwner",
1121
+ "type": "address"
1122
+ },
1123
+ {
1124
+ "internalType": "address",
1125
+ "name": "newOwner",
1126
+ "type": "address"
1127
+ }
1128
+ ],
1129
+ "name": "swapOwner",
1130
+ "outputs": [],
1131
+ "stateMutability": "nonpayable",
1132
+ "type": "function"
1133
+ },
1134
+ {
1135
+ "stateMutability": "payable",
1136
+ "type": "receive"
1137
+ }
1138
+ ]