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

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 (129) hide show
  1. package/README.md +376 -376
  2. package/abi/AccountBlox.abi.json +609 -2479
  3. package/abi/BareBlox.abi.json +94 -0
  4. package/abi/BaseStateMachine.abi.json +85 -45
  5. package/abi/CopyBlox.abi.json +1593 -0
  6. package/abi/EngineBlox.abi.json +73 -90
  7. package/abi/GuardController.abi.json +252 -806
  8. package/abi/GuardControllerDefinitions.abi.json +411 -0
  9. package/abi/IDefinition.abi.json +5 -0
  10. package/abi/RoleBlox.abi.json +375 -1590
  11. package/abi/RuntimeRBAC.abi.json +155 -218
  12. package/abi/RuntimeRBACDefinitions.abi.json +179 -0
  13. package/abi/SecureBlox.abi.json +436 -1511
  14. package/abi/SecureOwnable.abi.json +524 -1621
  15. package/abi/SecureOwnableDefinitions.abi.json +5 -0
  16. package/abi/SimpleRWA20.abi.json +478 -1756
  17. package/abi/SimpleRWA20Definitions.abi.json +5 -0
  18. package/abi/SimpleVault.abi.json +648 -2214
  19. package/abi/SimpleVaultDefinitions.abi.json +5 -0
  20. package/dist/abi/AccountBlox.abi.json +3929 -0
  21. package/dist/abi/BareBlox.abi.json +1378 -0
  22. package/dist/abi/BaseStateMachine.abi.json +1213 -1173
  23. package/dist/abi/CopyBlox.abi.json +1593 -0
  24. package/dist/abi/EngineBlox.abi.json +855 -0
  25. package/dist/abi/GuardController.abi.json +2222 -2776
  26. package/dist/abi/GuardControllerDefinitions.abi.json +411 -0
  27. package/dist/abi/IDefinition.abi.json +113 -108
  28. package/dist/abi/RoleBlox.abi.json +2994 -0
  29. package/dist/abi/RuntimeRBAC.abi.json +1540 -1603
  30. package/dist/abi/RuntimeRBACDefinitions.abi.json +381 -0
  31. package/dist/abi/SecureBlox.abi.json +2753 -0
  32. package/dist/abi/SecureOwnable.abi.json +2585 -3682
  33. package/dist/abi/SecureOwnableDefinitions.abi.json +416 -0
  34. package/dist/abi/SimpleRWA20.abi.json +4010 -0
  35. package/dist/abi/SimpleRWA20Definitions.abi.json +196 -0
  36. package/dist/abi/SimpleVault.abi.json +3385 -0
  37. package/dist/abi/SimpleVaultDefinitions.abi.json +274 -0
  38. package/dist/abi.d.ts +11 -0
  39. package/dist/abi.d.ts.map +1 -0
  40. package/dist/abi.js +10 -0
  41. package/dist/abi.js.map +1 -0
  42. package/dist/contracts/{BaseStateMachine.d.ts → core/BaseStateMachine.d.ts} +20 -6
  43. package/dist/contracts/core/BaseStateMachine.d.ts.map +1 -0
  44. package/dist/contracts/{BaseStateMachine.js → core/BaseStateMachine.js} +88 -38
  45. package/dist/contracts/core/BaseStateMachine.js.map +1 -0
  46. package/dist/contracts/{GuardController.d.ts → core/GuardController.d.ts} +22 -15
  47. package/dist/contracts/core/GuardController.d.ts.map +1 -0
  48. package/dist/contracts/{GuardController.js → core/GuardController.js} +19 -21
  49. package/dist/contracts/core/GuardController.js.map +1 -0
  50. package/dist/contracts/core/RuntimeRBAC.d.ts +27 -0
  51. package/dist/contracts/core/RuntimeRBAC.d.ts.map +1 -0
  52. package/dist/contracts/core/RuntimeRBAC.js +33 -0
  53. package/dist/contracts/core/RuntimeRBAC.js.map +1 -0
  54. package/dist/contracts/{SecureOwnable.d.ts → core/SecureOwnable.d.ts} +5 -15
  55. package/dist/contracts/core/SecureOwnable.d.ts.map +1 -0
  56. package/dist/contracts/{SecureOwnable.js → core/SecureOwnable.js} +4 -23
  57. package/dist/contracts/core/SecureOwnable.js.map +1 -0
  58. package/dist/index.d.ts +8 -7
  59. package/dist/index.d.ts.map +1 -1
  60. package/dist/index.js +6 -6
  61. package/dist/index.js.map +1 -1
  62. package/dist/interfaces/base.index.d.ts +10 -2
  63. package/dist/interfaces/base.index.d.ts.map +1 -1
  64. package/dist/interfaces/base.state.machine.index.d.ts +3 -2
  65. package/dist/interfaces/base.state.machine.index.d.ts.map +1 -1
  66. package/dist/interfaces/core.access.index.d.ts +2 -16
  67. package/dist/interfaces/core.access.index.d.ts.map +1 -1
  68. package/dist/interfaces/core.execution.index.d.ts +8 -11
  69. package/dist/interfaces/core.execution.index.d.ts.map +1 -1
  70. package/dist/interfaces/core.security.index.d.ts +1 -4
  71. package/dist/interfaces/core.security.index.d.ts.map +1 -1
  72. package/dist/lib/Definition.d.ts.map +1 -1
  73. package/dist/lib/Definition.js +1 -0
  74. package/dist/lib/Definition.js.map +1 -1
  75. package/dist/lib/EngineBlox.d.ts +16 -49
  76. package/dist/lib/EngineBlox.d.ts.map +1 -1
  77. package/dist/lib/EngineBlox.js +20 -108
  78. package/dist/lib/EngineBlox.js.map +1 -1
  79. package/dist/lib/definitions/GuardControllerDefinitions.d.ts +34 -7
  80. package/dist/lib/definitions/GuardControllerDefinitions.d.ts.map +1 -1
  81. package/dist/lib/definitions/GuardControllerDefinitions.js +62 -10
  82. package/dist/lib/definitions/GuardControllerDefinitions.js.map +1 -1
  83. package/dist/lib/definitions/RuntimeRBACDefinitions.d.ts +48 -7
  84. package/dist/lib/definitions/RuntimeRBACDefinitions.d.ts.map +1 -1
  85. package/dist/lib/definitions/RuntimeRBACDefinitions.js +73 -10
  86. package/dist/lib/definitions/RuntimeRBACDefinitions.js.map +1 -1
  87. package/dist/lib/definitions/SecureOwnableDefinitions.d.ts +12 -7
  88. package/dist/lib/definitions/SecureOwnableDefinitions.d.ts.map +1 -1
  89. package/dist/lib/definitions/SecureOwnableDefinitions.js +25 -9
  90. package/dist/lib/definitions/SecureOwnableDefinitions.js.map +1 -1
  91. package/dist/lib/definitions/index.d.ts +6 -4
  92. package/dist/lib/definitions/index.d.ts.map +1 -1
  93. package/dist/lib/definitions/index.js +5 -4
  94. package/dist/lib/definitions/index.js.map +1 -1
  95. package/dist/types/base.state.machine.index.d.ts +0 -2
  96. package/dist/types/base.state.machine.index.d.ts.map +1 -1
  97. package/dist/types/base.state.machine.index.js +1 -3
  98. package/dist/types/base.state.machine.index.js.map +1 -1
  99. package/dist/types/core.execution.index.d.ts +1 -0
  100. package/dist/types/core.execution.index.d.ts.map +1 -1
  101. package/dist/types/core.execution.index.js +1 -0
  102. package/dist/types/core.execution.index.js.map +1 -1
  103. package/dist/types/core.security.index.d.ts.map +1 -1
  104. package/dist/types/core.security.index.js +2 -2
  105. package/dist/types/core.security.index.js.map +1 -1
  106. package/dist/types/definition.index.d.ts +2 -0
  107. package/dist/types/definition.index.d.ts.map +1 -1
  108. package/dist/types/definition.index.js.map +1 -1
  109. package/dist/utils/contract-errors.d.ts +125 -6
  110. package/dist/utils/contract-errors.d.ts.map +1 -1
  111. package/dist/utils/contract-errors.js +375 -107
  112. package/dist/utils/contract-errors.js.map +1 -1
  113. package/dist/utils/interface-ids.js +8 -8
  114. package/dist/utils/interface-ids.js.map +1 -1
  115. package/dist/utils/metaTx/metaTransaction.d.ts +103 -7
  116. package/dist/utils/metaTx/metaTransaction.d.ts.map +1 -1
  117. package/dist/utils/metaTx/metaTransaction.js +136 -25
  118. package/dist/utils/metaTx/metaTransaction.js.map +1 -1
  119. package/package.json +10 -6
  120. package/dist/contracts/BaseStateMachine.d.ts.map +0 -1
  121. package/dist/contracts/BaseStateMachine.js.map +0 -1
  122. package/dist/contracts/GuardController.d.ts.map +0 -1
  123. package/dist/contracts/GuardController.js.map +0 -1
  124. package/dist/contracts/RuntimeRBAC.d.ts +0 -54
  125. package/dist/contracts/RuntimeRBAC.d.ts.map +0 -1
  126. package/dist/contracts/RuntimeRBAC.js +0 -58
  127. package/dist/contracts/RuntimeRBAC.js.map +0 -1
  128. package/dist/contracts/SecureOwnable.d.ts.map +0 -1
  129. package/dist/contracts/SecureOwnable.js.map +0 -1
@@ -0,0 +1,2994 @@
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
+ "name": "InvalidInitialization",
59
+ "type": "error"
60
+ },
61
+ {
62
+ "inputs": [
63
+ {
64
+ "internalType": "uint256",
65
+ "name": "from",
66
+ "type": "uint256"
67
+ },
68
+ {
69
+ "internalType": "uint256",
70
+ "name": "to",
71
+ "type": "uint256"
72
+ }
73
+ ],
74
+ "name": "InvalidRange",
75
+ "type": "error"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "address",
81
+ "name": "caller",
82
+ "type": "address"
83
+ }
84
+ ],
85
+ "name": "NoPermission",
86
+ "type": "error"
87
+ },
88
+ {
89
+ "inputs": [],
90
+ "name": "NotInitializing",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "NotSupported",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "address",
102
+ "name": "caller",
103
+ "type": "address"
104
+ },
105
+ {
106
+ "internalType": "address",
107
+ "name": "contractAddress",
108
+ "type": "address"
109
+ }
110
+ ],
111
+ "name": "OnlyCallableByContract",
112
+ "type": "error"
113
+ },
114
+ {
115
+ "inputs": [],
116
+ "name": "PendingSecureRequest",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "rangeSize",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "maxRangeSize",
129
+ "type": "uint256"
130
+ }
131
+ ],
132
+ "name": "RangeSizeExceeded",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [],
137
+ "name": "ReentrancyGuardReentrantCall",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "bytes32",
144
+ "name": "resourceId",
145
+ "type": "bytes32"
146
+ }
147
+ ],
148
+ "name": "ResourceNotFound",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "caller",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "internalType": "address",
160
+ "name": "owner",
161
+ "type": "address"
162
+ }
163
+ ],
164
+ "name": "RestrictedOwner",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "address",
171
+ "name": "caller",
172
+ "type": "address"
173
+ },
174
+ {
175
+ "internalType": "address",
176
+ "name": "owner",
177
+ "type": "address"
178
+ },
179
+ {
180
+ "internalType": "address",
181
+ "name": "recovery",
182
+ "type": "address"
183
+ }
184
+ ],
185
+ "name": "RestrictedOwnerRecovery",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "address",
192
+ "name": "caller",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "internalType": "address",
197
+ "name": "recovery",
198
+ "type": "address"
199
+ }
200
+ ],
201
+ "name": "RestrictedRecovery",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "anonymous": false,
206
+ "inputs": [
207
+ {
208
+ "indexed": true,
209
+ "internalType": "bytes4",
210
+ "name": "functionSelector",
211
+ "type": "bytes4"
212
+ },
213
+ {
214
+ "indexed": false,
215
+ "internalType": "bytes",
216
+ "name": "data",
217
+ "type": "bytes"
218
+ }
219
+ ],
220
+ "name": "ComponentEvent",
221
+ "type": "event"
222
+ },
223
+ {
224
+ "anonymous": false,
225
+ "inputs": [
226
+ {
227
+ "indexed": false,
228
+ "internalType": "uint64",
229
+ "name": "version",
230
+ "type": "uint64"
231
+ }
232
+ ],
233
+ "name": "Initialized",
234
+ "type": "event"
235
+ },
236
+ {
237
+ "inputs": [
238
+ {
239
+ "internalType": "address",
240
+ "name": "handlerContract",
241
+ "type": "address"
242
+ },
243
+ {
244
+ "internalType": "bytes4",
245
+ "name": "handlerSelector",
246
+ "type": "bytes4"
247
+ },
248
+ {
249
+ "internalType": "enum EngineBlox.TxAction",
250
+ "name": "action",
251
+ "type": "uint8"
252
+ },
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "deadline",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "uint256",
260
+ "name": "maxGasPrice",
261
+ "type": "uint256"
262
+ },
263
+ {
264
+ "internalType": "address",
265
+ "name": "signer",
266
+ "type": "address"
267
+ }
268
+ ],
269
+ "name": "createMetaTxParams",
270
+ "outputs": [
271
+ {
272
+ "components": [
273
+ {
274
+ "internalType": "uint256",
275
+ "name": "chainId",
276
+ "type": "uint256"
277
+ },
278
+ {
279
+ "internalType": "uint256",
280
+ "name": "nonce",
281
+ "type": "uint256"
282
+ },
283
+ {
284
+ "internalType": "address",
285
+ "name": "handlerContract",
286
+ "type": "address"
287
+ },
288
+ {
289
+ "internalType": "bytes4",
290
+ "name": "handlerSelector",
291
+ "type": "bytes4"
292
+ },
293
+ {
294
+ "internalType": "enum EngineBlox.TxAction",
295
+ "name": "action",
296
+ "type": "uint8"
297
+ },
298
+ {
299
+ "internalType": "uint256",
300
+ "name": "deadline",
301
+ "type": "uint256"
302
+ },
303
+ {
304
+ "internalType": "uint256",
305
+ "name": "maxGasPrice",
306
+ "type": "uint256"
307
+ },
308
+ {
309
+ "internalType": "address",
310
+ "name": "signer",
311
+ "type": "address"
312
+ }
313
+ ],
314
+ "internalType": "struct EngineBlox.MetaTxParams",
315
+ "name": "",
316
+ "type": "tuple"
317
+ }
318
+ ],
319
+ "stateMutability": "view",
320
+ "type": "function"
321
+ },
322
+ {
323
+ "inputs": [
324
+ {
325
+ "internalType": "address",
326
+ "name": "newBroadcaster",
327
+ "type": "address"
328
+ },
329
+ {
330
+ "internalType": "uint256",
331
+ "name": "location",
332
+ "type": "uint256"
333
+ }
334
+ ],
335
+ "name": "executeBroadcasterUpdate",
336
+ "outputs": [],
337
+ "stateMutability": "nonpayable",
338
+ "type": "function"
339
+ },
340
+ {
341
+ "inputs": [
342
+ {
343
+ "internalType": "address",
344
+ "name": "newRecoveryAddress",
345
+ "type": "address"
346
+ }
347
+ ],
348
+ "name": "executeRecoveryUpdate",
349
+ "outputs": [],
350
+ "stateMutability": "nonpayable",
351
+ "type": "function"
352
+ },
353
+ {
354
+ "inputs": [
355
+ {
356
+ "components": [
357
+ {
358
+ "internalType": "enum IRuntimeRBAC.RoleConfigActionType",
359
+ "name": "actionType",
360
+ "type": "uint8"
361
+ },
362
+ {
363
+ "internalType": "bytes",
364
+ "name": "data",
365
+ "type": "bytes"
366
+ }
367
+ ],
368
+ "internalType": "struct IRuntimeRBAC.RoleConfigAction[]",
369
+ "name": "actions",
370
+ "type": "tuple[]"
371
+ }
372
+ ],
373
+ "name": "executeRoleConfigBatch",
374
+ "outputs": [],
375
+ "stateMutability": "nonpayable",
376
+ "type": "function"
377
+ },
378
+ {
379
+ "inputs": [
380
+ {
381
+ "internalType": "uint256",
382
+ "name": "newTimeLockPeriodSec",
383
+ "type": "uint256"
384
+ }
385
+ ],
386
+ "name": "executeTimeLockUpdate",
387
+ "outputs": [],
388
+ "stateMutability": "nonpayable",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "inputs": [
393
+ {
394
+ "internalType": "address",
395
+ "name": "newOwner",
396
+ "type": "address"
397
+ }
398
+ ],
399
+ "name": "executeTransferOwnership",
400
+ "outputs": [],
401
+ "stateMutability": "nonpayable",
402
+ "type": "function"
403
+ },
404
+ {
405
+ "inputs": [
406
+ {
407
+ "internalType": "bytes4",
408
+ "name": "functionSelector",
409
+ "type": "bytes4"
410
+ }
411
+ ],
412
+ "name": "functionSchemaExists",
413
+ "outputs": [
414
+ {
415
+ "internalType": "bool",
416
+ "name": "",
417
+ "type": "bool"
418
+ }
419
+ ],
420
+ "stateMutability": "view",
421
+ "type": "function"
422
+ },
423
+ {
424
+ "inputs": [
425
+ {
426
+ "internalType": "uint256",
427
+ "name": "txId",
428
+ "type": "uint256"
429
+ },
430
+ {
431
+ "components": [
432
+ {
433
+ "internalType": "uint256",
434
+ "name": "chainId",
435
+ "type": "uint256"
436
+ },
437
+ {
438
+ "internalType": "uint256",
439
+ "name": "nonce",
440
+ "type": "uint256"
441
+ },
442
+ {
443
+ "internalType": "address",
444
+ "name": "handlerContract",
445
+ "type": "address"
446
+ },
447
+ {
448
+ "internalType": "bytes4",
449
+ "name": "handlerSelector",
450
+ "type": "bytes4"
451
+ },
452
+ {
453
+ "internalType": "enum EngineBlox.TxAction",
454
+ "name": "action",
455
+ "type": "uint8"
456
+ },
457
+ {
458
+ "internalType": "uint256",
459
+ "name": "deadline",
460
+ "type": "uint256"
461
+ },
462
+ {
463
+ "internalType": "uint256",
464
+ "name": "maxGasPrice",
465
+ "type": "uint256"
466
+ },
467
+ {
468
+ "internalType": "address",
469
+ "name": "signer",
470
+ "type": "address"
471
+ }
472
+ ],
473
+ "internalType": "struct EngineBlox.MetaTxParams",
474
+ "name": "metaTxParams",
475
+ "type": "tuple"
476
+ }
477
+ ],
478
+ "name": "generateUnsignedMetaTransactionForExisting",
479
+ "outputs": [
480
+ {
481
+ "components": [
482
+ {
483
+ "components": [
484
+ {
485
+ "internalType": "uint256",
486
+ "name": "txId",
487
+ "type": "uint256"
488
+ },
489
+ {
490
+ "internalType": "uint256",
491
+ "name": "releaseTime",
492
+ "type": "uint256"
493
+ },
494
+ {
495
+ "internalType": "enum EngineBlox.TxStatus",
496
+ "name": "status",
497
+ "type": "uint8"
498
+ },
499
+ {
500
+ "components": [
501
+ {
502
+ "internalType": "address",
503
+ "name": "requester",
504
+ "type": "address"
505
+ },
506
+ {
507
+ "internalType": "address",
508
+ "name": "target",
509
+ "type": "address"
510
+ },
511
+ {
512
+ "internalType": "uint256",
513
+ "name": "value",
514
+ "type": "uint256"
515
+ },
516
+ {
517
+ "internalType": "uint256",
518
+ "name": "gasLimit",
519
+ "type": "uint256"
520
+ },
521
+ {
522
+ "internalType": "bytes32",
523
+ "name": "operationType",
524
+ "type": "bytes32"
525
+ },
526
+ {
527
+ "internalType": "bytes4",
528
+ "name": "executionSelector",
529
+ "type": "bytes4"
530
+ },
531
+ {
532
+ "internalType": "bytes",
533
+ "name": "executionParams",
534
+ "type": "bytes"
535
+ }
536
+ ],
537
+ "internalType": "struct EngineBlox.TxParams",
538
+ "name": "params",
539
+ "type": "tuple"
540
+ },
541
+ {
542
+ "internalType": "bytes32",
543
+ "name": "message",
544
+ "type": "bytes32"
545
+ },
546
+ {
547
+ "internalType": "bytes",
548
+ "name": "result",
549
+ "type": "bytes"
550
+ },
551
+ {
552
+ "components": [
553
+ {
554
+ "internalType": "address",
555
+ "name": "recipient",
556
+ "type": "address"
557
+ },
558
+ {
559
+ "internalType": "uint256",
560
+ "name": "nativeTokenAmount",
561
+ "type": "uint256"
562
+ },
563
+ {
564
+ "internalType": "address",
565
+ "name": "erc20TokenAddress",
566
+ "type": "address"
567
+ },
568
+ {
569
+ "internalType": "uint256",
570
+ "name": "erc20TokenAmount",
571
+ "type": "uint256"
572
+ }
573
+ ],
574
+ "internalType": "struct EngineBlox.PaymentDetails",
575
+ "name": "payment",
576
+ "type": "tuple"
577
+ }
578
+ ],
579
+ "internalType": "struct EngineBlox.TxRecord",
580
+ "name": "txRecord",
581
+ "type": "tuple"
582
+ },
583
+ {
584
+ "components": [
585
+ {
586
+ "internalType": "uint256",
587
+ "name": "chainId",
588
+ "type": "uint256"
589
+ },
590
+ {
591
+ "internalType": "uint256",
592
+ "name": "nonce",
593
+ "type": "uint256"
594
+ },
595
+ {
596
+ "internalType": "address",
597
+ "name": "handlerContract",
598
+ "type": "address"
599
+ },
600
+ {
601
+ "internalType": "bytes4",
602
+ "name": "handlerSelector",
603
+ "type": "bytes4"
604
+ },
605
+ {
606
+ "internalType": "enum EngineBlox.TxAction",
607
+ "name": "action",
608
+ "type": "uint8"
609
+ },
610
+ {
611
+ "internalType": "uint256",
612
+ "name": "deadline",
613
+ "type": "uint256"
614
+ },
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "maxGasPrice",
618
+ "type": "uint256"
619
+ },
620
+ {
621
+ "internalType": "address",
622
+ "name": "signer",
623
+ "type": "address"
624
+ }
625
+ ],
626
+ "internalType": "struct EngineBlox.MetaTxParams",
627
+ "name": "params",
628
+ "type": "tuple"
629
+ },
630
+ {
631
+ "internalType": "bytes32",
632
+ "name": "message",
633
+ "type": "bytes32"
634
+ },
635
+ {
636
+ "internalType": "bytes",
637
+ "name": "signature",
638
+ "type": "bytes"
639
+ },
640
+ {
641
+ "internalType": "bytes",
642
+ "name": "data",
643
+ "type": "bytes"
644
+ }
645
+ ],
646
+ "internalType": "struct EngineBlox.MetaTransaction",
647
+ "name": "",
648
+ "type": "tuple"
649
+ }
650
+ ],
651
+ "stateMutability": "view",
652
+ "type": "function"
653
+ },
654
+ {
655
+ "inputs": [
656
+ {
657
+ "internalType": "address",
658
+ "name": "requester",
659
+ "type": "address"
660
+ },
661
+ {
662
+ "internalType": "address",
663
+ "name": "target",
664
+ "type": "address"
665
+ },
666
+ {
667
+ "internalType": "uint256",
668
+ "name": "value",
669
+ "type": "uint256"
670
+ },
671
+ {
672
+ "internalType": "uint256",
673
+ "name": "gasLimit",
674
+ "type": "uint256"
675
+ },
676
+ {
677
+ "internalType": "bytes32",
678
+ "name": "operationType",
679
+ "type": "bytes32"
680
+ },
681
+ {
682
+ "internalType": "bytes4",
683
+ "name": "executionSelector",
684
+ "type": "bytes4"
685
+ },
686
+ {
687
+ "internalType": "bytes",
688
+ "name": "executionParams",
689
+ "type": "bytes"
690
+ },
691
+ {
692
+ "components": [
693
+ {
694
+ "internalType": "uint256",
695
+ "name": "chainId",
696
+ "type": "uint256"
697
+ },
698
+ {
699
+ "internalType": "uint256",
700
+ "name": "nonce",
701
+ "type": "uint256"
702
+ },
703
+ {
704
+ "internalType": "address",
705
+ "name": "handlerContract",
706
+ "type": "address"
707
+ },
708
+ {
709
+ "internalType": "bytes4",
710
+ "name": "handlerSelector",
711
+ "type": "bytes4"
712
+ },
713
+ {
714
+ "internalType": "enum EngineBlox.TxAction",
715
+ "name": "action",
716
+ "type": "uint8"
717
+ },
718
+ {
719
+ "internalType": "uint256",
720
+ "name": "deadline",
721
+ "type": "uint256"
722
+ },
723
+ {
724
+ "internalType": "uint256",
725
+ "name": "maxGasPrice",
726
+ "type": "uint256"
727
+ },
728
+ {
729
+ "internalType": "address",
730
+ "name": "signer",
731
+ "type": "address"
732
+ }
733
+ ],
734
+ "internalType": "struct EngineBlox.MetaTxParams",
735
+ "name": "metaTxParams",
736
+ "type": "tuple"
737
+ }
738
+ ],
739
+ "name": "generateUnsignedMetaTransactionForNew",
740
+ "outputs": [
741
+ {
742
+ "components": [
743
+ {
744
+ "components": [
745
+ {
746
+ "internalType": "uint256",
747
+ "name": "txId",
748
+ "type": "uint256"
749
+ },
750
+ {
751
+ "internalType": "uint256",
752
+ "name": "releaseTime",
753
+ "type": "uint256"
754
+ },
755
+ {
756
+ "internalType": "enum EngineBlox.TxStatus",
757
+ "name": "status",
758
+ "type": "uint8"
759
+ },
760
+ {
761
+ "components": [
762
+ {
763
+ "internalType": "address",
764
+ "name": "requester",
765
+ "type": "address"
766
+ },
767
+ {
768
+ "internalType": "address",
769
+ "name": "target",
770
+ "type": "address"
771
+ },
772
+ {
773
+ "internalType": "uint256",
774
+ "name": "value",
775
+ "type": "uint256"
776
+ },
777
+ {
778
+ "internalType": "uint256",
779
+ "name": "gasLimit",
780
+ "type": "uint256"
781
+ },
782
+ {
783
+ "internalType": "bytes32",
784
+ "name": "operationType",
785
+ "type": "bytes32"
786
+ },
787
+ {
788
+ "internalType": "bytes4",
789
+ "name": "executionSelector",
790
+ "type": "bytes4"
791
+ },
792
+ {
793
+ "internalType": "bytes",
794
+ "name": "executionParams",
795
+ "type": "bytes"
796
+ }
797
+ ],
798
+ "internalType": "struct EngineBlox.TxParams",
799
+ "name": "params",
800
+ "type": "tuple"
801
+ },
802
+ {
803
+ "internalType": "bytes32",
804
+ "name": "message",
805
+ "type": "bytes32"
806
+ },
807
+ {
808
+ "internalType": "bytes",
809
+ "name": "result",
810
+ "type": "bytes"
811
+ },
812
+ {
813
+ "components": [
814
+ {
815
+ "internalType": "address",
816
+ "name": "recipient",
817
+ "type": "address"
818
+ },
819
+ {
820
+ "internalType": "uint256",
821
+ "name": "nativeTokenAmount",
822
+ "type": "uint256"
823
+ },
824
+ {
825
+ "internalType": "address",
826
+ "name": "erc20TokenAddress",
827
+ "type": "address"
828
+ },
829
+ {
830
+ "internalType": "uint256",
831
+ "name": "erc20TokenAmount",
832
+ "type": "uint256"
833
+ }
834
+ ],
835
+ "internalType": "struct EngineBlox.PaymentDetails",
836
+ "name": "payment",
837
+ "type": "tuple"
838
+ }
839
+ ],
840
+ "internalType": "struct EngineBlox.TxRecord",
841
+ "name": "txRecord",
842
+ "type": "tuple"
843
+ },
844
+ {
845
+ "components": [
846
+ {
847
+ "internalType": "uint256",
848
+ "name": "chainId",
849
+ "type": "uint256"
850
+ },
851
+ {
852
+ "internalType": "uint256",
853
+ "name": "nonce",
854
+ "type": "uint256"
855
+ },
856
+ {
857
+ "internalType": "address",
858
+ "name": "handlerContract",
859
+ "type": "address"
860
+ },
861
+ {
862
+ "internalType": "bytes4",
863
+ "name": "handlerSelector",
864
+ "type": "bytes4"
865
+ },
866
+ {
867
+ "internalType": "enum EngineBlox.TxAction",
868
+ "name": "action",
869
+ "type": "uint8"
870
+ },
871
+ {
872
+ "internalType": "uint256",
873
+ "name": "deadline",
874
+ "type": "uint256"
875
+ },
876
+ {
877
+ "internalType": "uint256",
878
+ "name": "maxGasPrice",
879
+ "type": "uint256"
880
+ },
881
+ {
882
+ "internalType": "address",
883
+ "name": "signer",
884
+ "type": "address"
885
+ }
886
+ ],
887
+ "internalType": "struct EngineBlox.MetaTxParams",
888
+ "name": "params",
889
+ "type": "tuple"
890
+ },
891
+ {
892
+ "internalType": "bytes32",
893
+ "name": "message",
894
+ "type": "bytes32"
895
+ },
896
+ {
897
+ "internalType": "bytes",
898
+ "name": "signature",
899
+ "type": "bytes"
900
+ },
901
+ {
902
+ "internalType": "bytes",
903
+ "name": "data",
904
+ "type": "bytes"
905
+ }
906
+ ],
907
+ "internalType": "struct EngineBlox.MetaTransaction",
908
+ "name": "",
909
+ "type": "tuple"
910
+ }
911
+ ],
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [
917
+ {
918
+ "internalType": "bytes32",
919
+ "name": "roleHash",
920
+ "type": "bytes32"
921
+ }
922
+ ],
923
+ "name": "getActiveRolePermissions",
924
+ "outputs": [
925
+ {
926
+ "components": [
927
+ {
928
+ "internalType": "bytes4",
929
+ "name": "functionSelector",
930
+ "type": "bytes4"
931
+ },
932
+ {
933
+ "internalType": "uint16",
934
+ "name": "grantedActionsBitmap",
935
+ "type": "uint16"
936
+ },
937
+ {
938
+ "internalType": "bytes4[]",
939
+ "name": "handlerForSelectors",
940
+ "type": "bytes4[]"
941
+ }
942
+ ],
943
+ "internalType": "struct EngineBlox.FunctionPermission[]",
944
+ "name": "",
945
+ "type": "tuple[]"
946
+ }
947
+ ],
948
+ "stateMutability": "view",
949
+ "type": "function"
950
+ },
951
+ {
952
+ "inputs": [],
953
+ "name": "getBroadcasters",
954
+ "outputs": [
955
+ {
956
+ "internalType": "address[]",
957
+ "name": "",
958
+ "type": "address[]"
959
+ }
960
+ ],
961
+ "stateMutability": "view",
962
+ "type": "function"
963
+ },
964
+ {
965
+ "inputs": [
966
+ {
967
+ "internalType": "bytes4",
968
+ "name": "functionSelector",
969
+ "type": "bytes4"
970
+ }
971
+ ],
972
+ "name": "getFunctionSchema",
973
+ "outputs": [
974
+ {
975
+ "components": [
976
+ {
977
+ "internalType": "string",
978
+ "name": "functionSignature",
979
+ "type": "string"
980
+ },
981
+ {
982
+ "internalType": "bytes4",
983
+ "name": "functionSelector",
984
+ "type": "bytes4"
985
+ },
986
+ {
987
+ "internalType": "bytes32",
988
+ "name": "operationType",
989
+ "type": "bytes32"
990
+ },
991
+ {
992
+ "internalType": "string",
993
+ "name": "operationName",
994
+ "type": "string"
995
+ },
996
+ {
997
+ "internalType": "uint16",
998
+ "name": "supportedActionsBitmap",
999
+ "type": "uint16"
1000
+ },
1001
+ {
1002
+ "internalType": "bool",
1003
+ "name": "isProtected",
1004
+ "type": "bool"
1005
+ },
1006
+ {
1007
+ "internalType": "bytes4[]",
1008
+ "name": "handlerForSelectors",
1009
+ "type": "bytes4[]"
1010
+ }
1011
+ ],
1012
+ "internalType": "struct EngineBlox.FunctionSchema",
1013
+ "name": "",
1014
+ "type": "tuple"
1015
+ }
1016
+ ],
1017
+ "stateMutability": "view",
1018
+ "type": "function"
1019
+ },
1020
+ {
1021
+ "inputs": [
1022
+ {
1023
+ "internalType": "bytes4",
1024
+ "name": "functionSelector",
1025
+ "type": "bytes4"
1026
+ }
1027
+ ],
1028
+ "name": "getFunctionWhitelistTargets",
1029
+ "outputs": [
1030
+ {
1031
+ "internalType": "address[]",
1032
+ "name": "",
1033
+ "type": "address[]"
1034
+ }
1035
+ ],
1036
+ "stateMutability": "view",
1037
+ "type": "function"
1038
+ },
1039
+ {
1040
+ "inputs": [
1041
+ {
1042
+ "internalType": "bytes4",
1043
+ "name": "functionSelector",
1044
+ "type": "bytes4"
1045
+ }
1046
+ ],
1047
+ "name": "getHooks",
1048
+ "outputs": [
1049
+ {
1050
+ "internalType": "address[]",
1051
+ "name": "hooks",
1052
+ "type": "address[]"
1053
+ }
1054
+ ],
1055
+ "stateMutability": "view",
1056
+ "type": "function"
1057
+ },
1058
+ {
1059
+ "inputs": [],
1060
+ "name": "getPendingTransactions",
1061
+ "outputs": [
1062
+ {
1063
+ "internalType": "uint256[]",
1064
+ "name": "",
1065
+ "type": "uint256[]"
1066
+ }
1067
+ ],
1068
+ "stateMutability": "view",
1069
+ "type": "function"
1070
+ },
1071
+ {
1072
+ "inputs": [],
1073
+ "name": "getRecovery",
1074
+ "outputs": [
1075
+ {
1076
+ "internalType": "address",
1077
+ "name": "",
1078
+ "type": "address"
1079
+ }
1080
+ ],
1081
+ "stateMutability": "view",
1082
+ "type": "function"
1083
+ },
1084
+ {
1085
+ "inputs": [
1086
+ {
1087
+ "internalType": "bytes32",
1088
+ "name": "roleHash",
1089
+ "type": "bytes32"
1090
+ }
1091
+ ],
1092
+ "name": "getRole",
1093
+ "outputs": [
1094
+ {
1095
+ "internalType": "string",
1096
+ "name": "roleName",
1097
+ "type": "string"
1098
+ },
1099
+ {
1100
+ "internalType": "bytes32",
1101
+ "name": "roleHashReturn",
1102
+ "type": "bytes32"
1103
+ },
1104
+ {
1105
+ "internalType": "uint256",
1106
+ "name": "maxWallets",
1107
+ "type": "uint256"
1108
+ },
1109
+ {
1110
+ "internalType": "uint256",
1111
+ "name": "walletCount",
1112
+ "type": "uint256"
1113
+ },
1114
+ {
1115
+ "internalType": "bool",
1116
+ "name": "isProtected",
1117
+ "type": "bool"
1118
+ }
1119
+ ],
1120
+ "stateMutability": "view",
1121
+ "type": "function"
1122
+ },
1123
+ {
1124
+ "inputs": [
1125
+ {
1126
+ "internalType": "address",
1127
+ "name": "signer",
1128
+ "type": "address"
1129
+ }
1130
+ ],
1131
+ "name": "getSignerNonce",
1132
+ "outputs": [
1133
+ {
1134
+ "internalType": "uint256",
1135
+ "name": "",
1136
+ "type": "uint256"
1137
+ }
1138
+ ],
1139
+ "stateMutability": "view",
1140
+ "type": "function"
1141
+ },
1142
+ {
1143
+ "inputs": [],
1144
+ "name": "getSupportedFunctions",
1145
+ "outputs": [
1146
+ {
1147
+ "internalType": "bytes4[]",
1148
+ "name": "",
1149
+ "type": "bytes4[]"
1150
+ }
1151
+ ],
1152
+ "stateMutability": "view",
1153
+ "type": "function"
1154
+ },
1155
+ {
1156
+ "inputs": [],
1157
+ "name": "getSupportedOperationTypes",
1158
+ "outputs": [
1159
+ {
1160
+ "internalType": "bytes32[]",
1161
+ "name": "",
1162
+ "type": "bytes32[]"
1163
+ }
1164
+ ],
1165
+ "stateMutability": "view",
1166
+ "type": "function"
1167
+ },
1168
+ {
1169
+ "inputs": [],
1170
+ "name": "getSupportedRoles",
1171
+ "outputs": [
1172
+ {
1173
+ "internalType": "bytes32[]",
1174
+ "name": "",
1175
+ "type": "bytes32[]"
1176
+ }
1177
+ ],
1178
+ "stateMutability": "view",
1179
+ "type": "function"
1180
+ },
1181
+ {
1182
+ "inputs": [],
1183
+ "name": "getTimeLockPeriodSec",
1184
+ "outputs": [
1185
+ {
1186
+ "internalType": "uint256",
1187
+ "name": "",
1188
+ "type": "uint256"
1189
+ }
1190
+ ],
1191
+ "stateMutability": "view",
1192
+ "type": "function"
1193
+ },
1194
+ {
1195
+ "inputs": [
1196
+ {
1197
+ "internalType": "uint256",
1198
+ "name": "txId",
1199
+ "type": "uint256"
1200
+ }
1201
+ ],
1202
+ "name": "getTransaction",
1203
+ "outputs": [
1204
+ {
1205
+ "components": [
1206
+ {
1207
+ "internalType": "uint256",
1208
+ "name": "txId",
1209
+ "type": "uint256"
1210
+ },
1211
+ {
1212
+ "internalType": "uint256",
1213
+ "name": "releaseTime",
1214
+ "type": "uint256"
1215
+ },
1216
+ {
1217
+ "internalType": "enum EngineBlox.TxStatus",
1218
+ "name": "status",
1219
+ "type": "uint8"
1220
+ },
1221
+ {
1222
+ "components": [
1223
+ {
1224
+ "internalType": "address",
1225
+ "name": "requester",
1226
+ "type": "address"
1227
+ },
1228
+ {
1229
+ "internalType": "address",
1230
+ "name": "target",
1231
+ "type": "address"
1232
+ },
1233
+ {
1234
+ "internalType": "uint256",
1235
+ "name": "value",
1236
+ "type": "uint256"
1237
+ },
1238
+ {
1239
+ "internalType": "uint256",
1240
+ "name": "gasLimit",
1241
+ "type": "uint256"
1242
+ },
1243
+ {
1244
+ "internalType": "bytes32",
1245
+ "name": "operationType",
1246
+ "type": "bytes32"
1247
+ },
1248
+ {
1249
+ "internalType": "bytes4",
1250
+ "name": "executionSelector",
1251
+ "type": "bytes4"
1252
+ },
1253
+ {
1254
+ "internalType": "bytes",
1255
+ "name": "executionParams",
1256
+ "type": "bytes"
1257
+ }
1258
+ ],
1259
+ "internalType": "struct EngineBlox.TxParams",
1260
+ "name": "params",
1261
+ "type": "tuple"
1262
+ },
1263
+ {
1264
+ "internalType": "bytes32",
1265
+ "name": "message",
1266
+ "type": "bytes32"
1267
+ },
1268
+ {
1269
+ "internalType": "bytes",
1270
+ "name": "result",
1271
+ "type": "bytes"
1272
+ },
1273
+ {
1274
+ "components": [
1275
+ {
1276
+ "internalType": "address",
1277
+ "name": "recipient",
1278
+ "type": "address"
1279
+ },
1280
+ {
1281
+ "internalType": "uint256",
1282
+ "name": "nativeTokenAmount",
1283
+ "type": "uint256"
1284
+ },
1285
+ {
1286
+ "internalType": "address",
1287
+ "name": "erc20TokenAddress",
1288
+ "type": "address"
1289
+ },
1290
+ {
1291
+ "internalType": "uint256",
1292
+ "name": "erc20TokenAmount",
1293
+ "type": "uint256"
1294
+ }
1295
+ ],
1296
+ "internalType": "struct EngineBlox.PaymentDetails",
1297
+ "name": "payment",
1298
+ "type": "tuple"
1299
+ }
1300
+ ],
1301
+ "internalType": "struct EngineBlox.TxRecord",
1302
+ "name": "",
1303
+ "type": "tuple"
1304
+ }
1305
+ ],
1306
+ "stateMutability": "view",
1307
+ "type": "function"
1308
+ },
1309
+ {
1310
+ "inputs": [
1311
+ {
1312
+ "internalType": "uint256",
1313
+ "name": "fromTxId",
1314
+ "type": "uint256"
1315
+ },
1316
+ {
1317
+ "internalType": "uint256",
1318
+ "name": "toTxId",
1319
+ "type": "uint256"
1320
+ }
1321
+ ],
1322
+ "name": "getTransactionHistory",
1323
+ "outputs": [
1324
+ {
1325
+ "components": [
1326
+ {
1327
+ "internalType": "uint256",
1328
+ "name": "txId",
1329
+ "type": "uint256"
1330
+ },
1331
+ {
1332
+ "internalType": "uint256",
1333
+ "name": "releaseTime",
1334
+ "type": "uint256"
1335
+ },
1336
+ {
1337
+ "internalType": "enum EngineBlox.TxStatus",
1338
+ "name": "status",
1339
+ "type": "uint8"
1340
+ },
1341
+ {
1342
+ "components": [
1343
+ {
1344
+ "internalType": "address",
1345
+ "name": "requester",
1346
+ "type": "address"
1347
+ },
1348
+ {
1349
+ "internalType": "address",
1350
+ "name": "target",
1351
+ "type": "address"
1352
+ },
1353
+ {
1354
+ "internalType": "uint256",
1355
+ "name": "value",
1356
+ "type": "uint256"
1357
+ },
1358
+ {
1359
+ "internalType": "uint256",
1360
+ "name": "gasLimit",
1361
+ "type": "uint256"
1362
+ },
1363
+ {
1364
+ "internalType": "bytes32",
1365
+ "name": "operationType",
1366
+ "type": "bytes32"
1367
+ },
1368
+ {
1369
+ "internalType": "bytes4",
1370
+ "name": "executionSelector",
1371
+ "type": "bytes4"
1372
+ },
1373
+ {
1374
+ "internalType": "bytes",
1375
+ "name": "executionParams",
1376
+ "type": "bytes"
1377
+ }
1378
+ ],
1379
+ "internalType": "struct EngineBlox.TxParams",
1380
+ "name": "params",
1381
+ "type": "tuple"
1382
+ },
1383
+ {
1384
+ "internalType": "bytes32",
1385
+ "name": "message",
1386
+ "type": "bytes32"
1387
+ },
1388
+ {
1389
+ "internalType": "bytes",
1390
+ "name": "result",
1391
+ "type": "bytes"
1392
+ },
1393
+ {
1394
+ "components": [
1395
+ {
1396
+ "internalType": "address",
1397
+ "name": "recipient",
1398
+ "type": "address"
1399
+ },
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "nativeTokenAmount",
1403
+ "type": "uint256"
1404
+ },
1405
+ {
1406
+ "internalType": "address",
1407
+ "name": "erc20TokenAddress",
1408
+ "type": "address"
1409
+ },
1410
+ {
1411
+ "internalType": "uint256",
1412
+ "name": "erc20TokenAmount",
1413
+ "type": "uint256"
1414
+ }
1415
+ ],
1416
+ "internalType": "struct EngineBlox.PaymentDetails",
1417
+ "name": "payment",
1418
+ "type": "tuple"
1419
+ }
1420
+ ],
1421
+ "internalType": "struct EngineBlox.TxRecord[]",
1422
+ "name": "",
1423
+ "type": "tuple[]"
1424
+ }
1425
+ ],
1426
+ "stateMutability": "view",
1427
+ "type": "function"
1428
+ },
1429
+ {
1430
+ "inputs": [
1431
+ {
1432
+ "internalType": "address",
1433
+ "name": "wallet",
1434
+ "type": "address"
1435
+ }
1436
+ ],
1437
+ "name": "getWalletRoles",
1438
+ "outputs": [
1439
+ {
1440
+ "internalType": "bytes32[]",
1441
+ "name": "",
1442
+ "type": "bytes32[]"
1443
+ }
1444
+ ],
1445
+ "stateMutability": "view",
1446
+ "type": "function"
1447
+ },
1448
+ {
1449
+ "inputs": [
1450
+ {
1451
+ "internalType": "bytes32",
1452
+ "name": "roleHash",
1453
+ "type": "bytes32"
1454
+ }
1455
+ ],
1456
+ "name": "getWalletsInRole",
1457
+ "outputs": [
1458
+ {
1459
+ "internalType": "address[]",
1460
+ "name": "",
1461
+ "type": "address[]"
1462
+ }
1463
+ ],
1464
+ "stateMutability": "view",
1465
+ "type": "function"
1466
+ },
1467
+ {
1468
+ "inputs": [
1469
+ {
1470
+ "internalType": "bytes32",
1471
+ "name": "roleHash",
1472
+ "type": "bytes32"
1473
+ },
1474
+ {
1475
+ "internalType": "address",
1476
+ "name": "wallet",
1477
+ "type": "address"
1478
+ }
1479
+ ],
1480
+ "name": "hasRole",
1481
+ "outputs": [
1482
+ {
1483
+ "internalType": "bool",
1484
+ "name": "",
1485
+ "type": "bool"
1486
+ }
1487
+ ],
1488
+ "stateMutability": "view",
1489
+ "type": "function"
1490
+ },
1491
+ {
1492
+ "inputs": [],
1493
+ "name": "initialized",
1494
+ "outputs": [
1495
+ {
1496
+ "internalType": "bool",
1497
+ "name": "",
1498
+ "type": "bool"
1499
+ }
1500
+ ],
1501
+ "stateMutability": "view",
1502
+ "type": "function"
1503
+ },
1504
+ {
1505
+ "inputs": [
1506
+ {
1507
+ "internalType": "bytes4",
1508
+ "name": "functionSelector",
1509
+ "type": "bytes4"
1510
+ },
1511
+ {
1512
+ "internalType": "enum EngineBlox.TxAction",
1513
+ "name": "action",
1514
+ "type": "uint8"
1515
+ }
1516
+ ],
1517
+ "name": "isActionSupportedByFunction",
1518
+ "outputs": [
1519
+ {
1520
+ "internalType": "bool",
1521
+ "name": "",
1522
+ "type": "bool"
1523
+ }
1524
+ ],
1525
+ "stateMutability": "view",
1526
+ "type": "function"
1527
+ },
1528
+ {
1529
+ "inputs": [],
1530
+ "name": "owner",
1531
+ "outputs": [
1532
+ {
1533
+ "internalType": "address",
1534
+ "name": "",
1535
+ "type": "address"
1536
+ }
1537
+ ],
1538
+ "stateMutability": "view",
1539
+ "type": "function"
1540
+ },
1541
+ {
1542
+ "inputs": [
1543
+ {
1544
+ "components": [
1545
+ {
1546
+ "components": [
1547
+ {
1548
+ "internalType": "uint256",
1549
+ "name": "txId",
1550
+ "type": "uint256"
1551
+ },
1552
+ {
1553
+ "internalType": "uint256",
1554
+ "name": "releaseTime",
1555
+ "type": "uint256"
1556
+ },
1557
+ {
1558
+ "internalType": "enum EngineBlox.TxStatus",
1559
+ "name": "status",
1560
+ "type": "uint8"
1561
+ },
1562
+ {
1563
+ "components": [
1564
+ {
1565
+ "internalType": "address",
1566
+ "name": "requester",
1567
+ "type": "address"
1568
+ },
1569
+ {
1570
+ "internalType": "address",
1571
+ "name": "target",
1572
+ "type": "address"
1573
+ },
1574
+ {
1575
+ "internalType": "uint256",
1576
+ "name": "value",
1577
+ "type": "uint256"
1578
+ },
1579
+ {
1580
+ "internalType": "uint256",
1581
+ "name": "gasLimit",
1582
+ "type": "uint256"
1583
+ },
1584
+ {
1585
+ "internalType": "bytes32",
1586
+ "name": "operationType",
1587
+ "type": "bytes32"
1588
+ },
1589
+ {
1590
+ "internalType": "bytes4",
1591
+ "name": "executionSelector",
1592
+ "type": "bytes4"
1593
+ },
1594
+ {
1595
+ "internalType": "bytes",
1596
+ "name": "executionParams",
1597
+ "type": "bytes"
1598
+ }
1599
+ ],
1600
+ "internalType": "struct EngineBlox.TxParams",
1601
+ "name": "params",
1602
+ "type": "tuple"
1603
+ },
1604
+ {
1605
+ "internalType": "bytes32",
1606
+ "name": "message",
1607
+ "type": "bytes32"
1608
+ },
1609
+ {
1610
+ "internalType": "bytes",
1611
+ "name": "result",
1612
+ "type": "bytes"
1613
+ },
1614
+ {
1615
+ "components": [
1616
+ {
1617
+ "internalType": "address",
1618
+ "name": "recipient",
1619
+ "type": "address"
1620
+ },
1621
+ {
1622
+ "internalType": "uint256",
1623
+ "name": "nativeTokenAmount",
1624
+ "type": "uint256"
1625
+ },
1626
+ {
1627
+ "internalType": "address",
1628
+ "name": "erc20TokenAddress",
1629
+ "type": "address"
1630
+ },
1631
+ {
1632
+ "internalType": "uint256",
1633
+ "name": "erc20TokenAmount",
1634
+ "type": "uint256"
1635
+ }
1636
+ ],
1637
+ "internalType": "struct EngineBlox.PaymentDetails",
1638
+ "name": "payment",
1639
+ "type": "tuple"
1640
+ }
1641
+ ],
1642
+ "internalType": "struct EngineBlox.TxRecord",
1643
+ "name": "txRecord",
1644
+ "type": "tuple"
1645
+ },
1646
+ {
1647
+ "components": [
1648
+ {
1649
+ "internalType": "uint256",
1650
+ "name": "chainId",
1651
+ "type": "uint256"
1652
+ },
1653
+ {
1654
+ "internalType": "uint256",
1655
+ "name": "nonce",
1656
+ "type": "uint256"
1657
+ },
1658
+ {
1659
+ "internalType": "address",
1660
+ "name": "handlerContract",
1661
+ "type": "address"
1662
+ },
1663
+ {
1664
+ "internalType": "bytes4",
1665
+ "name": "handlerSelector",
1666
+ "type": "bytes4"
1667
+ },
1668
+ {
1669
+ "internalType": "enum EngineBlox.TxAction",
1670
+ "name": "action",
1671
+ "type": "uint8"
1672
+ },
1673
+ {
1674
+ "internalType": "uint256",
1675
+ "name": "deadline",
1676
+ "type": "uint256"
1677
+ },
1678
+ {
1679
+ "internalType": "uint256",
1680
+ "name": "maxGasPrice",
1681
+ "type": "uint256"
1682
+ },
1683
+ {
1684
+ "internalType": "address",
1685
+ "name": "signer",
1686
+ "type": "address"
1687
+ }
1688
+ ],
1689
+ "internalType": "struct EngineBlox.MetaTxParams",
1690
+ "name": "params",
1691
+ "type": "tuple"
1692
+ },
1693
+ {
1694
+ "internalType": "bytes32",
1695
+ "name": "message",
1696
+ "type": "bytes32"
1697
+ },
1698
+ {
1699
+ "internalType": "bytes",
1700
+ "name": "signature",
1701
+ "type": "bytes"
1702
+ },
1703
+ {
1704
+ "internalType": "bytes",
1705
+ "name": "data",
1706
+ "type": "bytes"
1707
+ }
1708
+ ],
1709
+ "internalType": "struct EngineBlox.MetaTransaction",
1710
+ "name": "metaTx",
1711
+ "type": "tuple"
1712
+ }
1713
+ ],
1714
+ "name": "roleConfigBatchRequestAndApprove",
1715
+ "outputs": [
1716
+ {
1717
+ "internalType": "uint256",
1718
+ "name": "",
1719
+ "type": "uint256"
1720
+ }
1721
+ ],
1722
+ "stateMutability": "nonpayable",
1723
+ "type": "function"
1724
+ },
1725
+ {
1726
+ "inputs": [
1727
+ {
1728
+ "components": [
1729
+ {
1730
+ "components": [
1731
+ {
1732
+ "internalType": "uint256",
1733
+ "name": "txId",
1734
+ "type": "uint256"
1735
+ },
1736
+ {
1737
+ "internalType": "uint256",
1738
+ "name": "releaseTime",
1739
+ "type": "uint256"
1740
+ },
1741
+ {
1742
+ "internalType": "enum EngineBlox.TxStatus",
1743
+ "name": "status",
1744
+ "type": "uint8"
1745
+ },
1746
+ {
1747
+ "components": [
1748
+ {
1749
+ "internalType": "address",
1750
+ "name": "requester",
1751
+ "type": "address"
1752
+ },
1753
+ {
1754
+ "internalType": "address",
1755
+ "name": "target",
1756
+ "type": "address"
1757
+ },
1758
+ {
1759
+ "internalType": "uint256",
1760
+ "name": "value",
1761
+ "type": "uint256"
1762
+ },
1763
+ {
1764
+ "internalType": "uint256",
1765
+ "name": "gasLimit",
1766
+ "type": "uint256"
1767
+ },
1768
+ {
1769
+ "internalType": "bytes32",
1770
+ "name": "operationType",
1771
+ "type": "bytes32"
1772
+ },
1773
+ {
1774
+ "internalType": "bytes4",
1775
+ "name": "executionSelector",
1776
+ "type": "bytes4"
1777
+ },
1778
+ {
1779
+ "internalType": "bytes",
1780
+ "name": "executionParams",
1781
+ "type": "bytes"
1782
+ }
1783
+ ],
1784
+ "internalType": "struct EngineBlox.TxParams",
1785
+ "name": "params",
1786
+ "type": "tuple"
1787
+ },
1788
+ {
1789
+ "internalType": "bytes32",
1790
+ "name": "message",
1791
+ "type": "bytes32"
1792
+ },
1793
+ {
1794
+ "internalType": "bytes",
1795
+ "name": "result",
1796
+ "type": "bytes"
1797
+ },
1798
+ {
1799
+ "components": [
1800
+ {
1801
+ "internalType": "address",
1802
+ "name": "recipient",
1803
+ "type": "address"
1804
+ },
1805
+ {
1806
+ "internalType": "uint256",
1807
+ "name": "nativeTokenAmount",
1808
+ "type": "uint256"
1809
+ },
1810
+ {
1811
+ "internalType": "address",
1812
+ "name": "erc20TokenAddress",
1813
+ "type": "address"
1814
+ },
1815
+ {
1816
+ "internalType": "uint256",
1817
+ "name": "erc20TokenAmount",
1818
+ "type": "uint256"
1819
+ }
1820
+ ],
1821
+ "internalType": "struct EngineBlox.PaymentDetails",
1822
+ "name": "payment",
1823
+ "type": "tuple"
1824
+ }
1825
+ ],
1826
+ "internalType": "struct EngineBlox.TxRecord",
1827
+ "name": "txRecord",
1828
+ "type": "tuple"
1829
+ },
1830
+ {
1831
+ "components": [
1832
+ {
1833
+ "internalType": "uint256",
1834
+ "name": "chainId",
1835
+ "type": "uint256"
1836
+ },
1837
+ {
1838
+ "internalType": "uint256",
1839
+ "name": "nonce",
1840
+ "type": "uint256"
1841
+ },
1842
+ {
1843
+ "internalType": "address",
1844
+ "name": "handlerContract",
1845
+ "type": "address"
1846
+ },
1847
+ {
1848
+ "internalType": "bytes4",
1849
+ "name": "handlerSelector",
1850
+ "type": "bytes4"
1851
+ },
1852
+ {
1853
+ "internalType": "enum EngineBlox.TxAction",
1854
+ "name": "action",
1855
+ "type": "uint8"
1856
+ },
1857
+ {
1858
+ "internalType": "uint256",
1859
+ "name": "deadline",
1860
+ "type": "uint256"
1861
+ },
1862
+ {
1863
+ "internalType": "uint256",
1864
+ "name": "maxGasPrice",
1865
+ "type": "uint256"
1866
+ },
1867
+ {
1868
+ "internalType": "address",
1869
+ "name": "signer",
1870
+ "type": "address"
1871
+ }
1872
+ ],
1873
+ "internalType": "struct EngineBlox.MetaTxParams",
1874
+ "name": "params",
1875
+ "type": "tuple"
1876
+ },
1877
+ {
1878
+ "internalType": "bytes32",
1879
+ "name": "message",
1880
+ "type": "bytes32"
1881
+ },
1882
+ {
1883
+ "internalType": "bytes",
1884
+ "name": "signature",
1885
+ "type": "bytes"
1886
+ },
1887
+ {
1888
+ "internalType": "bytes",
1889
+ "name": "data",
1890
+ "type": "bytes"
1891
+ }
1892
+ ],
1893
+ "internalType": "struct EngineBlox.MetaTransaction",
1894
+ "name": "metaTx",
1895
+ "type": "tuple"
1896
+ }
1897
+ ],
1898
+ "name": "transferOwnershipApprovalWithMetaTx",
1899
+ "outputs": [
1900
+ {
1901
+ "internalType": "uint256",
1902
+ "name": "",
1903
+ "type": "uint256"
1904
+ }
1905
+ ],
1906
+ "stateMutability": "nonpayable",
1907
+ "type": "function"
1908
+ },
1909
+ {
1910
+ "inputs": [
1911
+ {
1912
+ "internalType": "uint256",
1913
+ "name": "txId",
1914
+ "type": "uint256"
1915
+ }
1916
+ ],
1917
+ "name": "transferOwnershipCancellation",
1918
+ "outputs": [
1919
+ {
1920
+ "internalType": "uint256",
1921
+ "name": "",
1922
+ "type": "uint256"
1923
+ }
1924
+ ],
1925
+ "stateMutability": "nonpayable",
1926
+ "type": "function"
1927
+ },
1928
+ {
1929
+ "inputs": [
1930
+ {
1931
+ "components": [
1932
+ {
1933
+ "components": [
1934
+ {
1935
+ "internalType": "uint256",
1936
+ "name": "txId",
1937
+ "type": "uint256"
1938
+ },
1939
+ {
1940
+ "internalType": "uint256",
1941
+ "name": "releaseTime",
1942
+ "type": "uint256"
1943
+ },
1944
+ {
1945
+ "internalType": "enum EngineBlox.TxStatus",
1946
+ "name": "status",
1947
+ "type": "uint8"
1948
+ },
1949
+ {
1950
+ "components": [
1951
+ {
1952
+ "internalType": "address",
1953
+ "name": "requester",
1954
+ "type": "address"
1955
+ },
1956
+ {
1957
+ "internalType": "address",
1958
+ "name": "target",
1959
+ "type": "address"
1960
+ },
1961
+ {
1962
+ "internalType": "uint256",
1963
+ "name": "value",
1964
+ "type": "uint256"
1965
+ },
1966
+ {
1967
+ "internalType": "uint256",
1968
+ "name": "gasLimit",
1969
+ "type": "uint256"
1970
+ },
1971
+ {
1972
+ "internalType": "bytes32",
1973
+ "name": "operationType",
1974
+ "type": "bytes32"
1975
+ },
1976
+ {
1977
+ "internalType": "bytes4",
1978
+ "name": "executionSelector",
1979
+ "type": "bytes4"
1980
+ },
1981
+ {
1982
+ "internalType": "bytes",
1983
+ "name": "executionParams",
1984
+ "type": "bytes"
1985
+ }
1986
+ ],
1987
+ "internalType": "struct EngineBlox.TxParams",
1988
+ "name": "params",
1989
+ "type": "tuple"
1990
+ },
1991
+ {
1992
+ "internalType": "bytes32",
1993
+ "name": "message",
1994
+ "type": "bytes32"
1995
+ },
1996
+ {
1997
+ "internalType": "bytes",
1998
+ "name": "result",
1999
+ "type": "bytes"
2000
+ },
2001
+ {
2002
+ "components": [
2003
+ {
2004
+ "internalType": "address",
2005
+ "name": "recipient",
2006
+ "type": "address"
2007
+ },
2008
+ {
2009
+ "internalType": "uint256",
2010
+ "name": "nativeTokenAmount",
2011
+ "type": "uint256"
2012
+ },
2013
+ {
2014
+ "internalType": "address",
2015
+ "name": "erc20TokenAddress",
2016
+ "type": "address"
2017
+ },
2018
+ {
2019
+ "internalType": "uint256",
2020
+ "name": "erc20TokenAmount",
2021
+ "type": "uint256"
2022
+ }
2023
+ ],
2024
+ "internalType": "struct EngineBlox.PaymentDetails",
2025
+ "name": "payment",
2026
+ "type": "tuple"
2027
+ }
2028
+ ],
2029
+ "internalType": "struct EngineBlox.TxRecord",
2030
+ "name": "txRecord",
2031
+ "type": "tuple"
2032
+ },
2033
+ {
2034
+ "components": [
2035
+ {
2036
+ "internalType": "uint256",
2037
+ "name": "chainId",
2038
+ "type": "uint256"
2039
+ },
2040
+ {
2041
+ "internalType": "uint256",
2042
+ "name": "nonce",
2043
+ "type": "uint256"
2044
+ },
2045
+ {
2046
+ "internalType": "address",
2047
+ "name": "handlerContract",
2048
+ "type": "address"
2049
+ },
2050
+ {
2051
+ "internalType": "bytes4",
2052
+ "name": "handlerSelector",
2053
+ "type": "bytes4"
2054
+ },
2055
+ {
2056
+ "internalType": "enum EngineBlox.TxAction",
2057
+ "name": "action",
2058
+ "type": "uint8"
2059
+ },
2060
+ {
2061
+ "internalType": "uint256",
2062
+ "name": "deadline",
2063
+ "type": "uint256"
2064
+ },
2065
+ {
2066
+ "internalType": "uint256",
2067
+ "name": "maxGasPrice",
2068
+ "type": "uint256"
2069
+ },
2070
+ {
2071
+ "internalType": "address",
2072
+ "name": "signer",
2073
+ "type": "address"
2074
+ }
2075
+ ],
2076
+ "internalType": "struct EngineBlox.MetaTxParams",
2077
+ "name": "params",
2078
+ "type": "tuple"
2079
+ },
2080
+ {
2081
+ "internalType": "bytes32",
2082
+ "name": "message",
2083
+ "type": "bytes32"
2084
+ },
2085
+ {
2086
+ "internalType": "bytes",
2087
+ "name": "signature",
2088
+ "type": "bytes"
2089
+ },
2090
+ {
2091
+ "internalType": "bytes",
2092
+ "name": "data",
2093
+ "type": "bytes"
2094
+ }
2095
+ ],
2096
+ "internalType": "struct EngineBlox.MetaTransaction",
2097
+ "name": "metaTx",
2098
+ "type": "tuple"
2099
+ }
2100
+ ],
2101
+ "name": "transferOwnershipCancellationWithMetaTx",
2102
+ "outputs": [
2103
+ {
2104
+ "internalType": "uint256",
2105
+ "name": "",
2106
+ "type": "uint256"
2107
+ }
2108
+ ],
2109
+ "stateMutability": "nonpayable",
2110
+ "type": "function"
2111
+ },
2112
+ {
2113
+ "inputs": [
2114
+ {
2115
+ "internalType": "uint256",
2116
+ "name": "txId",
2117
+ "type": "uint256"
2118
+ }
2119
+ ],
2120
+ "name": "transferOwnershipDelayedApproval",
2121
+ "outputs": [
2122
+ {
2123
+ "internalType": "uint256",
2124
+ "name": "",
2125
+ "type": "uint256"
2126
+ }
2127
+ ],
2128
+ "stateMutability": "nonpayable",
2129
+ "type": "function"
2130
+ },
2131
+ {
2132
+ "inputs": [],
2133
+ "name": "transferOwnershipRequest",
2134
+ "outputs": [
2135
+ {
2136
+ "internalType": "uint256",
2137
+ "name": "txId",
2138
+ "type": "uint256"
2139
+ }
2140
+ ],
2141
+ "stateMutability": "nonpayable",
2142
+ "type": "function"
2143
+ },
2144
+ {
2145
+ "inputs": [
2146
+ {
2147
+ "components": [
2148
+ {
2149
+ "components": [
2150
+ {
2151
+ "internalType": "uint256",
2152
+ "name": "txId",
2153
+ "type": "uint256"
2154
+ },
2155
+ {
2156
+ "internalType": "uint256",
2157
+ "name": "releaseTime",
2158
+ "type": "uint256"
2159
+ },
2160
+ {
2161
+ "internalType": "enum EngineBlox.TxStatus",
2162
+ "name": "status",
2163
+ "type": "uint8"
2164
+ },
2165
+ {
2166
+ "components": [
2167
+ {
2168
+ "internalType": "address",
2169
+ "name": "requester",
2170
+ "type": "address"
2171
+ },
2172
+ {
2173
+ "internalType": "address",
2174
+ "name": "target",
2175
+ "type": "address"
2176
+ },
2177
+ {
2178
+ "internalType": "uint256",
2179
+ "name": "value",
2180
+ "type": "uint256"
2181
+ },
2182
+ {
2183
+ "internalType": "uint256",
2184
+ "name": "gasLimit",
2185
+ "type": "uint256"
2186
+ },
2187
+ {
2188
+ "internalType": "bytes32",
2189
+ "name": "operationType",
2190
+ "type": "bytes32"
2191
+ },
2192
+ {
2193
+ "internalType": "bytes4",
2194
+ "name": "executionSelector",
2195
+ "type": "bytes4"
2196
+ },
2197
+ {
2198
+ "internalType": "bytes",
2199
+ "name": "executionParams",
2200
+ "type": "bytes"
2201
+ }
2202
+ ],
2203
+ "internalType": "struct EngineBlox.TxParams",
2204
+ "name": "params",
2205
+ "type": "tuple"
2206
+ },
2207
+ {
2208
+ "internalType": "bytes32",
2209
+ "name": "message",
2210
+ "type": "bytes32"
2211
+ },
2212
+ {
2213
+ "internalType": "bytes",
2214
+ "name": "result",
2215
+ "type": "bytes"
2216
+ },
2217
+ {
2218
+ "components": [
2219
+ {
2220
+ "internalType": "address",
2221
+ "name": "recipient",
2222
+ "type": "address"
2223
+ },
2224
+ {
2225
+ "internalType": "uint256",
2226
+ "name": "nativeTokenAmount",
2227
+ "type": "uint256"
2228
+ },
2229
+ {
2230
+ "internalType": "address",
2231
+ "name": "erc20TokenAddress",
2232
+ "type": "address"
2233
+ },
2234
+ {
2235
+ "internalType": "uint256",
2236
+ "name": "erc20TokenAmount",
2237
+ "type": "uint256"
2238
+ }
2239
+ ],
2240
+ "internalType": "struct EngineBlox.PaymentDetails",
2241
+ "name": "payment",
2242
+ "type": "tuple"
2243
+ }
2244
+ ],
2245
+ "internalType": "struct EngineBlox.TxRecord",
2246
+ "name": "txRecord",
2247
+ "type": "tuple"
2248
+ },
2249
+ {
2250
+ "components": [
2251
+ {
2252
+ "internalType": "uint256",
2253
+ "name": "chainId",
2254
+ "type": "uint256"
2255
+ },
2256
+ {
2257
+ "internalType": "uint256",
2258
+ "name": "nonce",
2259
+ "type": "uint256"
2260
+ },
2261
+ {
2262
+ "internalType": "address",
2263
+ "name": "handlerContract",
2264
+ "type": "address"
2265
+ },
2266
+ {
2267
+ "internalType": "bytes4",
2268
+ "name": "handlerSelector",
2269
+ "type": "bytes4"
2270
+ },
2271
+ {
2272
+ "internalType": "enum EngineBlox.TxAction",
2273
+ "name": "action",
2274
+ "type": "uint8"
2275
+ },
2276
+ {
2277
+ "internalType": "uint256",
2278
+ "name": "deadline",
2279
+ "type": "uint256"
2280
+ },
2281
+ {
2282
+ "internalType": "uint256",
2283
+ "name": "maxGasPrice",
2284
+ "type": "uint256"
2285
+ },
2286
+ {
2287
+ "internalType": "address",
2288
+ "name": "signer",
2289
+ "type": "address"
2290
+ }
2291
+ ],
2292
+ "internalType": "struct EngineBlox.MetaTxParams",
2293
+ "name": "params",
2294
+ "type": "tuple"
2295
+ },
2296
+ {
2297
+ "internalType": "bytes32",
2298
+ "name": "message",
2299
+ "type": "bytes32"
2300
+ },
2301
+ {
2302
+ "internalType": "bytes",
2303
+ "name": "signature",
2304
+ "type": "bytes"
2305
+ },
2306
+ {
2307
+ "internalType": "bytes",
2308
+ "name": "data",
2309
+ "type": "bytes"
2310
+ }
2311
+ ],
2312
+ "internalType": "struct EngineBlox.MetaTransaction",
2313
+ "name": "metaTx",
2314
+ "type": "tuple"
2315
+ }
2316
+ ],
2317
+ "name": "updateBroadcasterApprovalWithMetaTx",
2318
+ "outputs": [
2319
+ {
2320
+ "internalType": "uint256",
2321
+ "name": "",
2322
+ "type": "uint256"
2323
+ }
2324
+ ],
2325
+ "stateMutability": "nonpayable",
2326
+ "type": "function"
2327
+ },
2328
+ {
2329
+ "inputs": [
2330
+ {
2331
+ "internalType": "uint256",
2332
+ "name": "txId",
2333
+ "type": "uint256"
2334
+ }
2335
+ ],
2336
+ "name": "updateBroadcasterCancellation",
2337
+ "outputs": [
2338
+ {
2339
+ "internalType": "uint256",
2340
+ "name": "",
2341
+ "type": "uint256"
2342
+ }
2343
+ ],
2344
+ "stateMutability": "nonpayable",
2345
+ "type": "function"
2346
+ },
2347
+ {
2348
+ "inputs": [
2349
+ {
2350
+ "components": [
2351
+ {
2352
+ "components": [
2353
+ {
2354
+ "internalType": "uint256",
2355
+ "name": "txId",
2356
+ "type": "uint256"
2357
+ },
2358
+ {
2359
+ "internalType": "uint256",
2360
+ "name": "releaseTime",
2361
+ "type": "uint256"
2362
+ },
2363
+ {
2364
+ "internalType": "enum EngineBlox.TxStatus",
2365
+ "name": "status",
2366
+ "type": "uint8"
2367
+ },
2368
+ {
2369
+ "components": [
2370
+ {
2371
+ "internalType": "address",
2372
+ "name": "requester",
2373
+ "type": "address"
2374
+ },
2375
+ {
2376
+ "internalType": "address",
2377
+ "name": "target",
2378
+ "type": "address"
2379
+ },
2380
+ {
2381
+ "internalType": "uint256",
2382
+ "name": "value",
2383
+ "type": "uint256"
2384
+ },
2385
+ {
2386
+ "internalType": "uint256",
2387
+ "name": "gasLimit",
2388
+ "type": "uint256"
2389
+ },
2390
+ {
2391
+ "internalType": "bytes32",
2392
+ "name": "operationType",
2393
+ "type": "bytes32"
2394
+ },
2395
+ {
2396
+ "internalType": "bytes4",
2397
+ "name": "executionSelector",
2398
+ "type": "bytes4"
2399
+ },
2400
+ {
2401
+ "internalType": "bytes",
2402
+ "name": "executionParams",
2403
+ "type": "bytes"
2404
+ }
2405
+ ],
2406
+ "internalType": "struct EngineBlox.TxParams",
2407
+ "name": "params",
2408
+ "type": "tuple"
2409
+ },
2410
+ {
2411
+ "internalType": "bytes32",
2412
+ "name": "message",
2413
+ "type": "bytes32"
2414
+ },
2415
+ {
2416
+ "internalType": "bytes",
2417
+ "name": "result",
2418
+ "type": "bytes"
2419
+ },
2420
+ {
2421
+ "components": [
2422
+ {
2423
+ "internalType": "address",
2424
+ "name": "recipient",
2425
+ "type": "address"
2426
+ },
2427
+ {
2428
+ "internalType": "uint256",
2429
+ "name": "nativeTokenAmount",
2430
+ "type": "uint256"
2431
+ },
2432
+ {
2433
+ "internalType": "address",
2434
+ "name": "erc20TokenAddress",
2435
+ "type": "address"
2436
+ },
2437
+ {
2438
+ "internalType": "uint256",
2439
+ "name": "erc20TokenAmount",
2440
+ "type": "uint256"
2441
+ }
2442
+ ],
2443
+ "internalType": "struct EngineBlox.PaymentDetails",
2444
+ "name": "payment",
2445
+ "type": "tuple"
2446
+ }
2447
+ ],
2448
+ "internalType": "struct EngineBlox.TxRecord",
2449
+ "name": "txRecord",
2450
+ "type": "tuple"
2451
+ },
2452
+ {
2453
+ "components": [
2454
+ {
2455
+ "internalType": "uint256",
2456
+ "name": "chainId",
2457
+ "type": "uint256"
2458
+ },
2459
+ {
2460
+ "internalType": "uint256",
2461
+ "name": "nonce",
2462
+ "type": "uint256"
2463
+ },
2464
+ {
2465
+ "internalType": "address",
2466
+ "name": "handlerContract",
2467
+ "type": "address"
2468
+ },
2469
+ {
2470
+ "internalType": "bytes4",
2471
+ "name": "handlerSelector",
2472
+ "type": "bytes4"
2473
+ },
2474
+ {
2475
+ "internalType": "enum EngineBlox.TxAction",
2476
+ "name": "action",
2477
+ "type": "uint8"
2478
+ },
2479
+ {
2480
+ "internalType": "uint256",
2481
+ "name": "deadline",
2482
+ "type": "uint256"
2483
+ },
2484
+ {
2485
+ "internalType": "uint256",
2486
+ "name": "maxGasPrice",
2487
+ "type": "uint256"
2488
+ },
2489
+ {
2490
+ "internalType": "address",
2491
+ "name": "signer",
2492
+ "type": "address"
2493
+ }
2494
+ ],
2495
+ "internalType": "struct EngineBlox.MetaTxParams",
2496
+ "name": "params",
2497
+ "type": "tuple"
2498
+ },
2499
+ {
2500
+ "internalType": "bytes32",
2501
+ "name": "message",
2502
+ "type": "bytes32"
2503
+ },
2504
+ {
2505
+ "internalType": "bytes",
2506
+ "name": "signature",
2507
+ "type": "bytes"
2508
+ },
2509
+ {
2510
+ "internalType": "bytes",
2511
+ "name": "data",
2512
+ "type": "bytes"
2513
+ }
2514
+ ],
2515
+ "internalType": "struct EngineBlox.MetaTransaction",
2516
+ "name": "metaTx",
2517
+ "type": "tuple"
2518
+ }
2519
+ ],
2520
+ "name": "updateBroadcasterCancellationWithMetaTx",
2521
+ "outputs": [
2522
+ {
2523
+ "internalType": "uint256",
2524
+ "name": "",
2525
+ "type": "uint256"
2526
+ }
2527
+ ],
2528
+ "stateMutability": "nonpayable",
2529
+ "type": "function"
2530
+ },
2531
+ {
2532
+ "inputs": [
2533
+ {
2534
+ "internalType": "uint256",
2535
+ "name": "txId",
2536
+ "type": "uint256"
2537
+ }
2538
+ ],
2539
+ "name": "updateBroadcasterDelayedApproval",
2540
+ "outputs": [
2541
+ {
2542
+ "internalType": "uint256",
2543
+ "name": "",
2544
+ "type": "uint256"
2545
+ }
2546
+ ],
2547
+ "stateMutability": "nonpayable",
2548
+ "type": "function"
2549
+ },
2550
+ {
2551
+ "inputs": [
2552
+ {
2553
+ "internalType": "address",
2554
+ "name": "newBroadcaster",
2555
+ "type": "address"
2556
+ },
2557
+ {
2558
+ "internalType": "uint256",
2559
+ "name": "location",
2560
+ "type": "uint256"
2561
+ }
2562
+ ],
2563
+ "name": "updateBroadcasterRequest",
2564
+ "outputs": [
2565
+ {
2566
+ "internalType": "uint256",
2567
+ "name": "txId",
2568
+ "type": "uint256"
2569
+ }
2570
+ ],
2571
+ "stateMutability": "nonpayable",
2572
+ "type": "function"
2573
+ },
2574
+ {
2575
+ "inputs": [
2576
+ {
2577
+ "components": [
2578
+ {
2579
+ "components": [
2580
+ {
2581
+ "internalType": "uint256",
2582
+ "name": "txId",
2583
+ "type": "uint256"
2584
+ },
2585
+ {
2586
+ "internalType": "uint256",
2587
+ "name": "releaseTime",
2588
+ "type": "uint256"
2589
+ },
2590
+ {
2591
+ "internalType": "enum EngineBlox.TxStatus",
2592
+ "name": "status",
2593
+ "type": "uint8"
2594
+ },
2595
+ {
2596
+ "components": [
2597
+ {
2598
+ "internalType": "address",
2599
+ "name": "requester",
2600
+ "type": "address"
2601
+ },
2602
+ {
2603
+ "internalType": "address",
2604
+ "name": "target",
2605
+ "type": "address"
2606
+ },
2607
+ {
2608
+ "internalType": "uint256",
2609
+ "name": "value",
2610
+ "type": "uint256"
2611
+ },
2612
+ {
2613
+ "internalType": "uint256",
2614
+ "name": "gasLimit",
2615
+ "type": "uint256"
2616
+ },
2617
+ {
2618
+ "internalType": "bytes32",
2619
+ "name": "operationType",
2620
+ "type": "bytes32"
2621
+ },
2622
+ {
2623
+ "internalType": "bytes4",
2624
+ "name": "executionSelector",
2625
+ "type": "bytes4"
2626
+ },
2627
+ {
2628
+ "internalType": "bytes",
2629
+ "name": "executionParams",
2630
+ "type": "bytes"
2631
+ }
2632
+ ],
2633
+ "internalType": "struct EngineBlox.TxParams",
2634
+ "name": "params",
2635
+ "type": "tuple"
2636
+ },
2637
+ {
2638
+ "internalType": "bytes32",
2639
+ "name": "message",
2640
+ "type": "bytes32"
2641
+ },
2642
+ {
2643
+ "internalType": "bytes",
2644
+ "name": "result",
2645
+ "type": "bytes"
2646
+ },
2647
+ {
2648
+ "components": [
2649
+ {
2650
+ "internalType": "address",
2651
+ "name": "recipient",
2652
+ "type": "address"
2653
+ },
2654
+ {
2655
+ "internalType": "uint256",
2656
+ "name": "nativeTokenAmount",
2657
+ "type": "uint256"
2658
+ },
2659
+ {
2660
+ "internalType": "address",
2661
+ "name": "erc20TokenAddress",
2662
+ "type": "address"
2663
+ },
2664
+ {
2665
+ "internalType": "uint256",
2666
+ "name": "erc20TokenAmount",
2667
+ "type": "uint256"
2668
+ }
2669
+ ],
2670
+ "internalType": "struct EngineBlox.PaymentDetails",
2671
+ "name": "payment",
2672
+ "type": "tuple"
2673
+ }
2674
+ ],
2675
+ "internalType": "struct EngineBlox.TxRecord",
2676
+ "name": "txRecord",
2677
+ "type": "tuple"
2678
+ },
2679
+ {
2680
+ "components": [
2681
+ {
2682
+ "internalType": "uint256",
2683
+ "name": "chainId",
2684
+ "type": "uint256"
2685
+ },
2686
+ {
2687
+ "internalType": "uint256",
2688
+ "name": "nonce",
2689
+ "type": "uint256"
2690
+ },
2691
+ {
2692
+ "internalType": "address",
2693
+ "name": "handlerContract",
2694
+ "type": "address"
2695
+ },
2696
+ {
2697
+ "internalType": "bytes4",
2698
+ "name": "handlerSelector",
2699
+ "type": "bytes4"
2700
+ },
2701
+ {
2702
+ "internalType": "enum EngineBlox.TxAction",
2703
+ "name": "action",
2704
+ "type": "uint8"
2705
+ },
2706
+ {
2707
+ "internalType": "uint256",
2708
+ "name": "deadline",
2709
+ "type": "uint256"
2710
+ },
2711
+ {
2712
+ "internalType": "uint256",
2713
+ "name": "maxGasPrice",
2714
+ "type": "uint256"
2715
+ },
2716
+ {
2717
+ "internalType": "address",
2718
+ "name": "signer",
2719
+ "type": "address"
2720
+ }
2721
+ ],
2722
+ "internalType": "struct EngineBlox.MetaTxParams",
2723
+ "name": "params",
2724
+ "type": "tuple"
2725
+ },
2726
+ {
2727
+ "internalType": "bytes32",
2728
+ "name": "message",
2729
+ "type": "bytes32"
2730
+ },
2731
+ {
2732
+ "internalType": "bytes",
2733
+ "name": "signature",
2734
+ "type": "bytes"
2735
+ },
2736
+ {
2737
+ "internalType": "bytes",
2738
+ "name": "data",
2739
+ "type": "bytes"
2740
+ }
2741
+ ],
2742
+ "internalType": "struct EngineBlox.MetaTransaction",
2743
+ "name": "metaTx",
2744
+ "type": "tuple"
2745
+ }
2746
+ ],
2747
+ "name": "updateRecoveryRequestAndApprove",
2748
+ "outputs": [
2749
+ {
2750
+ "internalType": "uint256",
2751
+ "name": "",
2752
+ "type": "uint256"
2753
+ }
2754
+ ],
2755
+ "stateMutability": "nonpayable",
2756
+ "type": "function"
2757
+ },
2758
+ {
2759
+ "inputs": [
2760
+ {
2761
+ "components": [
2762
+ {
2763
+ "components": [
2764
+ {
2765
+ "internalType": "uint256",
2766
+ "name": "txId",
2767
+ "type": "uint256"
2768
+ },
2769
+ {
2770
+ "internalType": "uint256",
2771
+ "name": "releaseTime",
2772
+ "type": "uint256"
2773
+ },
2774
+ {
2775
+ "internalType": "enum EngineBlox.TxStatus",
2776
+ "name": "status",
2777
+ "type": "uint8"
2778
+ },
2779
+ {
2780
+ "components": [
2781
+ {
2782
+ "internalType": "address",
2783
+ "name": "requester",
2784
+ "type": "address"
2785
+ },
2786
+ {
2787
+ "internalType": "address",
2788
+ "name": "target",
2789
+ "type": "address"
2790
+ },
2791
+ {
2792
+ "internalType": "uint256",
2793
+ "name": "value",
2794
+ "type": "uint256"
2795
+ },
2796
+ {
2797
+ "internalType": "uint256",
2798
+ "name": "gasLimit",
2799
+ "type": "uint256"
2800
+ },
2801
+ {
2802
+ "internalType": "bytes32",
2803
+ "name": "operationType",
2804
+ "type": "bytes32"
2805
+ },
2806
+ {
2807
+ "internalType": "bytes4",
2808
+ "name": "executionSelector",
2809
+ "type": "bytes4"
2810
+ },
2811
+ {
2812
+ "internalType": "bytes",
2813
+ "name": "executionParams",
2814
+ "type": "bytes"
2815
+ }
2816
+ ],
2817
+ "internalType": "struct EngineBlox.TxParams",
2818
+ "name": "params",
2819
+ "type": "tuple"
2820
+ },
2821
+ {
2822
+ "internalType": "bytes32",
2823
+ "name": "message",
2824
+ "type": "bytes32"
2825
+ },
2826
+ {
2827
+ "internalType": "bytes",
2828
+ "name": "result",
2829
+ "type": "bytes"
2830
+ },
2831
+ {
2832
+ "components": [
2833
+ {
2834
+ "internalType": "address",
2835
+ "name": "recipient",
2836
+ "type": "address"
2837
+ },
2838
+ {
2839
+ "internalType": "uint256",
2840
+ "name": "nativeTokenAmount",
2841
+ "type": "uint256"
2842
+ },
2843
+ {
2844
+ "internalType": "address",
2845
+ "name": "erc20TokenAddress",
2846
+ "type": "address"
2847
+ },
2848
+ {
2849
+ "internalType": "uint256",
2850
+ "name": "erc20TokenAmount",
2851
+ "type": "uint256"
2852
+ }
2853
+ ],
2854
+ "internalType": "struct EngineBlox.PaymentDetails",
2855
+ "name": "payment",
2856
+ "type": "tuple"
2857
+ }
2858
+ ],
2859
+ "internalType": "struct EngineBlox.TxRecord",
2860
+ "name": "txRecord",
2861
+ "type": "tuple"
2862
+ },
2863
+ {
2864
+ "components": [
2865
+ {
2866
+ "internalType": "uint256",
2867
+ "name": "chainId",
2868
+ "type": "uint256"
2869
+ },
2870
+ {
2871
+ "internalType": "uint256",
2872
+ "name": "nonce",
2873
+ "type": "uint256"
2874
+ },
2875
+ {
2876
+ "internalType": "address",
2877
+ "name": "handlerContract",
2878
+ "type": "address"
2879
+ },
2880
+ {
2881
+ "internalType": "bytes4",
2882
+ "name": "handlerSelector",
2883
+ "type": "bytes4"
2884
+ },
2885
+ {
2886
+ "internalType": "enum EngineBlox.TxAction",
2887
+ "name": "action",
2888
+ "type": "uint8"
2889
+ },
2890
+ {
2891
+ "internalType": "uint256",
2892
+ "name": "deadline",
2893
+ "type": "uint256"
2894
+ },
2895
+ {
2896
+ "internalType": "uint256",
2897
+ "name": "maxGasPrice",
2898
+ "type": "uint256"
2899
+ },
2900
+ {
2901
+ "internalType": "address",
2902
+ "name": "signer",
2903
+ "type": "address"
2904
+ }
2905
+ ],
2906
+ "internalType": "struct EngineBlox.MetaTxParams",
2907
+ "name": "params",
2908
+ "type": "tuple"
2909
+ },
2910
+ {
2911
+ "internalType": "bytes32",
2912
+ "name": "message",
2913
+ "type": "bytes32"
2914
+ },
2915
+ {
2916
+ "internalType": "bytes",
2917
+ "name": "signature",
2918
+ "type": "bytes"
2919
+ },
2920
+ {
2921
+ "internalType": "bytes",
2922
+ "name": "data",
2923
+ "type": "bytes"
2924
+ }
2925
+ ],
2926
+ "internalType": "struct EngineBlox.MetaTransaction",
2927
+ "name": "metaTx",
2928
+ "type": "tuple"
2929
+ }
2930
+ ],
2931
+ "name": "updateTimeLockRequestAndApprove",
2932
+ "outputs": [
2933
+ {
2934
+ "internalType": "uint256",
2935
+ "name": "",
2936
+ "type": "uint256"
2937
+ }
2938
+ ],
2939
+ "stateMutability": "nonpayable",
2940
+ "type": "function"
2941
+ },
2942
+ {
2943
+ "inputs": [
2944
+ {
2945
+ "internalType": "address",
2946
+ "name": "initialOwner",
2947
+ "type": "address"
2948
+ },
2949
+ {
2950
+ "internalType": "address",
2951
+ "name": "broadcaster",
2952
+ "type": "address"
2953
+ },
2954
+ {
2955
+ "internalType": "address",
2956
+ "name": "recovery",
2957
+ "type": "address"
2958
+ },
2959
+ {
2960
+ "internalType": "uint256",
2961
+ "name": "timeLockPeriodSec",
2962
+ "type": "uint256"
2963
+ },
2964
+ {
2965
+ "internalType": "address",
2966
+ "name": "eventForwarder",
2967
+ "type": "address"
2968
+ }
2969
+ ],
2970
+ "name": "initialize",
2971
+ "outputs": [],
2972
+ "stateMutability": "nonpayable",
2973
+ "type": "function"
2974
+ },
2975
+ {
2976
+ "inputs": [
2977
+ {
2978
+ "internalType": "bytes4",
2979
+ "name": "interfaceId",
2980
+ "type": "bytes4"
2981
+ }
2982
+ ],
2983
+ "name": "supportsInterface",
2984
+ "outputs": [
2985
+ {
2986
+ "internalType": "bool",
2987
+ "name": "",
2988
+ "type": "bool"
2989
+ }
2990
+ ],
2991
+ "stateMutability": "view",
2992
+ "type": "function"
2993
+ }
2994
+ ]