@cartesi/devnet 2.0.0-alpha.5 → 2.0.0-alpha.7

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 (77) hide show
  1. package/anvil_state.json +1 -1
  2. package/deployments/TestMultiToken.json +1 -1
  3. package/deployments/TestNFT.json +1 -1
  4. package/deployments/TestToken.json +1 -1
  5. package/deployments/alchemyLightAccountV1.LightAccountFactory.json +89 -0
  6. package/deployments/alchemyLightAccountV1.entrypoint.EntryPoint.json +1322 -0
  7. package/deployments/alchemyLightAccountV2.LightAccountFactory.json +350 -0
  8. package/deployments/alchemyLightAccountV2.MultiOwnerLightAccountFactory.json +389 -0
  9. package/deployments/alchemyLightAccountV2.entrypoint.EntryPoint.json +1009 -0
  10. package/deployments/alchemyModularAccountV2.AccountFactory.json +658 -0
  11. package/deployments/alchemyModularAccountV2.AllowlistModule.json +728 -0
  12. package/deployments/alchemyModularAccountV2.ExecutionInstallDelegate.json +437 -0
  13. package/deployments/alchemyModularAccountV2.ModularAccount.json +1257 -0
  14. package/deployments/alchemyModularAccountV2.NativeTokenLimitModule.json +416 -0
  15. package/deployments/alchemyModularAccountV2.PaymasterGuardModule.json +254 -0
  16. package/deployments/alchemyModularAccountV2.SemiModularAccount7702.json +1309 -0
  17. package/deployments/alchemyModularAccountV2.SemiModularAccountBytecode.json +1304 -0
  18. package/deployments/alchemyModularAccountV2.SemiModularAccountStorageOnly.json +1317 -0
  19. package/deployments/alchemyModularAccountV2.SingleSignerValidationModule.json +343 -0
  20. package/deployments/alchemyModularAccountV2.TimeRangeModule.json +308 -0
  21. package/deployments/alchemyModularAccountV2.WebAuthnValidationModule.json +360 -0
  22. package/deployments/alchemyModularAccountV2.entrypoint.EntryPoint.json +1009 -0
  23. package/deployments/cartesiRollups.ApplicationFactory.json +5 -5
  24. package/deployments/cartesiRollups.AuthorityFactory.json +5 -5
  25. package/deployments/cartesiRollups.ERC1155BatchPortal.json +6 -6
  26. package/deployments/cartesiRollups.ERC1155SinglePortal.json +6 -6
  27. package/deployments/cartesiRollups.ERC20Portal.json +6 -6
  28. package/deployments/cartesiRollups.ERC721Portal.json +6 -6
  29. package/deployments/cartesiRollups.EtherPortal.json +6 -6
  30. package/deployments/cartesiRollups.InputBox.json +4 -4
  31. package/deployments/cartesiRollups.QuorumFactory.json +5 -5
  32. package/deployments/cartesiRollups.SafeERC20Transfer.json +5 -5
  33. package/deployments/cartesiRollups.SelfHostedApplicationFactory.json +7 -7
  34. package/deployments/entrypointSimulations.PimlicoEntryPointSimulations.json +44 -0
  35. package/deployments/simpleAccount06.SimpleAccountFactory.json +89 -0
  36. package/deployments/simpleAccount06.entrypoint.EntryPoint.json +1322 -0
  37. package/deployments/simpleAccount07.SimpleAccountFactory.json +89 -0
  38. package/deployments/simpleAccount07.entrypoint.EntryPoint.json +1009 -0
  39. package/deployments/simpleAccount08.Simple7702Account.json +376 -0
  40. package/deployments/simpleAccount08.SimpleAccountFactory.json +102 -0
  41. package/deployments/simpleAccount08.entrypoint.EntryPoint.json +1079 -0
  42. package/deployments/zerodevKernel030.ECDSAValidator.json +302 -0
  43. package/deployments/zerodevKernel030.Kernel.json +1083 -0
  44. package/deployments/zerodevKernel030.KernelFactory.json +94 -0
  45. package/deployments/zerodevKernel030.entryPoint.EntryPoint.json +1009 -0
  46. package/deployments/zerodevKernel030.factoryStaker.FactoryStaker.json +292 -0
  47. package/deployments/zerodevKernel030.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  48. package/deployments/zerodevKernel031.ECDSAValidator.json +292 -0
  49. package/deployments/zerodevKernel031.Kernel.json +1239 -0
  50. package/deployments/zerodevKernel031.KernelFactory.json +94 -0
  51. package/deployments/zerodevKernel031.entryPoint.EntryPoint.json +1009 -0
  52. package/deployments/zerodevKernel031.factoryStaker.FactoryStaker.json +292 -0
  53. package/deployments/zerodevKernel031.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  54. package/deployments/zerodevKernel032.Kernel.json +1310 -0
  55. package/deployments/zerodevKernel032.KernelFactory.json +94 -0
  56. package/deployments/zerodevKernel032.entryPoint.EntryPoint.json +1009 -0
  57. package/deployments/zerodevKernel032.factoryStaker.FactoryStaker.json +292 -0
  58. package/deployments/zerodevKernel032.factoryStaker.entryPoint.EntryPoint.json +1009 -0
  59. package/deployments/zerodevKernelAuthnValidator.WebAuthnValidator.json +272 -0
  60. package/deployments/zerodevKernelAuthnValidator.p256Verifier.P256Verifier.json +19 -0
  61. package/deployments/zerodevKernelAuthnValidator2.WebAuthnValidator.json +272 -0
  62. package/deployments/zerodevKernelAuthnValidator2.p256Verifier.P256Verifier.json +19 -0
  63. package/deployments/zerodevKernelCallPolicy.CallPolicy.json +293 -0
  64. package/deployments/zerodevKernelCallPolicy2.CallPolicy.json +298 -0
  65. package/deployments/zerodevKernelCallPolicy3.CallPolicy.json +298 -0
  66. package/deployments/zerodevKernelCallPolicy4.CallPolicy.json +298 -0
  67. package/deployments/zerodevKernelEcdsaSigner.ECDSASigner.json +254 -0
  68. package/deployments/zerodevKernelGasPolicy.GasPolicy.json +283 -0
  69. package/deployments/zerodevKernelRatelimitPolicy.RateLimitPolicy.json +283 -0
  70. package/deployments/zerodevKernelSignaturePolicy.SignaturePolicy.json +278 -0
  71. package/deployments/zerodevKernelSudoPolicy.SudoPolicy.json +225 -0
  72. package/deployments/zerodevKernelTimestampPolicy.TimestampPolicy.json +278 -0
  73. package/deployments/zerodevKernelWebAuthnSigner.WebAuthnSigner.json +295 -0
  74. package/deployments/zerodevKernelWebAuthnSigner.p256Verifier.P256Verifier.json +19 -0
  75. package/deployments/zerodevKernelWebAuthnSigner2.WebAuthnSigner.json +295 -0
  76. package/deployments/zerodevKernelWebAuthnSigner2.p256Verifier.P256Verifier.json +19 -0
  77. package/package.json +2 -2
@@ -0,0 +1,1304 @@
1
+ {
2
+ "address": "0x000000000000c5A9089039570Dd36455b5C07383",
3
+ "abi": [
4
+ {
5
+ "type": "constructor",
6
+ "inputs": [
7
+ {
8
+ "name": "entryPoint",
9
+ "type": "address",
10
+ "internalType": "contract IEntryPoint"
11
+ },
12
+ {
13
+ "name": "executionInstallDelegate",
14
+ "type": "address",
15
+ "internalType": "contract ExecutionInstallDelegate"
16
+ }
17
+ ],
18
+ "stateMutability": "nonpayable"
19
+ },
20
+ {
21
+ "type": "fallback",
22
+ "stateMutability": "payable"
23
+ },
24
+ {
25
+ "type": "receive",
26
+ "stateMutability": "payable"
27
+ },
28
+ {
29
+ "type": "function",
30
+ "name": "accountId",
31
+ "inputs": [],
32
+ "outputs": [
33
+ {
34
+ "name": "",
35
+ "type": "string",
36
+ "internalType": "string"
37
+ }
38
+ ],
39
+ "stateMutability": "pure"
40
+ },
41
+ {
42
+ "type": "function",
43
+ "name": "entryPoint",
44
+ "inputs": [],
45
+ "outputs": [
46
+ {
47
+ "name": "",
48
+ "type": "address",
49
+ "internalType": "contract IEntryPoint"
50
+ }
51
+ ],
52
+ "stateMutability": "view"
53
+ },
54
+ {
55
+ "type": "function",
56
+ "name": "execute",
57
+ "inputs": [
58
+ {
59
+ "name": "target",
60
+ "type": "address",
61
+ "internalType": "address"
62
+ },
63
+ {
64
+ "name": "value",
65
+ "type": "uint256",
66
+ "internalType": "uint256"
67
+ },
68
+ {
69
+ "name": "data",
70
+ "type": "bytes",
71
+ "internalType": "bytes"
72
+ }
73
+ ],
74
+ "outputs": [
75
+ {
76
+ "name": "result",
77
+ "type": "bytes",
78
+ "internalType": "bytes"
79
+ }
80
+ ],
81
+ "stateMutability": "payable"
82
+ },
83
+ {
84
+ "type": "function",
85
+ "name": "executeBatch",
86
+ "inputs": [
87
+ {
88
+ "name": "calls",
89
+ "type": "tuple[]",
90
+ "internalType": "struct Call[]",
91
+ "components": [
92
+ {
93
+ "name": "target",
94
+ "type": "address",
95
+ "internalType": "address"
96
+ },
97
+ {
98
+ "name": "value",
99
+ "type": "uint256",
100
+ "internalType": "uint256"
101
+ },
102
+ {
103
+ "name": "data",
104
+ "type": "bytes",
105
+ "internalType": "bytes"
106
+ }
107
+ ]
108
+ }
109
+ ],
110
+ "outputs": [
111
+ {
112
+ "name": "results",
113
+ "type": "bytes[]",
114
+ "internalType": "bytes[]"
115
+ }
116
+ ],
117
+ "stateMutability": "payable"
118
+ },
119
+ {
120
+ "type": "function",
121
+ "name": "executeUserOp",
122
+ "inputs": [
123
+ {
124
+ "name": "userOp",
125
+ "type": "tuple",
126
+ "internalType": "struct PackedUserOperation",
127
+ "components": [
128
+ {
129
+ "name": "sender",
130
+ "type": "address",
131
+ "internalType": "address"
132
+ },
133
+ {
134
+ "name": "nonce",
135
+ "type": "uint256",
136
+ "internalType": "uint256"
137
+ },
138
+ {
139
+ "name": "initCode",
140
+ "type": "bytes",
141
+ "internalType": "bytes"
142
+ },
143
+ {
144
+ "name": "callData",
145
+ "type": "bytes",
146
+ "internalType": "bytes"
147
+ },
148
+ {
149
+ "name": "accountGasLimits",
150
+ "type": "bytes32",
151
+ "internalType": "bytes32"
152
+ },
153
+ {
154
+ "name": "preVerificationGas",
155
+ "type": "uint256",
156
+ "internalType": "uint256"
157
+ },
158
+ {
159
+ "name": "gasFees",
160
+ "type": "bytes32",
161
+ "internalType": "bytes32"
162
+ },
163
+ {
164
+ "name": "paymasterAndData",
165
+ "type": "bytes",
166
+ "internalType": "bytes"
167
+ },
168
+ {
169
+ "name": "signature",
170
+ "type": "bytes",
171
+ "internalType": "bytes"
172
+ }
173
+ ]
174
+ },
175
+ {
176
+ "name": "",
177
+ "type": "bytes32",
178
+ "internalType": "bytes32"
179
+ }
180
+ ],
181
+ "outputs": [],
182
+ "stateMutability": "nonpayable"
183
+ },
184
+ {
185
+ "type": "function",
186
+ "name": "executeWithRuntimeValidation",
187
+ "inputs": [
188
+ {
189
+ "name": "data",
190
+ "type": "bytes",
191
+ "internalType": "bytes"
192
+ },
193
+ {
194
+ "name": "authorization",
195
+ "type": "bytes",
196
+ "internalType": "bytes"
197
+ }
198
+ ],
199
+ "outputs": [
200
+ {
201
+ "name": "",
202
+ "type": "bytes",
203
+ "internalType": "bytes"
204
+ }
205
+ ],
206
+ "stateMutability": "payable"
207
+ },
208
+ {
209
+ "type": "function",
210
+ "name": "getExecutionData",
211
+ "inputs": [
212
+ {
213
+ "name": "selector",
214
+ "type": "bytes4",
215
+ "internalType": "bytes4"
216
+ }
217
+ ],
218
+ "outputs": [
219
+ {
220
+ "name": "data",
221
+ "type": "tuple",
222
+ "internalType": "struct ExecutionDataView",
223
+ "components": [
224
+ {
225
+ "name": "module",
226
+ "type": "address",
227
+ "internalType": "address"
228
+ },
229
+ {
230
+ "name": "skipRuntimeValidation",
231
+ "type": "bool",
232
+ "internalType": "bool"
233
+ },
234
+ {
235
+ "name": "allowGlobalValidation",
236
+ "type": "bool",
237
+ "internalType": "bool"
238
+ },
239
+ {
240
+ "name": "executionHooks",
241
+ "type": "bytes25[]",
242
+ "internalType": "HookConfig[]"
243
+ }
244
+ ]
245
+ }
246
+ ],
247
+ "stateMutability": "view"
248
+ },
249
+ {
250
+ "type": "function",
251
+ "name": "getFallbackSignerData",
252
+ "inputs": [],
253
+ "outputs": [
254
+ {
255
+ "name": "",
256
+ "type": "address",
257
+ "internalType": "address"
258
+ },
259
+ {
260
+ "name": "",
261
+ "type": "bool",
262
+ "internalType": "bool"
263
+ }
264
+ ],
265
+ "stateMutability": "view"
266
+ },
267
+ {
268
+ "type": "function",
269
+ "name": "getValidationData",
270
+ "inputs": [
271
+ {
272
+ "name": "validationFunction",
273
+ "type": "bytes24",
274
+ "internalType": "ModuleEntity"
275
+ }
276
+ ],
277
+ "outputs": [
278
+ {
279
+ "name": "data",
280
+ "type": "tuple",
281
+ "internalType": "struct ValidationDataView",
282
+ "components": [
283
+ {
284
+ "name": "validationFlags",
285
+ "type": "uint8",
286
+ "internalType": "ValidationFlags"
287
+ },
288
+ {
289
+ "name": "validationHooks",
290
+ "type": "bytes25[]",
291
+ "internalType": "HookConfig[]"
292
+ },
293
+ {
294
+ "name": "executionHooks",
295
+ "type": "bytes25[]",
296
+ "internalType": "HookConfig[]"
297
+ },
298
+ {
299
+ "name": "selectors",
300
+ "type": "bytes4[]",
301
+ "internalType": "bytes4[]"
302
+ }
303
+ ]
304
+ }
305
+ ],
306
+ "stateMutability": "view"
307
+ },
308
+ {
309
+ "type": "function",
310
+ "name": "installExecution",
311
+ "inputs": [
312
+ {
313
+ "name": "module",
314
+ "type": "address",
315
+ "internalType": "address"
316
+ },
317
+ {
318
+ "name": "manifest",
319
+ "type": "tuple",
320
+ "internalType": "struct ExecutionManifest",
321
+ "components": [
322
+ {
323
+ "name": "executionFunctions",
324
+ "type": "tuple[]",
325
+ "internalType": "struct ManifestExecutionFunction[]",
326
+ "components": [
327
+ {
328
+ "name": "executionSelector",
329
+ "type": "bytes4",
330
+ "internalType": "bytes4"
331
+ },
332
+ {
333
+ "name": "skipRuntimeValidation",
334
+ "type": "bool",
335
+ "internalType": "bool"
336
+ },
337
+ {
338
+ "name": "allowGlobalValidation",
339
+ "type": "bool",
340
+ "internalType": "bool"
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "name": "executionHooks",
346
+ "type": "tuple[]",
347
+ "internalType": "struct ManifestExecutionHook[]",
348
+ "components": [
349
+ {
350
+ "name": "executionSelector",
351
+ "type": "bytes4",
352
+ "internalType": "bytes4"
353
+ },
354
+ {
355
+ "name": "entityId",
356
+ "type": "uint32",
357
+ "internalType": "uint32"
358
+ },
359
+ {
360
+ "name": "isPreHook",
361
+ "type": "bool",
362
+ "internalType": "bool"
363
+ },
364
+ {
365
+ "name": "isPostHook",
366
+ "type": "bool",
367
+ "internalType": "bool"
368
+ }
369
+ ]
370
+ },
371
+ {
372
+ "name": "interfaceIds",
373
+ "type": "bytes4[]",
374
+ "internalType": "bytes4[]"
375
+ }
376
+ ]
377
+ },
378
+ {
379
+ "name": "moduleInstallData",
380
+ "type": "bytes",
381
+ "internalType": "bytes"
382
+ }
383
+ ],
384
+ "outputs": [],
385
+ "stateMutability": "nonpayable"
386
+ },
387
+ {
388
+ "type": "function",
389
+ "name": "installValidation",
390
+ "inputs": [
391
+ {
392
+ "name": "validationConfig",
393
+ "type": "bytes25",
394
+ "internalType": "ValidationConfig"
395
+ },
396
+ {
397
+ "name": "selectors",
398
+ "type": "bytes4[]",
399
+ "internalType": "bytes4[]"
400
+ },
401
+ {
402
+ "name": "installData",
403
+ "type": "bytes",
404
+ "internalType": "bytes"
405
+ },
406
+ {
407
+ "name": "hooks",
408
+ "type": "bytes[]",
409
+ "internalType": "bytes[]"
410
+ }
411
+ ],
412
+ "outputs": [],
413
+ "stateMutability": "nonpayable"
414
+ },
415
+ {
416
+ "type": "function",
417
+ "name": "isValidSignature",
418
+ "inputs": [
419
+ {
420
+ "name": "hash",
421
+ "type": "bytes32",
422
+ "internalType": "bytes32"
423
+ },
424
+ {
425
+ "name": "signature",
426
+ "type": "bytes",
427
+ "internalType": "bytes"
428
+ }
429
+ ],
430
+ "outputs": [
431
+ {
432
+ "name": "",
433
+ "type": "bytes4",
434
+ "internalType": "bytes4"
435
+ }
436
+ ],
437
+ "stateMutability": "view"
438
+ },
439
+ {
440
+ "type": "function",
441
+ "name": "onERC1155BatchReceived",
442
+ "inputs": [
443
+ {
444
+ "name": "",
445
+ "type": "address",
446
+ "internalType": "address"
447
+ },
448
+ {
449
+ "name": "",
450
+ "type": "address",
451
+ "internalType": "address"
452
+ },
453
+ {
454
+ "name": "",
455
+ "type": "uint256[]",
456
+ "internalType": "uint256[]"
457
+ },
458
+ {
459
+ "name": "",
460
+ "type": "uint256[]",
461
+ "internalType": "uint256[]"
462
+ },
463
+ {
464
+ "name": "",
465
+ "type": "bytes",
466
+ "internalType": "bytes"
467
+ }
468
+ ],
469
+ "outputs": [
470
+ {
471
+ "name": "",
472
+ "type": "bytes4",
473
+ "internalType": "bytes4"
474
+ }
475
+ ],
476
+ "stateMutability": "pure"
477
+ },
478
+ {
479
+ "type": "function",
480
+ "name": "onERC1155Received",
481
+ "inputs": [
482
+ {
483
+ "name": "",
484
+ "type": "address",
485
+ "internalType": "address"
486
+ },
487
+ {
488
+ "name": "",
489
+ "type": "address",
490
+ "internalType": "address"
491
+ },
492
+ {
493
+ "name": "",
494
+ "type": "uint256",
495
+ "internalType": "uint256"
496
+ },
497
+ {
498
+ "name": "",
499
+ "type": "uint256",
500
+ "internalType": "uint256"
501
+ },
502
+ {
503
+ "name": "",
504
+ "type": "bytes",
505
+ "internalType": "bytes"
506
+ }
507
+ ],
508
+ "outputs": [
509
+ {
510
+ "name": "",
511
+ "type": "bytes4",
512
+ "internalType": "bytes4"
513
+ }
514
+ ],
515
+ "stateMutability": "pure"
516
+ },
517
+ {
518
+ "type": "function",
519
+ "name": "onERC721Received",
520
+ "inputs": [
521
+ {
522
+ "name": "",
523
+ "type": "address",
524
+ "internalType": "address"
525
+ },
526
+ {
527
+ "name": "",
528
+ "type": "address",
529
+ "internalType": "address"
530
+ },
531
+ {
532
+ "name": "",
533
+ "type": "uint256",
534
+ "internalType": "uint256"
535
+ },
536
+ {
537
+ "name": "",
538
+ "type": "bytes",
539
+ "internalType": "bytes"
540
+ }
541
+ ],
542
+ "outputs": [
543
+ {
544
+ "name": "",
545
+ "type": "bytes4",
546
+ "internalType": "bytes4"
547
+ }
548
+ ],
549
+ "stateMutability": "pure"
550
+ },
551
+ {
552
+ "type": "function",
553
+ "name": "performCreate",
554
+ "inputs": [
555
+ {
556
+ "name": "value",
557
+ "type": "uint256",
558
+ "internalType": "uint256"
559
+ },
560
+ {
561
+ "name": "initCode",
562
+ "type": "bytes",
563
+ "internalType": "bytes"
564
+ },
565
+ {
566
+ "name": "isCreate2",
567
+ "type": "bool",
568
+ "internalType": "bool"
569
+ },
570
+ {
571
+ "name": "salt",
572
+ "type": "bytes32",
573
+ "internalType": "bytes32"
574
+ }
575
+ ],
576
+ "outputs": [
577
+ {
578
+ "name": "createdAddr",
579
+ "type": "address",
580
+ "internalType": "address"
581
+ }
582
+ ],
583
+ "stateMutability": "payable"
584
+ },
585
+ {
586
+ "type": "function",
587
+ "name": "proxiableUUID",
588
+ "inputs": [],
589
+ "outputs": [
590
+ {
591
+ "name": "",
592
+ "type": "bytes32",
593
+ "internalType": "bytes32"
594
+ }
595
+ ],
596
+ "stateMutability": "view"
597
+ },
598
+ {
599
+ "type": "function",
600
+ "name": "supportsInterface",
601
+ "inputs": [
602
+ {
603
+ "name": "interfaceId",
604
+ "type": "bytes4",
605
+ "internalType": "bytes4"
606
+ }
607
+ ],
608
+ "outputs": [
609
+ {
610
+ "name": "",
611
+ "type": "bool",
612
+ "internalType": "bool"
613
+ }
614
+ ],
615
+ "stateMutability": "view"
616
+ },
617
+ {
618
+ "type": "function",
619
+ "name": "uninstallExecution",
620
+ "inputs": [
621
+ {
622
+ "name": "module",
623
+ "type": "address",
624
+ "internalType": "address"
625
+ },
626
+ {
627
+ "name": "manifest",
628
+ "type": "tuple",
629
+ "internalType": "struct ExecutionManifest",
630
+ "components": [
631
+ {
632
+ "name": "executionFunctions",
633
+ "type": "tuple[]",
634
+ "internalType": "struct ManifestExecutionFunction[]",
635
+ "components": [
636
+ {
637
+ "name": "executionSelector",
638
+ "type": "bytes4",
639
+ "internalType": "bytes4"
640
+ },
641
+ {
642
+ "name": "skipRuntimeValidation",
643
+ "type": "bool",
644
+ "internalType": "bool"
645
+ },
646
+ {
647
+ "name": "allowGlobalValidation",
648
+ "type": "bool",
649
+ "internalType": "bool"
650
+ }
651
+ ]
652
+ },
653
+ {
654
+ "name": "executionHooks",
655
+ "type": "tuple[]",
656
+ "internalType": "struct ManifestExecutionHook[]",
657
+ "components": [
658
+ {
659
+ "name": "executionSelector",
660
+ "type": "bytes4",
661
+ "internalType": "bytes4"
662
+ },
663
+ {
664
+ "name": "entityId",
665
+ "type": "uint32",
666
+ "internalType": "uint32"
667
+ },
668
+ {
669
+ "name": "isPreHook",
670
+ "type": "bool",
671
+ "internalType": "bool"
672
+ },
673
+ {
674
+ "name": "isPostHook",
675
+ "type": "bool",
676
+ "internalType": "bool"
677
+ }
678
+ ]
679
+ },
680
+ {
681
+ "name": "interfaceIds",
682
+ "type": "bytes4[]",
683
+ "internalType": "bytes4[]"
684
+ }
685
+ ]
686
+ },
687
+ {
688
+ "name": "moduleUninstallData",
689
+ "type": "bytes",
690
+ "internalType": "bytes"
691
+ }
692
+ ],
693
+ "outputs": [],
694
+ "stateMutability": "nonpayable"
695
+ },
696
+ {
697
+ "type": "function",
698
+ "name": "uninstallValidation",
699
+ "inputs": [
700
+ {
701
+ "name": "validationFunction",
702
+ "type": "bytes24",
703
+ "internalType": "ModuleEntity"
704
+ },
705
+ {
706
+ "name": "uninstallData",
707
+ "type": "bytes",
708
+ "internalType": "bytes"
709
+ },
710
+ {
711
+ "name": "hookUninstallData",
712
+ "type": "bytes[]",
713
+ "internalType": "bytes[]"
714
+ }
715
+ ],
716
+ "outputs": [],
717
+ "stateMutability": "nonpayable"
718
+ },
719
+ {
720
+ "type": "function",
721
+ "name": "updateFallbackSignerData",
722
+ "inputs": [
723
+ {
724
+ "name": "fallbackSigner",
725
+ "type": "address",
726
+ "internalType": "address"
727
+ },
728
+ {
729
+ "name": "isDisabled",
730
+ "type": "bool",
731
+ "internalType": "bool"
732
+ }
733
+ ],
734
+ "outputs": [],
735
+ "stateMutability": "nonpayable"
736
+ },
737
+ {
738
+ "type": "function",
739
+ "name": "upgradeToAndCall",
740
+ "inputs": [
741
+ {
742
+ "name": "newImplementation",
743
+ "type": "address",
744
+ "internalType": "address"
745
+ },
746
+ {
747
+ "name": "data",
748
+ "type": "bytes",
749
+ "internalType": "bytes"
750
+ }
751
+ ],
752
+ "outputs": [],
753
+ "stateMutability": "payable"
754
+ },
755
+ {
756
+ "type": "function",
757
+ "name": "validateUserOp",
758
+ "inputs": [
759
+ {
760
+ "name": "userOp",
761
+ "type": "tuple",
762
+ "internalType": "struct PackedUserOperation",
763
+ "components": [
764
+ {
765
+ "name": "sender",
766
+ "type": "address",
767
+ "internalType": "address"
768
+ },
769
+ {
770
+ "name": "nonce",
771
+ "type": "uint256",
772
+ "internalType": "uint256"
773
+ },
774
+ {
775
+ "name": "initCode",
776
+ "type": "bytes",
777
+ "internalType": "bytes"
778
+ },
779
+ {
780
+ "name": "callData",
781
+ "type": "bytes",
782
+ "internalType": "bytes"
783
+ },
784
+ {
785
+ "name": "accountGasLimits",
786
+ "type": "bytes32",
787
+ "internalType": "bytes32"
788
+ },
789
+ {
790
+ "name": "preVerificationGas",
791
+ "type": "uint256",
792
+ "internalType": "uint256"
793
+ },
794
+ {
795
+ "name": "gasFees",
796
+ "type": "bytes32",
797
+ "internalType": "bytes32"
798
+ },
799
+ {
800
+ "name": "paymasterAndData",
801
+ "type": "bytes",
802
+ "internalType": "bytes"
803
+ },
804
+ {
805
+ "name": "signature",
806
+ "type": "bytes",
807
+ "internalType": "bytes"
808
+ }
809
+ ]
810
+ },
811
+ {
812
+ "name": "userOpHash",
813
+ "type": "bytes32",
814
+ "internalType": "bytes32"
815
+ },
816
+ {
817
+ "name": "missingAccountFunds",
818
+ "type": "uint256",
819
+ "internalType": "uint256"
820
+ }
821
+ ],
822
+ "outputs": [
823
+ {
824
+ "name": "validationData",
825
+ "type": "uint256",
826
+ "internalType": "uint256"
827
+ }
828
+ ],
829
+ "stateMutability": "nonpayable"
830
+ },
831
+ {
832
+ "type": "event",
833
+ "name": "ExecutionInstalled",
834
+ "inputs": [
835
+ {
836
+ "name": "module",
837
+ "type": "address",
838
+ "indexed": true,
839
+ "internalType": "address"
840
+ },
841
+ {
842
+ "name": "manifest",
843
+ "type": "tuple",
844
+ "indexed": false,
845
+ "internalType": "struct ExecutionManifest",
846
+ "components": [
847
+ {
848
+ "name": "executionFunctions",
849
+ "type": "tuple[]",
850
+ "internalType": "struct ManifestExecutionFunction[]",
851
+ "components": [
852
+ {
853
+ "name": "executionSelector",
854
+ "type": "bytes4",
855
+ "internalType": "bytes4"
856
+ },
857
+ {
858
+ "name": "skipRuntimeValidation",
859
+ "type": "bool",
860
+ "internalType": "bool"
861
+ },
862
+ {
863
+ "name": "allowGlobalValidation",
864
+ "type": "bool",
865
+ "internalType": "bool"
866
+ }
867
+ ]
868
+ },
869
+ {
870
+ "name": "executionHooks",
871
+ "type": "tuple[]",
872
+ "internalType": "struct ManifestExecutionHook[]",
873
+ "components": [
874
+ {
875
+ "name": "executionSelector",
876
+ "type": "bytes4",
877
+ "internalType": "bytes4"
878
+ },
879
+ {
880
+ "name": "entityId",
881
+ "type": "uint32",
882
+ "internalType": "uint32"
883
+ },
884
+ {
885
+ "name": "isPreHook",
886
+ "type": "bool",
887
+ "internalType": "bool"
888
+ },
889
+ {
890
+ "name": "isPostHook",
891
+ "type": "bool",
892
+ "internalType": "bool"
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "name": "interfaceIds",
898
+ "type": "bytes4[]",
899
+ "internalType": "bytes4[]"
900
+ }
901
+ ]
902
+ }
903
+ ],
904
+ "anonymous": false
905
+ },
906
+ {
907
+ "type": "event",
908
+ "name": "ExecutionUninstalled",
909
+ "inputs": [
910
+ {
911
+ "name": "module",
912
+ "type": "address",
913
+ "indexed": true,
914
+ "internalType": "address"
915
+ },
916
+ {
917
+ "name": "onUninstallSucceeded",
918
+ "type": "bool",
919
+ "indexed": false,
920
+ "internalType": "bool"
921
+ },
922
+ {
923
+ "name": "manifest",
924
+ "type": "tuple",
925
+ "indexed": false,
926
+ "internalType": "struct ExecutionManifest",
927
+ "components": [
928
+ {
929
+ "name": "executionFunctions",
930
+ "type": "tuple[]",
931
+ "internalType": "struct ManifestExecutionFunction[]",
932
+ "components": [
933
+ {
934
+ "name": "executionSelector",
935
+ "type": "bytes4",
936
+ "internalType": "bytes4"
937
+ },
938
+ {
939
+ "name": "skipRuntimeValidation",
940
+ "type": "bool",
941
+ "internalType": "bool"
942
+ },
943
+ {
944
+ "name": "allowGlobalValidation",
945
+ "type": "bool",
946
+ "internalType": "bool"
947
+ }
948
+ ]
949
+ },
950
+ {
951
+ "name": "executionHooks",
952
+ "type": "tuple[]",
953
+ "internalType": "struct ManifestExecutionHook[]",
954
+ "components": [
955
+ {
956
+ "name": "executionSelector",
957
+ "type": "bytes4",
958
+ "internalType": "bytes4"
959
+ },
960
+ {
961
+ "name": "entityId",
962
+ "type": "uint32",
963
+ "internalType": "uint32"
964
+ },
965
+ {
966
+ "name": "isPreHook",
967
+ "type": "bool",
968
+ "internalType": "bool"
969
+ },
970
+ {
971
+ "name": "isPostHook",
972
+ "type": "bool",
973
+ "internalType": "bool"
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "name": "interfaceIds",
979
+ "type": "bytes4[]",
980
+ "internalType": "bytes4[]"
981
+ }
982
+ ]
983
+ }
984
+ ],
985
+ "anonymous": false
986
+ },
987
+ {
988
+ "type": "event",
989
+ "name": "FallbackSignerUpdated",
990
+ "inputs": [
991
+ {
992
+ "name": "newFallbackSigner",
993
+ "type": "address",
994
+ "indexed": true,
995
+ "internalType": "address"
996
+ },
997
+ {
998
+ "name": "isDisabled",
999
+ "type": "bool",
1000
+ "indexed": false,
1001
+ "internalType": "bool"
1002
+ }
1003
+ ],
1004
+ "anonymous": false
1005
+ },
1006
+ {
1007
+ "type": "event",
1008
+ "name": "Initialized",
1009
+ "inputs": [
1010
+ {
1011
+ "name": "version",
1012
+ "type": "uint64",
1013
+ "indexed": false,
1014
+ "internalType": "uint64"
1015
+ }
1016
+ ],
1017
+ "anonymous": false
1018
+ },
1019
+ {
1020
+ "type": "event",
1021
+ "name": "Upgraded",
1022
+ "inputs": [
1023
+ {
1024
+ "name": "implementation",
1025
+ "type": "address",
1026
+ "indexed": true,
1027
+ "internalType": "address"
1028
+ }
1029
+ ],
1030
+ "anonymous": false
1031
+ },
1032
+ {
1033
+ "type": "event",
1034
+ "name": "ValidationInstalled",
1035
+ "inputs": [
1036
+ {
1037
+ "name": "module",
1038
+ "type": "address",
1039
+ "indexed": true,
1040
+ "internalType": "address"
1041
+ },
1042
+ {
1043
+ "name": "entityId",
1044
+ "type": "uint32",
1045
+ "indexed": true,
1046
+ "internalType": "uint32"
1047
+ }
1048
+ ],
1049
+ "anonymous": false
1050
+ },
1051
+ {
1052
+ "type": "event",
1053
+ "name": "ValidationUninstalled",
1054
+ "inputs": [
1055
+ {
1056
+ "name": "module",
1057
+ "type": "address",
1058
+ "indexed": true,
1059
+ "internalType": "address"
1060
+ },
1061
+ {
1062
+ "name": "entityId",
1063
+ "type": "uint32",
1064
+ "indexed": true,
1065
+ "internalType": "uint32"
1066
+ },
1067
+ {
1068
+ "name": "onUninstallSucceeded",
1069
+ "type": "bool",
1070
+ "indexed": false,
1071
+ "internalType": "bool"
1072
+ }
1073
+ ],
1074
+ "anonymous": false
1075
+ },
1076
+ {
1077
+ "type": "error",
1078
+ "name": "ArrayLengthMismatch",
1079
+ "inputs": []
1080
+ },
1081
+ {
1082
+ "type": "error",
1083
+ "name": "CreateFailed",
1084
+ "inputs": []
1085
+ },
1086
+ {
1087
+ "type": "error",
1088
+ "name": "DeferredActionSignatureInvalid",
1089
+ "inputs": []
1090
+ },
1091
+ {
1092
+ "type": "error",
1093
+ "name": "DeferredValidationHasValidationHooks",
1094
+ "inputs": []
1095
+ },
1096
+ {
1097
+ "type": "error",
1098
+ "name": "ExecutionHookAlreadySet",
1099
+ "inputs": [
1100
+ {
1101
+ "name": "hookConfig",
1102
+ "type": "bytes25",
1103
+ "internalType": "HookConfig"
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "type": "error",
1109
+ "name": "FallbackSignerDisabled",
1110
+ "inputs": []
1111
+ },
1112
+ {
1113
+ "type": "error",
1114
+ "name": "FallbackSignerMismatch",
1115
+ "inputs": []
1116
+ },
1117
+ {
1118
+ "type": "error",
1119
+ "name": "FallbackValidationInstallationNotAllowed",
1120
+ "inputs": []
1121
+ },
1122
+ {
1123
+ "type": "error",
1124
+ "name": "InterfaceNotSupported",
1125
+ "inputs": [
1126
+ {
1127
+ "name": "module",
1128
+ "type": "address",
1129
+ "internalType": "address"
1130
+ }
1131
+ ]
1132
+ },
1133
+ {
1134
+ "type": "error",
1135
+ "name": "InvalidInitialization",
1136
+ "inputs": []
1137
+ },
1138
+ {
1139
+ "type": "error",
1140
+ "name": "InvalidSignatureType",
1141
+ "inputs": []
1142
+ },
1143
+ {
1144
+ "type": "error",
1145
+ "name": "ModuleInstallCallbackFailed",
1146
+ "inputs": [
1147
+ {
1148
+ "name": "module",
1149
+ "type": "address",
1150
+ "internalType": "address"
1151
+ },
1152
+ {
1153
+ "name": "revertReason",
1154
+ "type": "bytes",
1155
+ "internalType": "bytes"
1156
+ }
1157
+ ]
1158
+ },
1159
+ {
1160
+ "type": "error",
1161
+ "name": "NonCanonicalEncoding",
1162
+ "inputs": []
1163
+ },
1164
+ {
1165
+ "type": "error",
1166
+ "name": "NotEntryPoint",
1167
+ "inputs": []
1168
+ },
1169
+ {
1170
+ "type": "error",
1171
+ "name": "PreValidationHookDuplicate",
1172
+ "inputs": []
1173
+ },
1174
+ {
1175
+ "type": "error",
1176
+ "name": "RequireUserOperationContext",
1177
+ "inputs": []
1178
+ },
1179
+ {
1180
+ "type": "error",
1181
+ "name": "SegmentOutOfOrder",
1182
+ "inputs": []
1183
+ },
1184
+ {
1185
+ "type": "error",
1186
+ "name": "SelfCallRecursionDepthExceeded",
1187
+ "inputs": []
1188
+ },
1189
+ {
1190
+ "type": "error",
1191
+ "name": "SignatureValidationInvalid",
1192
+ "inputs": [
1193
+ {
1194
+ "name": "validationFunction",
1195
+ "type": "bytes24",
1196
+ "internalType": "ModuleEntity"
1197
+ }
1198
+ ]
1199
+ },
1200
+ {
1201
+ "type": "error",
1202
+ "name": "UnauthorizedCallContext",
1203
+ "inputs": []
1204
+ },
1205
+ {
1206
+ "type": "error",
1207
+ "name": "UnexpectedAggregator",
1208
+ "inputs": [
1209
+ {
1210
+ "name": "validationFunction",
1211
+ "type": "bytes24",
1212
+ "internalType": "ModuleEntity"
1213
+ },
1214
+ {
1215
+ "name": "aggregator",
1216
+ "type": "address",
1217
+ "internalType": "address"
1218
+ }
1219
+ ]
1220
+ },
1221
+ {
1222
+ "type": "error",
1223
+ "name": "UnrecognizedFunction",
1224
+ "inputs": [
1225
+ {
1226
+ "name": "selector",
1227
+ "type": "bytes4",
1228
+ "internalType": "bytes4"
1229
+ }
1230
+ ]
1231
+ },
1232
+ {
1233
+ "type": "error",
1234
+ "name": "UpgradeFailed",
1235
+ "inputs": []
1236
+ },
1237
+ {
1238
+ "type": "error",
1239
+ "name": "UserOpValidationInvalid",
1240
+ "inputs": [
1241
+ {
1242
+ "name": "validationFunction",
1243
+ "type": "bytes24",
1244
+ "internalType": "ModuleEntity"
1245
+ }
1246
+ ]
1247
+ },
1248
+ {
1249
+ "type": "error",
1250
+ "name": "ValidationAlreadySet",
1251
+ "inputs": [
1252
+ {
1253
+ "name": "selector",
1254
+ "type": "bytes4",
1255
+ "internalType": "bytes4"
1256
+ },
1257
+ {
1258
+ "name": "validationFunction",
1259
+ "type": "bytes24",
1260
+ "internalType": "ModuleEntity"
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "type": "error",
1266
+ "name": "ValidationAssocHookLimitExceeded",
1267
+ "inputs": []
1268
+ },
1269
+ {
1270
+ "type": "error",
1271
+ "name": "ValidationEntityIdInUse",
1272
+ "inputs": []
1273
+ },
1274
+ {
1275
+ "type": "error",
1276
+ "name": "ValidationFunctionMissing",
1277
+ "inputs": [
1278
+ {
1279
+ "name": "selector",
1280
+ "type": "bytes4",
1281
+ "internalType": "bytes4"
1282
+ }
1283
+ ]
1284
+ },
1285
+ {
1286
+ "type": "error",
1287
+ "name": "ValidationSignatureSegmentMissing",
1288
+ "inputs": []
1289
+ }
1290
+ ],
1291
+ "constructorArgs": [
1292
+ "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
1293
+ "0x0000000000008e6a39E03C7156e46b238C9E2036"
1294
+ ],
1295
+ "linkedLibraries": {},
1296
+ "deployTxnHash": "0xd96dbf75716f082a006b4fe9175912f9d780e7ec8d4b5fd25e952e90ecb035cf",
1297
+ "deployTxnBlockNumber": "6",
1298
+ "deployTimestamp": "1746050841",
1299
+ "sourceName": "src/account/SemiModularAccountBytecode.sol",
1300
+ "contractName": "SemiModularAccountBytecode",
1301
+ "deployedOn": "deploy.SemiModularAccountBytecode",
1302
+ "gasUsed": 5286766,
1303
+ "gasCost": "1564291860"
1304
+ }