@bloxchain/contracts 1.0.0-alpha.13 → 1.0.0-alpha.15

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.
@@ -1,3946 +0,0 @@
1
- [
2
- {
3
- "inputs": [
4
- {
5
- "internalType": "uint256",
6
- "name": "array1Length",
7
- "type": "uint256"
8
- },
9
- {
10
- "internalType": "uint256",
11
- "name": "array2Length",
12
- "type": "uint256"
13
- }
14
- ],
15
- "name": "ArrayLengthMismatch",
16
- "type": "error"
17
- },
18
- {
19
- "inputs": [
20
- {
21
- "internalType": "uint256",
22
- "name": "currentSize",
23
- "type": "uint256"
24
- },
25
- {
26
- "internalType": "uint256",
27
- "name": "maxSize",
28
- "type": "uint256"
29
- }
30
- ],
31
- "name": "BatchSizeExceeded",
32
- "type": "error"
33
- },
34
- {
35
- "inputs": [
36
- {
37
- "internalType": "bytes32",
38
- "name": "resourceId",
39
- "type": "bytes32"
40
- }
41
- ],
42
- "name": "CannotModifyProtected",
43
- "type": "error"
44
- },
45
- {
46
- "inputs": [
47
- {
48
- "internalType": "bytes4",
49
- "name": "functionSelector",
50
- "type": "bytes4"
51
- }
52
- ],
53
- "name": "ContractFunctionMustBeProtected",
54
- "type": "error"
55
- },
56
- {
57
- "inputs": [
58
- {
59
- "internalType": "bytes4",
60
- "name": "functionSelector",
61
- "type": "bytes4"
62
- }
63
- ],
64
- "name": "InternalFunctionNotAccessible",
65
- "type": "error"
66
- },
67
- {
68
- "inputs": [],
69
- "name": "InvalidInitialization",
70
- "type": "error"
71
- },
72
- {
73
- "inputs": [
74
- {
75
- "internalType": "uint256",
76
- "name": "from",
77
- "type": "uint256"
78
- },
79
- {
80
- "internalType": "uint256",
81
- "name": "to",
82
- "type": "uint256"
83
- }
84
- ],
85
- "name": "InvalidRange",
86
- "type": "error"
87
- },
88
- {
89
- "inputs": [
90
- {
91
- "internalType": "address",
92
- "name": "caller",
93
- "type": "address"
94
- }
95
- ],
96
- "name": "NoPermission",
97
- "type": "error"
98
- },
99
- {
100
- "inputs": [],
101
- "name": "NotInitializing",
102
- "type": "error"
103
- },
104
- {
105
- "inputs": [],
106
- "name": "NotSupported",
107
- "type": "error"
108
- },
109
- {
110
- "inputs": [
111
- {
112
- "internalType": "address",
113
- "name": "caller",
114
- "type": "address"
115
- },
116
- {
117
- "internalType": "address",
118
- "name": "contractAddress",
119
- "type": "address"
120
- }
121
- ],
122
- "name": "OnlyCallableByContract",
123
- "type": "error"
124
- },
125
- {
126
- "inputs": [],
127
- "name": "PendingSecureRequest",
128
- "type": "error"
129
- },
130
- {
131
- "inputs": [
132
- {
133
- "internalType": "uint256",
134
- "name": "rangeSize",
135
- "type": "uint256"
136
- },
137
- {
138
- "internalType": "uint256",
139
- "name": "maxRangeSize",
140
- "type": "uint256"
141
- }
142
- ],
143
- "name": "RangeSizeExceeded",
144
- "type": "error"
145
- },
146
- {
147
- "inputs": [],
148
- "name": "ReentrancyGuardReentrantCall",
149
- "type": "error"
150
- },
151
- {
152
- "inputs": [
153
- {
154
- "internalType": "bytes32",
155
- "name": "resourceId",
156
- "type": "bytes32"
157
- }
158
- ],
159
- "name": "ResourceNotFound",
160
- "type": "error"
161
- },
162
- {
163
- "inputs": [
164
- {
165
- "internalType": "address",
166
- "name": "caller",
167
- "type": "address"
168
- },
169
- {
170
- "internalType": "address",
171
- "name": "owner",
172
- "type": "address"
173
- }
174
- ],
175
- "name": "RestrictedOwner",
176
- "type": "error"
177
- },
178
- {
179
- "inputs": [
180
- {
181
- "internalType": "address",
182
- "name": "caller",
183
- "type": "address"
184
- },
185
- {
186
- "internalType": "address",
187
- "name": "owner",
188
- "type": "address"
189
- },
190
- {
191
- "internalType": "address",
192
- "name": "recovery",
193
- "type": "address"
194
- }
195
- ],
196
- "name": "RestrictedOwnerRecovery",
197
- "type": "error"
198
- },
199
- {
200
- "inputs": [
201
- {
202
- "internalType": "address",
203
- "name": "caller",
204
- "type": "address"
205
- },
206
- {
207
- "internalType": "address",
208
- "name": "recovery",
209
- "type": "address"
210
- }
211
- ],
212
- "name": "RestrictedRecovery",
213
- "type": "error"
214
- },
215
- {
216
- "anonymous": false,
217
- "inputs": [
218
- {
219
- "indexed": true,
220
- "internalType": "bytes4",
221
- "name": "functionSelector",
222
- "type": "bytes4"
223
- },
224
- {
225
- "indexed": false,
226
- "internalType": "bytes",
227
- "name": "data",
228
- "type": "bytes"
229
- }
230
- ],
231
- "name": "ComponentEvent",
232
- "type": "event"
233
- },
234
- {
235
- "anonymous": false,
236
- "inputs": [
237
- {
238
- "indexed": true,
239
- "internalType": "address",
240
- "name": "sender",
241
- "type": "address"
242
- },
243
- {
244
- "indexed": false,
245
- "internalType": "uint256",
246
- "name": "value",
247
- "type": "uint256"
248
- }
249
- ],
250
- "name": "EthReceived",
251
- "type": "event"
252
- },
253
- {
254
- "anonymous": false,
255
- "inputs": [
256
- {
257
- "indexed": false,
258
- "internalType": "uint64",
259
- "name": "version",
260
- "type": "uint64"
261
- }
262
- ],
263
- "name": "Initialized",
264
- "type": "event"
265
- },
266
- {
267
- "stateMutability": "payable",
268
- "type": "fallback"
269
- },
270
- {
271
- "inputs": [
272
- {
273
- "internalType": "uint256",
274
- "name": "txId",
275
- "type": "uint256"
276
- }
277
- ],
278
- "name": "approveTimeLockExecution",
279
- "outputs": [
280
- {
281
- "internalType": "uint256",
282
- "name": "",
283
- "type": "uint256"
284
- }
285
- ],
286
- "stateMutability": "nonpayable",
287
- "type": "function"
288
- },
289
- {
290
- "inputs": [
291
- {
292
- "components": [
293
- {
294
- "components": [
295
- {
296
- "internalType": "uint256",
297
- "name": "txId",
298
- "type": "uint256"
299
- },
300
- {
301
- "internalType": "uint256",
302
- "name": "releaseTime",
303
- "type": "uint256"
304
- },
305
- {
306
- "internalType": "enum EngineBlox.TxStatus",
307
- "name": "status",
308
- "type": "uint8"
309
- },
310
- {
311
- "components": [
312
- {
313
- "internalType": "address",
314
- "name": "requester",
315
- "type": "address"
316
- },
317
- {
318
- "internalType": "address",
319
- "name": "target",
320
- "type": "address"
321
- },
322
- {
323
- "internalType": "uint256",
324
- "name": "value",
325
- "type": "uint256"
326
- },
327
- {
328
- "internalType": "uint256",
329
- "name": "gasLimit",
330
- "type": "uint256"
331
- },
332
- {
333
- "internalType": "bytes32",
334
- "name": "operationType",
335
- "type": "bytes32"
336
- },
337
- {
338
- "internalType": "bytes4",
339
- "name": "executionSelector",
340
- "type": "bytes4"
341
- },
342
- {
343
- "internalType": "bytes",
344
- "name": "executionParams",
345
- "type": "bytes"
346
- }
347
- ],
348
- "internalType": "struct EngineBlox.TxParams",
349
- "name": "params",
350
- "type": "tuple"
351
- },
352
- {
353
- "internalType": "bytes32",
354
- "name": "message",
355
- "type": "bytes32"
356
- },
357
- {
358
- "internalType": "bytes",
359
- "name": "result",
360
- "type": "bytes"
361
- },
362
- {
363
- "components": [
364
- {
365
- "internalType": "address",
366
- "name": "recipient",
367
- "type": "address"
368
- },
369
- {
370
- "internalType": "uint256",
371
- "name": "nativeTokenAmount",
372
- "type": "uint256"
373
- },
374
- {
375
- "internalType": "address",
376
- "name": "erc20TokenAddress",
377
- "type": "address"
378
- },
379
- {
380
- "internalType": "uint256",
381
- "name": "erc20TokenAmount",
382
- "type": "uint256"
383
- }
384
- ],
385
- "internalType": "struct EngineBlox.PaymentDetails",
386
- "name": "payment",
387
- "type": "tuple"
388
- }
389
- ],
390
- "internalType": "struct EngineBlox.TxRecord",
391
- "name": "txRecord",
392
- "type": "tuple"
393
- },
394
- {
395
- "components": [
396
- {
397
- "internalType": "uint256",
398
- "name": "chainId",
399
- "type": "uint256"
400
- },
401
- {
402
- "internalType": "uint256",
403
- "name": "nonce",
404
- "type": "uint256"
405
- },
406
- {
407
- "internalType": "address",
408
- "name": "handlerContract",
409
- "type": "address"
410
- },
411
- {
412
- "internalType": "bytes4",
413
- "name": "handlerSelector",
414
- "type": "bytes4"
415
- },
416
- {
417
- "internalType": "enum EngineBlox.TxAction",
418
- "name": "action",
419
- "type": "uint8"
420
- },
421
- {
422
- "internalType": "uint256",
423
- "name": "deadline",
424
- "type": "uint256"
425
- },
426
- {
427
- "internalType": "uint256",
428
- "name": "maxGasPrice",
429
- "type": "uint256"
430
- },
431
- {
432
- "internalType": "address",
433
- "name": "signer",
434
- "type": "address"
435
- }
436
- ],
437
- "internalType": "struct EngineBlox.MetaTxParams",
438
- "name": "params",
439
- "type": "tuple"
440
- },
441
- {
442
- "internalType": "bytes32",
443
- "name": "message",
444
- "type": "bytes32"
445
- },
446
- {
447
- "internalType": "bytes",
448
- "name": "signature",
449
- "type": "bytes"
450
- },
451
- {
452
- "internalType": "bytes",
453
- "name": "data",
454
- "type": "bytes"
455
- }
456
- ],
457
- "internalType": "struct EngineBlox.MetaTransaction",
458
- "name": "metaTx",
459
- "type": "tuple"
460
- }
461
- ],
462
- "name": "approveTimeLockExecutionWithMetaTx",
463
- "outputs": [
464
- {
465
- "internalType": "uint256",
466
- "name": "",
467
- "type": "uint256"
468
- }
469
- ],
470
- "stateMutability": "nonpayable",
471
- "type": "function"
472
- },
473
- {
474
- "inputs": [
475
- {
476
- "internalType": "uint256",
477
- "name": "txId",
478
- "type": "uint256"
479
- }
480
- ],
481
- "name": "cancelTimeLockExecution",
482
- "outputs": [
483
- {
484
- "internalType": "uint256",
485
- "name": "",
486
- "type": "uint256"
487
- }
488
- ],
489
- "stateMutability": "nonpayable",
490
- "type": "function"
491
- },
492
- {
493
- "inputs": [
494
- {
495
- "components": [
496
- {
497
- "components": [
498
- {
499
- "internalType": "uint256",
500
- "name": "txId",
501
- "type": "uint256"
502
- },
503
- {
504
- "internalType": "uint256",
505
- "name": "releaseTime",
506
- "type": "uint256"
507
- },
508
- {
509
- "internalType": "enum EngineBlox.TxStatus",
510
- "name": "status",
511
- "type": "uint8"
512
- },
513
- {
514
- "components": [
515
- {
516
- "internalType": "address",
517
- "name": "requester",
518
- "type": "address"
519
- },
520
- {
521
- "internalType": "address",
522
- "name": "target",
523
- "type": "address"
524
- },
525
- {
526
- "internalType": "uint256",
527
- "name": "value",
528
- "type": "uint256"
529
- },
530
- {
531
- "internalType": "uint256",
532
- "name": "gasLimit",
533
- "type": "uint256"
534
- },
535
- {
536
- "internalType": "bytes32",
537
- "name": "operationType",
538
- "type": "bytes32"
539
- },
540
- {
541
- "internalType": "bytes4",
542
- "name": "executionSelector",
543
- "type": "bytes4"
544
- },
545
- {
546
- "internalType": "bytes",
547
- "name": "executionParams",
548
- "type": "bytes"
549
- }
550
- ],
551
- "internalType": "struct EngineBlox.TxParams",
552
- "name": "params",
553
- "type": "tuple"
554
- },
555
- {
556
- "internalType": "bytes32",
557
- "name": "message",
558
- "type": "bytes32"
559
- },
560
- {
561
- "internalType": "bytes",
562
- "name": "result",
563
- "type": "bytes"
564
- },
565
- {
566
- "components": [
567
- {
568
- "internalType": "address",
569
- "name": "recipient",
570
- "type": "address"
571
- },
572
- {
573
- "internalType": "uint256",
574
- "name": "nativeTokenAmount",
575
- "type": "uint256"
576
- },
577
- {
578
- "internalType": "address",
579
- "name": "erc20TokenAddress",
580
- "type": "address"
581
- },
582
- {
583
- "internalType": "uint256",
584
- "name": "erc20TokenAmount",
585
- "type": "uint256"
586
- }
587
- ],
588
- "internalType": "struct EngineBlox.PaymentDetails",
589
- "name": "payment",
590
- "type": "tuple"
591
- }
592
- ],
593
- "internalType": "struct EngineBlox.TxRecord",
594
- "name": "txRecord",
595
- "type": "tuple"
596
- },
597
- {
598
- "components": [
599
- {
600
- "internalType": "uint256",
601
- "name": "chainId",
602
- "type": "uint256"
603
- },
604
- {
605
- "internalType": "uint256",
606
- "name": "nonce",
607
- "type": "uint256"
608
- },
609
- {
610
- "internalType": "address",
611
- "name": "handlerContract",
612
- "type": "address"
613
- },
614
- {
615
- "internalType": "bytes4",
616
- "name": "handlerSelector",
617
- "type": "bytes4"
618
- },
619
- {
620
- "internalType": "enum EngineBlox.TxAction",
621
- "name": "action",
622
- "type": "uint8"
623
- },
624
- {
625
- "internalType": "uint256",
626
- "name": "deadline",
627
- "type": "uint256"
628
- },
629
- {
630
- "internalType": "uint256",
631
- "name": "maxGasPrice",
632
- "type": "uint256"
633
- },
634
- {
635
- "internalType": "address",
636
- "name": "signer",
637
- "type": "address"
638
- }
639
- ],
640
- "internalType": "struct EngineBlox.MetaTxParams",
641
- "name": "params",
642
- "type": "tuple"
643
- },
644
- {
645
- "internalType": "bytes32",
646
- "name": "message",
647
- "type": "bytes32"
648
- },
649
- {
650
- "internalType": "bytes",
651
- "name": "signature",
652
- "type": "bytes"
653
- },
654
- {
655
- "internalType": "bytes",
656
- "name": "data",
657
- "type": "bytes"
658
- }
659
- ],
660
- "internalType": "struct EngineBlox.MetaTransaction",
661
- "name": "metaTx",
662
- "type": "tuple"
663
- }
664
- ],
665
- "name": "cancelTimeLockExecutionWithMetaTx",
666
- "outputs": [
667
- {
668
- "internalType": "uint256",
669
- "name": "",
670
- "type": "uint256"
671
- }
672
- ],
673
- "stateMutability": "nonpayable",
674
- "type": "function"
675
- },
676
- {
677
- "inputs": [
678
- {
679
- "internalType": "address",
680
- "name": "handlerContract",
681
- "type": "address"
682
- },
683
- {
684
- "internalType": "bytes4",
685
- "name": "handlerSelector",
686
- "type": "bytes4"
687
- },
688
- {
689
- "internalType": "enum EngineBlox.TxAction",
690
- "name": "action",
691
- "type": "uint8"
692
- },
693
- {
694
- "internalType": "uint256",
695
- "name": "deadline",
696
- "type": "uint256"
697
- },
698
- {
699
- "internalType": "uint256",
700
- "name": "maxGasPrice",
701
- "type": "uint256"
702
- },
703
- {
704
- "internalType": "address",
705
- "name": "signer",
706
- "type": "address"
707
- }
708
- ],
709
- "name": "createMetaTxParams",
710
- "outputs": [
711
- {
712
- "components": [
713
- {
714
- "internalType": "uint256",
715
- "name": "chainId",
716
- "type": "uint256"
717
- },
718
- {
719
- "internalType": "uint256",
720
- "name": "nonce",
721
- "type": "uint256"
722
- },
723
- {
724
- "internalType": "address",
725
- "name": "handlerContract",
726
- "type": "address"
727
- },
728
- {
729
- "internalType": "bytes4",
730
- "name": "handlerSelector",
731
- "type": "bytes4"
732
- },
733
- {
734
- "internalType": "enum EngineBlox.TxAction",
735
- "name": "action",
736
- "type": "uint8"
737
- },
738
- {
739
- "internalType": "uint256",
740
- "name": "deadline",
741
- "type": "uint256"
742
- },
743
- {
744
- "internalType": "uint256",
745
- "name": "maxGasPrice",
746
- "type": "uint256"
747
- },
748
- {
749
- "internalType": "address",
750
- "name": "signer",
751
- "type": "address"
752
- }
753
- ],
754
- "internalType": "struct EngineBlox.MetaTxParams",
755
- "name": "",
756
- "type": "tuple"
757
- }
758
- ],
759
- "stateMutability": "view",
760
- "type": "function"
761
- },
762
- {
763
- "inputs": [
764
- {
765
- "internalType": "address",
766
- "name": "newBroadcaster",
767
- "type": "address"
768
- },
769
- {
770
- "internalType": "uint256",
771
- "name": "location",
772
- "type": "uint256"
773
- }
774
- ],
775
- "name": "executeBroadcasterUpdate",
776
- "outputs": [],
777
- "stateMutability": "nonpayable",
778
- "type": "function"
779
- },
780
- {
781
- "inputs": [
782
- {
783
- "components": [
784
- {
785
- "internalType": "enum IGuardController.GuardConfigActionType",
786
- "name": "actionType",
787
- "type": "uint8"
788
- },
789
- {
790
- "internalType": "bytes",
791
- "name": "data",
792
- "type": "bytes"
793
- }
794
- ],
795
- "internalType": "struct IGuardController.GuardConfigAction[]",
796
- "name": "actions",
797
- "type": "tuple[]"
798
- }
799
- ],
800
- "name": "executeGuardConfigBatch",
801
- "outputs": [],
802
- "stateMutability": "nonpayable",
803
- "type": "function"
804
- },
805
- {
806
- "inputs": [
807
- {
808
- "internalType": "address",
809
- "name": "newRecoveryAddress",
810
- "type": "address"
811
- }
812
- ],
813
- "name": "executeRecoveryUpdate",
814
- "outputs": [],
815
- "stateMutability": "nonpayable",
816
- "type": "function"
817
- },
818
- {
819
- "inputs": [
820
- {
821
- "components": [
822
- {
823
- "internalType": "enum IRuntimeRBAC.RoleConfigActionType",
824
- "name": "actionType",
825
- "type": "uint8"
826
- },
827
- {
828
- "internalType": "bytes",
829
- "name": "data",
830
- "type": "bytes"
831
- }
832
- ],
833
- "internalType": "struct IRuntimeRBAC.RoleConfigAction[]",
834
- "name": "actions",
835
- "type": "tuple[]"
836
- }
837
- ],
838
- "name": "executeRoleConfigBatch",
839
- "outputs": [],
840
- "stateMutability": "nonpayable",
841
- "type": "function"
842
- },
843
- {
844
- "inputs": [
845
- {
846
- "internalType": "uint256",
847
- "name": "newTimeLockPeriodSec",
848
- "type": "uint256"
849
- }
850
- ],
851
- "name": "executeTimeLockUpdate",
852
- "outputs": [],
853
- "stateMutability": "nonpayable",
854
- "type": "function"
855
- },
856
- {
857
- "inputs": [
858
- {
859
- "internalType": "address",
860
- "name": "newOwner",
861
- "type": "address"
862
- }
863
- ],
864
- "name": "executeTransferOwnership",
865
- "outputs": [],
866
- "stateMutability": "nonpayable",
867
- "type": "function"
868
- },
869
- {
870
- "inputs": [
871
- {
872
- "internalType": "address",
873
- "name": "target",
874
- "type": "address"
875
- },
876
- {
877
- "internalType": "uint256",
878
- "name": "value",
879
- "type": "uint256"
880
- },
881
- {
882
- "internalType": "bytes4",
883
- "name": "functionSelector",
884
- "type": "bytes4"
885
- },
886
- {
887
- "internalType": "bytes",
888
- "name": "params",
889
- "type": "bytes"
890
- },
891
- {
892
- "internalType": "uint256",
893
- "name": "gasLimit",
894
- "type": "uint256"
895
- },
896
- {
897
- "internalType": "bytes32",
898
- "name": "operationType",
899
- "type": "bytes32"
900
- },
901
- {
902
- "components": [
903
- {
904
- "internalType": "address",
905
- "name": "recipient",
906
- "type": "address"
907
- },
908
- {
909
- "internalType": "uint256",
910
- "name": "nativeTokenAmount",
911
- "type": "uint256"
912
- },
913
- {
914
- "internalType": "address",
915
- "name": "erc20TokenAddress",
916
- "type": "address"
917
- },
918
- {
919
- "internalType": "uint256",
920
- "name": "erc20TokenAmount",
921
- "type": "uint256"
922
- }
923
- ],
924
- "internalType": "struct EngineBlox.PaymentDetails",
925
- "name": "paymentDetails",
926
- "type": "tuple"
927
- }
928
- ],
929
- "name": "executeWithPayment",
930
- "outputs": [
931
- {
932
- "internalType": "uint256",
933
- "name": "txId",
934
- "type": "uint256"
935
- }
936
- ],
937
- "stateMutability": "nonpayable",
938
- "type": "function"
939
- },
940
- {
941
- "inputs": [
942
- {
943
- "internalType": "address",
944
- "name": "target",
945
- "type": "address"
946
- },
947
- {
948
- "internalType": "uint256",
949
- "name": "value",
950
- "type": "uint256"
951
- },
952
- {
953
- "internalType": "bytes4",
954
- "name": "functionSelector",
955
- "type": "bytes4"
956
- },
957
- {
958
- "internalType": "bytes",
959
- "name": "params",
960
- "type": "bytes"
961
- },
962
- {
963
- "internalType": "uint256",
964
- "name": "gasLimit",
965
- "type": "uint256"
966
- },
967
- {
968
- "internalType": "bytes32",
969
- "name": "operationType",
970
- "type": "bytes32"
971
- }
972
- ],
973
- "name": "executeWithTimeLock",
974
- "outputs": [
975
- {
976
- "internalType": "uint256",
977
- "name": "txId",
978
- "type": "uint256"
979
- }
980
- ],
981
- "stateMutability": "nonpayable",
982
- "type": "function"
983
- },
984
- {
985
- "inputs": [
986
- {
987
- "internalType": "bytes4",
988
- "name": "functionSelector",
989
- "type": "bytes4"
990
- }
991
- ],
992
- "name": "functionSchemaExists",
993
- "outputs": [
994
- {
995
- "internalType": "bool",
996
- "name": "",
997
- "type": "bool"
998
- }
999
- ],
1000
- "stateMutability": "view",
1001
- "type": "function"
1002
- },
1003
- {
1004
- "inputs": [
1005
- {
1006
- "internalType": "uint256",
1007
- "name": "txId",
1008
- "type": "uint256"
1009
- },
1010
- {
1011
- "components": [
1012
- {
1013
- "internalType": "uint256",
1014
- "name": "chainId",
1015
- "type": "uint256"
1016
- },
1017
- {
1018
- "internalType": "uint256",
1019
- "name": "nonce",
1020
- "type": "uint256"
1021
- },
1022
- {
1023
- "internalType": "address",
1024
- "name": "handlerContract",
1025
- "type": "address"
1026
- },
1027
- {
1028
- "internalType": "bytes4",
1029
- "name": "handlerSelector",
1030
- "type": "bytes4"
1031
- },
1032
- {
1033
- "internalType": "enum EngineBlox.TxAction",
1034
- "name": "action",
1035
- "type": "uint8"
1036
- },
1037
- {
1038
- "internalType": "uint256",
1039
- "name": "deadline",
1040
- "type": "uint256"
1041
- },
1042
- {
1043
- "internalType": "uint256",
1044
- "name": "maxGasPrice",
1045
- "type": "uint256"
1046
- },
1047
- {
1048
- "internalType": "address",
1049
- "name": "signer",
1050
- "type": "address"
1051
- }
1052
- ],
1053
- "internalType": "struct EngineBlox.MetaTxParams",
1054
- "name": "metaTxParams",
1055
- "type": "tuple"
1056
- }
1057
- ],
1058
- "name": "generateUnsignedMetaTransactionForExisting",
1059
- "outputs": [
1060
- {
1061
- "components": [
1062
- {
1063
- "components": [
1064
- {
1065
- "internalType": "uint256",
1066
- "name": "txId",
1067
- "type": "uint256"
1068
- },
1069
- {
1070
- "internalType": "uint256",
1071
- "name": "releaseTime",
1072
- "type": "uint256"
1073
- },
1074
- {
1075
- "internalType": "enum EngineBlox.TxStatus",
1076
- "name": "status",
1077
- "type": "uint8"
1078
- },
1079
- {
1080
- "components": [
1081
- {
1082
- "internalType": "address",
1083
- "name": "requester",
1084
- "type": "address"
1085
- },
1086
- {
1087
- "internalType": "address",
1088
- "name": "target",
1089
- "type": "address"
1090
- },
1091
- {
1092
- "internalType": "uint256",
1093
- "name": "value",
1094
- "type": "uint256"
1095
- },
1096
- {
1097
- "internalType": "uint256",
1098
- "name": "gasLimit",
1099
- "type": "uint256"
1100
- },
1101
- {
1102
- "internalType": "bytes32",
1103
- "name": "operationType",
1104
- "type": "bytes32"
1105
- },
1106
- {
1107
- "internalType": "bytes4",
1108
- "name": "executionSelector",
1109
- "type": "bytes4"
1110
- },
1111
- {
1112
- "internalType": "bytes",
1113
- "name": "executionParams",
1114
- "type": "bytes"
1115
- }
1116
- ],
1117
- "internalType": "struct EngineBlox.TxParams",
1118
- "name": "params",
1119
- "type": "tuple"
1120
- },
1121
- {
1122
- "internalType": "bytes32",
1123
- "name": "message",
1124
- "type": "bytes32"
1125
- },
1126
- {
1127
- "internalType": "bytes",
1128
- "name": "result",
1129
- "type": "bytes"
1130
- },
1131
- {
1132
- "components": [
1133
- {
1134
- "internalType": "address",
1135
- "name": "recipient",
1136
- "type": "address"
1137
- },
1138
- {
1139
- "internalType": "uint256",
1140
- "name": "nativeTokenAmount",
1141
- "type": "uint256"
1142
- },
1143
- {
1144
- "internalType": "address",
1145
- "name": "erc20TokenAddress",
1146
- "type": "address"
1147
- },
1148
- {
1149
- "internalType": "uint256",
1150
- "name": "erc20TokenAmount",
1151
- "type": "uint256"
1152
- }
1153
- ],
1154
- "internalType": "struct EngineBlox.PaymentDetails",
1155
- "name": "payment",
1156
- "type": "tuple"
1157
- }
1158
- ],
1159
- "internalType": "struct EngineBlox.TxRecord",
1160
- "name": "txRecord",
1161
- "type": "tuple"
1162
- },
1163
- {
1164
- "components": [
1165
- {
1166
- "internalType": "uint256",
1167
- "name": "chainId",
1168
- "type": "uint256"
1169
- },
1170
- {
1171
- "internalType": "uint256",
1172
- "name": "nonce",
1173
- "type": "uint256"
1174
- },
1175
- {
1176
- "internalType": "address",
1177
- "name": "handlerContract",
1178
- "type": "address"
1179
- },
1180
- {
1181
- "internalType": "bytes4",
1182
- "name": "handlerSelector",
1183
- "type": "bytes4"
1184
- },
1185
- {
1186
- "internalType": "enum EngineBlox.TxAction",
1187
- "name": "action",
1188
- "type": "uint8"
1189
- },
1190
- {
1191
- "internalType": "uint256",
1192
- "name": "deadline",
1193
- "type": "uint256"
1194
- },
1195
- {
1196
- "internalType": "uint256",
1197
- "name": "maxGasPrice",
1198
- "type": "uint256"
1199
- },
1200
- {
1201
- "internalType": "address",
1202
- "name": "signer",
1203
- "type": "address"
1204
- }
1205
- ],
1206
- "internalType": "struct EngineBlox.MetaTxParams",
1207
- "name": "params",
1208
- "type": "tuple"
1209
- },
1210
- {
1211
- "internalType": "bytes32",
1212
- "name": "message",
1213
- "type": "bytes32"
1214
- },
1215
- {
1216
- "internalType": "bytes",
1217
- "name": "signature",
1218
- "type": "bytes"
1219
- },
1220
- {
1221
- "internalType": "bytes",
1222
- "name": "data",
1223
- "type": "bytes"
1224
- }
1225
- ],
1226
- "internalType": "struct EngineBlox.MetaTransaction",
1227
- "name": "",
1228
- "type": "tuple"
1229
- }
1230
- ],
1231
- "stateMutability": "view",
1232
- "type": "function"
1233
- },
1234
- {
1235
- "inputs": [
1236
- {
1237
- "internalType": "address",
1238
- "name": "requester",
1239
- "type": "address"
1240
- },
1241
- {
1242
- "internalType": "address",
1243
- "name": "target",
1244
- "type": "address"
1245
- },
1246
- {
1247
- "internalType": "uint256",
1248
- "name": "value",
1249
- "type": "uint256"
1250
- },
1251
- {
1252
- "internalType": "uint256",
1253
- "name": "gasLimit",
1254
- "type": "uint256"
1255
- },
1256
- {
1257
- "internalType": "bytes32",
1258
- "name": "operationType",
1259
- "type": "bytes32"
1260
- },
1261
- {
1262
- "internalType": "bytes4",
1263
- "name": "executionSelector",
1264
- "type": "bytes4"
1265
- },
1266
- {
1267
- "internalType": "bytes",
1268
- "name": "executionParams",
1269
- "type": "bytes"
1270
- },
1271
- {
1272
- "components": [
1273
- {
1274
- "internalType": "uint256",
1275
- "name": "chainId",
1276
- "type": "uint256"
1277
- },
1278
- {
1279
- "internalType": "uint256",
1280
- "name": "nonce",
1281
- "type": "uint256"
1282
- },
1283
- {
1284
- "internalType": "address",
1285
- "name": "handlerContract",
1286
- "type": "address"
1287
- },
1288
- {
1289
- "internalType": "bytes4",
1290
- "name": "handlerSelector",
1291
- "type": "bytes4"
1292
- },
1293
- {
1294
- "internalType": "enum EngineBlox.TxAction",
1295
- "name": "action",
1296
- "type": "uint8"
1297
- },
1298
- {
1299
- "internalType": "uint256",
1300
- "name": "deadline",
1301
- "type": "uint256"
1302
- },
1303
- {
1304
- "internalType": "uint256",
1305
- "name": "maxGasPrice",
1306
- "type": "uint256"
1307
- },
1308
- {
1309
- "internalType": "address",
1310
- "name": "signer",
1311
- "type": "address"
1312
- }
1313
- ],
1314
- "internalType": "struct EngineBlox.MetaTxParams",
1315
- "name": "metaTxParams",
1316
- "type": "tuple"
1317
- }
1318
- ],
1319
- "name": "generateUnsignedMetaTransactionForNew",
1320
- "outputs": [
1321
- {
1322
- "components": [
1323
- {
1324
- "components": [
1325
- {
1326
- "internalType": "uint256",
1327
- "name": "txId",
1328
- "type": "uint256"
1329
- },
1330
- {
1331
- "internalType": "uint256",
1332
- "name": "releaseTime",
1333
- "type": "uint256"
1334
- },
1335
- {
1336
- "internalType": "enum EngineBlox.TxStatus",
1337
- "name": "status",
1338
- "type": "uint8"
1339
- },
1340
- {
1341
- "components": [
1342
- {
1343
- "internalType": "address",
1344
- "name": "requester",
1345
- "type": "address"
1346
- },
1347
- {
1348
- "internalType": "address",
1349
- "name": "target",
1350
- "type": "address"
1351
- },
1352
- {
1353
- "internalType": "uint256",
1354
- "name": "value",
1355
- "type": "uint256"
1356
- },
1357
- {
1358
- "internalType": "uint256",
1359
- "name": "gasLimit",
1360
- "type": "uint256"
1361
- },
1362
- {
1363
- "internalType": "bytes32",
1364
- "name": "operationType",
1365
- "type": "bytes32"
1366
- },
1367
- {
1368
- "internalType": "bytes4",
1369
- "name": "executionSelector",
1370
- "type": "bytes4"
1371
- },
1372
- {
1373
- "internalType": "bytes",
1374
- "name": "executionParams",
1375
- "type": "bytes"
1376
- }
1377
- ],
1378
- "internalType": "struct EngineBlox.TxParams",
1379
- "name": "params",
1380
- "type": "tuple"
1381
- },
1382
- {
1383
- "internalType": "bytes32",
1384
- "name": "message",
1385
- "type": "bytes32"
1386
- },
1387
- {
1388
- "internalType": "bytes",
1389
- "name": "result",
1390
- "type": "bytes"
1391
- },
1392
- {
1393
- "components": [
1394
- {
1395
- "internalType": "address",
1396
- "name": "recipient",
1397
- "type": "address"
1398
- },
1399
- {
1400
- "internalType": "uint256",
1401
- "name": "nativeTokenAmount",
1402
- "type": "uint256"
1403
- },
1404
- {
1405
- "internalType": "address",
1406
- "name": "erc20TokenAddress",
1407
- "type": "address"
1408
- },
1409
- {
1410
- "internalType": "uint256",
1411
- "name": "erc20TokenAmount",
1412
- "type": "uint256"
1413
- }
1414
- ],
1415
- "internalType": "struct EngineBlox.PaymentDetails",
1416
- "name": "payment",
1417
- "type": "tuple"
1418
- }
1419
- ],
1420
- "internalType": "struct EngineBlox.TxRecord",
1421
- "name": "txRecord",
1422
- "type": "tuple"
1423
- },
1424
- {
1425
- "components": [
1426
- {
1427
- "internalType": "uint256",
1428
- "name": "chainId",
1429
- "type": "uint256"
1430
- },
1431
- {
1432
- "internalType": "uint256",
1433
- "name": "nonce",
1434
- "type": "uint256"
1435
- },
1436
- {
1437
- "internalType": "address",
1438
- "name": "handlerContract",
1439
- "type": "address"
1440
- },
1441
- {
1442
- "internalType": "bytes4",
1443
- "name": "handlerSelector",
1444
- "type": "bytes4"
1445
- },
1446
- {
1447
- "internalType": "enum EngineBlox.TxAction",
1448
- "name": "action",
1449
- "type": "uint8"
1450
- },
1451
- {
1452
- "internalType": "uint256",
1453
- "name": "deadline",
1454
- "type": "uint256"
1455
- },
1456
- {
1457
- "internalType": "uint256",
1458
- "name": "maxGasPrice",
1459
- "type": "uint256"
1460
- },
1461
- {
1462
- "internalType": "address",
1463
- "name": "signer",
1464
- "type": "address"
1465
- }
1466
- ],
1467
- "internalType": "struct EngineBlox.MetaTxParams",
1468
- "name": "params",
1469
- "type": "tuple"
1470
- },
1471
- {
1472
- "internalType": "bytes32",
1473
- "name": "message",
1474
- "type": "bytes32"
1475
- },
1476
- {
1477
- "internalType": "bytes",
1478
- "name": "signature",
1479
- "type": "bytes"
1480
- },
1481
- {
1482
- "internalType": "bytes",
1483
- "name": "data",
1484
- "type": "bytes"
1485
- }
1486
- ],
1487
- "internalType": "struct EngineBlox.MetaTransaction",
1488
- "name": "",
1489
- "type": "tuple"
1490
- }
1491
- ],
1492
- "stateMutability": "view",
1493
- "type": "function"
1494
- },
1495
- {
1496
- "inputs": [
1497
- {
1498
- "internalType": "bytes32",
1499
- "name": "roleHash",
1500
- "type": "bytes32"
1501
- }
1502
- ],
1503
- "name": "getActiveRolePermissions",
1504
- "outputs": [
1505
- {
1506
- "components": [
1507
- {
1508
- "internalType": "bytes4",
1509
- "name": "functionSelector",
1510
- "type": "bytes4"
1511
- },
1512
- {
1513
- "internalType": "uint16",
1514
- "name": "grantedActionsBitmap",
1515
- "type": "uint16"
1516
- },
1517
- {
1518
- "internalType": "bytes4[]",
1519
- "name": "handlerForSelectors",
1520
- "type": "bytes4[]"
1521
- }
1522
- ],
1523
- "internalType": "struct EngineBlox.FunctionPermission[]",
1524
- "name": "",
1525
- "type": "tuple[]"
1526
- }
1527
- ],
1528
- "stateMutability": "view",
1529
- "type": "function"
1530
- },
1531
- {
1532
- "inputs": [],
1533
- "name": "getBroadcasters",
1534
- "outputs": [
1535
- {
1536
- "internalType": "address[]",
1537
- "name": "",
1538
- "type": "address[]"
1539
- }
1540
- ],
1541
- "stateMutability": "view",
1542
- "type": "function"
1543
- },
1544
- {
1545
- "inputs": [
1546
- {
1547
- "internalType": "bytes4",
1548
- "name": "functionSelector",
1549
- "type": "bytes4"
1550
- }
1551
- ],
1552
- "name": "getFunctionSchema",
1553
- "outputs": [
1554
- {
1555
- "components": [
1556
- {
1557
- "internalType": "string",
1558
- "name": "functionSignature",
1559
- "type": "string"
1560
- },
1561
- {
1562
- "internalType": "bytes4",
1563
- "name": "functionSelector",
1564
- "type": "bytes4"
1565
- },
1566
- {
1567
- "internalType": "bytes32",
1568
- "name": "operationType",
1569
- "type": "bytes32"
1570
- },
1571
- {
1572
- "internalType": "string",
1573
- "name": "operationName",
1574
- "type": "string"
1575
- },
1576
- {
1577
- "internalType": "uint16",
1578
- "name": "supportedActionsBitmap",
1579
- "type": "uint16"
1580
- },
1581
- {
1582
- "internalType": "bool",
1583
- "name": "isProtected",
1584
- "type": "bool"
1585
- },
1586
- {
1587
- "internalType": "bytes4[]",
1588
- "name": "handlerForSelectors",
1589
- "type": "bytes4[]"
1590
- }
1591
- ],
1592
- "internalType": "struct EngineBlox.FunctionSchema",
1593
- "name": "",
1594
- "type": "tuple"
1595
- }
1596
- ],
1597
- "stateMutability": "view",
1598
- "type": "function"
1599
- },
1600
- {
1601
- "inputs": [
1602
- {
1603
- "internalType": "bytes4",
1604
- "name": "functionSelector",
1605
- "type": "bytes4"
1606
- }
1607
- ],
1608
- "name": "getFunctionWhitelistTargets",
1609
- "outputs": [
1610
- {
1611
- "internalType": "address[]",
1612
- "name": "",
1613
- "type": "address[]"
1614
- }
1615
- ],
1616
- "stateMutability": "view",
1617
- "type": "function"
1618
- },
1619
- {
1620
- "inputs": [
1621
- {
1622
- "internalType": "bytes4",
1623
- "name": "functionSelector",
1624
- "type": "bytes4"
1625
- }
1626
- ],
1627
- "name": "getHooks",
1628
- "outputs": [
1629
- {
1630
- "internalType": "address[]",
1631
- "name": "hooks",
1632
- "type": "address[]"
1633
- }
1634
- ],
1635
- "stateMutability": "view",
1636
- "type": "function"
1637
- },
1638
- {
1639
- "inputs": [],
1640
- "name": "getPendingTransactions",
1641
- "outputs": [
1642
- {
1643
- "internalType": "uint256[]",
1644
- "name": "",
1645
- "type": "uint256[]"
1646
- }
1647
- ],
1648
- "stateMutability": "view",
1649
- "type": "function"
1650
- },
1651
- {
1652
- "inputs": [],
1653
- "name": "getRecovery",
1654
- "outputs": [
1655
- {
1656
- "internalType": "address",
1657
- "name": "",
1658
- "type": "address"
1659
- }
1660
- ],
1661
- "stateMutability": "view",
1662
- "type": "function"
1663
- },
1664
- {
1665
- "inputs": [
1666
- {
1667
- "internalType": "bytes32",
1668
- "name": "roleHash",
1669
- "type": "bytes32"
1670
- }
1671
- ],
1672
- "name": "getRole",
1673
- "outputs": [
1674
- {
1675
- "internalType": "string",
1676
- "name": "roleName",
1677
- "type": "string"
1678
- },
1679
- {
1680
- "internalType": "bytes32",
1681
- "name": "roleHashReturn",
1682
- "type": "bytes32"
1683
- },
1684
- {
1685
- "internalType": "uint256",
1686
- "name": "maxWallets",
1687
- "type": "uint256"
1688
- },
1689
- {
1690
- "internalType": "uint256",
1691
- "name": "walletCount",
1692
- "type": "uint256"
1693
- },
1694
- {
1695
- "internalType": "bool",
1696
- "name": "isProtected",
1697
- "type": "bool"
1698
- }
1699
- ],
1700
- "stateMutability": "view",
1701
- "type": "function"
1702
- },
1703
- {
1704
- "inputs": [
1705
- {
1706
- "internalType": "address",
1707
- "name": "signer",
1708
- "type": "address"
1709
- }
1710
- ],
1711
- "name": "getSignerNonce",
1712
- "outputs": [
1713
- {
1714
- "internalType": "uint256",
1715
- "name": "",
1716
- "type": "uint256"
1717
- }
1718
- ],
1719
- "stateMutability": "view",
1720
- "type": "function"
1721
- },
1722
- {
1723
- "inputs": [],
1724
- "name": "getSupportedFunctions",
1725
- "outputs": [
1726
- {
1727
- "internalType": "bytes4[]",
1728
- "name": "",
1729
- "type": "bytes4[]"
1730
- }
1731
- ],
1732
- "stateMutability": "view",
1733
- "type": "function"
1734
- },
1735
- {
1736
- "inputs": [],
1737
- "name": "getSupportedOperationTypes",
1738
- "outputs": [
1739
- {
1740
- "internalType": "bytes32[]",
1741
- "name": "",
1742
- "type": "bytes32[]"
1743
- }
1744
- ],
1745
- "stateMutability": "view",
1746
- "type": "function"
1747
- },
1748
- {
1749
- "inputs": [],
1750
- "name": "getSupportedRoles",
1751
- "outputs": [
1752
- {
1753
- "internalType": "bytes32[]",
1754
- "name": "",
1755
- "type": "bytes32[]"
1756
- }
1757
- ],
1758
- "stateMutability": "view",
1759
- "type": "function"
1760
- },
1761
- {
1762
- "inputs": [],
1763
- "name": "getTimeLockPeriodSec",
1764
- "outputs": [
1765
- {
1766
- "internalType": "uint256",
1767
- "name": "",
1768
- "type": "uint256"
1769
- }
1770
- ],
1771
- "stateMutability": "view",
1772
- "type": "function"
1773
- },
1774
- {
1775
- "inputs": [
1776
- {
1777
- "internalType": "uint256",
1778
- "name": "txId",
1779
- "type": "uint256"
1780
- }
1781
- ],
1782
- "name": "getTransaction",
1783
- "outputs": [
1784
- {
1785
- "components": [
1786
- {
1787
- "internalType": "uint256",
1788
- "name": "txId",
1789
- "type": "uint256"
1790
- },
1791
- {
1792
- "internalType": "uint256",
1793
- "name": "releaseTime",
1794
- "type": "uint256"
1795
- },
1796
- {
1797
- "internalType": "enum EngineBlox.TxStatus",
1798
- "name": "status",
1799
- "type": "uint8"
1800
- },
1801
- {
1802
- "components": [
1803
- {
1804
- "internalType": "address",
1805
- "name": "requester",
1806
- "type": "address"
1807
- },
1808
- {
1809
- "internalType": "address",
1810
- "name": "target",
1811
- "type": "address"
1812
- },
1813
- {
1814
- "internalType": "uint256",
1815
- "name": "value",
1816
- "type": "uint256"
1817
- },
1818
- {
1819
- "internalType": "uint256",
1820
- "name": "gasLimit",
1821
- "type": "uint256"
1822
- },
1823
- {
1824
- "internalType": "bytes32",
1825
- "name": "operationType",
1826
- "type": "bytes32"
1827
- },
1828
- {
1829
- "internalType": "bytes4",
1830
- "name": "executionSelector",
1831
- "type": "bytes4"
1832
- },
1833
- {
1834
- "internalType": "bytes",
1835
- "name": "executionParams",
1836
- "type": "bytes"
1837
- }
1838
- ],
1839
- "internalType": "struct EngineBlox.TxParams",
1840
- "name": "params",
1841
- "type": "tuple"
1842
- },
1843
- {
1844
- "internalType": "bytes32",
1845
- "name": "message",
1846
- "type": "bytes32"
1847
- },
1848
- {
1849
- "internalType": "bytes",
1850
- "name": "result",
1851
- "type": "bytes"
1852
- },
1853
- {
1854
- "components": [
1855
- {
1856
- "internalType": "address",
1857
- "name": "recipient",
1858
- "type": "address"
1859
- },
1860
- {
1861
- "internalType": "uint256",
1862
- "name": "nativeTokenAmount",
1863
- "type": "uint256"
1864
- },
1865
- {
1866
- "internalType": "address",
1867
- "name": "erc20TokenAddress",
1868
- "type": "address"
1869
- },
1870
- {
1871
- "internalType": "uint256",
1872
- "name": "erc20TokenAmount",
1873
- "type": "uint256"
1874
- }
1875
- ],
1876
- "internalType": "struct EngineBlox.PaymentDetails",
1877
- "name": "payment",
1878
- "type": "tuple"
1879
- }
1880
- ],
1881
- "internalType": "struct EngineBlox.TxRecord",
1882
- "name": "",
1883
- "type": "tuple"
1884
- }
1885
- ],
1886
- "stateMutability": "view",
1887
- "type": "function"
1888
- },
1889
- {
1890
- "inputs": [
1891
- {
1892
- "internalType": "uint256",
1893
- "name": "fromTxId",
1894
- "type": "uint256"
1895
- },
1896
- {
1897
- "internalType": "uint256",
1898
- "name": "toTxId",
1899
- "type": "uint256"
1900
- }
1901
- ],
1902
- "name": "getTransactionHistory",
1903
- "outputs": [
1904
- {
1905
- "components": [
1906
- {
1907
- "internalType": "uint256",
1908
- "name": "txId",
1909
- "type": "uint256"
1910
- },
1911
- {
1912
- "internalType": "uint256",
1913
- "name": "releaseTime",
1914
- "type": "uint256"
1915
- },
1916
- {
1917
- "internalType": "enum EngineBlox.TxStatus",
1918
- "name": "status",
1919
- "type": "uint8"
1920
- },
1921
- {
1922
- "components": [
1923
- {
1924
- "internalType": "address",
1925
- "name": "requester",
1926
- "type": "address"
1927
- },
1928
- {
1929
- "internalType": "address",
1930
- "name": "target",
1931
- "type": "address"
1932
- },
1933
- {
1934
- "internalType": "uint256",
1935
- "name": "value",
1936
- "type": "uint256"
1937
- },
1938
- {
1939
- "internalType": "uint256",
1940
- "name": "gasLimit",
1941
- "type": "uint256"
1942
- },
1943
- {
1944
- "internalType": "bytes32",
1945
- "name": "operationType",
1946
- "type": "bytes32"
1947
- },
1948
- {
1949
- "internalType": "bytes4",
1950
- "name": "executionSelector",
1951
- "type": "bytes4"
1952
- },
1953
- {
1954
- "internalType": "bytes",
1955
- "name": "executionParams",
1956
- "type": "bytes"
1957
- }
1958
- ],
1959
- "internalType": "struct EngineBlox.TxParams",
1960
- "name": "params",
1961
- "type": "tuple"
1962
- },
1963
- {
1964
- "internalType": "bytes32",
1965
- "name": "message",
1966
- "type": "bytes32"
1967
- },
1968
- {
1969
- "internalType": "bytes",
1970
- "name": "result",
1971
- "type": "bytes"
1972
- },
1973
- {
1974
- "components": [
1975
- {
1976
- "internalType": "address",
1977
- "name": "recipient",
1978
- "type": "address"
1979
- },
1980
- {
1981
- "internalType": "uint256",
1982
- "name": "nativeTokenAmount",
1983
- "type": "uint256"
1984
- },
1985
- {
1986
- "internalType": "address",
1987
- "name": "erc20TokenAddress",
1988
- "type": "address"
1989
- },
1990
- {
1991
- "internalType": "uint256",
1992
- "name": "erc20TokenAmount",
1993
- "type": "uint256"
1994
- }
1995
- ],
1996
- "internalType": "struct EngineBlox.PaymentDetails",
1997
- "name": "payment",
1998
- "type": "tuple"
1999
- }
2000
- ],
2001
- "internalType": "struct EngineBlox.TxRecord[]",
2002
- "name": "",
2003
- "type": "tuple[]"
2004
- }
2005
- ],
2006
- "stateMutability": "view",
2007
- "type": "function"
2008
- },
2009
- {
2010
- "inputs": [
2011
- {
2012
- "internalType": "address",
2013
- "name": "wallet",
2014
- "type": "address"
2015
- }
2016
- ],
2017
- "name": "getWalletRoles",
2018
- "outputs": [
2019
- {
2020
- "internalType": "bytes32[]",
2021
- "name": "",
2022
- "type": "bytes32[]"
2023
- }
2024
- ],
2025
- "stateMutability": "view",
2026
- "type": "function"
2027
- },
2028
- {
2029
- "inputs": [
2030
- {
2031
- "internalType": "bytes32",
2032
- "name": "roleHash",
2033
- "type": "bytes32"
2034
- }
2035
- ],
2036
- "name": "getWalletsInRole",
2037
- "outputs": [
2038
- {
2039
- "internalType": "address[]",
2040
- "name": "",
2041
- "type": "address[]"
2042
- }
2043
- ],
2044
- "stateMutability": "view",
2045
- "type": "function"
2046
- },
2047
- {
2048
- "inputs": [
2049
- {
2050
- "components": [
2051
- {
2052
- "components": [
2053
- {
2054
- "internalType": "uint256",
2055
- "name": "txId",
2056
- "type": "uint256"
2057
- },
2058
- {
2059
- "internalType": "uint256",
2060
- "name": "releaseTime",
2061
- "type": "uint256"
2062
- },
2063
- {
2064
- "internalType": "enum EngineBlox.TxStatus",
2065
- "name": "status",
2066
- "type": "uint8"
2067
- },
2068
- {
2069
- "components": [
2070
- {
2071
- "internalType": "address",
2072
- "name": "requester",
2073
- "type": "address"
2074
- },
2075
- {
2076
- "internalType": "address",
2077
- "name": "target",
2078
- "type": "address"
2079
- },
2080
- {
2081
- "internalType": "uint256",
2082
- "name": "value",
2083
- "type": "uint256"
2084
- },
2085
- {
2086
- "internalType": "uint256",
2087
- "name": "gasLimit",
2088
- "type": "uint256"
2089
- },
2090
- {
2091
- "internalType": "bytes32",
2092
- "name": "operationType",
2093
- "type": "bytes32"
2094
- },
2095
- {
2096
- "internalType": "bytes4",
2097
- "name": "executionSelector",
2098
- "type": "bytes4"
2099
- },
2100
- {
2101
- "internalType": "bytes",
2102
- "name": "executionParams",
2103
- "type": "bytes"
2104
- }
2105
- ],
2106
- "internalType": "struct EngineBlox.TxParams",
2107
- "name": "params",
2108
- "type": "tuple"
2109
- },
2110
- {
2111
- "internalType": "bytes32",
2112
- "name": "message",
2113
- "type": "bytes32"
2114
- },
2115
- {
2116
- "internalType": "bytes",
2117
- "name": "result",
2118
- "type": "bytes"
2119
- },
2120
- {
2121
- "components": [
2122
- {
2123
- "internalType": "address",
2124
- "name": "recipient",
2125
- "type": "address"
2126
- },
2127
- {
2128
- "internalType": "uint256",
2129
- "name": "nativeTokenAmount",
2130
- "type": "uint256"
2131
- },
2132
- {
2133
- "internalType": "address",
2134
- "name": "erc20TokenAddress",
2135
- "type": "address"
2136
- },
2137
- {
2138
- "internalType": "uint256",
2139
- "name": "erc20TokenAmount",
2140
- "type": "uint256"
2141
- }
2142
- ],
2143
- "internalType": "struct EngineBlox.PaymentDetails",
2144
- "name": "payment",
2145
- "type": "tuple"
2146
- }
2147
- ],
2148
- "internalType": "struct EngineBlox.TxRecord",
2149
- "name": "txRecord",
2150
- "type": "tuple"
2151
- },
2152
- {
2153
- "components": [
2154
- {
2155
- "internalType": "uint256",
2156
- "name": "chainId",
2157
- "type": "uint256"
2158
- },
2159
- {
2160
- "internalType": "uint256",
2161
- "name": "nonce",
2162
- "type": "uint256"
2163
- },
2164
- {
2165
- "internalType": "address",
2166
- "name": "handlerContract",
2167
- "type": "address"
2168
- },
2169
- {
2170
- "internalType": "bytes4",
2171
- "name": "handlerSelector",
2172
- "type": "bytes4"
2173
- },
2174
- {
2175
- "internalType": "enum EngineBlox.TxAction",
2176
- "name": "action",
2177
- "type": "uint8"
2178
- },
2179
- {
2180
- "internalType": "uint256",
2181
- "name": "deadline",
2182
- "type": "uint256"
2183
- },
2184
- {
2185
- "internalType": "uint256",
2186
- "name": "maxGasPrice",
2187
- "type": "uint256"
2188
- },
2189
- {
2190
- "internalType": "address",
2191
- "name": "signer",
2192
- "type": "address"
2193
- }
2194
- ],
2195
- "internalType": "struct EngineBlox.MetaTxParams",
2196
- "name": "params",
2197
- "type": "tuple"
2198
- },
2199
- {
2200
- "internalType": "bytes32",
2201
- "name": "message",
2202
- "type": "bytes32"
2203
- },
2204
- {
2205
- "internalType": "bytes",
2206
- "name": "signature",
2207
- "type": "bytes"
2208
- },
2209
- {
2210
- "internalType": "bytes",
2211
- "name": "data",
2212
- "type": "bytes"
2213
- }
2214
- ],
2215
- "internalType": "struct EngineBlox.MetaTransaction",
2216
- "name": "metaTx",
2217
- "type": "tuple"
2218
- }
2219
- ],
2220
- "name": "guardConfigBatchRequestAndApprove",
2221
- "outputs": [
2222
- {
2223
- "internalType": "uint256",
2224
- "name": "",
2225
- "type": "uint256"
2226
- }
2227
- ],
2228
- "stateMutability": "nonpayable",
2229
- "type": "function"
2230
- },
2231
- {
2232
- "inputs": [
2233
- {
2234
- "internalType": "bytes32",
2235
- "name": "roleHash",
2236
- "type": "bytes32"
2237
- },
2238
- {
2239
- "internalType": "address",
2240
- "name": "wallet",
2241
- "type": "address"
2242
- }
2243
- ],
2244
- "name": "hasRole",
2245
- "outputs": [
2246
- {
2247
- "internalType": "bool",
2248
- "name": "",
2249
- "type": "bool"
2250
- }
2251
- ],
2252
- "stateMutability": "view",
2253
- "type": "function"
2254
- },
2255
- {
2256
- "inputs": [],
2257
- "name": "initialized",
2258
- "outputs": [
2259
- {
2260
- "internalType": "bool",
2261
- "name": "",
2262
- "type": "bool"
2263
- }
2264
- ],
2265
- "stateMutability": "view",
2266
- "type": "function"
2267
- },
2268
- {
2269
- "inputs": [
2270
- {
2271
- "internalType": "bytes4",
2272
- "name": "functionSelector",
2273
- "type": "bytes4"
2274
- },
2275
- {
2276
- "internalType": "enum EngineBlox.TxAction",
2277
- "name": "action",
2278
- "type": "uint8"
2279
- }
2280
- ],
2281
- "name": "isActionSupportedByFunction",
2282
- "outputs": [
2283
- {
2284
- "internalType": "bool",
2285
- "name": "",
2286
- "type": "bool"
2287
- }
2288
- ],
2289
- "stateMutability": "view",
2290
- "type": "function"
2291
- },
2292
- {
2293
- "inputs": [],
2294
- "name": "owner",
2295
- "outputs": [
2296
- {
2297
- "internalType": "address",
2298
- "name": "",
2299
- "type": "address"
2300
- }
2301
- ],
2302
- "stateMutability": "view",
2303
- "type": "function"
2304
- },
2305
- {
2306
- "inputs": [
2307
- {
2308
- "components": [
2309
- {
2310
- "components": [
2311
- {
2312
- "internalType": "uint256",
2313
- "name": "txId",
2314
- "type": "uint256"
2315
- },
2316
- {
2317
- "internalType": "uint256",
2318
- "name": "releaseTime",
2319
- "type": "uint256"
2320
- },
2321
- {
2322
- "internalType": "enum EngineBlox.TxStatus",
2323
- "name": "status",
2324
- "type": "uint8"
2325
- },
2326
- {
2327
- "components": [
2328
- {
2329
- "internalType": "address",
2330
- "name": "requester",
2331
- "type": "address"
2332
- },
2333
- {
2334
- "internalType": "address",
2335
- "name": "target",
2336
- "type": "address"
2337
- },
2338
- {
2339
- "internalType": "uint256",
2340
- "name": "value",
2341
- "type": "uint256"
2342
- },
2343
- {
2344
- "internalType": "uint256",
2345
- "name": "gasLimit",
2346
- "type": "uint256"
2347
- },
2348
- {
2349
- "internalType": "bytes32",
2350
- "name": "operationType",
2351
- "type": "bytes32"
2352
- },
2353
- {
2354
- "internalType": "bytes4",
2355
- "name": "executionSelector",
2356
- "type": "bytes4"
2357
- },
2358
- {
2359
- "internalType": "bytes",
2360
- "name": "executionParams",
2361
- "type": "bytes"
2362
- }
2363
- ],
2364
- "internalType": "struct EngineBlox.TxParams",
2365
- "name": "params",
2366
- "type": "tuple"
2367
- },
2368
- {
2369
- "internalType": "bytes32",
2370
- "name": "message",
2371
- "type": "bytes32"
2372
- },
2373
- {
2374
- "internalType": "bytes",
2375
- "name": "result",
2376
- "type": "bytes"
2377
- },
2378
- {
2379
- "components": [
2380
- {
2381
- "internalType": "address",
2382
- "name": "recipient",
2383
- "type": "address"
2384
- },
2385
- {
2386
- "internalType": "uint256",
2387
- "name": "nativeTokenAmount",
2388
- "type": "uint256"
2389
- },
2390
- {
2391
- "internalType": "address",
2392
- "name": "erc20TokenAddress",
2393
- "type": "address"
2394
- },
2395
- {
2396
- "internalType": "uint256",
2397
- "name": "erc20TokenAmount",
2398
- "type": "uint256"
2399
- }
2400
- ],
2401
- "internalType": "struct EngineBlox.PaymentDetails",
2402
- "name": "payment",
2403
- "type": "tuple"
2404
- }
2405
- ],
2406
- "internalType": "struct EngineBlox.TxRecord",
2407
- "name": "txRecord",
2408
- "type": "tuple"
2409
- },
2410
- {
2411
- "components": [
2412
- {
2413
- "internalType": "uint256",
2414
- "name": "chainId",
2415
- "type": "uint256"
2416
- },
2417
- {
2418
- "internalType": "uint256",
2419
- "name": "nonce",
2420
- "type": "uint256"
2421
- },
2422
- {
2423
- "internalType": "address",
2424
- "name": "handlerContract",
2425
- "type": "address"
2426
- },
2427
- {
2428
- "internalType": "bytes4",
2429
- "name": "handlerSelector",
2430
- "type": "bytes4"
2431
- },
2432
- {
2433
- "internalType": "enum EngineBlox.TxAction",
2434
- "name": "action",
2435
- "type": "uint8"
2436
- },
2437
- {
2438
- "internalType": "uint256",
2439
- "name": "deadline",
2440
- "type": "uint256"
2441
- },
2442
- {
2443
- "internalType": "uint256",
2444
- "name": "maxGasPrice",
2445
- "type": "uint256"
2446
- },
2447
- {
2448
- "internalType": "address",
2449
- "name": "signer",
2450
- "type": "address"
2451
- }
2452
- ],
2453
- "internalType": "struct EngineBlox.MetaTxParams",
2454
- "name": "params",
2455
- "type": "tuple"
2456
- },
2457
- {
2458
- "internalType": "bytes32",
2459
- "name": "message",
2460
- "type": "bytes32"
2461
- },
2462
- {
2463
- "internalType": "bytes",
2464
- "name": "signature",
2465
- "type": "bytes"
2466
- },
2467
- {
2468
- "internalType": "bytes",
2469
- "name": "data",
2470
- "type": "bytes"
2471
- }
2472
- ],
2473
- "internalType": "struct EngineBlox.MetaTransaction",
2474
- "name": "metaTx",
2475
- "type": "tuple"
2476
- }
2477
- ],
2478
- "name": "requestAndApproveExecution",
2479
- "outputs": [
2480
- {
2481
- "internalType": "uint256",
2482
- "name": "",
2483
- "type": "uint256"
2484
- }
2485
- ],
2486
- "stateMutability": "nonpayable",
2487
- "type": "function"
2488
- },
2489
- {
2490
- "inputs": [
2491
- {
2492
- "components": [
2493
- {
2494
- "components": [
2495
- {
2496
- "internalType": "uint256",
2497
- "name": "txId",
2498
- "type": "uint256"
2499
- },
2500
- {
2501
- "internalType": "uint256",
2502
- "name": "releaseTime",
2503
- "type": "uint256"
2504
- },
2505
- {
2506
- "internalType": "enum EngineBlox.TxStatus",
2507
- "name": "status",
2508
- "type": "uint8"
2509
- },
2510
- {
2511
- "components": [
2512
- {
2513
- "internalType": "address",
2514
- "name": "requester",
2515
- "type": "address"
2516
- },
2517
- {
2518
- "internalType": "address",
2519
- "name": "target",
2520
- "type": "address"
2521
- },
2522
- {
2523
- "internalType": "uint256",
2524
- "name": "value",
2525
- "type": "uint256"
2526
- },
2527
- {
2528
- "internalType": "uint256",
2529
- "name": "gasLimit",
2530
- "type": "uint256"
2531
- },
2532
- {
2533
- "internalType": "bytes32",
2534
- "name": "operationType",
2535
- "type": "bytes32"
2536
- },
2537
- {
2538
- "internalType": "bytes4",
2539
- "name": "executionSelector",
2540
- "type": "bytes4"
2541
- },
2542
- {
2543
- "internalType": "bytes",
2544
- "name": "executionParams",
2545
- "type": "bytes"
2546
- }
2547
- ],
2548
- "internalType": "struct EngineBlox.TxParams",
2549
- "name": "params",
2550
- "type": "tuple"
2551
- },
2552
- {
2553
- "internalType": "bytes32",
2554
- "name": "message",
2555
- "type": "bytes32"
2556
- },
2557
- {
2558
- "internalType": "bytes",
2559
- "name": "result",
2560
- "type": "bytes"
2561
- },
2562
- {
2563
- "components": [
2564
- {
2565
- "internalType": "address",
2566
- "name": "recipient",
2567
- "type": "address"
2568
- },
2569
- {
2570
- "internalType": "uint256",
2571
- "name": "nativeTokenAmount",
2572
- "type": "uint256"
2573
- },
2574
- {
2575
- "internalType": "address",
2576
- "name": "erc20TokenAddress",
2577
- "type": "address"
2578
- },
2579
- {
2580
- "internalType": "uint256",
2581
- "name": "erc20TokenAmount",
2582
- "type": "uint256"
2583
- }
2584
- ],
2585
- "internalType": "struct EngineBlox.PaymentDetails",
2586
- "name": "payment",
2587
- "type": "tuple"
2588
- }
2589
- ],
2590
- "internalType": "struct EngineBlox.TxRecord",
2591
- "name": "txRecord",
2592
- "type": "tuple"
2593
- },
2594
- {
2595
- "components": [
2596
- {
2597
- "internalType": "uint256",
2598
- "name": "chainId",
2599
- "type": "uint256"
2600
- },
2601
- {
2602
- "internalType": "uint256",
2603
- "name": "nonce",
2604
- "type": "uint256"
2605
- },
2606
- {
2607
- "internalType": "address",
2608
- "name": "handlerContract",
2609
- "type": "address"
2610
- },
2611
- {
2612
- "internalType": "bytes4",
2613
- "name": "handlerSelector",
2614
- "type": "bytes4"
2615
- },
2616
- {
2617
- "internalType": "enum EngineBlox.TxAction",
2618
- "name": "action",
2619
- "type": "uint8"
2620
- },
2621
- {
2622
- "internalType": "uint256",
2623
- "name": "deadline",
2624
- "type": "uint256"
2625
- },
2626
- {
2627
- "internalType": "uint256",
2628
- "name": "maxGasPrice",
2629
- "type": "uint256"
2630
- },
2631
- {
2632
- "internalType": "address",
2633
- "name": "signer",
2634
- "type": "address"
2635
- }
2636
- ],
2637
- "internalType": "struct EngineBlox.MetaTxParams",
2638
- "name": "params",
2639
- "type": "tuple"
2640
- },
2641
- {
2642
- "internalType": "bytes32",
2643
- "name": "message",
2644
- "type": "bytes32"
2645
- },
2646
- {
2647
- "internalType": "bytes",
2648
- "name": "signature",
2649
- "type": "bytes"
2650
- },
2651
- {
2652
- "internalType": "bytes",
2653
- "name": "data",
2654
- "type": "bytes"
2655
- }
2656
- ],
2657
- "internalType": "struct EngineBlox.MetaTransaction",
2658
- "name": "metaTx",
2659
- "type": "tuple"
2660
- }
2661
- ],
2662
- "name": "roleConfigBatchRequestAndApprove",
2663
- "outputs": [
2664
- {
2665
- "internalType": "uint256",
2666
- "name": "",
2667
- "type": "uint256"
2668
- }
2669
- ],
2670
- "stateMutability": "nonpayable",
2671
- "type": "function"
2672
- },
2673
- {
2674
- "inputs": [
2675
- {
2676
- "internalType": "bytes4",
2677
- "name": "interfaceId",
2678
- "type": "bytes4"
2679
- }
2680
- ],
2681
- "name": "supportsInterface",
2682
- "outputs": [
2683
- {
2684
- "internalType": "bool",
2685
- "name": "",
2686
- "type": "bool"
2687
- }
2688
- ],
2689
- "stateMutability": "view",
2690
- "type": "function"
2691
- },
2692
- {
2693
- "inputs": [
2694
- {
2695
- "components": [
2696
- {
2697
- "components": [
2698
- {
2699
- "internalType": "uint256",
2700
- "name": "txId",
2701
- "type": "uint256"
2702
- },
2703
- {
2704
- "internalType": "uint256",
2705
- "name": "releaseTime",
2706
- "type": "uint256"
2707
- },
2708
- {
2709
- "internalType": "enum EngineBlox.TxStatus",
2710
- "name": "status",
2711
- "type": "uint8"
2712
- },
2713
- {
2714
- "components": [
2715
- {
2716
- "internalType": "address",
2717
- "name": "requester",
2718
- "type": "address"
2719
- },
2720
- {
2721
- "internalType": "address",
2722
- "name": "target",
2723
- "type": "address"
2724
- },
2725
- {
2726
- "internalType": "uint256",
2727
- "name": "value",
2728
- "type": "uint256"
2729
- },
2730
- {
2731
- "internalType": "uint256",
2732
- "name": "gasLimit",
2733
- "type": "uint256"
2734
- },
2735
- {
2736
- "internalType": "bytes32",
2737
- "name": "operationType",
2738
- "type": "bytes32"
2739
- },
2740
- {
2741
- "internalType": "bytes4",
2742
- "name": "executionSelector",
2743
- "type": "bytes4"
2744
- },
2745
- {
2746
- "internalType": "bytes",
2747
- "name": "executionParams",
2748
- "type": "bytes"
2749
- }
2750
- ],
2751
- "internalType": "struct EngineBlox.TxParams",
2752
- "name": "params",
2753
- "type": "tuple"
2754
- },
2755
- {
2756
- "internalType": "bytes32",
2757
- "name": "message",
2758
- "type": "bytes32"
2759
- },
2760
- {
2761
- "internalType": "bytes",
2762
- "name": "result",
2763
- "type": "bytes"
2764
- },
2765
- {
2766
- "components": [
2767
- {
2768
- "internalType": "address",
2769
- "name": "recipient",
2770
- "type": "address"
2771
- },
2772
- {
2773
- "internalType": "uint256",
2774
- "name": "nativeTokenAmount",
2775
- "type": "uint256"
2776
- },
2777
- {
2778
- "internalType": "address",
2779
- "name": "erc20TokenAddress",
2780
- "type": "address"
2781
- },
2782
- {
2783
- "internalType": "uint256",
2784
- "name": "erc20TokenAmount",
2785
- "type": "uint256"
2786
- }
2787
- ],
2788
- "internalType": "struct EngineBlox.PaymentDetails",
2789
- "name": "payment",
2790
- "type": "tuple"
2791
- }
2792
- ],
2793
- "internalType": "struct EngineBlox.TxRecord",
2794
- "name": "txRecord",
2795
- "type": "tuple"
2796
- },
2797
- {
2798
- "components": [
2799
- {
2800
- "internalType": "uint256",
2801
- "name": "chainId",
2802
- "type": "uint256"
2803
- },
2804
- {
2805
- "internalType": "uint256",
2806
- "name": "nonce",
2807
- "type": "uint256"
2808
- },
2809
- {
2810
- "internalType": "address",
2811
- "name": "handlerContract",
2812
- "type": "address"
2813
- },
2814
- {
2815
- "internalType": "bytes4",
2816
- "name": "handlerSelector",
2817
- "type": "bytes4"
2818
- },
2819
- {
2820
- "internalType": "enum EngineBlox.TxAction",
2821
- "name": "action",
2822
- "type": "uint8"
2823
- },
2824
- {
2825
- "internalType": "uint256",
2826
- "name": "deadline",
2827
- "type": "uint256"
2828
- },
2829
- {
2830
- "internalType": "uint256",
2831
- "name": "maxGasPrice",
2832
- "type": "uint256"
2833
- },
2834
- {
2835
- "internalType": "address",
2836
- "name": "signer",
2837
- "type": "address"
2838
- }
2839
- ],
2840
- "internalType": "struct EngineBlox.MetaTxParams",
2841
- "name": "params",
2842
- "type": "tuple"
2843
- },
2844
- {
2845
- "internalType": "bytes32",
2846
- "name": "message",
2847
- "type": "bytes32"
2848
- },
2849
- {
2850
- "internalType": "bytes",
2851
- "name": "signature",
2852
- "type": "bytes"
2853
- },
2854
- {
2855
- "internalType": "bytes",
2856
- "name": "data",
2857
- "type": "bytes"
2858
- }
2859
- ],
2860
- "internalType": "struct EngineBlox.MetaTransaction",
2861
- "name": "metaTx",
2862
- "type": "tuple"
2863
- }
2864
- ],
2865
- "name": "transferOwnershipApprovalWithMetaTx",
2866
- "outputs": [
2867
- {
2868
- "internalType": "uint256",
2869
- "name": "",
2870
- "type": "uint256"
2871
- }
2872
- ],
2873
- "stateMutability": "nonpayable",
2874
- "type": "function"
2875
- },
2876
- {
2877
- "inputs": [
2878
- {
2879
- "internalType": "uint256",
2880
- "name": "txId",
2881
- "type": "uint256"
2882
- }
2883
- ],
2884
- "name": "transferOwnershipCancellation",
2885
- "outputs": [
2886
- {
2887
- "internalType": "uint256",
2888
- "name": "",
2889
- "type": "uint256"
2890
- }
2891
- ],
2892
- "stateMutability": "nonpayable",
2893
- "type": "function"
2894
- },
2895
- {
2896
- "inputs": [
2897
- {
2898
- "components": [
2899
- {
2900
- "components": [
2901
- {
2902
- "internalType": "uint256",
2903
- "name": "txId",
2904
- "type": "uint256"
2905
- },
2906
- {
2907
- "internalType": "uint256",
2908
- "name": "releaseTime",
2909
- "type": "uint256"
2910
- },
2911
- {
2912
- "internalType": "enum EngineBlox.TxStatus",
2913
- "name": "status",
2914
- "type": "uint8"
2915
- },
2916
- {
2917
- "components": [
2918
- {
2919
- "internalType": "address",
2920
- "name": "requester",
2921
- "type": "address"
2922
- },
2923
- {
2924
- "internalType": "address",
2925
- "name": "target",
2926
- "type": "address"
2927
- },
2928
- {
2929
- "internalType": "uint256",
2930
- "name": "value",
2931
- "type": "uint256"
2932
- },
2933
- {
2934
- "internalType": "uint256",
2935
- "name": "gasLimit",
2936
- "type": "uint256"
2937
- },
2938
- {
2939
- "internalType": "bytes32",
2940
- "name": "operationType",
2941
- "type": "bytes32"
2942
- },
2943
- {
2944
- "internalType": "bytes4",
2945
- "name": "executionSelector",
2946
- "type": "bytes4"
2947
- },
2948
- {
2949
- "internalType": "bytes",
2950
- "name": "executionParams",
2951
- "type": "bytes"
2952
- }
2953
- ],
2954
- "internalType": "struct EngineBlox.TxParams",
2955
- "name": "params",
2956
- "type": "tuple"
2957
- },
2958
- {
2959
- "internalType": "bytes32",
2960
- "name": "message",
2961
- "type": "bytes32"
2962
- },
2963
- {
2964
- "internalType": "bytes",
2965
- "name": "result",
2966
- "type": "bytes"
2967
- },
2968
- {
2969
- "components": [
2970
- {
2971
- "internalType": "address",
2972
- "name": "recipient",
2973
- "type": "address"
2974
- },
2975
- {
2976
- "internalType": "uint256",
2977
- "name": "nativeTokenAmount",
2978
- "type": "uint256"
2979
- },
2980
- {
2981
- "internalType": "address",
2982
- "name": "erc20TokenAddress",
2983
- "type": "address"
2984
- },
2985
- {
2986
- "internalType": "uint256",
2987
- "name": "erc20TokenAmount",
2988
- "type": "uint256"
2989
- }
2990
- ],
2991
- "internalType": "struct EngineBlox.PaymentDetails",
2992
- "name": "payment",
2993
- "type": "tuple"
2994
- }
2995
- ],
2996
- "internalType": "struct EngineBlox.TxRecord",
2997
- "name": "txRecord",
2998
- "type": "tuple"
2999
- },
3000
- {
3001
- "components": [
3002
- {
3003
- "internalType": "uint256",
3004
- "name": "chainId",
3005
- "type": "uint256"
3006
- },
3007
- {
3008
- "internalType": "uint256",
3009
- "name": "nonce",
3010
- "type": "uint256"
3011
- },
3012
- {
3013
- "internalType": "address",
3014
- "name": "handlerContract",
3015
- "type": "address"
3016
- },
3017
- {
3018
- "internalType": "bytes4",
3019
- "name": "handlerSelector",
3020
- "type": "bytes4"
3021
- },
3022
- {
3023
- "internalType": "enum EngineBlox.TxAction",
3024
- "name": "action",
3025
- "type": "uint8"
3026
- },
3027
- {
3028
- "internalType": "uint256",
3029
- "name": "deadline",
3030
- "type": "uint256"
3031
- },
3032
- {
3033
- "internalType": "uint256",
3034
- "name": "maxGasPrice",
3035
- "type": "uint256"
3036
- },
3037
- {
3038
- "internalType": "address",
3039
- "name": "signer",
3040
- "type": "address"
3041
- }
3042
- ],
3043
- "internalType": "struct EngineBlox.MetaTxParams",
3044
- "name": "params",
3045
- "type": "tuple"
3046
- },
3047
- {
3048
- "internalType": "bytes32",
3049
- "name": "message",
3050
- "type": "bytes32"
3051
- },
3052
- {
3053
- "internalType": "bytes",
3054
- "name": "signature",
3055
- "type": "bytes"
3056
- },
3057
- {
3058
- "internalType": "bytes",
3059
- "name": "data",
3060
- "type": "bytes"
3061
- }
3062
- ],
3063
- "internalType": "struct EngineBlox.MetaTransaction",
3064
- "name": "metaTx",
3065
- "type": "tuple"
3066
- }
3067
- ],
3068
- "name": "transferOwnershipCancellationWithMetaTx",
3069
- "outputs": [
3070
- {
3071
- "internalType": "uint256",
3072
- "name": "",
3073
- "type": "uint256"
3074
- }
3075
- ],
3076
- "stateMutability": "nonpayable",
3077
- "type": "function"
3078
- },
3079
- {
3080
- "inputs": [
3081
- {
3082
- "internalType": "uint256",
3083
- "name": "txId",
3084
- "type": "uint256"
3085
- }
3086
- ],
3087
- "name": "transferOwnershipDelayedApproval",
3088
- "outputs": [
3089
- {
3090
- "internalType": "uint256",
3091
- "name": "",
3092
- "type": "uint256"
3093
- }
3094
- ],
3095
- "stateMutability": "nonpayable",
3096
- "type": "function"
3097
- },
3098
- {
3099
- "inputs": [],
3100
- "name": "transferOwnershipRequest",
3101
- "outputs": [
3102
- {
3103
- "internalType": "uint256",
3104
- "name": "txId",
3105
- "type": "uint256"
3106
- }
3107
- ],
3108
- "stateMutability": "nonpayable",
3109
- "type": "function"
3110
- },
3111
- {
3112
- "inputs": [
3113
- {
3114
- "components": [
3115
- {
3116
- "components": [
3117
- {
3118
- "internalType": "uint256",
3119
- "name": "txId",
3120
- "type": "uint256"
3121
- },
3122
- {
3123
- "internalType": "uint256",
3124
- "name": "releaseTime",
3125
- "type": "uint256"
3126
- },
3127
- {
3128
- "internalType": "enum EngineBlox.TxStatus",
3129
- "name": "status",
3130
- "type": "uint8"
3131
- },
3132
- {
3133
- "components": [
3134
- {
3135
- "internalType": "address",
3136
- "name": "requester",
3137
- "type": "address"
3138
- },
3139
- {
3140
- "internalType": "address",
3141
- "name": "target",
3142
- "type": "address"
3143
- },
3144
- {
3145
- "internalType": "uint256",
3146
- "name": "value",
3147
- "type": "uint256"
3148
- },
3149
- {
3150
- "internalType": "uint256",
3151
- "name": "gasLimit",
3152
- "type": "uint256"
3153
- },
3154
- {
3155
- "internalType": "bytes32",
3156
- "name": "operationType",
3157
- "type": "bytes32"
3158
- },
3159
- {
3160
- "internalType": "bytes4",
3161
- "name": "executionSelector",
3162
- "type": "bytes4"
3163
- },
3164
- {
3165
- "internalType": "bytes",
3166
- "name": "executionParams",
3167
- "type": "bytes"
3168
- }
3169
- ],
3170
- "internalType": "struct EngineBlox.TxParams",
3171
- "name": "params",
3172
- "type": "tuple"
3173
- },
3174
- {
3175
- "internalType": "bytes32",
3176
- "name": "message",
3177
- "type": "bytes32"
3178
- },
3179
- {
3180
- "internalType": "bytes",
3181
- "name": "result",
3182
- "type": "bytes"
3183
- },
3184
- {
3185
- "components": [
3186
- {
3187
- "internalType": "address",
3188
- "name": "recipient",
3189
- "type": "address"
3190
- },
3191
- {
3192
- "internalType": "uint256",
3193
- "name": "nativeTokenAmount",
3194
- "type": "uint256"
3195
- },
3196
- {
3197
- "internalType": "address",
3198
- "name": "erc20TokenAddress",
3199
- "type": "address"
3200
- },
3201
- {
3202
- "internalType": "uint256",
3203
- "name": "erc20TokenAmount",
3204
- "type": "uint256"
3205
- }
3206
- ],
3207
- "internalType": "struct EngineBlox.PaymentDetails",
3208
- "name": "payment",
3209
- "type": "tuple"
3210
- }
3211
- ],
3212
- "internalType": "struct EngineBlox.TxRecord",
3213
- "name": "txRecord",
3214
- "type": "tuple"
3215
- },
3216
- {
3217
- "components": [
3218
- {
3219
- "internalType": "uint256",
3220
- "name": "chainId",
3221
- "type": "uint256"
3222
- },
3223
- {
3224
- "internalType": "uint256",
3225
- "name": "nonce",
3226
- "type": "uint256"
3227
- },
3228
- {
3229
- "internalType": "address",
3230
- "name": "handlerContract",
3231
- "type": "address"
3232
- },
3233
- {
3234
- "internalType": "bytes4",
3235
- "name": "handlerSelector",
3236
- "type": "bytes4"
3237
- },
3238
- {
3239
- "internalType": "enum EngineBlox.TxAction",
3240
- "name": "action",
3241
- "type": "uint8"
3242
- },
3243
- {
3244
- "internalType": "uint256",
3245
- "name": "deadline",
3246
- "type": "uint256"
3247
- },
3248
- {
3249
- "internalType": "uint256",
3250
- "name": "maxGasPrice",
3251
- "type": "uint256"
3252
- },
3253
- {
3254
- "internalType": "address",
3255
- "name": "signer",
3256
- "type": "address"
3257
- }
3258
- ],
3259
- "internalType": "struct EngineBlox.MetaTxParams",
3260
- "name": "params",
3261
- "type": "tuple"
3262
- },
3263
- {
3264
- "internalType": "bytes32",
3265
- "name": "message",
3266
- "type": "bytes32"
3267
- },
3268
- {
3269
- "internalType": "bytes",
3270
- "name": "signature",
3271
- "type": "bytes"
3272
- },
3273
- {
3274
- "internalType": "bytes",
3275
- "name": "data",
3276
- "type": "bytes"
3277
- }
3278
- ],
3279
- "internalType": "struct EngineBlox.MetaTransaction",
3280
- "name": "metaTx",
3281
- "type": "tuple"
3282
- }
3283
- ],
3284
- "name": "updateBroadcasterApprovalWithMetaTx",
3285
- "outputs": [
3286
- {
3287
- "internalType": "uint256",
3288
- "name": "",
3289
- "type": "uint256"
3290
- }
3291
- ],
3292
- "stateMutability": "nonpayable",
3293
- "type": "function"
3294
- },
3295
- {
3296
- "inputs": [
3297
- {
3298
- "internalType": "uint256",
3299
- "name": "txId",
3300
- "type": "uint256"
3301
- }
3302
- ],
3303
- "name": "updateBroadcasterCancellation",
3304
- "outputs": [
3305
- {
3306
- "internalType": "uint256",
3307
- "name": "",
3308
- "type": "uint256"
3309
- }
3310
- ],
3311
- "stateMutability": "nonpayable",
3312
- "type": "function"
3313
- },
3314
- {
3315
- "inputs": [
3316
- {
3317
- "components": [
3318
- {
3319
- "components": [
3320
- {
3321
- "internalType": "uint256",
3322
- "name": "txId",
3323
- "type": "uint256"
3324
- },
3325
- {
3326
- "internalType": "uint256",
3327
- "name": "releaseTime",
3328
- "type": "uint256"
3329
- },
3330
- {
3331
- "internalType": "enum EngineBlox.TxStatus",
3332
- "name": "status",
3333
- "type": "uint8"
3334
- },
3335
- {
3336
- "components": [
3337
- {
3338
- "internalType": "address",
3339
- "name": "requester",
3340
- "type": "address"
3341
- },
3342
- {
3343
- "internalType": "address",
3344
- "name": "target",
3345
- "type": "address"
3346
- },
3347
- {
3348
- "internalType": "uint256",
3349
- "name": "value",
3350
- "type": "uint256"
3351
- },
3352
- {
3353
- "internalType": "uint256",
3354
- "name": "gasLimit",
3355
- "type": "uint256"
3356
- },
3357
- {
3358
- "internalType": "bytes32",
3359
- "name": "operationType",
3360
- "type": "bytes32"
3361
- },
3362
- {
3363
- "internalType": "bytes4",
3364
- "name": "executionSelector",
3365
- "type": "bytes4"
3366
- },
3367
- {
3368
- "internalType": "bytes",
3369
- "name": "executionParams",
3370
- "type": "bytes"
3371
- }
3372
- ],
3373
- "internalType": "struct EngineBlox.TxParams",
3374
- "name": "params",
3375
- "type": "tuple"
3376
- },
3377
- {
3378
- "internalType": "bytes32",
3379
- "name": "message",
3380
- "type": "bytes32"
3381
- },
3382
- {
3383
- "internalType": "bytes",
3384
- "name": "result",
3385
- "type": "bytes"
3386
- },
3387
- {
3388
- "components": [
3389
- {
3390
- "internalType": "address",
3391
- "name": "recipient",
3392
- "type": "address"
3393
- },
3394
- {
3395
- "internalType": "uint256",
3396
- "name": "nativeTokenAmount",
3397
- "type": "uint256"
3398
- },
3399
- {
3400
- "internalType": "address",
3401
- "name": "erc20TokenAddress",
3402
- "type": "address"
3403
- },
3404
- {
3405
- "internalType": "uint256",
3406
- "name": "erc20TokenAmount",
3407
- "type": "uint256"
3408
- }
3409
- ],
3410
- "internalType": "struct EngineBlox.PaymentDetails",
3411
- "name": "payment",
3412
- "type": "tuple"
3413
- }
3414
- ],
3415
- "internalType": "struct EngineBlox.TxRecord",
3416
- "name": "txRecord",
3417
- "type": "tuple"
3418
- },
3419
- {
3420
- "components": [
3421
- {
3422
- "internalType": "uint256",
3423
- "name": "chainId",
3424
- "type": "uint256"
3425
- },
3426
- {
3427
- "internalType": "uint256",
3428
- "name": "nonce",
3429
- "type": "uint256"
3430
- },
3431
- {
3432
- "internalType": "address",
3433
- "name": "handlerContract",
3434
- "type": "address"
3435
- },
3436
- {
3437
- "internalType": "bytes4",
3438
- "name": "handlerSelector",
3439
- "type": "bytes4"
3440
- },
3441
- {
3442
- "internalType": "enum EngineBlox.TxAction",
3443
- "name": "action",
3444
- "type": "uint8"
3445
- },
3446
- {
3447
- "internalType": "uint256",
3448
- "name": "deadline",
3449
- "type": "uint256"
3450
- },
3451
- {
3452
- "internalType": "uint256",
3453
- "name": "maxGasPrice",
3454
- "type": "uint256"
3455
- },
3456
- {
3457
- "internalType": "address",
3458
- "name": "signer",
3459
- "type": "address"
3460
- }
3461
- ],
3462
- "internalType": "struct EngineBlox.MetaTxParams",
3463
- "name": "params",
3464
- "type": "tuple"
3465
- },
3466
- {
3467
- "internalType": "bytes32",
3468
- "name": "message",
3469
- "type": "bytes32"
3470
- },
3471
- {
3472
- "internalType": "bytes",
3473
- "name": "signature",
3474
- "type": "bytes"
3475
- },
3476
- {
3477
- "internalType": "bytes",
3478
- "name": "data",
3479
- "type": "bytes"
3480
- }
3481
- ],
3482
- "internalType": "struct EngineBlox.MetaTransaction",
3483
- "name": "metaTx",
3484
- "type": "tuple"
3485
- }
3486
- ],
3487
- "name": "updateBroadcasterCancellationWithMetaTx",
3488
- "outputs": [
3489
- {
3490
- "internalType": "uint256",
3491
- "name": "",
3492
- "type": "uint256"
3493
- }
3494
- ],
3495
- "stateMutability": "nonpayable",
3496
- "type": "function"
3497
- },
3498
- {
3499
- "inputs": [
3500
- {
3501
- "internalType": "uint256",
3502
- "name": "txId",
3503
- "type": "uint256"
3504
- }
3505
- ],
3506
- "name": "updateBroadcasterDelayedApproval",
3507
- "outputs": [
3508
- {
3509
- "internalType": "uint256",
3510
- "name": "",
3511
- "type": "uint256"
3512
- }
3513
- ],
3514
- "stateMutability": "nonpayable",
3515
- "type": "function"
3516
- },
3517
- {
3518
- "inputs": [
3519
- {
3520
- "internalType": "address",
3521
- "name": "newBroadcaster",
3522
- "type": "address"
3523
- },
3524
- {
3525
- "internalType": "uint256",
3526
- "name": "location",
3527
- "type": "uint256"
3528
- }
3529
- ],
3530
- "name": "updateBroadcasterRequest",
3531
- "outputs": [
3532
- {
3533
- "internalType": "uint256",
3534
- "name": "txId",
3535
- "type": "uint256"
3536
- }
3537
- ],
3538
- "stateMutability": "nonpayable",
3539
- "type": "function"
3540
- },
3541
- {
3542
- "inputs": [
3543
- {
3544
- "components": [
3545
- {
3546
- "components": [
3547
- {
3548
- "internalType": "uint256",
3549
- "name": "txId",
3550
- "type": "uint256"
3551
- },
3552
- {
3553
- "internalType": "uint256",
3554
- "name": "releaseTime",
3555
- "type": "uint256"
3556
- },
3557
- {
3558
- "internalType": "enum EngineBlox.TxStatus",
3559
- "name": "status",
3560
- "type": "uint8"
3561
- },
3562
- {
3563
- "components": [
3564
- {
3565
- "internalType": "address",
3566
- "name": "requester",
3567
- "type": "address"
3568
- },
3569
- {
3570
- "internalType": "address",
3571
- "name": "target",
3572
- "type": "address"
3573
- },
3574
- {
3575
- "internalType": "uint256",
3576
- "name": "value",
3577
- "type": "uint256"
3578
- },
3579
- {
3580
- "internalType": "uint256",
3581
- "name": "gasLimit",
3582
- "type": "uint256"
3583
- },
3584
- {
3585
- "internalType": "bytes32",
3586
- "name": "operationType",
3587
- "type": "bytes32"
3588
- },
3589
- {
3590
- "internalType": "bytes4",
3591
- "name": "executionSelector",
3592
- "type": "bytes4"
3593
- },
3594
- {
3595
- "internalType": "bytes",
3596
- "name": "executionParams",
3597
- "type": "bytes"
3598
- }
3599
- ],
3600
- "internalType": "struct EngineBlox.TxParams",
3601
- "name": "params",
3602
- "type": "tuple"
3603
- },
3604
- {
3605
- "internalType": "bytes32",
3606
- "name": "message",
3607
- "type": "bytes32"
3608
- },
3609
- {
3610
- "internalType": "bytes",
3611
- "name": "result",
3612
- "type": "bytes"
3613
- },
3614
- {
3615
- "components": [
3616
- {
3617
- "internalType": "address",
3618
- "name": "recipient",
3619
- "type": "address"
3620
- },
3621
- {
3622
- "internalType": "uint256",
3623
- "name": "nativeTokenAmount",
3624
- "type": "uint256"
3625
- },
3626
- {
3627
- "internalType": "address",
3628
- "name": "erc20TokenAddress",
3629
- "type": "address"
3630
- },
3631
- {
3632
- "internalType": "uint256",
3633
- "name": "erc20TokenAmount",
3634
- "type": "uint256"
3635
- }
3636
- ],
3637
- "internalType": "struct EngineBlox.PaymentDetails",
3638
- "name": "payment",
3639
- "type": "tuple"
3640
- }
3641
- ],
3642
- "internalType": "struct EngineBlox.TxRecord",
3643
- "name": "txRecord",
3644
- "type": "tuple"
3645
- },
3646
- {
3647
- "components": [
3648
- {
3649
- "internalType": "uint256",
3650
- "name": "chainId",
3651
- "type": "uint256"
3652
- },
3653
- {
3654
- "internalType": "uint256",
3655
- "name": "nonce",
3656
- "type": "uint256"
3657
- },
3658
- {
3659
- "internalType": "address",
3660
- "name": "handlerContract",
3661
- "type": "address"
3662
- },
3663
- {
3664
- "internalType": "bytes4",
3665
- "name": "handlerSelector",
3666
- "type": "bytes4"
3667
- },
3668
- {
3669
- "internalType": "enum EngineBlox.TxAction",
3670
- "name": "action",
3671
- "type": "uint8"
3672
- },
3673
- {
3674
- "internalType": "uint256",
3675
- "name": "deadline",
3676
- "type": "uint256"
3677
- },
3678
- {
3679
- "internalType": "uint256",
3680
- "name": "maxGasPrice",
3681
- "type": "uint256"
3682
- },
3683
- {
3684
- "internalType": "address",
3685
- "name": "signer",
3686
- "type": "address"
3687
- }
3688
- ],
3689
- "internalType": "struct EngineBlox.MetaTxParams",
3690
- "name": "params",
3691
- "type": "tuple"
3692
- },
3693
- {
3694
- "internalType": "bytes32",
3695
- "name": "message",
3696
- "type": "bytes32"
3697
- },
3698
- {
3699
- "internalType": "bytes",
3700
- "name": "signature",
3701
- "type": "bytes"
3702
- },
3703
- {
3704
- "internalType": "bytes",
3705
- "name": "data",
3706
- "type": "bytes"
3707
- }
3708
- ],
3709
- "internalType": "struct EngineBlox.MetaTransaction",
3710
- "name": "metaTx",
3711
- "type": "tuple"
3712
- }
3713
- ],
3714
- "name": "updateRecoveryRequestAndApprove",
3715
- "outputs": [
3716
- {
3717
- "internalType": "uint256",
3718
- "name": "",
3719
- "type": "uint256"
3720
- }
3721
- ],
3722
- "stateMutability": "nonpayable",
3723
- "type": "function"
3724
- },
3725
- {
3726
- "inputs": [
3727
- {
3728
- "components": [
3729
- {
3730
- "components": [
3731
- {
3732
- "internalType": "uint256",
3733
- "name": "txId",
3734
- "type": "uint256"
3735
- },
3736
- {
3737
- "internalType": "uint256",
3738
- "name": "releaseTime",
3739
- "type": "uint256"
3740
- },
3741
- {
3742
- "internalType": "enum EngineBlox.TxStatus",
3743
- "name": "status",
3744
- "type": "uint8"
3745
- },
3746
- {
3747
- "components": [
3748
- {
3749
- "internalType": "address",
3750
- "name": "requester",
3751
- "type": "address"
3752
- },
3753
- {
3754
- "internalType": "address",
3755
- "name": "target",
3756
- "type": "address"
3757
- },
3758
- {
3759
- "internalType": "uint256",
3760
- "name": "value",
3761
- "type": "uint256"
3762
- },
3763
- {
3764
- "internalType": "uint256",
3765
- "name": "gasLimit",
3766
- "type": "uint256"
3767
- },
3768
- {
3769
- "internalType": "bytes32",
3770
- "name": "operationType",
3771
- "type": "bytes32"
3772
- },
3773
- {
3774
- "internalType": "bytes4",
3775
- "name": "executionSelector",
3776
- "type": "bytes4"
3777
- },
3778
- {
3779
- "internalType": "bytes",
3780
- "name": "executionParams",
3781
- "type": "bytes"
3782
- }
3783
- ],
3784
- "internalType": "struct EngineBlox.TxParams",
3785
- "name": "params",
3786
- "type": "tuple"
3787
- },
3788
- {
3789
- "internalType": "bytes32",
3790
- "name": "message",
3791
- "type": "bytes32"
3792
- },
3793
- {
3794
- "internalType": "bytes",
3795
- "name": "result",
3796
- "type": "bytes"
3797
- },
3798
- {
3799
- "components": [
3800
- {
3801
- "internalType": "address",
3802
- "name": "recipient",
3803
- "type": "address"
3804
- },
3805
- {
3806
- "internalType": "uint256",
3807
- "name": "nativeTokenAmount",
3808
- "type": "uint256"
3809
- },
3810
- {
3811
- "internalType": "address",
3812
- "name": "erc20TokenAddress",
3813
- "type": "address"
3814
- },
3815
- {
3816
- "internalType": "uint256",
3817
- "name": "erc20TokenAmount",
3818
- "type": "uint256"
3819
- }
3820
- ],
3821
- "internalType": "struct EngineBlox.PaymentDetails",
3822
- "name": "payment",
3823
- "type": "tuple"
3824
- }
3825
- ],
3826
- "internalType": "struct EngineBlox.TxRecord",
3827
- "name": "txRecord",
3828
- "type": "tuple"
3829
- },
3830
- {
3831
- "components": [
3832
- {
3833
- "internalType": "uint256",
3834
- "name": "chainId",
3835
- "type": "uint256"
3836
- },
3837
- {
3838
- "internalType": "uint256",
3839
- "name": "nonce",
3840
- "type": "uint256"
3841
- },
3842
- {
3843
- "internalType": "address",
3844
- "name": "handlerContract",
3845
- "type": "address"
3846
- },
3847
- {
3848
- "internalType": "bytes4",
3849
- "name": "handlerSelector",
3850
- "type": "bytes4"
3851
- },
3852
- {
3853
- "internalType": "enum EngineBlox.TxAction",
3854
- "name": "action",
3855
- "type": "uint8"
3856
- },
3857
- {
3858
- "internalType": "uint256",
3859
- "name": "deadline",
3860
- "type": "uint256"
3861
- },
3862
- {
3863
- "internalType": "uint256",
3864
- "name": "maxGasPrice",
3865
- "type": "uint256"
3866
- },
3867
- {
3868
- "internalType": "address",
3869
- "name": "signer",
3870
- "type": "address"
3871
- }
3872
- ],
3873
- "internalType": "struct EngineBlox.MetaTxParams",
3874
- "name": "params",
3875
- "type": "tuple"
3876
- },
3877
- {
3878
- "internalType": "bytes32",
3879
- "name": "message",
3880
- "type": "bytes32"
3881
- },
3882
- {
3883
- "internalType": "bytes",
3884
- "name": "signature",
3885
- "type": "bytes"
3886
- },
3887
- {
3888
- "internalType": "bytes",
3889
- "name": "data",
3890
- "type": "bytes"
3891
- }
3892
- ],
3893
- "internalType": "struct EngineBlox.MetaTransaction",
3894
- "name": "metaTx",
3895
- "type": "tuple"
3896
- }
3897
- ],
3898
- "name": "updateTimeLockRequestAndApprove",
3899
- "outputs": [
3900
- {
3901
- "internalType": "uint256",
3902
- "name": "",
3903
- "type": "uint256"
3904
- }
3905
- ],
3906
- "stateMutability": "nonpayable",
3907
- "type": "function"
3908
- },
3909
- {
3910
- "stateMutability": "payable",
3911
- "type": "receive"
3912
- },
3913
- {
3914
- "inputs": [
3915
- {
3916
- "internalType": "address",
3917
- "name": "initialOwner",
3918
- "type": "address"
3919
- },
3920
- {
3921
- "internalType": "address",
3922
- "name": "broadcaster",
3923
- "type": "address"
3924
- },
3925
- {
3926
- "internalType": "address",
3927
- "name": "recovery",
3928
- "type": "address"
3929
- },
3930
- {
3931
- "internalType": "uint256",
3932
- "name": "timeLockPeriodSec",
3933
- "type": "uint256"
3934
- },
3935
- {
3936
- "internalType": "address",
3937
- "name": "eventForwarder",
3938
- "type": "address"
3939
- }
3940
- ],
3941
- "name": "initialize",
3942
- "outputs": [],
3943
- "stateMutability": "nonpayable",
3944
- "type": "function"
3945
- }
3946
- ]