@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,728 @@
1
+ {
2
+ "address": "0x0000000000002311EEE9A2B887af1F144dbb4F6e",
3
+ "abi": [
4
+ {
5
+ "type": "function",
6
+ "name": "addressAllowlist",
7
+ "inputs": [
8
+ {
9
+ "name": "entityId",
10
+ "type": "uint32",
11
+ "internalType": "uint32"
12
+ },
13
+ {
14
+ "name": "target",
15
+ "type": "address",
16
+ "internalType": "address"
17
+ },
18
+ {
19
+ "name": "account",
20
+ "type": "address",
21
+ "internalType": "address"
22
+ }
23
+ ],
24
+ "outputs": [
25
+ {
26
+ "name": "allowed",
27
+ "type": "bool",
28
+ "internalType": "bool"
29
+ },
30
+ {
31
+ "name": "hasSelectorAllowlist",
32
+ "type": "bool",
33
+ "internalType": "bool"
34
+ },
35
+ {
36
+ "name": "hasERC20SpendLimit",
37
+ "type": "bool",
38
+ "internalType": "bool"
39
+ }
40
+ ],
41
+ "stateMutability": "view"
42
+ },
43
+ {
44
+ "type": "function",
45
+ "name": "checkAllowlistCalldata",
46
+ "inputs": [
47
+ {
48
+ "name": "entityId",
49
+ "type": "uint32",
50
+ "internalType": "uint32"
51
+ },
52
+ {
53
+ "name": "callData",
54
+ "type": "bytes",
55
+ "internalType": "bytes"
56
+ }
57
+ ],
58
+ "outputs": [],
59
+ "stateMutability": "view"
60
+ },
61
+ {
62
+ "type": "function",
63
+ "name": "deleteAllowlist",
64
+ "inputs": [
65
+ {
66
+ "name": "entityId",
67
+ "type": "uint32",
68
+ "internalType": "uint32"
69
+ },
70
+ {
71
+ "name": "inputs",
72
+ "type": "tuple[]",
73
+ "internalType": "struct AllowlistModule.AllowlistInput[]",
74
+ "components": [
75
+ {
76
+ "name": "target",
77
+ "type": "address",
78
+ "internalType": "address"
79
+ },
80
+ {
81
+ "name": "hasSelectorAllowlist",
82
+ "type": "bool",
83
+ "internalType": "bool"
84
+ },
85
+ {
86
+ "name": "hasERC20SpendLimit",
87
+ "type": "bool",
88
+ "internalType": "bool"
89
+ },
90
+ {
91
+ "name": "erc20SpendLimit",
92
+ "type": "uint256",
93
+ "internalType": "uint256"
94
+ },
95
+ {
96
+ "name": "selectors",
97
+ "type": "bytes4[]",
98
+ "internalType": "bytes4[]"
99
+ }
100
+ ]
101
+ }
102
+ ],
103
+ "outputs": [],
104
+ "stateMutability": "nonpayable"
105
+ },
106
+ {
107
+ "type": "function",
108
+ "name": "erc20SpendLimits",
109
+ "inputs": [
110
+ {
111
+ "name": "entityId",
112
+ "type": "uint32",
113
+ "internalType": "uint32"
114
+ },
115
+ {
116
+ "name": "target",
117
+ "type": "address",
118
+ "internalType": "address"
119
+ },
120
+ {
121
+ "name": "account",
122
+ "type": "address",
123
+ "internalType": "address"
124
+ }
125
+ ],
126
+ "outputs": [
127
+ {
128
+ "name": "",
129
+ "type": "uint256",
130
+ "internalType": "uint256"
131
+ }
132
+ ],
133
+ "stateMutability": "view"
134
+ },
135
+ {
136
+ "type": "function",
137
+ "name": "moduleId",
138
+ "inputs": [],
139
+ "outputs": [
140
+ {
141
+ "name": "",
142
+ "type": "string",
143
+ "internalType": "string"
144
+ }
145
+ ],
146
+ "stateMutability": "pure"
147
+ },
148
+ {
149
+ "type": "function",
150
+ "name": "onInstall",
151
+ "inputs": [
152
+ {
153
+ "name": "data",
154
+ "type": "bytes",
155
+ "internalType": "bytes"
156
+ }
157
+ ],
158
+ "outputs": [],
159
+ "stateMutability": "nonpayable"
160
+ },
161
+ {
162
+ "type": "function",
163
+ "name": "onUninstall",
164
+ "inputs": [
165
+ {
166
+ "name": "data",
167
+ "type": "bytes",
168
+ "internalType": "bytes"
169
+ }
170
+ ],
171
+ "outputs": [],
172
+ "stateMutability": "nonpayable"
173
+ },
174
+ {
175
+ "type": "function",
176
+ "name": "postExecutionHook",
177
+ "inputs": [
178
+ {
179
+ "name": "",
180
+ "type": "uint32",
181
+ "internalType": "uint32"
182
+ },
183
+ {
184
+ "name": "",
185
+ "type": "bytes",
186
+ "internalType": "bytes"
187
+ }
188
+ ],
189
+ "outputs": [],
190
+ "stateMutability": "pure"
191
+ },
192
+ {
193
+ "type": "function",
194
+ "name": "preExecutionHook",
195
+ "inputs": [
196
+ {
197
+ "name": "entityId",
198
+ "type": "uint32",
199
+ "internalType": "uint32"
200
+ },
201
+ {
202
+ "name": "",
203
+ "type": "address",
204
+ "internalType": "address"
205
+ },
206
+ {
207
+ "name": "",
208
+ "type": "uint256",
209
+ "internalType": "uint256"
210
+ },
211
+ {
212
+ "name": "data",
213
+ "type": "bytes",
214
+ "internalType": "bytes"
215
+ }
216
+ ],
217
+ "outputs": [
218
+ {
219
+ "name": "",
220
+ "type": "bytes",
221
+ "internalType": "bytes"
222
+ }
223
+ ],
224
+ "stateMutability": "nonpayable"
225
+ },
226
+ {
227
+ "type": "function",
228
+ "name": "preRuntimeValidationHook",
229
+ "inputs": [
230
+ {
231
+ "name": "entityId",
232
+ "type": "uint32",
233
+ "internalType": "uint32"
234
+ },
235
+ {
236
+ "name": "",
237
+ "type": "address",
238
+ "internalType": "address"
239
+ },
240
+ {
241
+ "name": "",
242
+ "type": "uint256",
243
+ "internalType": "uint256"
244
+ },
245
+ {
246
+ "name": "data",
247
+ "type": "bytes",
248
+ "internalType": "bytes"
249
+ },
250
+ {
251
+ "name": "",
252
+ "type": "bytes",
253
+ "internalType": "bytes"
254
+ }
255
+ ],
256
+ "outputs": [],
257
+ "stateMutability": "view"
258
+ },
259
+ {
260
+ "type": "function",
261
+ "name": "preSignatureValidationHook",
262
+ "inputs": [
263
+ {
264
+ "name": "",
265
+ "type": "uint32",
266
+ "internalType": "uint32"
267
+ },
268
+ {
269
+ "name": "",
270
+ "type": "address",
271
+ "internalType": "address"
272
+ },
273
+ {
274
+ "name": "",
275
+ "type": "bytes32",
276
+ "internalType": "bytes32"
277
+ },
278
+ {
279
+ "name": "",
280
+ "type": "bytes",
281
+ "internalType": "bytes"
282
+ }
283
+ ],
284
+ "outputs": [],
285
+ "stateMutability": "pure"
286
+ },
287
+ {
288
+ "type": "function",
289
+ "name": "preUserOpValidationHook",
290
+ "inputs": [
291
+ {
292
+ "name": "entityId",
293
+ "type": "uint32",
294
+ "internalType": "uint32"
295
+ },
296
+ {
297
+ "name": "userOp",
298
+ "type": "tuple",
299
+ "internalType": "struct PackedUserOperation",
300
+ "components": [
301
+ {
302
+ "name": "sender",
303
+ "type": "address",
304
+ "internalType": "address"
305
+ },
306
+ {
307
+ "name": "nonce",
308
+ "type": "uint256",
309
+ "internalType": "uint256"
310
+ },
311
+ {
312
+ "name": "initCode",
313
+ "type": "bytes",
314
+ "internalType": "bytes"
315
+ },
316
+ {
317
+ "name": "callData",
318
+ "type": "bytes",
319
+ "internalType": "bytes"
320
+ },
321
+ {
322
+ "name": "accountGasLimits",
323
+ "type": "bytes32",
324
+ "internalType": "bytes32"
325
+ },
326
+ {
327
+ "name": "preVerificationGas",
328
+ "type": "uint256",
329
+ "internalType": "uint256"
330
+ },
331
+ {
332
+ "name": "gasFees",
333
+ "type": "bytes32",
334
+ "internalType": "bytes32"
335
+ },
336
+ {
337
+ "name": "paymasterAndData",
338
+ "type": "bytes",
339
+ "internalType": "bytes"
340
+ },
341
+ {
342
+ "name": "signature",
343
+ "type": "bytes",
344
+ "internalType": "bytes"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "",
350
+ "type": "bytes32",
351
+ "internalType": "bytes32"
352
+ }
353
+ ],
354
+ "outputs": [
355
+ {
356
+ "name": "",
357
+ "type": "uint256",
358
+ "internalType": "uint256"
359
+ }
360
+ ],
361
+ "stateMutability": "view"
362
+ },
363
+ {
364
+ "type": "function",
365
+ "name": "selectorAllowlist",
366
+ "inputs": [
367
+ {
368
+ "name": "entityId",
369
+ "type": "uint32",
370
+ "internalType": "uint32"
371
+ },
372
+ {
373
+ "name": "selector",
374
+ "type": "bytes4",
375
+ "internalType": "bytes4"
376
+ },
377
+ {
378
+ "name": "target",
379
+ "type": "address",
380
+ "internalType": "address"
381
+ },
382
+ {
383
+ "name": "account",
384
+ "type": "address",
385
+ "internalType": "address"
386
+ }
387
+ ],
388
+ "outputs": [
389
+ {
390
+ "name": "",
391
+ "type": "bool",
392
+ "internalType": "bool"
393
+ }
394
+ ],
395
+ "stateMutability": "view"
396
+ },
397
+ {
398
+ "type": "function",
399
+ "name": "setAddressAllowlist",
400
+ "inputs": [
401
+ {
402
+ "name": "entityId",
403
+ "type": "uint32",
404
+ "internalType": "uint32"
405
+ },
406
+ {
407
+ "name": "target",
408
+ "type": "address",
409
+ "internalType": "address"
410
+ },
411
+ {
412
+ "name": "allowed",
413
+ "type": "bool",
414
+ "internalType": "bool"
415
+ },
416
+ {
417
+ "name": "hasSelectorAllowlist",
418
+ "type": "bool",
419
+ "internalType": "bool"
420
+ },
421
+ {
422
+ "name": "hasERC20SpendLimit",
423
+ "type": "bool",
424
+ "internalType": "bool"
425
+ }
426
+ ],
427
+ "outputs": [],
428
+ "stateMutability": "nonpayable"
429
+ },
430
+ {
431
+ "type": "function",
432
+ "name": "setSelectorAllowlist",
433
+ "inputs": [
434
+ {
435
+ "name": "entityId",
436
+ "type": "uint32",
437
+ "internalType": "uint32"
438
+ },
439
+ {
440
+ "name": "target",
441
+ "type": "address",
442
+ "internalType": "address"
443
+ },
444
+ {
445
+ "name": "selector",
446
+ "type": "bytes4",
447
+ "internalType": "bytes4"
448
+ },
449
+ {
450
+ "name": "allowed",
451
+ "type": "bool",
452
+ "internalType": "bool"
453
+ }
454
+ ],
455
+ "outputs": [],
456
+ "stateMutability": "nonpayable"
457
+ },
458
+ {
459
+ "type": "function",
460
+ "name": "supportsInterface",
461
+ "inputs": [
462
+ {
463
+ "name": "interfaceId",
464
+ "type": "bytes4",
465
+ "internalType": "bytes4"
466
+ }
467
+ ],
468
+ "outputs": [
469
+ {
470
+ "name": "",
471
+ "type": "bool",
472
+ "internalType": "bool"
473
+ }
474
+ ],
475
+ "stateMutability": "view"
476
+ },
477
+ {
478
+ "type": "function",
479
+ "name": "updateAllowlist",
480
+ "inputs": [
481
+ {
482
+ "name": "entityId",
483
+ "type": "uint32",
484
+ "internalType": "uint32"
485
+ },
486
+ {
487
+ "name": "inputs",
488
+ "type": "tuple[]",
489
+ "internalType": "struct AllowlistModule.AllowlistInput[]",
490
+ "components": [
491
+ {
492
+ "name": "target",
493
+ "type": "address",
494
+ "internalType": "address"
495
+ },
496
+ {
497
+ "name": "hasSelectorAllowlist",
498
+ "type": "bool",
499
+ "internalType": "bool"
500
+ },
501
+ {
502
+ "name": "hasERC20SpendLimit",
503
+ "type": "bool",
504
+ "internalType": "bool"
505
+ },
506
+ {
507
+ "name": "erc20SpendLimit",
508
+ "type": "uint256",
509
+ "internalType": "uint256"
510
+ },
511
+ {
512
+ "name": "selectors",
513
+ "type": "bytes4[]",
514
+ "internalType": "bytes4[]"
515
+ }
516
+ ]
517
+ }
518
+ ],
519
+ "outputs": [],
520
+ "stateMutability": "nonpayable"
521
+ },
522
+ {
523
+ "type": "function",
524
+ "name": "updateLimits",
525
+ "inputs": [
526
+ {
527
+ "name": "entityId",
528
+ "type": "uint32",
529
+ "internalType": "uint32"
530
+ },
531
+ {
532
+ "name": "token",
533
+ "type": "address",
534
+ "internalType": "address"
535
+ },
536
+ {
537
+ "name": "hasERC20SpendLimit",
538
+ "type": "bool",
539
+ "internalType": "bool"
540
+ },
541
+ {
542
+ "name": "newLimit",
543
+ "type": "uint256",
544
+ "internalType": "uint256"
545
+ }
546
+ ],
547
+ "outputs": [],
548
+ "stateMutability": "nonpayable"
549
+ },
550
+ {
551
+ "type": "event",
552
+ "name": "AddressAllowlistUpdated",
553
+ "inputs": [
554
+ {
555
+ "name": "entityId",
556
+ "type": "uint32",
557
+ "indexed": true,
558
+ "internalType": "uint32"
559
+ },
560
+ {
561
+ "name": "account",
562
+ "type": "address",
563
+ "indexed": true,
564
+ "internalType": "address"
565
+ },
566
+ {
567
+ "name": "target",
568
+ "type": "address",
569
+ "indexed": true,
570
+ "internalType": "address"
571
+ },
572
+ {
573
+ "name": "entry",
574
+ "type": "tuple",
575
+ "indexed": false,
576
+ "internalType": "struct AllowlistModule.AddressAllowlistEntry",
577
+ "components": [
578
+ {
579
+ "name": "allowed",
580
+ "type": "bool",
581
+ "internalType": "bool"
582
+ },
583
+ {
584
+ "name": "hasSelectorAllowlist",
585
+ "type": "bool",
586
+ "internalType": "bool"
587
+ },
588
+ {
589
+ "name": "hasERC20SpendLimit",
590
+ "type": "bool",
591
+ "internalType": "bool"
592
+ }
593
+ ]
594
+ }
595
+ ],
596
+ "anonymous": false
597
+ },
598
+ {
599
+ "type": "event",
600
+ "name": "ERC20SpendLimitUpdated",
601
+ "inputs": [
602
+ {
603
+ "name": "entityId",
604
+ "type": "uint32",
605
+ "indexed": true,
606
+ "internalType": "uint32"
607
+ },
608
+ {
609
+ "name": "account",
610
+ "type": "address",
611
+ "indexed": true,
612
+ "internalType": "address"
613
+ },
614
+ {
615
+ "name": "token",
616
+ "type": "address",
617
+ "indexed": true,
618
+ "internalType": "address"
619
+ },
620
+ {
621
+ "name": "newLimit",
622
+ "type": "uint256",
623
+ "indexed": false,
624
+ "internalType": "uint256"
625
+ }
626
+ ],
627
+ "anonymous": false
628
+ },
629
+ {
630
+ "type": "event",
631
+ "name": "SelectorAllowlistUpdated",
632
+ "inputs": [
633
+ {
634
+ "name": "entityId",
635
+ "type": "uint32",
636
+ "indexed": true,
637
+ "internalType": "uint32"
638
+ },
639
+ {
640
+ "name": "account",
641
+ "type": "address",
642
+ "indexed": true,
643
+ "internalType": "address"
644
+ },
645
+ {
646
+ "name": "targetAndSelector",
647
+ "type": "bytes24",
648
+ "indexed": true,
649
+ "internalType": "bytes24"
650
+ },
651
+ {
652
+ "name": "allowed",
653
+ "type": "bool",
654
+ "indexed": false,
655
+ "internalType": "bool"
656
+ }
657
+ ],
658
+ "anonymous": false
659
+ },
660
+ {
661
+ "type": "error",
662
+ "name": "AddressNotAllowed",
663
+ "inputs": []
664
+ },
665
+ {
666
+ "type": "error",
667
+ "name": "ERC20NotAllowed",
668
+ "inputs": [
669
+ {
670
+ "name": "",
671
+ "type": "address",
672
+ "internalType": "address"
673
+ }
674
+ ]
675
+ },
676
+ {
677
+ "type": "error",
678
+ "name": "ExceededTokenLimit",
679
+ "inputs": []
680
+ },
681
+ {
682
+ "type": "error",
683
+ "name": "InvalidCalldataLength",
684
+ "inputs": []
685
+ },
686
+ {
687
+ "type": "error",
688
+ "name": "NoSelectorSpecified",
689
+ "inputs": []
690
+ },
691
+ {
692
+ "type": "error",
693
+ "name": "NotImplemented",
694
+ "inputs": []
695
+ },
696
+ {
697
+ "type": "error",
698
+ "name": "SelectorNotAllowed",
699
+ "inputs": []
700
+ },
701
+ {
702
+ "type": "error",
703
+ "name": "SpendingRequestNotAllowed",
704
+ "inputs": [
705
+ {
706
+ "name": "",
707
+ "type": "bytes4",
708
+ "internalType": "bytes4"
709
+ }
710
+ ]
711
+ },
712
+ {
713
+ "type": "error",
714
+ "name": "UnexpectedDataPassed",
715
+ "inputs": []
716
+ }
717
+ ],
718
+ "constructorArgs": [],
719
+ "linkedLibraries": {},
720
+ "deployTxnHash": "0x98b870e0ed38630e128991a1c60f9908a5923b8b685f4cf0b5bd2f1b69668621",
721
+ "deployTxnBlockNumber": "1",
722
+ "deployTimestamp": "1745991213",
723
+ "sourceName": "src/modules/permissions/AllowlistModule.sol",
724
+ "contractName": "AllowlistModule",
725
+ "deployedOn": "deploy.AllowlistModule",
726
+ "gasUsed": 2260632,
727
+ "gasCost": "1173051166"
728
+ }