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