@bloxchain/sdk 1.0.0-alpha.20 → 1.0.0-alpha.22

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