@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,1593 @@
1
+ [
2
+ {
3
+ "inputs": [],
4
+ "name": "FailedDeployment",
5
+ "type": "error"
6
+ },
7
+ {
8
+ "inputs": [
9
+ {
10
+ "internalType": "uint256",
11
+ "name": "balance",
12
+ "type": "uint256"
13
+ },
14
+ {
15
+ "internalType": "uint256",
16
+ "name": "needed",
17
+ "type": "uint256"
18
+ }
19
+ ],
20
+ "name": "InsufficientBalance",
21
+ "type": "error"
22
+ },
23
+ {
24
+ "inputs": [
25
+ {
26
+ "internalType": "address",
27
+ "name": "provided",
28
+ "type": "address"
29
+ }
30
+ ],
31
+ "name": "InvalidAddress",
32
+ "type": "error"
33
+ },
34
+ {
35
+ "inputs": [],
36
+ "name": "InvalidInitialization",
37
+ "type": "error"
38
+ },
39
+ {
40
+ "inputs": [
41
+ {
42
+ "internalType": "address",
43
+ "name": "item",
44
+ "type": "address"
45
+ }
46
+ ],
47
+ "name": "InvalidOperation",
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
+ "name": "NotSupported",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "OperationFailed",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [
78
+ {
79
+ "internalType": "uint256",
80
+ "name": "rangeSize",
81
+ "type": "uint256"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "maxRangeSize",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "RangeSizeExceeded",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [],
94
+ "name": "ReentrancyGuardReentrantCall",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "bytes32",
101
+ "name": "resourceId",
102
+ "type": "bytes32"
103
+ }
104
+ ],
105
+ "name": "ResourceNotFound",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "anonymous": false,
110
+ "inputs": [
111
+ {
112
+ "indexed": true,
113
+ "internalType": "address",
114
+ "name": "original",
115
+ "type": "address"
116
+ },
117
+ {
118
+ "indexed": true,
119
+ "internalType": "address",
120
+ "name": "clone",
121
+ "type": "address"
122
+ },
123
+ {
124
+ "indexed": true,
125
+ "internalType": "address",
126
+ "name": "initialOwner",
127
+ "type": "address"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "uint256",
132
+ "name": "cloneNumber",
133
+ "type": "uint256"
134
+ }
135
+ ],
136
+ "name": "BloxCloned",
137
+ "type": "event"
138
+ },
139
+ {
140
+ "anonymous": false,
141
+ "inputs": [
142
+ {
143
+ "indexed": true,
144
+ "internalType": "address",
145
+ "name": "cloneAddress",
146
+ "type": "address"
147
+ },
148
+ {
149
+ "indexed": true,
150
+ "internalType": "uint256",
151
+ "name": "txId",
152
+ "type": "uint256"
153
+ },
154
+ {
155
+ "indexed": true,
156
+ "internalType": "bytes4",
157
+ "name": "functionSelector",
158
+ "type": "bytes4"
159
+ },
160
+ {
161
+ "indexed": false,
162
+ "internalType": "enum EngineBlox.TxStatus",
163
+ "name": "status",
164
+ "type": "uint8"
165
+ },
166
+ {
167
+ "indexed": false,
168
+ "internalType": "address",
169
+ "name": "requester",
170
+ "type": "address"
171
+ },
172
+ {
173
+ "indexed": false,
174
+ "internalType": "address",
175
+ "name": "target",
176
+ "type": "address"
177
+ },
178
+ {
179
+ "indexed": false,
180
+ "internalType": "bytes32",
181
+ "name": "operationType",
182
+ "type": "bytes32"
183
+ }
184
+ ],
185
+ "name": "CloneEventForwarded",
186
+ "type": "event"
187
+ },
188
+ {
189
+ "anonymous": false,
190
+ "inputs": [
191
+ {
192
+ "indexed": true,
193
+ "internalType": "bytes4",
194
+ "name": "functionSelector",
195
+ "type": "bytes4"
196
+ },
197
+ {
198
+ "indexed": false,
199
+ "internalType": "bytes",
200
+ "name": "data",
201
+ "type": "bytes"
202
+ }
203
+ ],
204
+ "name": "ComponentEvent",
205
+ "type": "event"
206
+ },
207
+ {
208
+ "anonymous": false,
209
+ "inputs": [
210
+ {
211
+ "indexed": false,
212
+ "internalType": "uint64",
213
+ "name": "version",
214
+ "type": "uint64"
215
+ }
216
+ ],
217
+ "name": "Initialized",
218
+ "type": "event"
219
+ },
220
+ {
221
+ "stateMutability": "payable",
222
+ "type": "fallback"
223
+ },
224
+ {
225
+ "inputs": [
226
+ {
227
+ "internalType": "address",
228
+ "name": "handlerContract",
229
+ "type": "address"
230
+ },
231
+ {
232
+ "internalType": "bytes4",
233
+ "name": "handlerSelector",
234
+ "type": "bytes4"
235
+ },
236
+ {
237
+ "internalType": "enum EngineBlox.TxAction",
238
+ "name": "action",
239
+ "type": "uint8"
240
+ },
241
+ {
242
+ "internalType": "uint256",
243
+ "name": "deadline",
244
+ "type": "uint256"
245
+ },
246
+ {
247
+ "internalType": "uint256",
248
+ "name": "maxGasPrice",
249
+ "type": "uint256"
250
+ },
251
+ {
252
+ "internalType": "address",
253
+ "name": "signer",
254
+ "type": "address"
255
+ }
256
+ ],
257
+ "name": "createMetaTxParams",
258
+ "outputs": [
259
+ {
260
+ "components": [
261
+ {
262
+ "internalType": "uint256",
263
+ "name": "chainId",
264
+ "type": "uint256"
265
+ },
266
+ {
267
+ "internalType": "uint256",
268
+ "name": "nonce",
269
+ "type": "uint256"
270
+ },
271
+ {
272
+ "internalType": "address",
273
+ "name": "handlerContract",
274
+ "type": "address"
275
+ },
276
+ {
277
+ "internalType": "bytes4",
278
+ "name": "handlerSelector",
279
+ "type": "bytes4"
280
+ },
281
+ {
282
+ "internalType": "enum EngineBlox.TxAction",
283
+ "name": "action",
284
+ "type": "uint8"
285
+ },
286
+ {
287
+ "internalType": "uint256",
288
+ "name": "deadline",
289
+ "type": "uint256"
290
+ },
291
+ {
292
+ "internalType": "uint256",
293
+ "name": "maxGasPrice",
294
+ "type": "uint256"
295
+ },
296
+ {
297
+ "internalType": "address",
298
+ "name": "signer",
299
+ "type": "address"
300
+ }
301
+ ],
302
+ "internalType": "struct EngineBlox.MetaTxParams",
303
+ "name": "",
304
+ "type": "tuple"
305
+ }
306
+ ],
307
+ "stateMutability": "view",
308
+ "type": "function"
309
+ },
310
+ {
311
+ "inputs": [
312
+ {
313
+ "internalType": "uint256",
314
+ "name": "txId",
315
+ "type": "uint256"
316
+ },
317
+ {
318
+ "components": [
319
+ {
320
+ "internalType": "uint256",
321
+ "name": "chainId",
322
+ "type": "uint256"
323
+ },
324
+ {
325
+ "internalType": "uint256",
326
+ "name": "nonce",
327
+ "type": "uint256"
328
+ },
329
+ {
330
+ "internalType": "address",
331
+ "name": "handlerContract",
332
+ "type": "address"
333
+ },
334
+ {
335
+ "internalType": "bytes4",
336
+ "name": "handlerSelector",
337
+ "type": "bytes4"
338
+ },
339
+ {
340
+ "internalType": "enum EngineBlox.TxAction",
341
+ "name": "action",
342
+ "type": "uint8"
343
+ },
344
+ {
345
+ "internalType": "uint256",
346
+ "name": "deadline",
347
+ "type": "uint256"
348
+ },
349
+ {
350
+ "internalType": "uint256",
351
+ "name": "maxGasPrice",
352
+ "type": "uint256"
353
+ },
354
+ {
355
+ "internalType": "address",
356
+ "name": "signer",
357
+ "type": "address"
358
+ }
359
+ ],
360
+ "internalType": "struct EngineBlox.MetaTxParams",
361
+ "name": "metaTxParams",
362
+ "type": "tuple"
363
+ }
364
+ ],
365
+ "name": "generateUnsignedMetaTransactionForExisting",
366
+ "outputs": [
367
+ {
368
+ "components": [
369
+ {
370
+ "components": [
371
+ {
372
+ "internalType": "uint256",
373
+ "name": "txId",
374
+ "type": "uint256"
375
+ },
376
+ {
377
+ "internalType": "uint256",
378
+ "name": "releaseTime",
379
+ "type": "uint256"
380
+ },
381
+ {
382
+ "internalType": "enum EngineBlox.TxStatus",
383
+ "name": "status",
384
+ "type": "uint8"
385
+ },
386
+ {
387
+ "components": [
388
+ {
389
+ "internalType": "address",
390
+ "name": "requester",
391
+ "type": "address"
392
+ },
393
+ {
394
+ "internalType": "address",
395
+ "name": "target",
396
+ "type": "address"
397
+ },
398
+ {
399
+ "internalType": "uint256",
400
+ "name": "value",
401
+ "type": "uint256"
402
+ },
403
+ {
404
+ "internalType": "uint256",
405
+ "name": "gasLimit",
406
+ "type": "uint256"
407
+ },
408
+ {
409
+ "internalType": "bytes32",
410
+ "name": "operationType",
411
+ "type": "bytes32"
412
+ },
413
+ {
414
+ "internalType": "bytes4",
415
+ "name": "executionSelector",
416
+ "type": "bytes4"
417
+ },
418
+ {
419
+ "internalType": "bytes",
420
+ "name": "executionParams",
421
+ "type": "bytes"
422
+ }
423
+ ],
424
+ "internalType": "struct EngineBlox.TxParams",
425
+ "name": "params",
426
+ "type": "tuple"
427
+ },
428
+ {
429
+ "internalType": "bytes32",
430
+ "name": "message",
431
+ "type": "bytes32"
432
+ },
433
+ {
434
+ "internalType": "bytes",
435
+ "name": "result",
436
+ "type": "bytes"
437
+ },
438
+ {
439
+ "components": [
440
+ {
441
+ "internalType": "address",
442
+ "name": "recipient",
443
+ "type": "address"
444
+ },
445
+ {
446
+ "internalType": "uint256",
447
+ "name": "nativeTokenAmount",
448
+ "type": "uint256"
449
+ },
450
+ {
451
+ "internalType": "address",
452
+ "name": "erc20TokenAddress",
453
+ "type": "address"
454
+ },
455
+ {
456
+ "internalType": "uint256",
457
+ "name": "erc20TokenAmount",
458
+ "type": "uint256"
459
+ }
460
+ ],
461
+ "internalType": "struct EngineBlox.PaymentDetails",
462
+ "name": "payment",
463
+ "type": "tuple"
464
+ }
465
+ ],
466
+ "internalType": "struct EngineBlox.TxRecord",
467
+ "name": "txRecord",
468
+ "type": "tuple"
469
+ },
470
+ {
471
+ "components": [
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "chainId",
475
+ "type": "uint256"
476
+ },
477
+ {
478
+ "internalType": "uint256",
479
+ "name": "nonce",
480
+ "type": "uint256"
481
+ },
482
+ {
483
+ "internalType": "address",
484
+ "name": "handlerContract",
485
+ "type": "address"
486
+ },
487
+ {
488
+ "internalType": "bytes4",
489
+ "name": "handlerSelector",
490
+ "type": "bytes4"
491
+ },
492
+ {
493
+ "internalType": "enum EngineBlox.TxAction",
494
+ "name": "action",
495
+ "type": "uint8"
496
+ },
497
+ {
498
+ "internalType": "uint256",
499
+ "name": "deadline",
500
+ "type": "uint256"
501
+ },
502
+ {
503
+ "internalType": "uint256",
504
+ "name": "maxGasPrice",
505
+ "type": "uint256"
506
+ },
507
+ {
508
+ "internalType": "address",
509
+ "name": "signer",
510
+ "type": "address"
511
+ }
512
+ ],
513
+ "internalType": "struct EngineBlox.MetaTxParams",
514
+ "name": "params",
515
+ "type": "tuple"
516
+ },
517
+ {
518
+ "internalType": "bytes32",
519
+ "name": "message",
520
+ "type": "bytes32"
521
+ },
522
+ {
523
+ "internalType": "bytes",
524
+ "name": "signature",
525
+ "type": "bytes"
526
+ },
527
+ {
528
+ "internalType": "bytes",
529
+ "name": "data",
530
+ "type": "bytes"
531
+ }
532
+ ],
533
+ "internalType": "struct EngineBlox.MetaTransaction",
534
+ "name": "",
535
+ "type": "tuple"
536
+ }
537
+ ],
538
+ "stateMutability": "view",
539
+ "type": "function"
540
+ },
541
+ {
542
+ "inputs": [
543
+ {
544
+ "internalType": "address",
545
+ "name": "requester",
546
+ "type": "address"
547
+ },
548
+ {
549
+ "internalType": "address",
550
+ "name": "target",
551
+ "type": "address"
552
+ },
553
+ {
554
+ "internalType": "uint256",
555
+ "name": "value",
556
+ "type": "uint256"
557
+ },
558
+ {
559
+ "internalType": "uint256",
560
+ "name": "gasLimit",
561
+ "type": "uint256"
562
+ },
563
+ {
564
+ "internalType": "bytes32",
565
+ "name": "operationType",
566
+ "type": "bytes32"
567
+ },
568
+ {
569
+ "internalType": "bytes4",
570
+ "name": "executionSelector",
571
+ "type": "bytes4"
572
+ },
573
+ {
574
+ "internalType": "bytes",
575
+ "name": "executionParams",
576
+ "type": "bytes"
577
+ },
578
+ {
579
+ "components": [
580
+ {
581
+ "internalType": "uint256",
582
+ "name": "chainId",
583
+ "type": "uint256"
584
+ },
585
+ {
586
+ "internalType": "uint256",
587
+ "name": "nonce",
588
+ "type": "uint256"
589
+ },
590
+ {
591
+ "internalType": "address",
592
+ "name": "handlerContract",
593
+ "type": "address"
594
+ },
595
+ {
596
+ "internalType": "bytes4",
597
+ "name": "handlerSelector",
598
+ "type": "bytes4"
599
+ },
600
+ {
601
+ "internalType": "enum EngineBlox.TxAction",
602
+ "name": "action",
603
+ "type": "uint8"
604
+ },
605
+ {
606
+ "internalType": "uint256",
607
+ "name": "deadline",
608
+ "type": "uint256"
609
+ },
610
+ {
611
+ "internalType": "uint256",
612
+ "name": "maxGasPrice",
613
+ "type": "uint256"
614
+ },
615
+ {
616
+ "internalType": "address",
617
+ "name": "signer",
618
+ "type": "address"
619
+ }
620
+ ],
621
+ "internalType": "struct EngineBlox.MetaTxParams",
622
+ "name": "metaTxParams",
623
+ "type": "tuple"
624
+ }
625
+ ],
626
+ "name": "generateUnsignedMetaTransactionForNew",
627
+ "outputs": [
628
+ {
629
+ "components": [
630
+ {
631
+ "components": [
632
+ {
633
+ "internalType": "uint256",
634
+ "name": "txId",
635
+ "type": "uint256"
636
+ },
637
+ {
638
+ "internalType": "uint256",
639
+ "name": "releaseTime",
640
+ "type": "uint256"
641
+ },
642
+ {
643
+ "internalType": "enum EngineBlox.TxStatus",
644
+ "name": "status",
645
+ "type": "uint8"
646
+ },
647
+ {
648
+ "components": [
649
+ {
650
+ "internalType": "address",
651
+ "name": "requester",
652
+ "type": "address"
653
+ },
654
+ {
655
+ "internalType": "address",
656
+ "name": "target",
657
+ "type": "address"
658
+ },
659
+ {
660
+ "internalType": "uint256",
661
+ "name": "value",
662
+ "type": "uint256"
663
+ },
664
+ {
665
+ "internalType": "uint256",
666
+ "name": "gasLimit",
667
+ "type": "uint256"
668
+ },
669
+ {
670
+ "internalType": "bytes32",
671
+ "name": "operationType",
672
+ "type": "bytes32"
673
+ },
674
+ {
675
+ "internalType": "bytes4",
676
+ "name": "executionSelector",
677
+ "type": "bytes4"
678
+ },
679
+ {
680
+ "internalType": "bytes",
681
+ "name": "executionParams",
682
+ "type": "bytes"
683
+ }
684
+ ],
685
+ "internalType": "struct EngineBlox.TxParams",
686
+ "name": "params",
687
+ "type": "tuple"
688
+ },
689
+ {
690
+ "internalType": "bytes32",
691
+ "name": "message",
692
+ "type": "bytes32"
693
+ },
694
+ {
695
+ "internalType": "bytes",
696
+ "name": "result",
697
+ "type": "bytes"
698
+ },
699
+ {
700
+ "components": [
701
+ {
702
+ "internalType": "address",
703
+ "name": "recipient",
704
+ "type": "address"
705
+ },
706
+ {
707
+ "internalType": "uint256",
708
+ "name": "nativeTokenAmount",
709
+ "type": "uint256"
710
+ },
711
+ {
712
+ "internalType": "address",
713
+ "name": "erc20TokenAddress",
714
+ "type": "address"
715
+ },
716
+ {
717
+ "internalType": "uint256",
718
+ "name": "erc20TokenAmount",
719
+ "type": "uint256"
720
+ }
721
+ ],
722
+ "internalType": "struct EngineBlox.PaymentDetails",
723
+ "name": "payment",
724
+ "type": "tuple"
725
+ }
726
+ ],
727
+ "internalType": "struct EngineBlox.TxRecord",
728
+ "name": "txRecord",
729
+ "type": "tuple"
730
+ },
731
+ {
732
+ "components": [
733
+ {
734
+ "internalType": "uint256",
735
+ "name": "chainId",
736
+ "type": "uint256"
737
+ },
738
+ {
739
+ "internalType": "uint256",
740
+ "name": "nonce",
741
+ "type": "uint256"
742
+ },
743
+ {
744
+ "internalType": "address",
745
+ "name": "handlerContract",
746
+ "type": "address"
747
+ },
748
+ {
749
+ "internalType": "bytes4",
750
+ "name": "handlerSelector",
751
+ "type": "bytes4"
752
+ },
753
+ {
754
+ "internalType": "enum EngineBlox.TxAction",
755
+ "name": "action",
756
+ "type": "uint8"
757
+ },
758
+ {
759
+ "internalType": "uint256",
760
+ "name": "deadline",
761
+ "type": "uint256"
762
+ },
763
+ {
764
+ "internalType": "uint256",
765
+ "name": "maxGasPrice",
766
+ "type": "uint256"
767
+ },
768
+ {
769
+ "internalType": "address",
770
+ "name": "signer",
771
+ "type": "address"
772
+ }
773
+ ],
774
+ "internalType": "struct EngineBlox.MetaTxParams",
775
+ "name": "params",
776
+ "type": "tuple"
777
+ },
778
+ {
779
+ "internalType": "bytes32",
780
+ "name": "message",
781
+ "type": "bytes32"
782
+ },
783
+ {
784
+ "internalType": "bytes",
785
+ "name": "signature",
786
+ "type": "bytes"
787
+ },
788
+ {
789
+ "internalType": "bytes",
790
+ "name": "data",
791
+ "type": "bytes"
792
+ }
793
+ ],
794
+ "internalType": "struct EngineBlox.MetaTransaction",
795
+ "name": "",
796
+ "type": "tuple"
797
+ }
798
+ ],
799
+ "stateMutability": "view",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "inputs": [
804
+ {
805
+ "internalType": "bytes32",
806
+ "name": "roleHash",
807
+ "type": "bytes32"
808
+ }
809
+ ],
810
+ "name": "getActiveRolePermissions",
811
+ "outputs": [
812
+ {
813
+ "components": [
814
+ {
815
+ "internalType": "bytes4",
816
+ "name": "functionSelector",
817
+ "type": "bytes4"
818
+ },
819
+ {
820
+ "internalType": "uint16",
821
+ "name": "grantedActionsBitmap",
822
+ "type": "uint16"
823
+ },
824
+ {
825
+ "internalType": "bytes4[]",
826
+ "name": "handlerForSelectors",
827
+ "type": "bytes4[]"
828
+ }
829
+ ],
830
+ "internalType": "struct EngineBlox.FunctionPermission[]",
831
+ "name": "",
832
+ "type": "tuple[]"
833
+ }
834
+ ],
835
+ "stateMutability": "view",
836
+ "type": "function"
837
+ },
838
+ {
839
+ "inputs": [
840
+ {
841
+ "internalType": "bytes32",
842
+ "name": "roleHash",
843
+ "type": "bytes32"
844
+ }
845
+ ],
846
+ "name": "getAuthorizedWallets",
847
+ "outputs": [
848
+ {
849
+ "internalType": "address[]",
850
+ "name": "",
851
+ "type": "address[]"
852
+ }
853
+ ],
854
+ "stateMutability": "view",
855
+ "type": "function"
856
+ },
857
+ {
858
+ "inputs": [],
859
+ "name": "getBroadcasters",
860
+ "outputs": [
861
+ {
862
+ "internalType": "address[]",
863
+ "name": "",
864
+ "type": "address[]"
865
+ }
866
+ ],
867
+ "stateMutability": "view",
868
+ "type": "function"
869
+ },
870
+ {
871
+ "inputs": [
872
+ {
873
+ "internalType": "bytes4",
874
+ "name": "functionSelector",
875
+ "type": "bytes4"
876
+ }
877
+ ],
878
+ "name": "getFunctionSchema",
879
+ "outputs": [
880
+ {
881
+ "components": [
882
+ {
883
+ "internalType": "string",
884
+ "name": "functionSignature",
885
+ "type": "string"
886
+ },
887
+ {
888
+ "internalType": "bytes4",
889
+ "name": "functionSelector",
890
+ "type": "bytes4"
891
+ },
892
+ {
893
+ "internalType": "bytes32",
894
+ "name": "operationType",
895
+ "type": "bytes32"
896
+ },
897
+ {
898
+ "internalType": "string",
899
+ "name": "operationName",
900
+ "type": "string"
901
+ },
902
+ {
903
+ "internalType": "uint16",
904
+ "name": "supportedActionsBitmap",
905
+ "type": "uint16"
906
+ },
907
+ {
908
+ "internalType": "bool",
909
+ "name": "enforceHandlerRelations",
910
+ "type": "bool"
911
+ },
912
+ {
913
+ "internalType": "bool",
914
+ "name": "isProtected",
915
+ "type": "bool"
916
+ },
917
+ {
918
+ "internalType": "bytes4[]",
919
+ "name": "handlerForSelectors",
920
+ "type": "bytes4[]"
921
+ }
922
+ ],
923
+ "internalType": "struct EngineBlox.FunctionSchema",
924
+ "name": "",
925
+ "type": "tuple"
926
+ }
927
+ ],
928
+ "stateMutability": "view",
929
+ "type": "function"
930
+ },
931
+ {
932
+ "inputs": [
933
+ {
934
+ "internalType": "bytes4",
935
+ "name": "functionSelector",
936
+ "type": "bytes4"
937
+ }
938
+ ],
939
+ "name": "getFunctionWhitelistTargets",
940
+ "outputs": [
941
+ {
942
+ "internalType": "address[]",
943
+ "name": "",
944
+ "type": "address[]"
945
+ }
946
+ ],
947
+ "stateMutability": "view",
948
+ "type": "function"
949
+ },
950
+ {
951
+ "inputs": [
952
+ {
953
+ "internalType": "bytes4",
954
+ "name": "functionSelector",
955
+ "type": "bytes4"
956
+ }
957
+ ],
958
+ "name": "getHooks",
959
+ "outputs": [
960
+ {
961
+ "internalType": "address[]",
962
+ "name": "hooks",
963
+ "type": "address[]"
964
+ }
965
+ ],
966
+ "stateMutability": "view",
967
+ "type": "function"
968
+ },
969
+ {
970
+ "inputs": [],
971
+ "name": "getPendingTransactions",
972
+ "outputs": [
973
+ {
974
+ "internalType": "uint256[]",
975
+ "name": "",
976
+ "type": "uint256[]"
977
+ }
978
+ ],
979
+ "stateMutability": "view",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [],
984
+ "name": "getRecovery",
985
+ "outputs": [
986
+ {
987
+ "internalType": "address",
988
+ "name": "",
989
+ "type": "address"
990
+ }
991
+ ],
992
+ "stateMutability": "view",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "inputs": [
997
+ {
998
+ "internalType": "bytes32",
999
+ "name": "roleHash",
1000
+ "type": "bytes32"
1001
+ }
1002
+ ],
1003
+ "name": "getRole",
1004
+ "outputs": [
1005
+ {
1006
+ "internalType": "string",
1007
+ "name": "roleName",
1008
+ "type": "string"
1009
+ },
1010
+ {
1011
+ "internalType": "bytes32",
1012
+ "name": "hash",
1013
+ "type": "bytes32"
1014
+ },
1015
+ {
1016
+ "internalType": "uint256",
1017
+ "name": "maxWallets",
1018
+ "type": "uint256"
1019
+ },
1020
+ {
1021
+ "internalType": "uint256",
1022
+ "name": "walletCount",
1023
+ "type": "uint256"
1024
+ },
1025
+ {
1026
+ "internalType": "bool",
1027
+ "name": "isProtected",
1028
+ "type": "bool"
1029
+ }
1030
+ ],
1031
+ "stateMutability": "view",
1032
+ "type": "function"
1033
+ },
1034
+ {
1035
+ "inputs": [
1036
+ {
1037
+ "internalType": "address",
1038
+ "name": "signer",
1039
+ "type": "address"
1040
+ }
1041
+ ],
1042
+ "name": "getSignerNonce",
1043
+ "outputs": [
1044
+ {
1045
+ "internalType": "uint256",
1046
+ "name": "",
1047
+ "type": "uint256"
1048
+ }
1049
+ ],
1050
+ "stateMutability": "view",
1051
+ "type": "function"
1052
+ },
1053
+ {
1054
+ "inputs": [],
1055
+ "name": "getSupportedFunctions",
1056
+ "outputs": [
1057
+ {
1058
+ "internalType": "bytes4[]",
1059
+ "name": "",
1060
+ "type": "bytes4[]"
1061
+ }
1062
+ ],
1063
+ "stateMutability": "view",
1064
+ "type": "function"
1065
+ },
1066
+ {
1067
+ "inputs": [],
1068
+ "name": "getSupportedOperationTypes",
1069
+ "outputs": [
1070
+ {
1071
+ "internalType": "bytes32[]",
1072
+ "name": "",
1073
+ "type": "bytes32[]"
1074
+ }
1075
+ ],
1076
+ "stateMutability": "view",
1077
+ "type": "function"
1078
+ },
1079
+ {
1080
+ "inputs": [],
1081
+ "name": "getSupportedRoles",
1082
+ "outputs": [
1083
+ {
1084
+ "internalType": "bytes32[]",
1085
+ "name": "",
1086
+ "type": "bytes32[]"
1087
+ }
1088
+ ],
1089
+ "stateMutability": "view",
1090
+ "type": "function"
1091
+ },
1092
+ {
1093
+ "inputs": [],
1094
+ "name": "getTimeLockPeriodSec",
1095
+ "outputs": [
1096
+ {
1097
+ "internalType": "uint256",
1098
+ "name": "",
1099
+ "type": "uint256"
1100
+ }
1101
+ ],
1102
+ "stateMutability": "view",
1103
+ "type": "function"
1104
+ },
1105
+ {
1106
+ "inputs": [
1107
+ {
1108
+ "internalType": "uint256",
1109
+ "name": "txId",
1110
+ "type": "uint256"
1111
+ }
1112
+ ],
1113
+ "name": "getTransaction",
1114
+ "outputs": [
1115
+ {
1116
+ "components": [
1117
+ {
1118
+ "internalType": "uint256",
1119
+ "name": "txId",
1120
+ "type": "uint256"
1121
+ },
1122
+ {
1123
+ "internalType": "uint256",
1124
+ "name": "releaseTime",
1125
+ "type": "uint256"
1126
+ },
1127
+ {
1128
+ "internalType": "enum EngineBlox.TxStatus",
1129
+ "name": "status",
1130
+ "type": "uint8"
1131
+ },
1132
+ {
1133
+ "components": [
1134
+ {
1135
+ "internalType": "address",
1136
+ "name": "requester",
1137
+ "type": "address"
1138
+ },
1139
+ {
1140
+ "internalType": "address",
1141
+ "name": "target",
1142
+ "type": "address"
1143
+ },
1144
+ {
1145
+ "internalType": "uint256",
1146
+ "name": "value",
1147
+ "type": "uint256"
1148
+ },
1149
+ {
1150
+ "internalType": "uint256",
1151
+ "name": "gasLimit",
1152
+ "type": "uint256"
1153
+ },
1154
+ {
1155
+ "internalType": "bytes32",
1156
+ "name": "operationType",
1157
+ "type": "bytes32"
1158
+ },
1159
+ {
1160
+ "internalType": "bytes4",
1161
+ "name": "executionSelector",
1162
+ "type": "bytes4"
1163
+ },
1164
+ {
1165
+ "internalType": "bytes",
1166
+ "name": "executionParams",
1167
+ "type": "bytes"
1168
+ }
1169
+ ],
1170
+ "internalType": "struct EngineBlox.TxParams",
1171
+ "name": "params",
1172
+ "type": "tuple"
1173
+ },
1174
+ {
1175
+ "internalType": "bytes32",
1176
+ "name": "message",
1177
+ "type": "bytes32"
1178
+ },
1179
+ {
1180
+ "internalType": "bytes",
1181
+ "name": "result",
1182
+ "type": "bytes"
1183
+ },
1184
+ {
1185
+ "components": [
1186
+ {
1187
+ "internalType": "address",
1188
+ "name": "recipient",
1189
+ "type": "address"
1190
+ },
1191
+ {
1192
+ "internalType": "uint256",
1193
+ "name": "nativeTokenAmount",
1194
+ "type": "uint256"
1195
+ },
1196
+ {
1197
+ "internalType": "address",
1198
+ "name": "erc20TokenAddress",
1199
+ "type": "address"
1200
+ },
1201
+ {
1202
+ "internalType": "uint256",
1203
+ "name": "erc20TokenAmount",
1204
+ "type": "uint256"
1205
+ }
1206
+ ],
1207
+ "internalType": "struct EngineBlox.PaymentDetails",
1208
+ "name": "payment",
1209
+ "type": "tuple"
1210
+ }
1211
+ ],
1212
+ "internalType": "struct EngineBlox.TxRecord",
1213
+ "name": "",
1214
+ "type": "tuple"
1215
+ }
1216
+ ],
1217
+ "stateMutability": "view",
1218
+ "type": "function"
1219
+ },
1220
+ {
1221
+ "inputs": [
1222
+ {
1223
+ "internalType": "uint256",
1224
+ "name": "fromTxId",
1225
+ "type": "uint256"
1226
+ },
1227
+ {
1228
+ "internalType": "uint256",
1229
+ "name": "toTxId",
1230
+ "type": "uint256"
1231
+ }
1232
+ ],
1233
+ "name": "getTransactionHistory",
1234
+ "outputs": [
1235
+ {
1236
+ "components": [
1237
+ {
1238
+ "internalType": "uint256",
1239
+ "name": "txId",
1240
+ "type": "uint256"
1241
+ },
1242
+ {
1243
+ "internalType": "uint256",
1244
+ "name": "releaseTime",
1245
+ "type": "uint256"
1246
+ },
1247
+ {
1248
+ "internalType": "enum EngineBlox.TxStatus",
1249
+ "name": "status",
1250
+ "type": "uint8"
1251
+ },
1252
+ {
1253
+ "components": [
1254
+ {
1255
+ "internalType": "address",
1256
+ "name": "requester",
1257
+ "type": "address"
1258
+ },
1259
+ {
1260
+ "internalType": "address",
1261
+ "name": "target",
1262
+ "type": "address"
1263
+ },
1264
+ {
1265
+ "internalType": "uint256",
1266
+ "name": "value",
1267
+ "type": "uint256"
1268
+ },
1269
+ {
1270
+ "internalType": "uint256",
1271
+ "name": "gasLimit",
1272
+ "type": "uint256"
1273
+ },
1274
+ {
1275
+ "internalType": "bytes32",
1276
+ "name": "operationType",
1277
+ "type": "bytes32"
1278
+ },
1279
+ {
1280
+ "internalType": "bytes4",
1281
+ "name": "executionSelector",
1282
+ "type": "bytes4"
1283
+ },
1284
+ {
1285
+ "internalType": "bytes",
1286
+ "name": "executionParams",
1287
+ "type": "bytes"
1288
+ }
1289
+ ],
1290
+ "internalType": "struct EngineBlox.TxParams",
1291
+ "name": "params",
1292
+ "type": "tuple"
1293
+ },
1294
+ {
1295
+ "internalType": "bytes32",
1296
+ "name": "message",
1297
+ "type": "bytes32"
1298
+ },
1299
+ {
1300
+ "internalType": "bytes",
1301
+ "name": "result",
1302
+ "type": "bytes"
1303
+ },
1304
+ {
1305
+ "components": [
1306
+ {
1307
+ "internalType": "address",
1308
+ "name": "recipient",
1309
+ "type": "address"
1310
+ },
1311
+ {
1312
+ "internalType": "uint256",
1313
+ "name": "nativeTokenAmount",
1314
+ "type": "uint256"
1315
+ },
1316
+ {
1317
+ "internalType": "address",
1318
+ "name": "erc20TokenAddress",
1319
+ "type": "address"
1320
+ },
1321
+ {
1322
+ "internalType": "uint256",
1323
+ "name": "erc20TokenAmount",
1324
+ "type": "uint256"
1325
+ }
1326
+ ],
1327
+ "internalType": "struct EngineBlox.PaymentDetails",
1328
+ "name": "payment",
1329
+ "type": "tuple"
1330
+ }
1331
+ ],
1332
+ "internalType": "struct EngineBlox.TxRecord[]",
1333
+ "name": "",
1334
+ "type": "tuple[]"
1335
+ }
1336
+ ],
1337
+ "stateMutability": "view",
1338
+ "type": "function"
1339
+ },
1340
+ {
1341
+ "inputs": [
1342
+ {
1343
+ "internalType": "address",
1344
+ "name": "wallet",
1345
+ "type": "address"
1346
+ }
1347
+ ],
1348
+ "name": "getWalletRoles",
1349
+ "outputs": [
1350
+ {
1351
+ "internalType": "bytes32[]",
1352
+ "name": "",
1353
+ "type": "bytes32[]"
1354
+ }
1355
+ ],
1356
+ "stateMutability": "view",
1357
+ "type": "function"
1358
+ },
1359
+ {
1360
+ "inputs": [
1361
+ {
1362
+ "internalType": "bytes32",
1363
+ "name": "roleHash",
1364
+ "type": "bytes32"
1365
+ },
1366
+ {
1367
+ "internalType": "address",
1368
+ "name": "wallet",
1369
+ "type": "address"
1370
+ }
1371
+ ],
1372
+ "name": "hasRole",
1373
+ "outputs": [
1374
+ {
1375
+ "internalType": "bool",
1376
+ "name": "",
1377
+ "type": "bool"
1378
+ }
1379
+ ],
1380
+ "stateMutability": "view",
1381
+ "type": "function"
1382
+ },
1383
+ {
1384
+ "inputs": [],
1385
+ "name": "initialized",
1386
+ "outputs": [
1387
+ {
1388
+ "internalType": "bool",
1389
+ "name": "",
1390
+ "type": "bool"
1391
+ }
1392
+ ],
1393
+ "stateMutability": "view",
1394
+ "type": "function"
1395
+ },
1396
+ {
1397
+ "inputs": [],
1398
+ "name": "owner",
1399
+ "outputs": [
1400
+ {
1401
+ "internalType": "address",
1402
+ "name": "",
1403
+ "type": "address"
1404
+ }
1405
+ ],
1406
+ "stateMutability": "view",
1407
+ "type": "function"
1408
+ },
1409
+ {
1410
+ "inputs": [
1411
+ {
1412
+ "internalType": "bytes4",
1413
+ "name": "interfaceId",
1414
+ "type": "bytes4"
1415
+ }
1416
+ ],
1417
+ "name": "supportsInterface",
1418
+ "outputs": [
1419
+ {
1420
+ "internalType": "bool",
1421
+ "name": "",
1422
+ "type": "bool"
1423
+ }
1424
+ ],
1425
+ "stateMutability": "view",
1426
+ "type": "function"
1427
+ },
1428
+ {
1429
+ "stateMutability": "payable",
1430
+ "type": "receive"
1431
+ },
1432
+ {
1433
+ "inputs": [
1434
+ {
1435
+ "internalType": "address",
1436
+ "name": "initialOwner",
1437
+ "type": "address"
1438
+ },
1439
+ {
1440
+ "internalType": "address",
1441
+ "name": "broadcaster",
1442
+ "type": "address"
1443
+ },
1444
+ {
1445
+ "internalType": "address",
1446
+ "name": "recovery",
1447
+ "type": "address"
1448
+ },
1449
+ {
1450
+ "internalType": "uint256",
1451
+ "name": "timeLockPeriodSec",
1452
+ "type": "uint256"
1453
+ },
1454
+ {
1455
+ "internalType": "address",
1456
+ "name": "eventForwarder",
1457
+ "type": "address"
1458
+ }
1459
+ ],
1460
+ "name": "initialize",
1461
+ "outputs": [],
1462
+ "stateMutability": "nonpayable",
1463
+ "type": "function"
1464
+ },
1465
+ {
1466
+ "inputs": [
1467
+ {
1468
+ "internalType": "address",
1469
+ "name": "bloxAddress",
1470
+ "type": "address"
1471
+ },
1472
+ {
1473
+ "internalType": "address",
1474
+ "name": "initialOwner",
1475
+ "type": "address"
1476
+ },
1477
+ {
1478
+ "internalType": "address",
1479
+ "name": "broadcaster",
1480
+ "type": "address"
1481
+ },
1482
+ {
1483
+ "internalType": "address",
1484
+ "name": "recovery",
1485
+ "type": "address"
1486
+ },
1487
+ {
1488
+ "internalType": "uint256",
1489
+ "name": "timeLockPeriodSec",
1490
+ "type": "uint256"
1491
+ }
1492
+ ],
1493
+ "name": "cloneBlox",
1494
+ "outputs": [
1495
+ {
1496
+ "internalType": "address",
1497
+ "name": "cloneAddress",
1498
+ "type": "address"
1499
+ }
1500
+ ],
1501
+ "stateMutability": "nonpayable",
1502
+ "type": "function"
1503
+ },
1504
+ {
1505
+ "inputs": [],
1506
+ "name": "getCloneCount",
1507
+ "outputs": [
1508
+ {
1509
+ "internalType": "uint256",
1510
+ "name": "",
1511
+ "type": "uint256"
1512
+ }
1513
+ ],
1514
+ "stateMutability": "view",
1515
+ "type": "function"
1516
+ },
1517
+ {
1518
+ "inputs": [
1519
+ {
1520
+ "internalType": "uint256",
1521
+ "name": "index",
1522
+ "type": "uint256"
1523
+ }
1524
+ ],
1525
+ "name": "getCloneAtIndex",
1526
+ "outputs": [
1527
+ {
1528
+ "internalType": "address",
1529
+ "name": "",
1530
+ "type": "address"
1531
+ }
1532
+ ],
1533
+ "stateMutability": "view",
1534
+ "type": "function"
1535
+ },
1536
+ {
1537
+ "inputs": [
1538
+ {
1539
+ "internalType": "address",
1540
+ "name": "cloneAddress",
1541
+ "type": "address"
1542
+ }
1543
+ ],
1544
+ "name": "isClone",
1545
+ "outputs": [
1546
+ {
1547
+ "internalType": "bool",
1548
+ "name": "",
1549
+ "type": "bool"
1550
+ }
1551
+ ],
1552
+ "stateMutability": "view",
1553
+ "type": "function"
1554
+ },
1555
+ {
1556
+ "inputs": [
1557
+ {
1558
+ "internalType": "uint256",
1559
+ "name": "txId",
1560
+ "type": "uint256"
1561
+ },
1562
+ {
1563
+ "internalType": "bytes4",
1564
+ "name": "functionSelector",
1565
+ "type": "bytes4"
1566
+ },
1567
+ {
1568
+ "internalType": "enum EngineBlox.TxStatus",
1569
+ "name": "status",
1570
+ "type": "uint8"
1571
+ },
1572
+ {
1573
+ "internalType": "address",
1574
+ "name": "requester",
1575
+ "type": "address"
1576
+ },
1577
+ {
1578
+ "internalType": "address",
1579
+ "name": "target",
1580
+ "type": "address"
1581
+ },
1582
+ {
1583
+ "internalType": "bytes32",
1584
+ "name": "operationType",
1585
+ "type": "bytes32"
1586
+ }
1587
+ ],
1588
+ "name": "forwardTxEvent",
1589
+ "outputs": [],
1590
+ "stateMutability": "nonpayable",
1591
+ "type": "function"
1592
+ }
1593
+ ]