@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,1317 @@
1
+ {
2
+ "address": "0x0000000000006E2f9d80CaEc0Da6500f005EB25A",
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": "initialize",
311
+ "inputs": [
312
+ {
313
+ "name": "initialSigner",
314
+ "type": "address",
315
+ "internalType": "address"
316
+ }
317
+ ],
318
+ "outputs": [],
319
+ "stateMutability": "nonpayable"
320
+ },
321
+ {
322
+ "type": "function",
323
+ "name": "installExecution",
324
+ "inputs": [
325
+ {
326
+ "name": "module",
327
+ "type": "address",
328
+ "internalType": "address"
329
+ },
330
+ {
331
+ "name": "manifest",
332
+ "type": "tuple",
333
+ "internalType": "struct ExecutionManifest",
334
+ "components": [
335
+ {
336
+ "name": "executionFunctions",
337
+ "type": "tuple[]",
338
+ "internalType": "struct ManifestExecutionFunction[]",
339
+ "components": [
340
+ {
341
+ "name": "executionSelector",
342
+ "type": "bytes4",
343
+ "internalType": "bytes4"
344
+ },
345
+ {
346
+ "name": "skipRuntimeValidation",
347
+ "type": "bool",
348
+ "internalType": "bool"
349
+ },
350
+ {
351
+ "name": "allowGlobalValidation",
352
+ "type": "bool",
353
+ "internalType": "bool"
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "name": "executionHooks",
359
+ "type": "tuple[]",
360
+ "internalType": "struct ManifestExecutionHook[]",
361
+ "components": [
362
+ {
363
+ "name": "executionSelector",
364
+ "type": "bytes4",
365
+ "internalType": "bytes4"
366
+ },
367
+ {
368
+ "name": "entityId",
369
+ "type": "uint32",
370
+ "internalType": "uint32"
371
+ },
372
+ {
373
+ "name": "isPreHook",
374
+ "type": "bool",
375
+ "internalType": "bool"
376
+ },
377
+ {
378
+ "name": "isPostHook",
379
+ "type": "bool",
380
+ "internalType": "bool"
381
+ }
382
+ ]
383
+ },
384
+ {
385
+ "name": "interfaceIds",
386
+ "type": "bytes4[]",
387
+ "internalType": "bytes4[]"
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "name": "moduleInstallData",
393
+ "type": "bytes",
394
+ "internalType": "bytes"
395
+ }
396
+ ],
397
+ "outputs": [],
398
+ "stateMutability": "nonpayable"
399
+ },
400
+ {
401
+ "type": "function",
402
+ "name": "installValidation",
403
+ "inputs": [
404
+ {
405
+ "name": "validationConfig",
406
+ "type": "bytes25",
407
+ "internalType": "ValidationConfig"
408
+ },
409
+ {
410
+ "name": "selectors",
411
+ "type": "bytes4[]",
412
+ "internalType": "bytes4[]"
413
+ },
414
+ {
415
+ "name": "installData",
416
+ "type": "bytes",
417
+ "internalType": "bytes"
418
+ },
419
+ {
420
+ "name": "hooks",
421
+ "type": "bytes[]",
422
+ "internalType": "bytes[]"
423
+ }
424
+ ],
425
+ "outputs": [],
426
+ "stateMutability": "nonpayable"
427
+ },
428
+ {
429
+ "type": "function",
430
+ "name": "isValidSignature",
431
+ "inputs": [
432
+ {
433
+ "name": "hash",
434
+ "type": "bytes32",
435
+ "internalType": "bytes32"
436
+ },
437
+ {
438
+ "name": "signature",
439
+ "type": "bytes",
440
+ "internalType": "bytes"
441
+ }
442
+ ],
443
+ "outputs": [
444
+ {
445
+ "name": "",
446
+ "type": "bytes4",
447
+ "internalType": "bytes4"
448
+ }
449
+ ],
450
+ "stateMutability": "view"
451
+ },
452
+ {
453
+ "type": "function",
454
+ "name": "onERC1155BatchReceived",
455
+ "inputs": [
456
+ {
457
+ "name": "",
458
+ "type": "address",
459
+ "internalType": "address"
460
+ },
461
+ {
462
+ "name": "",
463
+ "type": "address",
464
+ "internalType": "address"
465
+ },
466
+ {
467
+ "name": "",
468
+ "type": "uint256[]",
469
+ "internalType": "uint256[]"
470
+ },
471
+ {
472
+ "name": "",
473
+ "type": "uint256[]",
474
+ "internalType": "uint256[]"
475
+ },
476
+ {
477
+ "name": "",
478
+ "type": "bytes",
479
+ "internalType": "bytes"
480
+ }
481
+ ],
482
+ "outputs": [
483
+ {
484
+ "name": "",
485
+ "type": "bytes4",
486
+ "internalType": "bytes4"
487
+ }
488
+ ],
489
+ "stateMutability": "pure"
490
+ },
491
+ {
492
+ "type": "function",
493
+ "name": "onERC1155Received",
494
+ "inputs": [
495
+ {
496
+ "name": "",
497
+ "type": "address",
498
+ "internalType": "address"
499
+ },
500
+ {
501
+ "name": "",
502
+ "type": "address",
503
+ "internalType": "address"
504
+ },
505
+ {
506
+ "name": "",
507
+ "type": "uint256",
508
+ "internalType": "uint256"
509
+ },
510
+ {
511
+ "name": "",
512
+ "type": "uint256",
513
+ "internalType": "uint256"
514
+ },
515
+ {
516
+ "name": "",
517
+ "type": "bytes",
518
+ "internalType": "bytes"
519
+ }
520
+ ],
521
+ "outputs": [
522
+ {
523
+ "name": "",
524
+ "type": "bytes4",
525
+ "internalType": "bytes4"
526
+ }
527
+ ],
528
+ "stateMutability": "pure"
529
+ },
530
+ {
531
+ "type": "function",
532
+ "name": "onERC721Received",
533
+ "inputs": [
534
+ {
535
+ "name": "",
536
+ "type": "address",
537
+ "internalType": "address"
538
+ },
539
+ {
540
+ "name": "",
541
+ "type": "address",
542
+ "internalType": "address"
543
+ },
544
+ {
545
+ "name": "",
546
+ "type": "uint256",
547
+ "internalType": "uint256"
548
+ },
549
+ {
550
+ "name": "",
551
+ "type": "bytes",
552
+ "internalType": "bytes"
553
+ }
554
+ ],
555
+ "outputs": [
556
+ {
557
+ "name": "",
558
+ "type": "bytes4",
559
+ "internalType": "bytes4"
560
+ }
561
+ ],
562
+ "stateMutability": "pure"
563
+ },
564
+ {
565
+ "type": "function",
566
+ "name": "performCreate",
567
+ "inputs": [
568
+ {
569
+ "name": "value",
570
+ "type": "uint256",
571
+ "internalType": "uint256"
572
+ },
573
+ {
574
+ "name": "initCode",
575
+ "type": "bytes",
576
+ "internalType": "bytes"
577
+ },
578
+ {
579
+ "name": "isCreate2",
580
+ "type": "bool",
581
+ "internalType": "bool"
582
+ },
583
+ {
584
+ "name": "salt",
585
+ "type": "bytes32",
586
+ "internalType": "bytes32"
587
+ }
588
+ ],
589
+ "outputs": [
590
+ {
591
+ "name": "createdAddr",
592
+ "type": "address",
593
+ "internalType": "address"
594
+ }
595
+ ],
596
+ "stateMutability": "payable"
597
+ },
598
+ {
599
+ "type": "function",
600
+ "name": "proxiableUUID",
601
+ "inputs": [],
602
+ "outputs": [
603
+ {
604
+ "name": "",
605
+ "type": "bytes32",
606
+ "internalType": "bytes32"
607
+ }
608
+ ],
609
+ "stateMutability": "view"
610
+ },
611
+ {
612
+ "type": "function",
613
+ "name": "supportsInterface",
614
+ "inputs": [
615
+ {
616
+ "name": "interfaceId",
617
+ "type": "bytes4",
618
+ "internalType": "bytes4"
619
+ }
620
+ ],
621
+ "outputs": [
622
+ {
623
+ "name": "",
624
+ "type": "bool",
625
+ "internalType": "bool"
626
+ }
627
+ ],
628
+ "stateMutability": "view"
629
+ },
630
+ {
631
+ "type": "function",
632
+ "name": "uninstallExecution",
633
+ "inputs": [
634
+ {
635
+ "name": "module",
636
+ "type": "address",
637
+ "internalType": "address"
638
+ },
639
+ {
640
+ "name": "manifest",
641
+ "type": "tuple",
642
+ "internalType": "struct ExecutionManifest",
643
+ "components": [
644
+ {
645
+ "name": "executionFunctions",
646
+ "type": "tuple[]",
647
+ "internalType": "struct ManifestExecutionFunction[]",
648
+ "components": [
649
+ {
650
+ "name": "executionSelector",
651
+ "type": "bytes4",
652
+ "internalType": "bytes4"
653
+ },
654
+ {
655
+ "name": "skipRuntimeValidation",
656
+ "type": "bool",
657
+ "internalType": "bool"
658
+ },
659
+ {
660
+ "name": "allowGlobalValidation",
661
+ "type": "bool",
662
+ "internalType": "bool"
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "name": "executionHooks",
668
+ "type": "tuple[]",
669
+ "internalType": "struct ManifestExecutionHook[]",
670
+ "components": [
671
+ {
672
+ "name": "executionSelector",
673
+ "type": "bytes4",
674
+ "internalType": "bytes4"
675
+ },
676
+ {
677
+ "name": "entityId",
678
+ "type": "uint32",
679
+ "internalType": "uint32"
680
+ },
681
+ {
682
+ "name": "isPreHook",
683
+ "type": "bool",
684
+ "internalType": "bool"
685
+ },
686
+ {
687
+ "name": "isPostHook",
688
+ "type": "bool",
689
+ "internalType": "bool"
690
+ }
691
+ ]
692
+ },
693
+ {
694
+ "name": "interfaceIds",
695
+ "type": "bytes4[]",
696
+ "internalType": "bytes4[]"
697
+ }
698
+ ]
699
+ },
700
+ {
701
+ "name": "moduleUninstallData",
702
+ "type": "bytes",
703
+ "internalType": "bytes"
704
+ }
705
+ ],
706
+ "outputs": [],
707
+ "stateMutability": "nonpayable"
708
+ },
709
+ {
710
+ "type": "function",
711
+ "name": "uninstallValidation",
712
+ "inputs": [
713
+ {
714
+ "name": "validationFunction",
715
+ "type": "bytes24",
716
+ "internalType": "ModuleEntity"
717
+ },
718
+ {
719
+ "name": "uninstallData",
720
+ "type": "bytes",
721
+ "internalType": "bytes"
722
+ },
723
+ {
724
+ "name": "hookUninstallData",
725
+ "type": "bytes[]",
726
+ "internalType": "bytes[]"
727
+ }
728
+ ],
729
+ "outputs": [],
730
+ "stateMutability": "nonpayable"
731
+ },
732
+ {
733
+ "type": "function",
734
+ "name": "updateFallbackSignerData",
735
+ "inputs": [
736
+ {
737
+ "name": "fallbackSigner",
738
+ "type": "address",
739
+ "internalType": "address"
740
+ },
741
+ {
742
+ "name": "isDisabled",
743
+ "type": "bool",
744
+ "internalType": "bool"
745
+ }
746
+ ],
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable"
749
+ },
750
+ {
751
+ "type": "function",
752
+ "name": "upgradeToAndCall",
753
+ "inputs": [
754
+ {
755
+ "name": "newImplementation",
756
+ "type": "address",
757
+ "internalType": "address"
758
+ },
759
+ {
760
+ "name": "data",
761
+ "type": "bytes",
762
+ "internalType": "bytes"
763
+ }
764
+ ],
765
+ "outputs": [],
766
+ "stateMutability": "payable"
767
+ },
768
+ {
769
+ "type": "function",
770
+ "name": "validateUserOp",
771
+ "inputs": [
772
+ {
773
+ "name": "userOp",
774
+ "type": "tuple",
775
+ "internalType": "struct PackedUserOperation",
776
+ "components": [
777
+ {
778
+ "name": "sender",
779
+ "type": "address",
780
+ "internalType": "address"
781
+ },
782
+ {
783
+ "name": "nonce",
784
+ "type": "uint256",
785
+ "internalType": "uint256"
786
+ },
787
+ {
788
+ "name": "initCode",
789
+ "type": "bytes",
790
+ "internalType": "bytes"
791
+ },
792
+ {
793
+ "name": "callData",
794
+ "type": "bytes",
795
+ "internalType": "bytes"
796
+ },
797
+ {
798
+ "name": "accountGasLimits",
799
+ "type": "bytes32",
800
+ "internalType": "bytes32"
801
+ },
802
+ {
803
+ "name": "preVerificationGas",
804
+ "type": "uint256",
805
+ "internalType": "uint256"
806
+ },
807
+ {
808
+ "name": "gasFees",
809
+ "type": "bytes32",
810
+ "internalType": "bytes32"
811
+ },
812
+ {
813
+ "name": "paymasterAndData",
814
+ "type": "bytes",
815
+ "internalType": "bytes"
816
+ },
817
+ {
818
+ "name": "signature",
819
+ "type": "bytes",
820
+ "internalType": "bytes"
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "name": "userOpHash",
826
+ "type": "bytes32",
827
+ "internalType": "bytes32"
828
+ },
829
+ {
830
+ "name": "missingAccountFunds",
831
+ "type": "uint256",
832
+ "internalType": "uint256"
833
+ }
834
+ ],
835
+ "outputs": [
836
+ {
837
+ "name": "validationData",
838
+ "type": "uint256",
839
+ "internalType": "uint256"
840
+ }
841
+ ],
842
+ "stateMutability": "nonpayable"
843
+ },
844
+ {
845
+ "type": "event",
846
+ "name": "ExecutionInstalled",
847
+ "inputs": [
848
+ {
849
+ "name": "module",
850
+ "type": "address",
851
+ "indexed": true,
852
+ "internalType": "address"
853
+ },
854
+ {
855
+ "name": "manifest",
856
+ "type": "tuple",
857
+ "indexed": false,
858
+ "internalType": "struct ExecutionManifest",
859
+ "components": [
860
+ {
861
+ "name": "executionFunctions",
862
+ "type": "tuple[]",
863
+ "internalType": "struct ManifestExecutionFunction[]",
864
+ "components": [
865
+ {
866
+ "name": "executionSelector",
867
+ "type": "bytes4",
868
+ "internalType": "bytes4"
869
+ },
870
+ {
871
+ "name": "skipRuntimeValidation",
872
+ "type": "bool",
873
+ "internalType": "bool"
874
+ },
875
+ {
876
+ "name": "allowGlobalValidation",
877
+ "type": "bool",
878
+ "internalType": "bool"
879
+ }
880
+ ]
881
+ },
882
+ {
883
+ "name": "executionHooks",
884
+ "type": "tuple[]",
885
+ "internalType": "struct ManifestExecutionHook[]",
886
+ "components": [
887
+ {
888
+ "name": "executionSelector",
889
+ "type": "bytes4",
890
+ "internalType": "bytes4"
891
+ },
892
+ {
893
+ "name": "entityId",
894
+ "type": "uint32",
895
+ "internalType": "uint32"
896
+ },
897
+ {
898
+ "name": "isPreHook",
899
+ "type": "bool",
900
+ "internalType": "bool"
901
+ },
902
+ {
903
+ "name": "isPostHook",
904
+ "type": "bool",
905
+ "internalType": "bool"
906
+ }
907
+ ]
908
+ },
909
+ {
910
+ "name": "interfaceIds",
911
+ "type": "bytes4[]",
912
+ "internalType": "bytes4[]"
913
+ }
914
+ ]
915
+ }
916
+ ],
917
+ "anonymous": false
918
+ },
919
+ {
920
+ "type": "event",
921
+ "name": "ExecutionUninstalled",
922
+ "inputs": [
923
+ {
924
+ "name": "module",
925
+ "type": "address",
926
+ "indexed": true,
927
+ "internalType": "address"
928
+ },
929
+ {
930
+ "name": "onUninstallSucceeded",
931
+ "type": "bool",
932
+ "indexed": false,
933
+ "internalType": "bool"
934
+ },
935
+ {
936
+ "name": "manifest",
937
+ "type": "tuple",
938
+ "indexed": false,
939
+ "internalType": "struct ExecutionManifest",
940
+ "components": [
941
+ {
942
+ "name": "executionFunctions",
943
+ "type": "tuple[]",
944
+ "internalType": "struct ManifestExecutionFunction[]",
945
+ "components": [
946
+ {
947
+ "name": "executionSelector",
948
+ "type": "bytes4",
949
+ "internalType": "bytes4"
950
+ },
951
+ {
952
+ "name": "skipRuntimeValidation",
953
+ "type": "bool",
954
+ "internalType": "bool"
955
+ },
956
+ {
957
+ "name": "allowGlobalValidation",
958
+ "type": "bool",
959
+ "internalType": "bool"
960
+ }
961
+ ]
962
+ },
963
+ {
964
+ "name": "executionHooks",
965
+ "type": "tuple[]",
966
+ "internalType": "struct ManifestExecutionHook[]",
967
+ "components": [
968
+ {
969
+ "name": "executionSelector",
970
+ "type": "bytes4",
971
+ "internalType": "bytes4"
972
+ },
973
+ {
974
+ "name": "entityId",
975
+ "type": "uint32",
976
+ "internalType": "uint32"
977
+ },
978
+ {
979
+ "name": "isPreHook",
980
+ "type": "bool",
981
+ "internalType": "bool"
982
+ },
983
+ {
984
+ "name": "isPostHook",
985
+ "type": "bool",
986
+ "internalType": "bool"
987
+ }
988
+ ]
989
+ },
990
+ {
991
+ "name": "interfaceIds",
992
+ "type": "bytes4[]",
993
+ "internalType": "bytes4[]"
994
+ }
995
+ ]
996
+ }
997
+ ],
998
+ "anonymous": false
999
+ },
1000
+ {
1001
+ "type": "event",
1002
+ "name": "FallbackSignerUpdated",
1003
+ "inputs": [
1004
+ {
1005
+ "name": "newFallbackSigner",
1006
+ "type": "address",
1007
+ "indexed": true,
1008
+ "internalType": "address"
1009
+ },
1010
+ {
1011
+ "name": "isDisabled",
1012
+ "type": "bool",
1013
+ "indexed": false,
1014
+ "internalType": "bool"
1015
+ }
1016
+ ],
1017
+ "anonymous": false
1018
+ },
1019
+ {
1020
+ "type": "event",
1021
+ "name": "Initialized",
1022
+ "inputs": [
1023
+ {
1024
+ "name": "version",
1025
+ "type": "uint64",
1026
+ "indexed": false,
1027
+ "internalType": "uint64"
1028
+ }
1029
+ ],
1030
+ "anonymous": false
1031
+ },
1032
+ {
1033
+ "type": "event",
1034
+ "name": "Upgraded",
1035
+ "inputs": [
1036
+ {
1037
+ "name": "implementation",
1038
+ "type": "address",
1039
+ "indexed": true,
1040
+ "internalType": "address"
1041
+ }
1042
+ ],
1043
+ "anonymous": false
1044
+ },
1045
+ {
1046
+ "type": "event",
1047
+ "name": "ValidationInstalled",
1048
+ "inputs": [
1049
+ {
1050
+ "name": "module",
1051
+ "type": "address",
1052
+ "indexed": true,
1053
+ "internalType": "address"
1054
+ },
1055
+ {
1056
+ "name": "entityId",
1057
+ "type": "uint32",
1058
+ "indexed": true,
1059
+ "internalType": "uint32"
1060
+ }
1061
+ ],
1062
+ "anonymous": false
1063
+ },
1064
+ {
1065
+ "type": "event",
1066
+ "name": "ValidationUninstalled",
1067
+ "inputs": [
1068
+ {
1069
+ "name": "module",
1070
+ "type": "address",
1071
+ "indexed": true,
1072
+ "internalType": "address"
1073
+ },
1074
+ {
1075
+ "name": "entityId",
1076
+ "type": "uint32",
1077
+ "indexed": true,
1078
+ "internalType": "uint32"
1079
+ },
1080
+ {
1081
+ "name": "onUninstallSucceeded",
1082
+ "type": "bool",
1083
+ "indexed": false,
1084
+ "internalType": "bool"
1085
+ }
1086
+ ],
1087
+ "anonymous": false
1088
+ },
1089
+ {
1090
+ "type": "error",
1091
+ "name": "ArrayLengthMismatch",
1092
+ "inputs": []
1093
+ },
1094
+ {
1095
+ "type": "error",
1096
+ "name": "CreateFailed",
1097
+ "inputs": []
1098
+ },
1099
+ {
1100
+ "type": "error",
1101
+ "name": "DeferredActionSignatureInvalid",
1102
+ "inputs": []
1103
+ },
1104
+ {
1105
+ "type": "error",
1106
+ "name": "DeferredValidationHasValidationHooks",
1107
+ "inputs": []
1108
+ },
1109
+ {
1110
+ "type": "error",
1111
+ "name": "ExecutionHookAlreadySet",
1112
+ "inputs": [
1113
+ {
1114
+ "name": "hookConfig",
1115
+ "type": "bytes25",
1116
+ "internalType": "HookConfig"
1117
+ }
1118
+ ]
1119
+ },
1120
+ {
1121
+ "type": "error",
1122
+ "name": "FallbackSignerDisabled",
1123
+ "inputs": []
1124
+ },
1125
+ {
1126
+ "type": "error",
1127
+ "name": "FallbackSignerMismatch",
1128
+ "inputs": []
1129
+ },
1130
+ {
1131
+ "type": "error",
1132
+ "name": "FallbackValidationInstallationNotAllowed",
1133
+ "inputs": []
1134
+ },
1135
+ {
1136
+ "type": "error",
1137
+ "name": "InterfaceNotSupported",
1138
+ "inputs": [
1139
+ {
1140
+ "name": "module",
1141
+ "type": "address",
1142
+ "internalType": "address"
1143
+ }
1144
+ ]
1145
+ },
1146
+ {
1147
+ "type": "error",
1148
+ "name": "InvalidInitialization",
1149
+ "inputs": []
1150
+ },
1151
+ {
1152
+ "type": "error",
1153
+ "name": "InvalidSignatureType",
1154
+ "inputs": []
1155
+ },
1156
+ {
1157
+ "type": "error",
1158
+ "name": "ModuleInstallCallbackFailed",
1159
+ "inputs": [
1160
+ {
1161
+ "name": "module",
1162
+ "type": "address",
1163
+ "internalType": "address"
1164
+ },
1165
+ {
1166
+ "name": "revertReason",
1167
+ "type": "bytes",
1168
+ "internalType": "bytes"
1169
+ }
1170
+ ]
1171
+ },
1172
+ {
1173
+ "type": "error",
1174
+ "name": "NonCanonicalEncoding",
1175
+ "inputs": []
1176
+ },
1177
+ {
1178
+ "type": "error",
1179
+ "name": "NotEntryPoint",
1180
+ "inputs": []
1181
+ },
1182
+ {
1183
+ "type": "error",
1184
+ "name": "PreValidationHookDuplicate",
1185
+ "inputs": []
1186
+ },
1187
+ {
1188
+ "type": "error",
1189
+ "name": "RequireUserOperationContext",
1190
+ "inputs": []
1191
+ },
1192
+ {
1193
+ "type": "error",
1194
+ "name": "SegmentOutOfOrder",
1195
+ "inputs": []
1196
+ },
1197
+ {
1198
+ "type": "error",
1199
+ "name": "SelfCallRecursionDepthExceeded",
1200
+ "inputs": []
1201
+ },
1202
+ {
1203
+ "type": "error",
1204
+ "name": "SignatureValidationInvalid",
1205
+ "inputs": [
1206
+ {
1207
+ "name": "validationFunction",
1208
+ "type": "bytes24",
1209
+ "internalType": "ModuleEntity"
1210
+ }
1211
+ ]
1212
+ },
1213
+ {
1214
+ "type": "error",
1215
+ "name": "UnauthorizedCallContext",
1216
+ "inputs": []
1217
+ },
1218
+ {
1219
+ "type": "error",
1220
+ "name": "UnexpectedAggregator",
1221
+ "inputs": [
1222
+ {
1223
+ "name": "validationFunction",
1224
+ "type": "bytes24",
1225
+ "internalType": "ModuleEntity"
1226
+ },
1227
+ {
1228
+ "name": "aggregator",
1229
+ "type": "address",
1230
+ "internalType": "address"
1231
+ }
1232
+ ]
1233
+ },
1234
+ {
1235
+ "type": "error",
1236
+ "name": "UnrecognizedFunction",
1237
+ "inputs": [
1238
+ {
1239
+ "name": "selector",
1240
+ "type": "bytes4",
1241
+ "internalType": "bytes4"
1242
+ }
1243
+ ]
1244
+ },
1245
+ {
1246
+ "type": "error",
1247
+ "name": "UpgradeFailed",
1248
+ "inputs": []
1249
+ },
1250
+ {
1251
+ "type": "error",
1252
+ "name": "UserOpValidationInvalid",
1253
+ "inputs": [
1254
+ {
1255
+ "name": "validationFunction",
1256
+ "type": "bytes24",
1257
+ "internalType": "ModuleEntity"
1258
+ }
1259
+ ]
1260
+ },
1261
+ {
1262
+ "type": "error",
1263
+ "name": "ValidationAlreadySet",
1264
+ "inputs": [
1265
+ {
1266
+ "name": "selector",
1267
+ "type": "bytes4",
1268
+ "internalType": "bytes4"
1269
+ },
1270
+ {
1271
+ "name": "validationFunction",
1272
+ "type": "bytes24",
1273
+ "internalType": "ModuleEntity"
1274
+ }
1275
+ ]
1276
+ },
1277
+ {
1278
+ "type": "error",
1279
+ "name": "ValidationAssocHookLimitExceeded",
1280
+ "inputs": []
1281
+ },
1282
+ {
1283
+ "type": "error",
1284
+ "name": "ValidationEntityIdInUse",
1285
+ "inputs": []
1286
+ },
1287
+ {
1288
+ "type": "error",
1289
+ "name": "ValidationFunctionMissing",
1290
+ "inputs": [
1291
+ {
1292
+ "name": "selector",
1293
+ "type": "bytes4",
1294
+ "internalType": "bytes4"
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "type": "error",
1300
+ "name": "ValidationSignatureSegmentMissing",
1301
+ "inputs": []
1302
+ }
1303
+ ],
1304
+ "constructorArgs": [
1305
+ "0x0000000071727De22E5E9d8BAf0edAc6f37da032",
1306
+ "0x0000000000008e6a39E03C7156e46b238C9E2036"
1307
+ ],
1308
+ "linkedLibraries": {},
1309
+ "deployTxnHash": "0x8b97d70ef87e31816fa6f84943feb0c4cbcd6d323e29f49a18219d798b8527dd",
1310
+ "deployTxnBlockNumber": "7",
1311
+ "deployTimestamp": "1746050841",
1312
+ "sourceName": "src/account/SemiModularAccountStorageOnly.sol",
1313
+ "contractName": "SemiModularAccountStorageOnly",
1314
+ "deployedOn": "deploy.SemiModularAccountStorageOnly",
1315
+ "gasUsed": 5275023,
1316
+ "gasCost": "1518616036"
1317
+ }