@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,1239 @@
1
+ {
2
+ "address": "0xBAC849bB641841b44E965fB01A4Bf5F074f84b4D",
3
+ "abi": [
4
+ {
5
+ "type": "constructor",
6
+ "inputs": [
7
+ {
8
+ "name": "_entrypoint",
9
+ "type": "address",
10
+ "internalType": "contract IEntryPoint"
11
+ }
12
+ ],
13
+ "stateMutability": "nonpayable"
14
+ },
15
+ {
16
+ "type": "fallback",
17
+ "stateMutability": "payable"
18
+ },
19
+ {
20
+ "type": "receive",
21
+ "stateMutability": "payable"
22
+ },
23
+ {
24
+ "type": "function",
25
+ "name": "accountId",
26
+ "inputs": [],
27
+ "outputs": [
28
+ {
29
+ "name": "accountImplementationId",
30
+ "type": "string",
31
+ "internalType": "string"
32
+ }
33
+ ],
34
+ "stateMutability": "pure"
35
+ },
36
+ {
37
+ "type": "function",
38
+ "name": "changeRootValidator",
39
+ "inputs": [
40
+ {
41
+ "name": "_rootValidator",
42
+ "type": "bytes21",
43
+ "internalType": "ValidationId"
44
+ },
45
+ {
46
+ "name": "hook",
47
+ "type": "address",
48
+ "internalType": "contract IHook"
49
+ },
50
+ {
51
+ "name": "validatorData",
52
+ "type": "bytes",
53
+ "internalType": "bytes"
54
+ },
55
+ {
56
+ "name": "hookData",
57
+ "type": "bytes",
58
+ "internalType": "bytes"
59
+ }
60
+ ],
61
+ "outputs": [],
62
+ "stateMutability": "payable"
63
+ },
64
+ {
65
+ "type": "function",
66
+ "name": "currentNonce",
67
+ "inputs": [],
68
+ "outputs": [
69
+ {
70
+ "name": "",
71
+ "type": "uint32",
72
+ "internalType": "uint32"
73
+ }
74
+ ],
75
+ "stateMutability": "view"
76
+ },
77
+ {
78
+ "type": "function",
79
+ "name": "eip712Domain",
80
+ "inputs": [],
81
+ "outputs": [
82
+ {
83
+ "name": "fields",
84
+ "type": "bytes1",
85
+ "internalType": "bytes1"
86
+ },
87
+ {
88
+ "name": "name",
89
+ "type": "string",
90
+ "internalType": "string"
91
+ },
92
+ {
93
+ "name": "version",
94
+ "type": "string",
95
+ "internalType": "string"
96
+ },
97
+ {
98
+ "name": "chainId",
99
+ "type": "uint256",
100
+ "internalType": "uint256"
101
+ },
102
+ {
103
+ "name": "verifyingContract",
104
+ "type": "address",
105
+ "internalType": "address"
106
+ },
107
+ {
108
+ "name": "salt",
109
+ "type": "bytes32",
110
+ "internalType": "bytes32"
111
+ },
112
+ {
113
+ "name": "extensions",
114
+ "type": "uint256[]",
115
+ "internalType": "uint256[]"
116
+ }
117
+ ],
118
+ "stateMutability": "view"
119
+ },
120
+ {
121
+ "type": "function",
122
+ "name": "entrypoint",
123
+ "inputs": [],
124
+ "outputs": [
125
+ {
126
+ "name": "",
127
+ "type": "address",
128
+ "internalType": "contract IEntryPoint"
129
+ }
130
+ ],
131
+ "stateMutability": "view"
132
+ },
133
+ {
134
+ "type": "function",
135
+ "name": "execute",
136
+ "inputs": [
137
+ {
138
+ "name": "execMode",
139
+ "type": "bytes32",
140
+ "internalType": "ExecMode"
141
+ },
142
+ {
143
+ "name": "executionCalldata",
144
+ "type": "bytes",
145
+ "internalType": "bytes"
146
+ }
147
+ ],
148
+ "outputs": [],
149
+ "stateMutability": "payable"
150
+ },
151
+ {
152
+ "type": "function",
153
+ "name": "executeFromExecutor",
154
+ "inputs": [
155
+ {
156
+ "name": "execMode",
157
+ "type": "bytes32",
158
+ "internalType": "ExecMode"
159
+ },
160
+ {
161
+ "name": "executionCalldata",
162
+ "type": "bytes",
163
+ "internalType": "bytes"
164
+ }
165
+ ],
166
+ "outputs": [
167
+ {
168
+ "name": "returnData",
169
+ "type": "bytes[]",
170
+ "internalType": "bytes[]"
171
+ }
172
+ ],
173
+ "stateMutability": "payable"
174
+ },
175
+ {
176
+ "type": "function",
177
+ "name": "executeUserOp",
178
+ "inputs": [
179
+ {
180
+ "name": "userOp",
181
+ "type": "tuple",
182
+ "internalType": "struct PackedUserOperation",
183
+ "components": [
184
+ {
185
+ "name": "sender",
186
+ "type": "address",
187
+ "internalType": "address"
188
+ },
189
+ {
190
+ "name": "nonce",
191
+ "type": "uint256",
192
+ "internalType": "uint256"
193
+ },
194
+ {
195
+ "name": "initCode",
196
+ "type": "bytes",
197
+ "internalType": "bytes"
198
+ },
199
+ {
200
+ "name": "callData",
201
+ "type": "bytes",
202
+ "internalType": "bytes"
203
+ },
204
+ {
205
+ "name": "accountGasLimits",
206
+ "type": "bytes32",
207
+ "internalType": "bytes32"
208
+ },
209
+ {
210
+ "name": "preVerificationGas",
211
+ "type": "uint256",
212
+ "internalType": "uint256"
213
+ },
214
+ {
215
+ "name": "gasFees",
216
+ "type": "bytes32",
217
+ "internalType": "bytes32"
218
+ },
219
+ {
220
+ "name": "paymasterAndData",
221
+ "type": "bytes",
222
+ "internalType": "bytes"
223
+ },
224
+ {
225
+ "name": "signature",
226
+ "type": "bytes",
227
+ "internalType": "bytes"
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "name": "userOpHash",
233
+ "type": "bytes32",
234
+ "internalType": "bytes32"
235
+ }
236
+ ],
237
+ "outputs": [],
238
+ "stateMutability": "payable"
239
+ },
240
+ {
241
+ "type": "function",
242
+ "name": "executorConfig",
243
+ "inputs": [
244
+ {
245
+ "name": "executor",
246
+ "type": "address",
247
+ "internalType": "contract IExecutor"
248
+ }
249
+ ],
250
+ "outputs": [
251
+ {
252
+ "name": "",
253
+ "type": "tuple",
254
+ "internalType": "struct ExecutorManager.ExecutorConfig",
255
+ "components": [
256
+ {
257
+ "name": "hook",
258
+ "type": "address",
259
+ "internalType": "contract IHook"
260
+ }
261
+ ]
262
+ }
263
+ ],
264
+ "stateMutability": "view"
265
+ },
266
+ {
267
+ "type": "function",
268
+ "name": "initialize",
269
+ "inputs": [
270
+ {
271
+ "name": "_rootValidator",
272
+ "type": "bytes21",
273
+ "internalType": "ValidationId"
274
+ },
275
+ {
276
+ "name": "hook",
277
+ "type": "address",
278
+ "internalType": "contract IHook"
279
+ },
280
+ {
281
+ "name": "validatorData",
282
+ "type": "bytes",
283
+ "internalType": "bytes"
284
+ },
285
+ {
286
+ "name": "hookData",
287
+ "type": "bytes",
288
+ "internalType": "bytes"
289
+ },
290
+ {
291
+ "name": "initConfig",
292
+ "type": "bytes[]",
293
+ "internalType": "bytes[]"
294
+ }
295
+ ],
296
+ "outputs": [],
297
+ "stateMutability": "nonpayable"
298
+ },
299
+ {
300
+ "type": "function",
301
+ "name": "installModule",
302
+ "inputs": [
303
+ {
304
+ "name": "moduleType",
305
+ "type": "uint256",
306
+ "internalType": "uint256"
307
+ },
308
+ {
309
+ "name": "module",
310
+ "type": "address",
311
+ "internalType": "address"
312
+ },
313
+ {
314
+ "name": "initData",
315
+ "type": "bytes",
316
+ "internalType": "bytes"
317
+ }
318
+ ],
319
+ "outputs": [],
320
+ "stateMutability": "payable"
321
+ },
322
+ {
323
+ "type": "function",
324
+ "name": "installValidations",
325
+ "inputs": [
326
+ {
327
+ "name": "vIds",
328
+ "type": "bytes21[]",
329
+ "internalType": "ValidationId[]"
330
+ },
331
+ {
332
+ "name": "configs",
333
+ "type": "tuple[]",
334
+ "internalType": "struct ValidationManager.ValidationConfig[]",
335
+ "components": [
336
+ {
337
+ "name": "nonce",
338
+ "type": "uint32",
339
+ "internalType": "uint32"
340
+ },
341
+ {
342
+ "name": "hook",
343
+ "type": "address",
344
+ "internalType": "contract IHook"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "validationData",
350
+ "type": "bytes[]",
351
+ "internalType": "bytes[]"
352
+ },
353
+ {
354
+ "name": "hookData",
355
+ "type": "bytes[]",
356
+ "internalType": "bytes[]"
357
+ }
358
+ ],
359
+ "outputs": [],
360
+ "stateMutability": "payable"
361
+ },
362
+ {
363
+ "type": "function",
364
+ "name": "invalidateNonce",
365
+ "inputs": [
366
+ {
367
+ "name": "nonce",
368
+ "type": "uint32",
369
+ "internalType": "uint32"
370
+ }
371
+ ],
372
+ "outputs": [],
373
+ "stateMutability": "payable"
374
+ },
375
+ {
376
+ "type": "function",
377
+ "name": "isAllowedSelector",
378
+ "inputs": [
379
+ {
380
+ "name": "vId",
381
+ "type": "bytes21",
382
+ "internalType": "ValidationId"
383
+ },
384
+ {
385
+ "name": "selector",
386
+ "type": "bytes4",
387
+ "internalType": "bytes4"
388
+ }
389
+ ],
390
+ "outputs": [
391
+ {
392
+ "name": "",
393
+ "type": "bool",
394
+ "internalType": "bool"
395
+ }
396
+ ],
397
+ "stateMutability": "view"
398
+ },
399
+ {
400
+ "type": "function",
401
+ "name": "isModuleInstalled",
402
+ "inputs": [
403
+ {
404
+ "name": "moduleType",
405
+ "type": "uint256",
406
+ "internalType": "uint256"
407
+ },
408
+ {
409
+ "name": "module",
410
+ "type": "address",
411
+ "internalType": "address"
412
+ },
413
+ {
414
+ "name": "additionalContext",
415
+ "type": "bytes",
416
+ "internalType": "bytes"
417
+ }
418
+ ],
419
+ "outputs": [
420
+ {
421
+ "name": "",
422
+ "type": "bool",
423
+ "internalType": "bool"
424
+ }
425
+ ],
426
+ "stateMutability": "view"
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": "permissionConfig",
567
+ "inputs": [
568
+ {
569
+ "name": "pId",
570
+ "type": "bytes4",
571
+ "internalType": "PermissionId"
572
+ }
573
+ ],
574
+ "outputs": [
575
+ {
576
+ "name": "",
577
+ "type": "tuple",
578
+ "internalType": "struct ValidationManager.PermissionConfig",
579
+ "components": [
580
+ {
581
+ "name": "permissionFlag",
582
+ "type": "bytes2",
583
+ "internalType": "PassFlag"
584
+ },
585
+ {
586
+ "name": "signer",
587
+ "type": "address",
588
+ "internalType": "contract ISigner"
589
+ },
590
+ {
591
+ "name": "policyData",
592
+ "type": "bytes22[]",
593
+ "internalType": "PolicyData[]"
594
+ }
595
+ ]
596
+ }
597
+ ],
598
+ "stateMutability": "view"
599
+ },
600
+ {
601
+ "type": "function",
602
+ "name": "rootValidator",
603
+ "inputs": [],
604
+ "outputs": [
605
+ {
606
+ "name": "",
607
+ "type": "bytes21",
608
+ "internalType": "ValidationId"
609
+ }
610
+ ],
611
+ "stateMutability": "view"
612
+ },
613
+ {
614
+ "type": "function",
615
+ "name": "selectorConfig",
616
+ "inputs": [
617
+ {
618
+ "name": "selector",
619
+ "type": "bytes4",
620
+ "internalType": "bytes4"
621
+ }
622
+ ],
623
+ "outputs": [
624
+ {
625
+ "name": "",
626
+ "type": "tuple",
627
+ "internalType": "struct SelectorManager.SelectorConfig",
628
+ "components": [
629
+ {
630
+ "name": "hook",
631
+ "type": "address",
632
+ "internalType": "contract IHook"
633
+ },
634
+ {
635
+ "name": "target",
636
+ "type": "address",
637
+ "internalType": "address"
638
+ },
639
+ {
640
+ "name": "callType",
641
+ "type": "bytes1",
642
+ "internalType": "CallType"
643
+ }
644
+ ]
645
+ }
646
+ ],
647
+ "stateMutability": "view"
648
+ },
649
+ {
650
+ "type": "function",
651
+ "name": "supportsExecutionMode",
652
+ "inputs": [
653
+ {
654
+ "name": "mode",
655
+ "type": "bytes32",
656
+ "internalType": "ExecMode"
657
+ }
658
+ ],
659
+ "outputs": [
660
+ {
661
+ "name": "",
662
+ "type": "bool",
663
+ "internalType": "bool"
664
+ }
665
+ ],
666
+ "stateMutability": "pure"
667
+ },
668
+ {
669
+ "type": "function",
670
+ "name": "supportsModule",
671
+ "inputs": [
672
+ {
673
+ "name": "moduleTypeId",
674
+ "type": "uint256",
675
+ "internalType": "uint256"
676
+ }
677
+ ],
678
+ "outputs": [
679
+ {
680
+ "name": "",
681
+ "type": "bool",
682
+ "internalType": "bool"
683
+ }
684
+ ],
685
+ "stateMutability": "pure"
686
+ },
687
+ {
688
+ "type": "function",
689
+ "name": "uninstallModule",
690
+ "inputs": [
691
+ {
692
+ "name": "moduleType",
693
+ "type": "uint256",
694
+ "internalType": "uint256"
695
+ },
696
+ {
697
+ "name": "module",
698
+ "type": "address",
699
+ "internalType": "address"
700
+ },
701
+ {
702
+ "name": "deInitData",
703
+ "type": "bytes",
704
+ "internalType": "bytes"
705
+ }
706
+ ],
707
+ "outputs": [],
708
+ "stateMutability": "payable"
709
+ },
710
+ {
711
+ "type": "function",
712
+ "name": "uninstallValidation",
713
+ "inputs": [
714
+ {
715
+ "name": "vId",
716
+ "type": "bytes21",
717
+ "internalType": "ValidationId"
718
+ },
719
+ {
720
+ "name": "deinitData",
721
+ "type": "bytes",
722
+ "internalType": "bytes"
723
+ },
724
+ {
725
+ "name": "hookDeinitData",
726
+ "type": "bytes",
727
+ "internalType": "bytes"
728
+ }
729
+ ],
730
+ "outputs": [],
731
+ "stateMutability": "payable"
732
+ },
733
+ {
734
+ "type": "function",
735
+ "name": "upgradeTo",
736
+ "inputs": [
737
+ {
738
+ "name": "_newImplementation",
739
+ "type": "address",
740
+ "internalType": "address"
741
+ }
742
+ ],
743
+ "outputs": [],
744
+ "stateMutability": "payable"
745
+ },
746
+ {
747
+ "type": "function",
748
+ "name": "validNonceFrom",
749
+ "inputs": [],
750
+ "outputs": [
751
+ {
752
+ "name": "",
753
+ "type": "uint32",
754
+ "internalType": "uint32"
755
+ }
756
+ ],
757
+ "stateMutability": "view"
758
+ },
759
+ {
760
+ "type": "function",
761
+ "name": "validateUserOp",
762
+ "inputs": [
763
+ {
764
+ "name": "userOp",
765
+ "type": "tuple",
766
+ "internalType": "struct PackedUserOperation",
767
+ "components": [
768
+ {
769
+ "name": "sender",
770
+ "type": "address",
771
+ "internalType": "address"
772
+ },
773
+ {
774
+ "name": "nonce",
775
+ "type": "uint256",
776
+ "internalType": "uint256"
777
+ },
778
+ {
779
+ "name": "initCode",
780
+ "type": "bytes",
781
+ "internalType": "bytes"
782
+ },
783
+ {
784
+ "name": "callData",
785
+ "type": "bytes",
786
+ "internalType": "bytes"
787
+ },
788
+ {
789
+ "name": "accountGasLimits",
790
+ "type": "bytes32",
791
+ "internalType": "bytes32"
792
+ },
793
+ {
794
+ "name": "preVerificationGas",
795
+ "type": "uint256",
796
+ "internalType": "uint256"
797
+ },
798
+ {
799
+ "name": "gasFees",
800
+ "type": "bytes32",
801
+ "internalType": "bytes32"
802
+ },
803
+ {
804
+ "name": "paymasterAndData",
805
+ "type": "bytes",
806
+ "internalType": "bytes"
807
+ },
808
+ {
809
+ "name": "signature",
810
+ "type": "bytes",
811
+ "internalType": "bytes"
812
+ }
813
+ ]
814
+ },
815
+ {
816
+ "name": "userOpHash",
817
+ "type": "bytes32",
818
+ "internalType": "bytes32"
819
+ },
820
+ {
821
+ "name": "missingAccountFunds",
822
+ "type": "uint256",
823
+ "internalType": "uint256"
824
+ }
825
+ ],
826
+ "outputs": [
827
+ {
828
+ "name": "validationData",
829
+ "type": "uint256",
830
+ "internalType": "ValidationData"
831
+ }
832
+ ],
833
+ "stateMutability": "payable"
834
+ },
835
+ {
836
+ "type": "function",
837
+ "name": "validationConfig",
838
+ "inputs": [
839
+ {
840
+ "name": "vId",
841
+ "type": "bytes21",
842
+ "internalType": "ValidationId"
843
+ }
844
+ ],
845
+ "outputs": [
846
+ {
847
+ "name": "",
848
+ "type": "tuple",
849
+ "internalType": "struct ValidationManager.ValidationConfig",
850
+ "components": [
851
+ {
852
+ "name": "nonce",
853
+ "type": "uint32",
854
+ "internalType": "uint32"
855
+ },
856
+ {
857
+ "name": "hook",
858
+ "type": "address",
859
+ "internalType": "contract IHook"
860
+ }
861
+ ]
862
+ }
863
+ ],
864
+ "stateMutability": "view"
865
+ },
866
+ {
867
+ "type": "event",
868
+ "name": "ModuleInstalled",
869
+ "inputs": [
870
+ {
871
+ "name": "moduleTypeId",
872
+ "type": "uint256",
873
+ "indexed": false,
874
+ "internalType": "uint256"
875
+ },
876
+ {
877
+ "name": "module",
878
+ "type": "address",
879
+ "indexed": false,
880
+ "internalType": "address"
881
+ }
882
+ ],
883
+ "anonymous": false
884
+ },
885
+ {
886
+ "type": "event",
887
+ "name": "ModuleUninstallResult",
888
+ "inputs": [
889
+ {
890
+ "name": "module",
891
+ "type": "address",
892
+ "indexed": false,
893
+ "internalType": "address"
894
+ },
895
+ {
896
+ "name": "result",
897
+ "type": "bool",
898
+ "indexed": false,
899
+ "internalType": "bool"
900
+ }
901
+ ],
902
+ "anonymous": false
903
+ },
904
+ {
905
+ "type": "event",
906
+ "name": "ModuleUninstalled",
907
+ "inputs": [
908
+ {
909
+ "name": "moduleTypeId",
910
+ "type": "uint256",
911
+ "indexed": false,
912
+ "internalType": "uint256"
913
+ },
914
+ {
915
+ "name": "module",
916
+ "type": "address",
917
+ "indexed": false,
918
+ "internalType": "address"
919
+ }
920
+ ],
921
+ "anonymous": false
922
+ },
923
+ {
924
+ "type": "event",
925
+ "name": "NonceInvalidated",
926
+ "inputs": [
927
+ {
928
+ "name": "nonce",
929
+ "type": "uint32",
930
+ "indexed": false,
931
+ "internalType": "uint32"
932
+ }
933
+ ],
934
+ "anonymous": false
935
+ },
936
+ {
937
+ "type": "event",
938
+ "name": "PermissionInstalled",
939
+ "inputs": [
940
+ {
941
+ "name": "permission",
942
+ "type": "bytes4",
943
+ "indexed": false,
944
+ "internalType": "PermissionId"
945
+ },
946
+ {
947
+ "name": "nonce",
948
+ "type": "uint32",
949
+ "indexed": false,
950
+ "internalType": "uint32"
951
+ }
952
+ ],
953
+ "anonymous": false
954
+ },
955
+ {
956
+ "type": "event",
957
+ "name": "PermissionUninstalled",
958
+ "inputs": [
959
+ {
960
+ "name": "permission",
961
+ "type": "bytes4",
962
+ "indexed": false,
963
+ "internalType": "PermissionId"
964
+ }
965
+ ],
966
+ "anonymous": false
967
+ },
968
+ {
969
+ "type": "event",
970
+ "name": "Received",
971
+ "inputs": [
972
+ {
973
+ "name": "sender",
974
+ "type": "address",
975
+ "indexed": false,
976
+ "internalType": "address"
977
+ },
978
+ {
979
+ "name": "amount",
980
+ "type": "uint256",
981
+ "indexed": false,
982
+ "internalType": "uint256"
983
+ }
984
+ ],
985
+ "anonymous": false
986
+ },
987
+ {
988
+ "type": "event",
989
+ "name": "RootValidatorUpdated",
990
+ "inputs": [
991
+ {
992
+ "name": "rootValidator",
993
+ "type": "bytes21",
994
+ "indexed": false,
995
+ "internalType": "ValidationId"
996
+ }
997
+ ],
998
+ "anonymous": false
999
+ },
1000
+ {
1001
+ "type": "event",
1002
+ "name": "SelectorSet",
1003
+ "inputs": [
1004
+ {
1005
+ "name": "selector",
1006
+ "type": "bytes4",
1007
+ "indexed": false,
1008
+ "internalType": "bytes4"
1009
+ },
1010
+ {
1011
+ "name": "vId",
1012
+ "type": "bytes21",
1013
+ "indexed": false,
1014
+ "internalType": "ValidationId"
1015
+ },
1016
+ {
1017
+ "name": "allowed",
1018
+ "type": "bool",
1019
+ "indexed": false,
1020
+ "internalType": "bool"
1021
+ }
1022
+ ],
1023
+ "anonymous": false
1024
+ },
1025
+ {
1026
+ "type": "event",
1027
+ "name": "TryExecuteUnsuccessful",
1028
+ "inputs": [
1029
+ {
1030
+ "name": "batchExecutionindex",
1031
+ "type": "uint256",
1032
+ "indexed": false,
1033
+ "internalType": "uint256"
1034
+ },
1035
+ {
1036
+ "name": "result",
1037
+ "type": "bytes",
1038
+ "indexed": false,
1039
+ "internalType": "bytes"
1040
+ }
1041
+ ],
1042
+ "anonymous": false
1043
+ },
1044
+ {
1045
+ "type": "event",
1046
+ "name": "Upgraded",
1047
+ "inputs": [
1048
+ {
1049
+ "name": "implementation",
1050
+ "type": "address",
1051
+ "indexed": true,
1052
+ "internalType": "address"
1053
+ }
1054
+ ],
1055
+ "anonymous": false
1056
+ },
1057
+ {
1058
+ "type": "event",
1059
+ "name": "ValidatorInstalled",
1060
+ "inputs": [
1061
+ {
1062
+ "name": "validator",
1063
+ "type": "address",
1064
+ "indexed": false,
1065
+ "internalType": "contract IValidator"
1066
+ },
1067
+ {
1068
+ "name": "nonce",
1069
+ "type": "uint32",
1070
+ "indexed": false,
1071
+ "internalType": "uint32"
1072
+ }
1073
+ ],
1074
+ "anonymous": false
1075
+ },
1076
+ {
1077
+ "type": "event",
1078
+ "name": "ValidatorUninstalled",
1079
+ "inputs": [
1080
+ {
1081
+ "name": "validator",
1082
+ "type": "address",
1083
+ "indexed": false,
1084
+ "internalType": "contract IValidator"
1085
+ }
1086
+ ],
1087
+ "anonymous": false
1088
+ },
1089
+ {
1090
+ "type": "error",
1091
+ "name": "EnableNotApproved",
1092
+ "inputs": []
1093
+ },
1094
+ {
1095
+ "type": "error",
1096
+ "name": "ExecutionReverted",
1097
+ "inputs": []
1098
+ },
1099
+ {
1100
+ "type": "error",
1101
+ "name": "InitConfigError",
1102
+ "inputs": [
1103
+ {
1104
+ "name": "idx",
1105
+ "type": "uint256",
1106
+ "internalType": "uint256"
1107
+ }
1108
+ ]
1109
+ },
1110
+ {
1111
+ "type": "error",
1112
+ "name": "InvalidCallType",
1113
+ "inputs": []
1114
+ },
1115
+ {
1116
+ "type": "error",
1117
+ "name": "InvalidCaller",
1118
+ "inputs": []
1119
+ },
1120
+ {
1121
+ "type": "error",
1122
+ "name": "InvalidExecutor",
1123
+ "inputs": []
1124
+ },
1125
+ {
1126
+ "type": "error",
1127
+ "name": "InvalidFallback",
1128
+ "inputs": []
1129
+ },
1130
+ {
1131
+ "type": "error",
1132
+ "name": "InvalidMode",
1133
+ "inputs": []
1134
+ },
1135
+ {
1136
+ "type": "error",
1137
+ "name": "InvalidModuleType",
1138
+ "inputs": []
1139
+ },
1140
+ {
1141
+ "type": "error",
1142
+ "name": "InvalidNonce",
1143
+ "inputs": []
1144
+ },
1145
+ {
1146
+ "type": "error",
1147
+ "name": "InvalidSelector",
1148
+ "inputs": []
1149
+ },
1150
+ {
1151
+ "type": "error",
1152
+ "name": "InvalidSignature",
1153
+ "inputs": []
1154
+ },
1155
+ {
1156
+ "type": "error",
1157
+ "name": "InvalidValidationType",
1158
+ "inputs": []
1159
+ },
1160
+ {
1161
+ "type": "error",
1162
+ "name": "InvalidValidator",
1163
+ "inputs": []
1164
+ },
1165
+ {
1166
+ "type": "error",
1167
+ "name": "NonceInvalidationError",
1168
+ "inputs": []
1169
+ },
1170
+ {
1171
+ "type": "error",
1172
+ "name": "NotSupportedCallType",
1173
+ "inputs": []
1174
+ },
1175
+ {
1176
+ "type": "error",
1177
+ "name": "OnlyExecuteUserOp",
1178
+ "inputs": []
1179
+ },
1180
+ {
1181
+ "type": "error",
1182
+ "name": "PermissionDataLengthMismatch",
1183
+ "inputs": []
1184
+ },
1185
+ {
1186
+ "type": "error",
1187
+ "name": "PermissionNotAlllowedForSignature",
1188
+ "inputs": []
1189
+ },
1190
+ {
1191
+ "type": "error",
1192
+ "name": "PermissionNotAlllowedForUserOp",
1193
+ "inputs": []
1194
+ },
1195
+ {
1196
+ "type": "error",
1197
+ "name": "PolicyDataTooLarge",
1198
+ "inputs": []
1199
+ },
1200
+ {
1201
+ "type": "error",
1202
+ "name": "PolicyFailed",
1203
+ "inputs": [
1204
+ {
1205
+ "name": "i",
1206
+ "type": "uint256",
1207
+ "internalType": "uint256"
1208
+ }
1209
+ ]
1210
+ },
1211
+ {
1212
+ "type": "error",
1213
+ "name": "PolicySignatureOrderError",
1214
+ "inputs": []
1215
+ },
1216
+ {
1217
+ "type": "error",
1218
+ "name": "RootValidatorCannotBeRemoved",
1219
+ "inputs": []
1220
+ },
1221
+ {
1222
+ "type": "error",
1223
+ "name": "SignerPrefixNotPresent",
1224
+ "inputs": []
1225
+ }
1226
+ ],
1227
+ "constructorArgs": [
1228
+ "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
1229
+ ],
1230
+ "linkedLibraries": {},
1231
+ "deployTxnHash": "0x37cb4958defcb89873bbc54a8984eb376ca827c326a2ffff97db7826156eaa1f",
1232
+ "deployTxnBlockNumber": "4",
1233
+ "deployTimestamp": "1747543838",
1234
+ "sourceName": "src/Kernel.sol",
1235
+ "contractName": "Kernel",
1236
+ "deployedOn": "deploy.Kernel",
1237
+ "gasUsed": 5014044,
1238
+ "gasCost": "1875000000"
1239
+ }