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