@pimlico/alto 0.0.0-main.20250626T085447 → 0.0.0-main.20250627T074103

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 (91) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -1
  2. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -1
  3. package/contracts/EntryPoint.sol/EntryPoint.json +1 -1
  4. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  5. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  6. package/contracts/Exec.sol/Exec.json +1 -1
  7. package/contracts/IAccount.sol/IAccount.json +1 -1
  8. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -1
  9. package/contracts/IAggregator.sol/IAggregator.json +1 -1
  10. package/contracts/IERC5267.sol/IERC5267.json +1 -1
  11. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -1
  12. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  13. package/contracts/INonceManager.sol/INonceManager.json +1 -1
  14. package/contracts/IPaymaster.sol/IPaymaster.json +1 -1
  15. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -1
  16. package/contracts/IStakeManager.sol/IStakeManager.json +1 -1
  17. package/contracts/Math.sol/Math.json +1 -1
  18. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -1
  19. package/contracts/NonceManager.sol/NonceManager.json +1 -1
  20. package/contracts/Panic.sol/Panic.json +1 -1
  21. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  22. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -1
  23. package/contracts/SafeCast.sol/SafeCast.json +1 -1
  24. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  25. package/contracts/ShortStrings.sol/ShortStrings.json +1 -1
  26. package/contracts/SignedMath.sol/SignedMath.json +1 -1
  27. package/contracts/StakeManager.sol/StakeManager.json +1 -1
  28. package/contracts/StorageSlot.sol/StorageSlot.json +1 -1
  29. package/contracts/Strings.sol/Strings.json +1 -1
  30. package/contracts/TransientSlot.sol/TransientSlot.json +1 -1
  31. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -1
  32. package/contracts/build-info/004071c167bc55de.json +1 -0
  33. package/contracts/build-info/{257ff8e2b1124ead.json → 2f5dec90e180c3a0.json} +1 -1
  34. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  35. package/esm/cli/customTransport.js +3 -2
  36. package/esm/cli/customTransport.js.map +1 -1
  37. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  38. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  39. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  40. package/esm/executor/filterOpsAndEstimateGas.js +4 -4
  41. package/esm/executor/utils.js +3 -0
  42. package/esm/executor/utils.js.map +1 -1
  43. package/esm/rpc/estimation/gasEstimationHandler.d.ts +2 -2
  44. package/esm/rpc/estimation/gasEstimationHandler.js +6 -6
  45. package/esm/rpc/estimation/gasEstimationHandler.js.map +1 -1
  46. package/esm/rpc/estimation/{gasEstimationsV06.d.ts → gasEstimations06.d.ts} +4 -4
  47. package/esm/rpc/estimation/gasEstimations06.js +68 -0
  48. package/esm/rpc/estimation/gasEstimations06.js.map +1 -0
  49. package/esm/rpc/estimation/gasEstimations07.d.ts +89 -0
  50. package/esm/rpc/estimation/gasEstimations07.js +386 -0
  51. package/esm/rpc/estimation/gasEstimations07.js.map +1 -0
  52. package/esm/rpc/estimation/types.d.ts +23 -111
  53. package/esm/rpc/estimation/types.js +5 -121
  54. package/esm/rpc/estimation/types.js.map +1 -1
  55. package/esm/rpc/estimation/utils.d.ts +51 -0
  56. package/esm/rpc/estimation/utils.js +182 -0
  57. package/esm/rpc/estimation/utils.js.map +1 -0
  58. package/esm/rpc/methods/eth_estimateUserOperationGas.js +4 -5
  59. package/esm/rpc/methods/eth_estimateUserOperationGas.js.map +1 -1
  60. package/esm/rpc/validation/SafeValidator.d.ts +5 -5
  61. package/esm/rpc/validation/SafeValidator.js +28 -29
  62. package/esm/rpc/validation/SafeValidator.js.map +1 -1
  63. package/esm/rpc/validation/UnsafeValidator.d.ts +2 -2
  64. package/esm/rpc/validation/UnsafeValidator.js +2 -2
  65. package/esm/rpc/validation/UnsafeValidator.js.map +1 -1
  66. package/esm/types/contracts/PimlicoSimulations.d.ts +1083 -96
  67. package/esm/types/contracts/PimlicoSimulations.js +1357 -88
  68. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  69. package/esm/types/contracts/index.d.ts +0 -2
  70. package/esm/types/contracts/index.js +0 -2
  71. package/esm/types/contracts/index.js.map +1 -1
  72. package/esm/types/interfaces.d.ts +2 -2
  73. package/esm/types/validation.d.ts +208 -222
  74. package/esm/types/validation.js +0 -8
  75. package/esm/types/validation.js.map +1 -1
  76. package/esm/utils/toViemStateOverrides.d.ts +4 -0
  77. package/esm/utils/toViemStateOverrides.js +44 -0
  78. package/esm/utils/toViemStateOverrides.js.map +1 -0
  79. package/package.json +1 -1
  80. package/contracts/build-info/10cf9b18fcc1598e.json +0 -1
  81. package/esm/rpc/estimation/gasEstimationsV06.js +0 -156
  82. package/esm/rpc/estimation/gasEstimationsV06.js.map +0 -1
  83. package/esm/rpc/estimation/gasEstimationsV07.d.ts +0 -101
  84. package/esm/rpc/estimation/gasEstimationsV07.js +0 -724
  85. package/esm/rpc/estimation/gasEstimationsV07.js.map +0 -1
  86. package/esm/types/contracts/EntryPointSimulationsV6.d.ts +0 -33
  87. package/esm/types/contracts/EntryPointSimulationsV6.js +0 -46
  88. package/esm/types/contracts/EntryPointSimulationsV6.js.map +0 -1
  89. package/esm/types/contracts/EntryPointSimulationsV7.d.ts +0 -2076
  90. package/esm/types/contracts/EntryPointSimulationsV7.js +0 -2675
  91. package/esm/types/contracts/EntryPointSimulationsV7.js.map +0 -1
@@ -1,14 +1,22 @@
1
- export declare const PimlicoSimulationsAbi: readonly [{
1
+ export declare const pimlicoSimulationsAbi: readonly [{
2
2
  readonly type: "constructor";
3
3
  readonly inputs: readonly [];
4
4
  readonly stateMutability: "nonpayable";
5
5
  }, {
6
6
  readonly type: "function";
7
- readonly name: "filterOps06";
7
+ readonly name: "binarySearchCallGas";
8
8
  readonly inputs: readonly [{
9
- readonly name: "userOps";
9
+ readonly name: "entryPointSimulation";
10
+ readonly type: "address";
11
+ readonly internalType: "address";
12
+ }, {
13
+ readonly name: "entryPoint";
14
+ readonly type: "address";
15
+ readonly internalType: "address";
16
+ }, {
17
+ readonly name: "queuedUserOps";
10
18
  readonly type: "tuple[]";
11
- readonly internalType: "struct UserOperation[]";
19
+ readonly internalType: "struct PackedUserOperation[]";
12
20
  readonly components: readonly [{
13
21
  readonly name: "sender";
14
22
  readonly type: "address";
@@ -26,25 +34,58 @@ export declare const PimlicoSimulationsAbi: readonly [{
26
34
  readonly type: "bytes";
27
35
  readonly internalType: "bytes";
28
36
  }, {
29
- readonly name: "callGasLimit";
30
- readonly type: "uint256";
31
- readonly internalType: "uint256";
32
- }, {
33
- readonly name: "verificationGasLimit";
34
- readonly type: "uint256";
35
- readonly internalType: "uint256";
37
+ readonly name: "accountGasLimits";
38
+ readonly type: "bytes32";
39
+ readonly internalType: "bytes32";
36
40
  }, {
37
41
  readonly name: "preVerificationGas";
38
42
  readonly type: "uint256";
39
43
  readonly internalType: "uint256";
40
44
  }, {
41
- readonly name: "maxFeePerGas";
45
+ readonly name: "gasFees";
46
+ readonly type: "bytes32";
47
+ readonly internalType: "bytes32";
48
+ }, {
49
+ readonly name: "paymasterAndData";
50
+ readonly type: "bytes";
51
+ readonly internalType: "bytes";
52
+ }, {
53
+ readonly name: "signature";
54
+ readonly type: "bytes";
55
+ readonly internalType: "bytes";
56
+ }];
57
+ }, {
58
+ readonly name: "targetUserOp";
59
+ readonly type: "tuple";
60
+ readonly internalType: "struct PackedUserOperation";
61
+ readonly components: readonly [{
62
+ readonly name: "sender";
63
+ readonly type: "address";
64
+ readonly internalType: "address";
65
+ }, {
66
+ readonly name: "nonce";
42
67
  readonly type: "uint256";
43
68
  readonly internalType: "uint256";
44
69
  }, {
45
- readonly name: "maxPriorityFeePerGas";
70
+ readonly name: "initCode";
71
+ readonly type: "bytes";
72
+ readonly internalType: "bytes";
73
+ }, {
74
+ readonly name: "callData";
75
+ readonly type: "bytes";
76
+ readonly internalType: "bytes";
77
+ }, {
78
+ readonly name: "accountGasLimits";
79
+ readonly type: "bytes32";
80
+ readonly internalType: "bytes32";
81
+ }, {
82
+ readonly name: "preVerificationGas";
46
83
  readonly type: "uint256";
47
84
  readonly internalType: "uint256";
85
+ }, {
86
+ readonly name: "gasFees";
87
+ readonly type: "bytes32";
88
+ readonly internalType: "bytes32";
48
89
  }, {
49
90
  readonly name: "paymasterAndData";
50
91
  readonly type: "bytes";
@@ -55,47 +96,76 @@ export declare const PimlicoSimulationsAbi: readonly [{
55
96
  readonly internalType: "bytes";
56
97
  }];
57
98
  }, {
58
- readonly name: "beneficiary";
59
- readonly type: "address";
60
- readonly internalType: "address payable";
99
+ readonly name: "initialMinGas";
100
+ readonly type: "uint256";
101
+ readonly internalType: "uint256";
61
102
  }, {
62
- readonly name: "entryPoint";
63
- readonly type: "address";
64
- readonly internalType: "contract IEntryPoint";
103
+ readonly name: "toleranceDelta";
104
+ readonly type: "uint256";
105
+ readonly internalType: "uint256";
106
+ }, {
107
+ readonly name: "gasAllowance";
108
+ readonly type: "uint256";
109
+ readonly internalType: "uint256";
65
110
  }];
66
111
  readonly outputs: readonly [{
67
112
  readonly name: "";
68
113
  readonly type: "tuple";
69
- readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
114
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
70
115
  readonly components: readonly [{
71
- readonly name: "gasUsed";
72
- readonly type: "uint256";
73
- readonly internalType: "uint256";
116
+ readonly name: "resultType";
117
+ readonly type: "uint8";
118
+ readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
74
119
  }, {
75
- readonly name: "balanceChange";
76
- readonly type: "uint256";
77
- readonly internalType: "uint256";
78
- }, {
79
- readonly name: "rejectedUserOps";
80
- readonly type: "tuple[]";
81
- readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
120
+ readonly name: "successData";
121
+ readonly type: "tuple";
122
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
82
123
  readonly components: readonly [{
83
- readonly name: "userOpHash";
84
- readonly type: "bytes32";
85
- readonly internalType: "bytes32";
124
+ readonly name: "gasUsed";
125
+ readonly type: "uint256";
126
+ readonly internalType: "uint256";
86
127
  }, {
87
- readonly name: "revertReason";
128
+ readonly name: "success";
129
+ readonly type: "bool";
130
+ readonly internalType: "bool";
131
+ }, {
132
+ readonly name: "returnData";
88
133
  readonly type: "bytes";
89
134
  readonly internalType: "bytes";
90
135
  }];
136
+ }, {
137
+ readonly name: "outOfGasData";
138
+ readonly type: "tuple";
139
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
140
+ readonly components: readonly [{
141
+ readonly name: "optimalGas";
142
+ readonly type: "uint256";
143
+ readonly internalType: "uint256";
144
+ }, {
145
+ readonly name: "minGas";
146
+ readonly type: "uint256";
147
+ readonly internalType: "uint256";
148
+ }, {
149
+ readonly name: "maxGas";
150
+ readonly type: "uint256";
151
+ readonly internalType: "uint256";
152
+ }];
91
153
  }];
92
154
  }];
93
155
  readonly stateMutability: "nonpayable";
94
156
  }, {
95
157
  readonly type: "function";
96
- readonly name: "filterOps07";
158
+ readonly name: "binarySearchPaymasterVerificationGas";
97
159
  readonly inputs: readonly [{
98
- readonly name: "userOps";
160
+ readonly name: "entryPointSimulation";
161
+ readonly type: "address";
162
+ readonly internalType: "address";
163
+ }, {
164
+ readonly name: "entryPoint";
165
+ readonly type: "address";
166
+ readonly internalType: "address payable";
167
+ }, {
168
+ readonly name: "queuedUserOps";
99
169
  readonly type: "tuple[]";
100
170
  readonly internalType: "struct PackedUserOperation[]";
101
171
  readonly components: readonly [{
@@ -136,47 +206,117 @@ export declare const PimlicoSimulationsAbi: readonly [{
136
206
  readonly internalType: "bytes";
137
207
  }];
138
208
  }, {
139
- readonly name: "beneficiary";
140
- readonly type: "address";
141
- readonly internalType: "address payable";
142
- }, {
143
- readonly name: "entryPoint";
144
- readonly type: "address";
145
- readonly internalType: "contract IEntryPoint";
146
- }];
147
- readonly outputs: readonly [{
148
- readonly name: "";
209
+ readonly name: "targetUserOp";
149
210
  readonly type: "tuple";
150
- readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
211
+ readonly internalType: "struct PackedUserOperation";
151
212
  readonly components: readonly [{
152
- readonly name: "gasUsed";
213
+ readonly name: "sender";
214
+ readonly type: "address";
215
+ readonly internalType: "address";
216
+ }, {
217
+ readonly name: "nonce";
153
218
  readonly type: "uint256";
154
219
  readonly internalType: "uint256";
155
220
  }, {
156
- readonly name: "balanceChange";
221
+ readonly name: "initCode";
222
+ readonly type: "bytes";
223
+ readonly internalType: "bytes";
224
+ }, {
225
+ readonly name: "callData";
226
+ readonly type: "bytes";
227
+ readonly internalType: "bytes";
228
+ }, {
229
+ readonly name: "accountGasLimits";
230
+ readonly type: "bytes32";
231
+ readonly internalType: "bytes32";
232
+ }, {
233
+ readonly name: "preVerificationGas";
157
234
  readonly type: "uint256";
158
235
  readonly internalType: "uint256";
159
236
  }, {
160
- readonly name: "rejectedUserOps";
161
- readonly type: "tuple[]";
162
- readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
237
+ readonly name: "gasFees";
238
+ readonly type: "bytes32";
239
+ readonly internalType: "bytes32";
240
+ }, {
241
+ readonly name: "paymasterAndData";
242
+ readonly type: "bytes";
243
+ readonly internalType: "bytes";
244
+ }, {
245
+ readonly name: "signature";
246
+ readonly type: "bytes";
247
+ readonly internalType: "bytes";
248
+ }];
249
+ }, {
250
+ readonly name: "initialMinGas";
251
+ readonly type: "uint256";
252
+ readonly internalType: "uint256";
253
+ }, {
254
+ readonly name: "toleranceDelta";
255
+ readonly type: "uint256";
256
+ readonly internalType: "uint256";
257
+ }, {
258
+ readonly name: "gasAllowance";
259
+ readonly type: "uint256";
260
+ readonly internalType: "uint256";
261
+ }];
262
+ readonly outputs: readonly [{
263
+ readonly name: "";
264
+ readonly type: "tuple";
265
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
266
+ readonly components: readonly [{
267
+ readonly name: "resultType";
268
+ readonly type: "uint8";
269
+ readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
270
+ }, {
271
+ readonly name: "successData";
272
+ readonly type: "tuple";
273
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
163
274
  readonly components: readonly [{
164
- readonly name: "userOpHash";
165
- readonly type: "bytes32";
166
- readonly internalType: "bytes32";
275
+ readonly name: "gasUsed";
276
+ readonly type: "uint256";
277
+ readonly internalType: "uint256";
167
278
  }, {
168
- readonly name: "revertReason";
279
+ readonly name: "success";
280
+ readonly type: "bool";
281
+ readonly internalType: "bool";
282
+ }, {
283
+ readonly name: "returnData";
169
284
  readonly type: "bytes";
170
285
  readonly internalType: "bytes";
171
286
  }];
287
+ }, {
288
+ readonly name: "outOfGasData";
289
+ readonly type: "tuple";
290
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
291
+ readonly components: readonly [{
292
+ readonly name: "optimalGas";
293
+ readonly type: "uint256";
294
+ readonly internalType: "uint256";
295
+ }, {
296
+ readonly name: "minGas";
297
+ readonly type: "uint256";
298
+ readonly internalType: "uint256";
299
+ }, {
300
+ readonly name: "maxGas";
301
+ readonly type: "uint256";
302
+ readonly internalType: "uint256";
303
+ }];
172
304
  }];
173
305
  }];
174
306
  readonly stateMutability: "nonpayable";
175
307
  }, {
176
308
  readonly type: "function";
177
- readonly name: "filterOps08";
309
+ readonly name: "binarySearchVerificationGas";
178
310
  readonly inputs: readonly [{
179
- readonly name: "userOps";
311
+ readonly name: "entryPointSimulation";
312
+ readonly type: "address";
313
+ readonly internalType: "address";
314
+ }, {
315
+ readonly name: "entryPoint";
316
+ readonly type: "address";
317
+ readonly internalType: "address payable";
318
+ }, {
319
+ readonly name: "queuedUserOps";
180
320
  readonly type: "tuple[]";
181
321
  readonly internalType: "struct PackedUserOperation[]";
182
322
  readonly components: readonly [{
@@ -217,67 +357,914 @@ export declare const PimlicoSimulationsAbi: readonly [{
217
357
  readonly internalType: "bytes";
218
358
  }];
219
359
  }, {
220
- readonly name: "beneficiary";
221
- readonly type: "address";
222
- readonly internalType: "address payable";
223
- }, {
224
- readonly name: "entryPoint";
225
- readonly type: "address";
226
- readonly internalType: "contract IEntryPoint";
227
- }];
228
- readonly outputs: readonly [{
229
- readonly name: "";
360
+ readonly name: "targetUserOp";
230
361
  readonly type: "tuple";
231
- readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
362
+ readonly internalType: "struct PackedUserOperation";
232
363
  readonly components: readonly [{
233
- readonly name: "gasUsed";
364
+ readonly name: "sender";
365
+ readonly type: "address";
366
+ readonly internalType: "address";
367
+ }, {
368
+ readonly name: "nonce";
234
369
  readonly type: "uint256";
235
370
  readonly internalType: "uint256";
236
371
  }, {
237
- readonly name: "balanceChange";
372
+ readonly name: "initCode";
373
+ readonly type: "bytes";
374
+ readonly internalType: "bytes";
375
+ }, {
376
+ readonly name: "callData";
377
+ readonly type: "bytes";
378
+ readonly internalType: "bytes";
379
+ }, {
380
+ readonly name: "accountGasLimits";
381
+ readonly type: "bytes32";
382
+ readonly internalType: "bytes32";
383
+ }, {
384
+ readonly name: "preVerificationGas";
238
385
  readonly type: "uint256";
239
386
  readonly internalType: "uint256";
240
387
  }, {
241
- readonly name: "rejectedUserOps";
242
- readonly type: "tuple[]";
243
- readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
388
+ readonly name: "gasFees";
389
+ readonly type: "bytes32";
390
+ readonly internalType: "bytes32";
391
+ }, {
392
+ readonly name: "paymasterAndData";
393
+ readonly type: "bytes";
394
+ readonly internalType: "bytes";
395
+ }, {
396
+ readonly name: "signature";
397
+ readonly type: "bytes";
398
+ readonly internalType: "bytes";
399
+ }];
400
+ }, {
401
+ readonly name: "initialMinGas";
402
+ readonly type: "uint256";
403
+ readonly internalType: "uint256";
404
+ }, {
405
+ readonly name: "toleranceDelta";
406
+ readonly type: "uint256";
407
+ readonly internalType: "uint256";
408
+ }, {
409
+ readonly name: "gasAllowance";
410
+ readonly type: "uint256";
411
+ readonly internalType: "uint256";
412
+ }];
413
+ readonly outputs: readonly [{
414
+ readonly name: "";
415
+ readonly type: "tuple";
416
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
417
+ readonly components: readonly [{
418
+ readonly name: "resultType";
419
+ readonly type: "uint8";
420
+ readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
421
+ }, {
422
+ readonly name: "successData";
423
+ readonly type: "tuple";
424
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
244
425
  readonly components: readonly [{
245
- readonly name: "userOpHash";
246
- readonly type: "bytes32";
247
- readonly internalType: "bytes32";
426
+ readonly name: "gasUsed";
427
+ readonly type: "uint256";
428
+ readonly internalType: "uint256";
248
429
  }, {
249
- readonly name: "revertReason";
430
+ readonly name: "success";
431
+ readonly type: "bool";
432
+ readonly internalType: "bool";
433
+ }, {
434
+ readonly name: "returnData";
250
435
  readonly type: "bytes";
251
436
  readonly internalType: "bytes";
252
437
  }];
438
+ }, {
439
+ readonly name: "outOfGasData";
440
+ readonly type: "tuple";
441
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
442
+ readonly components: readonly [{
443
+ readonly name: "optimalGas";
444
+ readonly type: "uint256";
445
+ readonly internalType: "uint256";
446
+ }, {
447
+ readonly name: "minGas";
448
+ readonly type: "uint256";
449
+ readonly internalType: "uint256";
450
+ }, {
451
+ readonly name: "maxGas";
452
+ readonly type: "uint256";
453
+ readonly internalType: "uint256";
454
+ }];
253
455
  }];
254
456
  }];
255
457
  readonly stateMutability: "nonpayable";
256
458
  }, {
257
459
  readonly type: "function";
258
- readonly name: "simulateEntryPoint";
460
+ readonly name: "filterOps06";
259
461
  readonly inputs: readonly [{
260
- readonly name: "entryPointSimulation";
261
- readonly type: "address";
262
- readonly internalType: "address";
263
- }, {
264
- readonly name: "entryPoint";
265
- readonly type: "address";
266
- readonly internalType: "address payable";
267
- }, {
268
- readonly name: "data";
269
- readonly type: "bytes[]";
270
- readonly internalType: "bytes[]";
271
- }];
272
- readonly outputs: readonly [{
273
- readonly name: "";
274
- readonly type: "bytes[]";
275
- readonly internalType: "bytes[]";
462
+ readonly name: "userOps";
463
+ readonly type: "tuple[]";
464
+ readonly internalType: "struct UserOperation[]";
465
+ readonly components: readonly [{
466
+ readonly name: "sender";
467
+ readonly type: "address";
468
+ readonly internalType: "address";
469
+ }, {
470
+ readonly name: "nonce";
471
+ readonly type: "uint256";
472
+ readonly internalType: "uint256";
473
+ }, {
474
+ readonly name: "initCode";
475
+ readonly type: "bytes";
476
+ readonly internalType: "bytes";
477
+ }, {
478
+ readonly name: "callData";
479
+ readonly type: "bytes";
480
+ readonly internalType: "bytes";
481
+ }, {
482
+ readonly name: "callGasLimit";
483
+ readonly type: "uint256";
484
+ readonly internalType: "uint256";
485
+ }, {
486
+ readonly name: "verificationGasLimit";
487
+ readonly type: "uint256";
488
+ readonly internalType: "uint256";
489
+ }, {
490
+ readonly name: "preVerificationGas";
491
+ readonly type: "uint256";
492
+ readonly internalType: "uint256";
493
+ }, {
494
+ readonly name: "maxFeePerGas";
495
+ readonly type: "uint256";
496
+ readonly internalType: "uint256";
497
+ }, {
498
+ readonly name: "maxPriorityFeePerGas";
499
+ readonly type: "uint256";
500
+ readonly internalType: "uint256";
501
+ }, {
502
+ readonly name: "paymasterAndData";
503
+ readonly type: "bytes";
504
+ readonly internalType: "bytes";
505
+ }, {
506
+ readonly name: "signature";
507
+ readonly type: "bytes";
508
+ readonly internalType: "bytes";
509
+ }];
510
+ }, {
511
+ readonly name: "beneficiary";
512
+ readonly type: "address";
513
+ readonly internalType: "address payable";
514
+ }, {
515
+ readonly name: "entryPoint";
516
+ readonly type: "address";
517
+ readonly internalType: "contract IEntryPoint";
518
+ }];
519
+ readonly outputs: readonly [{
520
+ readonly name: "";
521
+ readonly type: "tuple";
522
+ readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
523
+ readonly components: readonly [{
524
+ readonly name: "gasUsed";
525
+ readonly type: "uint256";
526
+ readonly internalType: "uint256";
527
+ }, {
528
+ readonly name: "balanceChange";
529
+ readonly type: "uint256";
530
+ readonly internalType: "uint256";
531
+ }, {
532
+ readonly name: "rejectedUserOps";
533
+ readonly type: "tuple[]";
534
+ readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
535
+ readonly components: readonly [{
536
+ readonly name: "userOpHash";
537
+ readonly type: "bytes32";
538
+ readonly internalType: "bytes32";
539
+ }, {
540
+ readonly name: "revertReason";
541
+ readonly type: "bytes";
542
+ readonly internalType: "bytes";
543
+ }];
544
+ }];
545
+ }];
546
+ readonly stateMutability: "nonpayable";
547
+ }, {
548
+ readonly type: "function";
549
+ readonly name: "filterOps07";
550
+ readonly inputs: readonly [{
551
+ readonly name: "userOps";
552
+ readonly type: "tuple[]";
553
+ readonly internalType: "struct PackedUserOperation[]";
554
+ readonly components: readonly [{
555
+ readonly name: "sender";
556
+ readonly type: "address";
557
+ readonly internalType: "address";
558
+ }, {
559
+ readonly name: "nonce";
560
+ readonly type: "uint256";
561
+ readonly internalType: "uint256";
562
+ }, {
563
+ readonly name: "initCode";
564
+ readonly type: "bytes";
565
+ readonly internalType: "bytes";
566
+ }, {
567
+ readonly name: "callData";
568
+ readonly type: "bytes";
569
+ readonly internalType: "bytes";
570
+ }, {
571
+ readonly name: "accountGasLimits";
572
+ readonly type: "bytes32";
573
+ readonly internalType: "bytes32";
574
+ }, {
575
+ readonly name: "preVerificationGas";
576
+ readonly type: "uint256";
577
+ readonly internalType: "uint256";
578
+ }, {
579
+ readonly name: "gasFees";
580
+ readonly type: "bytes32";
581
+ readonly internalType: "bytes32";
582
+ }, {
583
+ readonly name: "paymasterAndData";
584
+ readonly type: "bytes";
585
+ readonly internalType: "bytes";
586
+ }, {
587
+ readonly name: "signature";
588
+ readonly type: "bytes";
589
+ readonly internalType: "bytes";
590
+ }];
591
+ }, {
592
+ readonly name: "beneficiary";
593
+ readonly type: "address";
594
+ readonly internalType: "address payable";
595
+ }, {
596
+ readonly name: "entryPoint";
597
+ readonly type: "address";
598
+ readonly internalType: "contract IEntryPoint";
599
+ }];
600
+ readonly outputs: readonly [{
601
+ readonly name: "";
602
+ readonly type: "tuple";
603
+ readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
604
+ readonly components: readonly [{
605
+ readonly name: "gasUsed";
606
+ readonly type: "uint256";
607
+ readonly internalType: "uint256";
608
+ }, {
609
+ readonly name: "balanceChange";
610
+ readonly type: "uint256";
611
+ readonly internalType: "uint256";
612
+ }, {
613
+ readonly name: "rejectedUserOps";
614
+ readonly type: "tuple[]";
615
+ readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
616
+ readonly components: readonly [{
617
+ readonly name: "userOpHash";
618
+ readonly type: "bytes32";
619
+ readonly internalType: "bytes32";
620
+ }, {
621
+ readonly name: "revertReason";
622
+ readonly type: "bytes";
623
+ readonly internalType: "bytes";
624
+ }];
625
+ }];
626
+ }];
627
+ readonly stateMutability: "nonpayable";
628
+ }, {
629
+ readonly type: "function";
630
+ readonly name: "filterOps08";
631
+ readonly inputs: readonly [{
632
+ readonly name: "userOps";
633
+ readonly type: "tuple[]";
634
+ readonly internalType: "struct PackedUserOperation[]";
635
+ readonly components: readonly [{
636
+ readonly name: "sender";
637
+ readonly type: "address";
638
+ readonly internalType: "address";
639
+ }, {
640
+ readonly name: "nonce";
641
+ readonly type: "uint256";
642
+ readonly internalType: "uint256";
643
+ }, {
644
+ readonly name: "initCode";
645
+ readonly type: "bytes";
646
+ readonly internalType: "bytes";
647
+ }, {
648
+ readonly name: "callData";
649
+ readonly type: "bytes";
650
+ readonly internalType: "bytes";
651
+ }, {
652
+ readonly name: "accountGasLimits";
653
+ readonly type: "bytes32";
654
+ readonly internalType: "bytes32";
655
+ }, {
656
+ readonly name: "preVerificationGas";
657
+ readonly type: "uint256";
658
+ readonly internalType: "uint256";
659
+ }, {
660
+ readonly name: "gasFees";
661
+ readonly type: "bytes32";
662
+ readonly internalType: "bytes32";
663
+ }, {
664
+ readonly name: "paymasterAndData";
665
+ readonly type: "bytes";
666
+ readonly internalType: "bytes";
667
+ }, {
668
+ readonly name: "signature";
669
+ readonly type: "bytes";
670
+ readonly internalType: "bytes";
671
+ }];
672
+ }, {
673
+ readonly name: "beneficiary";
674
+ readonly type: "address";
675
+ readonly internalType: "address payable";
676
+ }, {
677
+ readonly name: "entryPoint";
678
+ readonly type: "address";
679
+ readonly internalType: "contract IEntryPoint";
680
+ }];
681
+ readonly outputs: readonly [{
682
+ readonly name: "";
683
+ readonly type: "tuple";
684
+ readonly internalType: "struct PimlicoSimulations.FilterOpsResult";
685
+ readonly components: readonly [{
686
+ readonly name: "gasUsed";
687
+ readonly type: "uint256";
688
+ readonly internalType: "uint256";
689
+ }, {
690
+ readonly name: "balanceChange";
691
+ readonly type: "uint256";
692
+ readonly internalType: "uint256";
693
+ }, {
694
+ readonly name: "rejectedUserOps";
695
+ readonly type: "tuple[]";
696
+ readonly internalType: "struct PimlicoSimulations.RejectedUserOp[]";
697
+ readonly components: readonly [{
698
+ readonly name: "userOpHash";
699
+ readonly type: "bytes32";
700
+ readonly internalType: "bytes32";
701
+ }, {
702
+ readonly name: "revertReason";
703
+ readonly type: "bytes";
704
+ readonly internalType: "bytes";
705
+ }];
706
+ }];
707
+ }];
708
+ readonly stateMutability: "nonpayable";
709
+ }, {
710
+ readonly type: "function";
711
+ readonly name: "simulateAndEstimateGas";
712
+ readonly inputs: readonly [{
713
+ readonly name: "entryPointSimulation";
714
+ readonly type: "address";
715
+ readonly internalType: "address";
716
+ }, {
717
+ readonly name: "entryPoint";
718
+ readonly type: "address";
719
+ readonly internalType: "address payable";
720
+ }, {
721
+ readonly name: "queuedUserOps";
722
+ readonly type: "tuple[]";
723
+ readonly internalType: "struct PackedUserOperation[]";
724
+ readonly components: readonly [{
725
+ readonly name: "sender";
726
+ readonly type: "address";
727
+ readonly internalType: "address";
728
+ }, {
729
+ readonly name: "nonce";
730
+ readonly type: "uint256";
731
+ readonly internalType: "uint256";
732
+ }, {
733
+ readonly name: "initCode";
734
+ readonly type: "bytes";
735
+ readonly internalType: "bytes";
736
+ }, {
737
+ readonly name: "callData";
738
+ readonly type: "bytes";
739
+ readonly internalType: "bytes";
740
+ }, {
741
+ readonly name: "accountGasLimits";
742
+ readonly type: "bytes32";
743
+ readonly internalType: "bytes32";
744
+ }, {
745
+ readonly name: "preVerificationGas";
746
+ readonly type: "uint256";
747
+ readonly internalType: "uint256";
748
+ }, {
749
+ readonly name: "gasFees";
750
+ readonly type: "bytes32";
751
+ readonly internalType: "bytes32";
752
+ }, {
753
+ readonly name: "paymasterAndData";
754
+ readonly type: "bytes";
755
+ readonly internalType: "bytes";
756
+ }, {
757
+ readonly name: "signature";
758
+ readonly type: "bytes";
759
+ readonly internalType: "bytes";
760
+ }];
761
+ }, {
762
+ readonly name: "targetUserOp";
763
+ readonly type: "tuple";
764
+ readonly internalType: "struct PackedUserOperation";
765
+ readonly components: readonly [{
766
+ readonly name: "sender";
767
+ readonly type: "address";
768
+ readonly internalType: "address";
769
+ }, {
770
+ readonly name: "nonce";
771
+ readonly type: "uint256";
772
+ readonly internalType: "uint256";
773
+ }, {
774
+ readonly name: "initCode";
775
+ readonly type: "bytes";
776
+ readonly internalType: "bytes";
777
+ }, {
778
+ readonly name: "callData";
779
+ readonly type: "bytes";
780
+ readonly internalType: "bytes";
781
+ }, {
782
+ readonly name: "accountGasLimits";
783
+ readonly type: "bytes32";
784
+ readonly internalType: "bytes32";
785
+ }, {
786
+ readonly name: "preVerificationGas";
787
+ readonly type: "uint256";
788
+ readonly internalType: "uint256";
789
+ }, {
790
+ readonly name: "gasFees";
791
+ readonly type: "bytes32";
792
+ readonly internalType: "bytes32";
793
+ }, {
794
+ readonly name: "paymasterAndData";
795
+ readonly type: "bytes";
796
+ readonly internalType: "bytes";
797
+ }, {
798
+ readonly name: "signature";
799
+ readonly type: "bytes";
800
+ readonly internalType: "bytes";
801
+ }];
802
+ }, {
803
+ readonly name: "initialMinGas";
804
+ readonly type: "uint256";
805
+ readonly internalType: "uint256";
806
+ }, {
807
+ readonly name: "toleranceDelta";
808
+ readonly type: "uint256";
809
+ readonly internalType: "uint256";
810
+ }, {
811
+ readonly name: "gasAllowance";
812
+ readonly type: "uint256";
813
+ readonly internalType: "uint256";
814
+ }];
815
+ readonly outputs: readonly [{
816
+ readonly name: "result";
817
+ readonly type: "tuple";
818
+ readonly internalType: "struct PimlicoSimulations.SimulateAndEstimateGasResult";
819
+ readonly components: readonly [{
820
+ readonly name: "simulationResult";
821
+ readonly type: "tuple";
822
+ readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
823
+ readonly components: readonly [{
824
+ readonly name: "preOpGas";
825
+ readonly type: "uint256";
826
+ readonly internalType: "uint256";
827
+ }, {
828
+ readonly name: "paid";
829
+ readonly type: "uint256";
830
+ readonly internalType: "uint256";
831
+ }, {
832
+ readonly name: "accountValidationData";
833
+ readonly type: "uint256";
834
+ readonly internalType: "uint256";
835
+ }, {
836
+ readonly name: "paymasterValidationData";
837
+ readonly type: "uint256";
838
+ readonly internalType: "uint256";
839
+ }, {
840
+ readonly name: "paymasterVerificationGasLimit";
841
+ readonly type: "uint256";
842
+ readonly internalType: "uint256";
843
+ }, {
844
+ readonly name: "paymasterPostOpGasLimit";
845
+ readonly type: "uint256";
846
+ readonly internalType: "uint256";
847
+ }, {
848
+ readonly name: "targetSuccess";
849
+ readonly type: "bool";
850
+ readonly internalType: "bool";
851
+ }, {
852
+ readonly name: "targetResult";
853
+ readonly type: "bytes";
854
+ readonly internalType: "bytes";
855
+ }];
856
+ }, {
857
+ readonly name: "verificationGasLimit";
858
+ readonly type: "tuple";
859
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
860
+ readonly components: readonly [{
861
+ readonly name: "resultType";
862
+ readonly type: "uint8";
863
+ readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
864
+ }, {
865
+ readonly name: "successData";
866
+ readonly type: "tuple";
867
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
868
+ readonly components: readonly [{
869
+ readonly name: "gasUsed";
870
+ readonly type: "uint256";
871
+ readonly internalType: "uint256";
872
+ }, {
873
+ readonly name: "success";
874
+ readonly type: "bool";
875
+ readonly internalType: "bool";
876
+ }, {
877
+ readonly name: "returnData";
878
+ readonly type: "bytes";
879
+ readonly internalType: "bytes";
880
+ }];
881
+ }, {
882
+ readonly name: "outOfGasData";
883
+ readonly type: "tuple";
884
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
885
+ readonly components: readonly [{
886
+ readonly name: "optimalGas";
887
+ readonly type: "uint256";
888
+ readonly internalType: "uint256";
889
+ }, {
890
+ readonly name: "minGas";
891
+ readonly type: "uint256";
892
+ readonly internalType: "uint256";
893
+ }, {
894
+ readonly name: "maxGas";
895
+ readonly type: "uint256";
896
+ readonly internalType: "uint256";
897
+ }];
898
+ }];
899
+ }, {
900
+ readonly name: "paymasterVerificationGasLimit";
901
+ readonly type: "tuple";
902
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchResult";
903
+ readonly components: readonly [{
904
+ readonly name: "resultType";
905
+ readonly type: "uint8";
906
+ readonly internalType: "enum IEntryPointSimulations.BinarySearchResultType";
907
+ }, {
908
+ readonly name: "successData";
909
+ readonly type: "tuple";
910
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchSuccess";
911
+ readonly components: readonly [{
912
+ readonly name: "gasUsed";
913
+ readonly type: "uint256";
914
+ readonly internalType: "uint256";
915
+ }, {
916
+ readonly name: "success";
917
+ readonly type: "bool";
918
+ readonly internalType: "bool";
919
+ }, {
920
+ readonly name: "returnData";
921
+ readonly type: "bytes";
922
+ readonly internalType: "bytes";
923
+ }];
924
+ }, {
925
+ readonly name: "outOfGasData";
926
+ readonly type: "tuple";
927
+ readonly internalType: "struct IEntryPointSimulations.BinarySearchOutOfGas";
928
+ readonly components: readonly [{
929
+ readonly name: "optimalGas";
930
+ readonly type: "uint256";
931
+ readonly internalType: "uint256";
932
+ }, {
933
+ readonly name: "minGas";
934
+ readonly type: "uint256";
935
+ readonly internalType: "uint256";
936
+ }, {
937
+ readonly name: "maxGas";
938
+ readonly type: "uint256";
939
+ readonly internalType: "uint256";
940
+ }];
941
+ }];
942
+ }];
943
+ }];
944
+ readonly stateMutability: "nonpayable";
945
+ }, {
946
+ readonly type: "function";
947
+ readonly name: "simulateHandleOp";
948
+ readonly inputs: readonly [{
949
+ readonly name: "entryPointSimulation";
950
+ readonly type: "address";
951
+ readonly internalType: "address";
952
+ }, {
953
+ readonly name: "entryPoint";
954
+ readonly type: "address";
955
+ readonly internalType: "address payable";
956
+ }, {
957
+ readonly name: "queuedUserOps";
958
+ readonly type: "tuple[]";
959
+ readonly internalType: "struct PackedUserOperation[]";
960
+ readonly components: readonly [{
961
+ readonly name: "sender";
962
+ readonly type: "address";
963
+ readonly internalType: "address";
964
+ }, {
965
+ readonly name: "nonce";
966
+ readonly type: "uint256";
967
+ readonly internalType: "uint256";
968
+ }, {
969
+ readonly name: "initCode";
970
+ readonly type: "bytes";
971
+ readonly internalType: "bytes";
972
+ }, {
973
+ readonly name: "callData";
974
+ readonly type: "bytes";
975
+ readonly internalType: "bytes";
976
+ }, {
977
+ readonly name: "accountGasLimits";
978
+ readonly type: "bytes32";
979
+ readonly internalType: "bytes32";
980
+ }, {
981
+ readonly name: "preVerificationGas";
982
+ readonly type: "uint256";
983
+ readonly internalType: "uint256";
984
+ }, {
985
+ readonly name: "gasFees";
986
+ readonly type: "bytes32";
987
+ readonly internalType: "bytes32";
988
+ }, {
989
+ readonly name: "paymasterAndData";
990
+ readonly type: "bytes";
991
+ readonly internalType: "bytes";
992
+ }, {
993
+ readonly name: "signature";
994
+ readonly type: "bytes";
995
+ readonly internalType: "bytes";
996
+ }];
997
+ }, {
998
+ readonly name: "targetUserOp";
999
+ readonly type: "tuple";
1000
+ readonly internalType: "struct PackedUserOperation";
1001
+ readonly components: readonly [{
1002
+ readonly name: "sender";
1003
+ readonly type: "address";
1004
+ readonly internalType: "address";
1005
+ }, {
1006
+ readonly name: "nonce";
1007
+ readonly type: "uint256";
1008
+ readonly internalType: "uint256";
1009
+ }, {
1010
+ readonly name: "initCode";
1011
+ readonly type: "bytes";
1012
+ readonly internalType: "bytes";
1013
+ }, {
1014
+ readonly name: "callData";
1015
+ readonly type: "bytes";
1016
+ readonly internalType: "bytes";
1017
+ }, {
1018
+ readonly name: "accountGasLimits";
1019
+ readonly type: "bytes32";
1020
+ readonly internalType: "bytes32";
1021
+ }, {
1022
+ readonly name: "preVerificationGas";
1023
+ readonly type: "uint256";
1024
+ readonly internalType: "uint256";
1025
+ }, {
1026
+ readonly name: "gasFees";
1027
+ readonly type: "bytes32";
1028
+ readonly internalType: "bytes32";
1029
+ }, {
1030
+ readonly name: "paymasterAndData";
1031
+ readonly type: "bytes";
1032
+ readonly internalType: "bytes";
1033
+ }, {
1034
+ readonly name: "signature";
1035
+ readonly type: "bytes";
1036
+ readonly internalType: "bytes";
1037
+ }];
1038
+ }];
1039
+ readonly outputs: readonly [{
1040
+ readonly name: "";
1041
+ readonly type: "tuple";
1042
+ readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
1043
+ readonly components: readonly [{
1044
+ readonly name: "preOpGas";
1045
+ readonly type: "uint256";
1046
+ readonly internalType: "uint256";
1047
+ }, {
1048
+ readonly name: "paid";
1049
+ readonly type: "uint256";
1050
+ readonly internalType: "uint256";
1051
+ }, {
1052
+ readonly name: "accountValidationData";
1053
+ readonly type: "uint256";
1054
+ readonly internalType: "uint256";
1055
+ }, {
1056
+ readonly name: "paymasterValidationData";
1057
+ readonly type: "uint256";
1058
+ readonly internalType: "uint256";
1059
+ }, {
1060
+ readonly name: "paymasterVerificationGasLimit";
1061
+ readonly type: "uint256";
1062
+ readonly internalType: "uint256";
1063
+ }, {
1064
+ readonly name: "paymasterPostOpGasLimit";
1065
+ readonly type: "uint256";
1066
+ readonly internalType: "uint256";
1067
+ }, {
1068
+ readonly name: "targetSuccess";
1069
+ readonly type: "bool";
1070
+ readonly internalType: "bool";
1071
+ }, {
1072
+ readonly name: "targetResult";
1073
+ readonly type: "bytes";
1074
+ readonly internalType: "bytes";
1075
+ }];
1076
+ }];
1077
+ readonly stateMutability: "nonpayable";
1078
+ }, {
1079
+ readonly type: "function";
1080
+ readonly name: "simulateValidation";
1081
+ readonly inputs: readonly [{
1082
+ readonly name: "entryPointSimulation";
1083
+ readonly type: "address";
1084
+ readonly internalType: "address";
1085
+ }, {
1086
+ readonly name: "entryPoint";
1087
+ readonly type: "address";
1088
+ readonly internalType: "address payable";
1089
+ }, {
1090
+ readonly name: "queuedUserOps";
1091
+ readonly type: "tuple[]";
1092
+ readonly internalType: "struct PackedUserOperation[]";
1093
+ readonly components: readonly [{
1094
+ readonly name: "sender";
1095
+ readonly type: "address";
1096
+ readonly internalType: "address";
1097
+ }, {
1098
+ readonly name: "nonce";
1099
+ readonly type: "uint256";
1100
+ readonly internalType: "uint256";
1101
+ }, {
1102
+ readonly name: "initCode";
1103
+ readonly type: "bytes";
1104
+ readonly internalType: "bytes";
1105
+ }, {
1106
+ readonly name: "callData";
1107
+ readonly type: "bytes";
1108
+ readonly internalType: "bytes";
1109
+ }, {
1110
+ readonly name: "accountGasLimits";
1111
+ readonly type: "bytes32";
1112
+ readonly internalType: "bytes32";
1113
+ }, {
1114
+ readonly name: "preVerificationGas";
1115
+ readonly type: "uint256";
1116
+ readonly internalType: "uint256";
1117
+ }, {
1118
+ readonly name: "gasFees";
1119
+ readonly type: "bytes32";
1120
+ readonly internalType: "bytes32";
1121
+ }, {
1122
+ readonly name: "paymasterAndData";
1123
+ readonly type: "bytes";
1124
+ readonly internalType: "bytes";
1125
+ }, {
1126
+ readonly name: "signature";
1127
+ readonly type: "bytes";
1128
+ readonly internalType: "bytes";
1129
+ }];
1130
+ }, {
1131
+ readonly name: "targetUserOp";
1132
+ readonly type: "tuple";
1133
+ readonly internalType: "struct PackedUserOperation";
1134
+ readonly components: readonly [{
1135
+ readonly name: "sender";
1136
+ readonly type: "address";
1137
+ readonly internalType: "address";
1138
+ }, {
1139
+ readonly name: "nonce";
1140
+ readonly type: "uint256";
1141
+ readonly internalType: "uint256";
1142
+ }, {
1143
+ readonly name: "initCode";
1144
+ readonly type: "bytes";
1145
+ readonly internalType: "bytes";
1146
+ }, {
1147
+ readonly name: "callData";
1148
+ readonly type: "bytes";
1149
+ readonly internalType: "bytes";
1150
+ }, {
1151
+ readonly name: "accountGasLimits";
1152
+ readonly type: "bytes32";
1153
+ readonly internalType: "bytes32";
1154
+ }, {
1155
+ readonly name: "preVerificationGas";
1156
+ readonly type: "uint256";
1157
+ readonly internalType: "uint256";
1158
+ }, {
1159
+ readonly name: "gasFees";
1160
+ readonly type: "bytes32";
1161
+ readonly internalType: "bytes32";
1162
+ }, {
1163
+ readonly name: "paymasterAndData";
1164
+ readonly type: "bytes";
1165
+ readonly internalType: "bytes";
1166
+ }, {
1167
+ readonly name: "signature";
1168
+ readonly type: "bytes";
1169
+ readonly internalType: "bytes";
1170
+ }];
1171
+ }];
1172
+ readonly outputs: readonly [{
1173
+ readonly name: "";
1174
+ readonly type: "tuple";
1175
+ readonly internalType: "struct IEntryPointSimulations.ValidationResult";
1176
+ readonly components: readonly [{
1177
+ readonly name: "returnInfo";
1178
+ readonly type: "tuple";
1179
+ readonly internalType: "struct IEntryPoint.ReturnInfo";
1180
+ readonly components: readonly [{
1181
+ readonly name: "preOpGas";
1182
+ readonly type: "uint256";
1183
+ readonly internalType: "uint256";
1184
+ }, {
1185
+ readonly name: "prefund";
1186
+ readonly type: "uint256";
1187
+ readonly internalType: "uint256";
1188
+ }, {
1189
+ readonly name: "accountValidationData";
1190
+ readonly type: "uint256";
1191
+ readonly internalType: "uint256";
1192
+ }, {
1193
+ readonly name: "paymasterValidationData";
1194
+ readonly type: "uint256";
1195
+ readonly internalType: "uint256";
1196
+ }, {
1197
+ readonly name: "paymasterContext";
1198
+ readonly type: "bytes";
1199
+ readonly internalType: "bytes";
1200
+ }];
1201
+ }, {
1202
+ readonly name: "senderInfo";
1203
+ readonly type: "tuple";
1204
+ readonly internalType: "struct IStakeManager.StakeInfo";
1205
+ readonly components: readonly [{
1206
+ readonly name: "stake";
1207
+ readonly type: "uint256";
1208
+ readonly internalType: "uint256";
1209
+ }, {
1210
+ readonly name: "unstakeDelaySec";
1211
+ readonly type: "uint256";
1212
+ readonly internalType: "uint256";
1213
+ }];
1214
+ }, {
1215
+ readonly name: "factoryInfo";
1216
+ readonly type: "tuple";
1217
+ readonly internalType: "struct IStakeManager.StakeInfo";
1218
+ readonly components: readonly [{
1219
+ readonly name: "stake";
1220
+ readonly type: "uint256";
1221
+ readonly internalType: "uint256";
1222
+ }, {
1223
+ readonly name: "unstakeDelaySec";
1224
+ readonly type: "uint256";
1225
+ readonly internalType: "uint256";
1226
+ }];
1227
+ }, {
1228
+ readonly name: "paymasterInfo";
1229
+ readonly type: "tuple";
1230
+ readonly internalType: "struct IStakeManager.StakeInfo";
1231
+ readonly components: readonly [{
1232
+ readonly name: "stake";
1233
+ readonly type: "uint256";
1234
+ readonly internalType: "uint256";
1235
+ }, {
1236
+ readonly name: "unstakeDelaySec";
1237
+ readonly type: "uint256";
1238
+ readonly internalType: "uint256";
1239
+ }];
1240
+ }, {
1241
+ readonly name: "aggregatorInfo";
1242
+ readonly type: "tuple";
1243
+ readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
1244
+ readonly components: readonly [{
1245
+ readonly name: "aggregator";
1246
+ readonly type: "address";
1247
+ readonly internalType: "address";
1248
+ }, {
1249
+ readonly name: "stakeInfo";
1250
+ readonly type: "tuple";
1251
+ readonly internalType: "struct IStakeManager.StakeInfo";
1252
+ readonly components: readonly [{
1253
+ readonly name: "stake";
1254
+ readonly type: "uint256";
1255
+ readonly internalType: "uint256";
1256
+ }, {
1257
+ readonly name: "unstakeDelaySec";
1258
+ readonly type: "uint256";
1259
+ readonly internalType: "uint256";
1260
+ }];
1261
+ }];
1262
+ }];
276
1263
  }];
277
1264
  readonly stateMutability: "nonpayable";
278
1265
  }, {
279
1266
  readonly type: "event";
280
- readonly name: "PimlicoSimulationV7Deployed";
1267
+ readonly name: "PimlicoSimulationDeployed";
281
1268
  readonly inputs: readonly [];
282
1269
  readonly anonymous: false;
283
1270
  }];