@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,2076 +0,0 @@
1
- export declare const EntryPointV07SimulationsAbi: readonly [{
2
- readonly type: "constructor";
3
- readonly inputs: readonly [];
4
- readonly stateMutability: "nonpayable";
5
- }, {
6
- readonly type: "receive";
7
- readonly stateMutability: "payable";
8
- }, {
9
- readonly type: "function";
10
- readonly name: "_paymasterValidation";
11
- readonly inputs: readonly [{
12
- readonly name: "opIndex";
13
- readonly type: "uint256";
14
- readonly internalType: "uint256";
15
- }, {
16
- readonly name: "userOp";
17
- readonly type: "tuple";
18
- readonly internalType: "struct PackedUserOperation";
19
- readonly components: readonly [{
20
- readonly name: "sender";
21
- readonly type: "address";
22
- readonly internalType: "address";
23
- }, {
24
- readonly name: "nonce";
25
- readonly type: "uint256";
26
- readonly internalType: "uint256";
27
- }, {
28
- readonly name: "initCode";
29
- readonly type: "bytes";
30
- readonly internalType: "bytes";
31
- }, {
32
- readonly name: "callData";
33
- readonly type: "bytes";
34
- readonly internalType: "bytes";
35
- }, {
36
- readonly name: "accountGasLimits";
37
- readonly type: "bytes32";
38
- readonly internalType: "bytes32";
39
- }, {
40
- readonly name: "preVerificationGas";
41
- readonly type: "uint256";
42
- readonly internalType: "uint256";
43
- }, {
44
- readonly name: "gasFees";
45
- readonly type: "bytes32";
46
- readonly internalType: "bytes32";
47
- }, {
48
- readonly name: "paymasterAndData";
49
- readonly type: "bytes";
50
- readonly internalType: "bytes";
51
- }, {
52
- readonly name: "signature";
53
- readonly type: "bytes";
54
- readonly internalType: "bytes";
55
- }];
56
- }, {
57
- readonly name: "outOpInfo";
58
- readonly type: "tuple";
59
- readonly internalType: "struct EntryPoint.UserOpInfo";
60
- readonly components: readonly [{
61
- readonly name: "mUserOp";
62
- readonly type: "tuple";
63
- readonly internalType: "struct EntryPoint.MemoryUserOp";
64
- readonly components: readonly [{
65
- readonly name: "sender";
66
- readonly type: "address";
67
- readonly internalType: "address";
68
- }, {
69
- readonly name: "nonce";
70
- readonly type: "uint256";
71
- readonly internalType: "uint256";
72
- }, {
73
- readonly name: "verificationGasLimit";
74
- readonly type: "uint256";
75
- readonly internalType: "uint256";
76
- }, {
77
- readonly name: "callGasLimit";
78
- readonly type: "uint256";
79
- readonly internalType: "uint256";
80
- }, {
81
- readonly name: "paymasterVerificationGasLimit";
82
- readonly type: "uint256";
83
- readonly internalType: "uint256";
84
- }, {
85
- readonly name: "paymasterPostOpGasLimit";
86
- readonly type: "uint256";
87
- readonly internalType: "uint256";
88
- }, {
89
- readonly name: "preVerificationGas";
90
- readonly type: "uint256";
91
- readonly internalType: "uint256";
92
- }, {
93
- readonly name: "paymaster";
94
- readonly type: "address";
95
- readonly internalType: "address";
96
- }, {
97
- readonly name: "maxFeePerGas";
98
- readonly type: "uint256";
99
- readonly internalType: "uint256";
100
- }, {
101
- readonly name: "maxPriorityFeePerGas";
102
- readonly type: "uint256";
103
- readonly internalType: "uint256";
104
- }];
105
- }, {
106
- readonly name: "userOpHash";
107
- readonly type: "bytes32";
108
- readonly internalType: "bytes32";
109
- }, {
110
- readonly name: "prefund";
111
- readonly type: "uint256";
112
- readonly internalType: "uint256";
113
- }, {
114
- readonly name: "contextOffset";
115
- readonly type: "uint256";
116
- readonly internalType: "uint256";
117
- }, {
118
- readonly name: "preOpGas";
119
- readonly type: "uint256";
120
- readonly internalType: "uint256";
121
- }];
122
- }];
123
- readonly outputs: readonly [{
124
- readonly name: "validationData";
125
- readonly type: "uint256";
126
- readonly internalType: "uint256";
127
- }, {
128
- readonly name: "paymasterValidationData";
129
- readonly type: "uint256";
130
- readonly internalType: "uint256";
131
- }, {
132
- readonly name: "paymasterVerificationGasLimit";
133
- readonly type: "uint256";
134
- readonly internalType: "uint256";
135
- }];
136
- readonly stateMutability: "nonpayable";
137
- }, {
138
- readonly type: "function";
139
- readonly name: "_validatePrepayment";
140
- readonly inputs: readonly [{
141
- readonly name: "opIndex";
142
- readonly type: "uint256";
143
- readonly internalType: "uint256";
144
- }, {
145
- readonly name: "userOp";
146
- readonly type: "tuple";
147
- readonly internalType: "struct PackedUserOperation";
148
- readonly components: readonly [{
149
- readonly name: "sender";
150
- readonly type: "address";
151
- readonly internalType: "address";
152
- }, {
153
- readonly name: "nonce";
154
- readonly type: "uint256";
155
- readonly internalType: "uint256";
156
- }, {
157
- readonly name: "initCode";
158
- readonly type: "bytes";
159
- readonly internalType: "bytes";
160
- }, {
161
- readonly name: "callData";
162
- readonly type: "bytes";
163
- readonly internalType: "bytes";
164
- }, {
165
- readonly name: "accountGasLimits";
166
- readonly type: "bytes32";
167
- readonly internalType: "bytes32";
168
- }, {
169
- readonly name: "preVerificationGas";
170
- readonly type: "uint256";
171
- readonly internalType: "uint256";
172
- }, {
173
- readonly name: "gasFees";
174
- readonly type: "bytes32";
175
- readonly internalType: "bytes32";
176
- }, {
177
- readonly name: "paymasterAndData";
178
- readonly type: "bytes";
179
- readonly internalType: "bytes";
180
- }, {
181
- readonly name: "signature";
182
- readonly type: "bytes";
183
- readonly internalType: "bytes";
184
- }];
185
- }, {
186
- readonly name: "outOpInfo";
187
- readonly type: "tuple";
188
- readonly internalType: "struct EntryPoint.UserOpInfo";
189
- readonly components: readonly [{
190
- readonly name: "mUserOp";
191
- readonly type: "tuple";
192
- readonly internalType: "struct EntryPoint.MemoryUserOp";
193
- readonly components: readonly [{
194
- readonly name: "sender";
195
- readonly type: "address";
196
- readonly internalType: "address";
197
- }, {
198
- readonly name: "nonce";
199
- readonly type: "uint256";
200
- readonly internalType: "uint256";
201
- }, {
202
- readonly name: "verificationGasLimit";
203
- readonly type: "uint256";
204
- readonly internalType: "uint256";
205
- }, {
206
- readonly name: "callGasLimit";
207
- readonly type: "uint256";
208
- readonly internalType: "uint256";
209
- }, {
210
- readonly name: "paymasterVerificationGasLimit";
211
- readonly type: "uint256";
212
- readonly internalType: "uint256";
213
- }, {
214
- readonly name: "paymasterPostOpGasLimit";
215
- readonly type: "uint256";
216
- readonly internalType: "uint256";
217
- }, {
218
- readonly name: "preVerificationGas";
219
- readonly type: "uint256";
220
- readonly internalType: "uint256";
221
- }, {
222
- readonly name: "paymaster";
223
- readonly type: "address";
224
- readonly internalType: "address";
225
- }, {
226
- readonly name: "maxFeePerGas";
227
- readonly type: "uint256";
228
- readonly internalType: "uint256";
229
- }, {
230
- readonly name: "maxPriorityFeePerGas";
231
- readonly type: "uint256";
232
- readonly internalType: "uint256";
233
- }];
234
- }, {
235
- readonly name: "userOpHash";
236
- readonly type: "bytes32";
237
- readonly internalType: "bytes32";
238
- }, {
239
- readonly name: "prefund";
240
- readonly type: "uint256";
241
- readonly internalType: "uint256";
242
- }, {
243
- readonly name: "contextOffset";
244
- readonly type: "uint256";
245
- readonly internalType: "uint256";
246
- }, {
247
- readonly name: "preOpGas";
248
- readonly type: "uint256";
249
- readonly internalType: "uint256";
250
- }];
251
- }, {
252
- readonly name: "validatePaymasterPrepayment";
253
- readonly type: "bool";
254
- readonly internalType: "bool";
255
- }];
256
- readonly outputs: readonly [{
257
- readonly name: "validationData";
258
- readonly type: "uint256";
259
- readonly internalType: "uint256";
260
- }, {
261
- readonly name: "paymasterValidationData";
262
- readonly type: "uint256";
263
- readonly internalType: "uint256";
264
- }, {
265
- readonly name: "paymasterVerificationGasLimit";
266
- readonly type: "uint256";
267
- readonly internalType: "uint256";
268
- }];
269
- readonly stateMutability: "nonpayable";
270
- }, {
271
- readonly type: "function";
272
- readonly name: "addStake";
273
- readonly inputs: readonly [{
274
- readonly name: "unstakeDelaySec";
275
- readonly type: "uint32";
276
- readonly internalType: "uint32";
277
- }];
278
- readonly outputs: readonly [];
279
- readonly stateMutability: "payable";
280
- }, {
281
- readonly type: "function";
282
- readonly name: "balanceOf";
283
- readonly inputs: readonly [{
284
- readonly name: "account";
285
- readonly type: "address";
286
- readonly internalType: "address";
287
- }];
288
- readonly outputs: readonly [{
289
- readonly name: "";
290
- readonly type: "uint256";
291
- readonly internalType: "uint256";
292
- }];
293
- readonly stateMutability: "view";
294
- }, {
295
- readonly type: "function";
296
- readonly name: "binarySearchCallGasLimit";
297
- readonly inputs: readonly [{
298
- readonly name: "queuedUserOps";
299
- readonly type: "tuple[]";
300
- readonly internalType: "struct SimulationArgs[]";
301
- readonly components: readonly [{
302
- readonly name: "op";
303
- readonly type: "tuple";
304
- readonly internalType: "struct PackedUserOperation";
305
- readonly components: readonly [{
306
- readonly name: "sender";
307
- readonly type: "address";
308
- readonly internalType: "address";
309
- }, {
310
- readonly name: "nonce";
311
- readonly type: "uint256";
312
- readonly internalType: "uint256";
313
- }, {
314
- readonly name: "initCode";
315
- readonly type: "bytes";
316
- readonly internalType: "bytes";
317
- }, {
318
- readonly name: "callData";
319
- readonly type: "bytes";
320
- readonly internalType: "bytes";
321
- }, {
322
- readonly name: "accountGasLimits";
323
- readonly type: "bytes32";
324
- readonly internalType: "bytes32";
325
- }, {
326
- readonly name: "preVerificationGas";
327
- readonly type: "uint256";
328
- readonly internalType: "uint256";
329
- }, {
330
- readonly name: "gasFees";
331
- readonly type: "bytes32";
332
- readonly internalType: "bytes32";
333
- }, {
334
- readonly name: "paymasterAndData";
335
- readonly type: "bytes";
336
- readonly internalType: "bytes";
337
- }, {
338
- readonly name: "signature";
339
- readonly type: "bytes";
340
- readonly internalType: "bytes";
341
- }];
342
- }, {
343
- readonly name: "target";
344
- readonly type: "address";
345
- readonly internalType: "address";
346
- }, {
347
- readonly name: "targetCallData";
348
- readonly type: "bytes";
349
- readonly internalType: "bytes";
350
- }];
351
- }, {
352
- readonly name: "targetUserOp";
353
- readonly type: "tuple";
354
- readonly internalType: "struct SimulationArgs";
355
- readonly components: readonly [{
356
- readonly name: "op";
357
- readonly type: "tuple";
358
- readonly internalType: "struct PackedUserOperation";
359
- readonly components: readonly [{
360
- readonly name: "sender";
361
- readonly type: "address";
362
- readonly internalType: "address";
363
- }, {
364
- readonly name: "nonce";
365
- readonly type: "uint256";
366
- readonly internalType: "uint256";
367
- }, {
368
- readonly name: "initCode";
369
- readonly type: "bytes";
370
- readonly internalType: "bytes";
371
- }, {
372
- readonly name: "callData";
373
- readonly type: "bytes";
374
- readonly internalType: "bytes";
375
- }, {
376
- readonly name: "accountGasLimits";
377
- readonly type: "bytes32";
378
- readonly internalType: "bytes32";
379
- }, {
380
- readonly name: "preVerificationGas";
381
- readonly type: "uint256";
382
- readonly internalType: "uint256";
383
- }, {
384
- readonly name: "gasFees";
385
- readonly type: "bytes32";
386
- readonly internalType: "bytes32";
387
- }, {
388
- readonly name: "paymasterAndData";
389
- readonly type: "bytes";
390
- readonly internalType: "bytes";
391
- }, {
392
- readonly name: "signature";
393
- readonly type: "bytes";
394
- readonly internalType: "bytes";
395
- }];
396
- }, {
397
- readonly name: "target";
398
- readonly type: "address";
399
- readonly internalType: "address";
400
- }, {
401
- readonly name: "targetCallData";
402
- readonly type: "bytes";
403
- readonly internalType: "bytes";
404
- }];
405
- }, {
406
- readonly name: "entryPoint";
407
- readonly type: "address";
408
- readonly internalType: "address";
409
- }, {
410
- readonly name: "initialMinGas";
411
- readonly type: "uint256";
412
- readonly internalType: "uint256";
413
- }, {
414
- readonly name: "toleranceDelta";
415
- readonly type: "uint256";
416
- readonly internalType: "uint256";
417
- }, {
418
- readonly name: "gasAllowance";
419
- readonly type: "uint256";
420
- readonly internalType: "uint256";
421
- }];
422
- readonly outputs: readonly [{
423
- readonly name: "";
424
- readonly type: "tuple";
425
- readonly internalType: "struct IEntryPointSimulations.TargetCallResult";
426
- readonly components: readonly [{
427
- readonly name: "gasUsed";
428
- readonly type: "uint256";
429
- readonly internalType: "uint256";
430
- }, {
431
- readonly name: "success";
432
- readonly type: "bool";
433
- readonly internalType: "bool";
434
- }, {
435
- readonly name: "returnData";
436
- readonly type: "bytes";
437
- readonly internalType: "bytes";
438
- }];
439
- }];
440
- readonly stateMutability: "nonpayable";
441
- }, {
442
- readonly type: "function";
443
- readonly name: "binarySearchPaymasterVerificationGasLimit";
444
- readonly inputs: readonly [{
445
- readonly name: "queuedUserOps";
446
- readonly type: "tuple[]";
447
- readonly internalType: "struct SimulationArgs[]";
448
- readonly components: readonly [{
449
- readonly name: "op";
450
- readonly type: "tuple";
451
- readonly internalType: "struct PackedUserOperation";
452
- readonly components: readonly [{
453
- readonly name: "sender";
454
- readonly type: "address";
455
- readonly internalType: "address";
456
- }, {
457
- readonly name: "nonce";
458
- readonly type: "uint256";
459
- readonly internalType: "uint256";
460
- }, {
461
- readonly name: "initCode";
462
- readonly type: "bytes";
463
- readonly internalType: "bytes";
464
- }, {
465
- readonly name: "callData";
466
- readonly type: "bytes";
467
- readonly internalType: "bytes";
468
- }, {
469
- readonly name: "accountGasLimits";
470
- readonly type: "bytes32";
471
- readonly internalType: "bytes32";
472
- }, {
473
- readonly name: "preVerificationGas";
474
- readonly type: "uint256";
475
- readonly internalType: "uint256";
476
- }, {
477
- readonly name: "gasFees";
478
- readonly type: "bytes32";
479
- readonly internalType: "bytes32";
480
- }, {
481
- readonly name: "paymasterAndData";
482
- readonly type: "bytes";
483
- readonly internalType: "bytes";
484
- }, {
485
- readonly name: "signature";
486
- readonly type: "bytes";
487
- readonly internalType: "bytes";
488
- }];
489
- }, {
490
- readonly name: "target";
491
- readonly type: "address";
492
- readonly internalType: "address";
493
- }, {
494
- readonly name: "targetCallData";
495
- readonly type: "bytes";
496
- readonly internalType: "bytes";
497
- }];
498
- }, {
499
- readonly name: "targetUserOp";
500
- readonly type: "tuple";
501
- readonly internalType: "struct SimulationArgs";
502
- readonly components: readonly [{
503
- readonly name: "op";
504
- readonly type: "tuple";
505
- readonly internalType: "struct PackedUserOperation";
506
- readonly components: readonly [{
507
- readonly name: "sender";
508
- readonly type: "address";
509
- readonly internalType: "address";
510
- }, {
511
- readonly name: "nonce";
512
- readonly type: "uint256";
513
- readonly internalType: "uint256";
514
- }, {
515
- readonly name: "initCode";
516
- readonly type: "bytes";
517
- readonly internalType: "bytes";
518
- }, {
519
- readonly name: "callData";
520
- readonly type: "bytes";
521
- readonly internalType: "bytes";
522
- }, {
523
- readonly name: "accountGasLimits";
524
- readonly type: "bytes32";
525
- readonly internalType: "bytes32";
526
- }, {
527
- readonly name: "preVerificationGas";
528
- readonly type: "uint256";
529
- readonly internalType: "uint256";
530
- }, {
531
- readonly name: "gasFees";
532
- readonly type: "bytes32";
533
- readonly internalType: "bytes32";
534
- }, {
535
- readonly name: "paymasterAndData";
536
- readonly type: "bytes";
537
- readonly internalType: "bytes";
538
- }, {
539
- readonly name: "signature";
540
- readonly type: "bytes";
541
- readonly internalType: "bytes";
542
- }];
543
- }, {
544
- readonly name: "target";
545
- readonly type: "address";
546
- readonly internalType: "address";
547
- }, {
548
- readonly name: "targetCallData";
549
- readonly type: "bytes";
550
- readonly internalType: "bytes";
551
- }];
552
- }, {
553
- readonly name: "entryPoint";
554
- readonly type: "address";
555
- readonly internalType: "address";
556
- }, {
557
- readonly name: "initialMinGas";
558
- readonly type: "uint256";
559
- readonly internalType: "uint256";
560
- }, {
561
- readonly name: "toleranceDelta";
562
- readonly type: "uint256";
563
- readonly internalType: "uint256";
564
- }, {
565
- readonly name: "gasAllowance";
566
- readonly type: "uint256";
567
- readonly internalType: "uint256";
568
- }];
569
- readonly outputs: readonly [{
570
- readonly name: "";
571
- readonly type: "tuple";
572
- readonly internalType: "struct IEntryPointSimulations.TargetCallResult";
573
- readonly components: readonly [{
574
- readonly name: "gasUsed";
575
- readonly type: "uint256";
576
- readonly internalType: "uint256";
577
- }, {
578
- readonly name: "success";
579
- readonly type: "bool";
580
- readonly internalType: "bool";
581
- }, {
582
- readonly name: "returnData";
583
- readonly type: "bytes";
584
- readonly internalType: "bytes";
585
- }];
586
- }];
587
- readonly stateMutability: "nonpayable";
588
- }, {
589
- readonly type: "function";
590
- readonly name: "binarySearchVerificationGasLimit";
591
- readonly inputs: readonly [{
592
- readonly name: "queuedUserOps";
593
- readonly type: "tuple[]";
594
- readonly internalType: "struct SimulationArgs[]";
595
- readonly components: readonly [{
596
- readonly name: "op";
597
- readonly type: "tuple";
598
- readonly internalType: "struct PackedUserOperation";
599
- readonly components: readonly [{
600
- readonly name: "sender";
601
- readonly type: "address";
602
- readonly internalType: "address";
603
- }, {
604
- readonly name: "nonce";
605
- readonly type: "uint256";
606
- readonly internalType: "uint256";
607
- }, {
608
- readonly name: "initCode";
609
- readonly type: "bytes";
610
- readonly internalType: "bytes";
611
- }, {
612
- readonly name: "callData";
613
- readonly type: "bytes";
614
- readonly internalType: "bytes";
615
- }, {
616
- readonly name: "accountGasLimits";
617
- readonly type: "bytes32";
618
- readonly internalType: "bytes32";
619
- }, {
620
- readonly name: "preVerificationGas";
621
- readonly type: "uint256";
622
- readonly internalType: "uint256";
623
- }, {
624
- readonly name: "gasFees";
625
- readonly type: "bytes32";
626
- readonly internalType: "bytes32";
627
- }, {
628
- readonly name: "paymasterAndData";
629
- readonly type: "bytes";
630
- readonly internalType: "bytes";
631
- }, {
632
- readonly name: "signature";
633
- readonly type: "bytes";
634
- readonly internalType: "bytes";
635
- }];
636
- }, {
637
- readonly name: "target";
638
- readonly type: "address";
639
- readonly internalType: "address";
640
- }, {
641
- readonly name: "targetCallData";
642
- readonly type: "bytes";
643
- readonly internalType: "bytes";
644
- }];
645
- }, {
646
- readonly name: "targetUserOp";
647
- readonly type: "tuple";
648
- readonly internalType: "struct SimulationArgs";
649
- readonly components: readonly [{
650
- readonly name: "op";
651
- readonly type: "tuple";
652
- readonly internalType: "struct PackedUserOperation";
653
- readonly components: readonly [{
654
- readonly name: "sender";
655
- readonly type: "address";
656
- readonly internalType: "address";
657
- }, {
658
- readonly name: "nonce";
659
- readonly type: "uint256";
660
- readonly internalType: "uint256";
661
- }, {
662
- readonly name: "initCode";
663
- readonly type: "bytes";
664
- readonly internalType: "bytes";
665
- }, {
666
- readonly name: "callData";
667
- readonly type: "bytes";
668
- readonly internalType: "bytes";
669
- }, {
670
- readonly name: "accountGasLimits";
671
- readonly type: "bytes32";
672
- readonly internalType: "bytes32";
673
- }, {
674
- readonly name: "preVerificationGas";
675
- readonly type: "uint256";
676
- readonly internalType: "uint256";
677
- }, {
678
- readonly name: "gasFees";
679
- readonly type: "bytes32";
680
- readonly internalType: "bytes32";
681
- }, {
682
- readonly name: "paymasterAndData";
683
- readonly type: "bytes";
684
- readonly internalType: "bytes";
685
- }, {
686
- readonly name: "signature";
687
- readonly type: "bytes";
688
- readonly internalType: "bytes";
689
- }];
690
- }, {
691
- readonly name: "target";
692
- readonly type: "address";
693
- readonly internalType: "address";
694
- }, {
695
- readonly name: "targetCallData";
696
- readonly type: "bytes";
697
- readonly internalType: "bytes";
698
- }];
699
- }, {
700
- readonly name: "entryPoint";
701
- readonly type: "address";
702
- readonly internalType: "address";
703
- }, {
704
- readonly name: "initialMinGas";
705
- readonly type: "uint256";
706
- readonly internalType: "uint256";
707
- }, {
708
- readonly name: "toleranceDelta";
709
- readonly type: "uint256";
710
- readonly internalType: "uint256";
711
- }, {
712
- readonly name: "gasAllowance";
713
- readonly type: "uint256";
714
- readonly internalType: "uint256";
715
- }];
716
- readonly outputs: readonly [{
717
- readonly name: "";
718
- readonly type: "tuple";
719
- readonly internalType: "struct IEntryPointSimulations.TargetCallResult";
720
- readonly components: readonly [{
721
- readonly name: "gasUsed";
722
- readonly type: "uint256";
723
- readonly internalType: "uint256";
724
- }, {
725
- readonly name: "success";
726
- readonly type: "bool";
727
- readonly internalType: "bool";
728
- }, {
729
- readonly name: "returnData";
730
- readonly type: "bytes";
731
- readonly internalType: "bytes";
732
- }];
733
- }];
734
- readonly stateMutability: "nonpayable";
735
- }, {
736
- readonly type: "function";
737
- readonly name: "depositTo";
738
- readonly inputs: readonly [{
739
- readonly name: "account";
740
- readonly type: "address";
741
- readonly internalType: "address";
742
- }];
743
- readonly outputs: readonly [];
744
- readonly stateMutability: "payable";
745
- }, {
746
- readonly type: "function";
747
- readonly name: "deposits";
748
- readonly inputs: readonly [{
749
- readonly name: "";
750
- readonly type: "address";
751
- readonly internalType: "address";
752
- }];
753
- readonly outputs: readonly [{
754
- readonly name: "deposit";
755
- readonly type: "uint256";
756
- readonly internalType: "uint256";
757
- }, {
758
- readonly name: "staked";
759
- readonly type: "bool";
760
- readonly internalType: "bool";
761
- }, {
762
- readonly name: "stake";
763
- readonly type: "uint112";
764
- readonly internalType: "uint112";
765
- }, {
766
- readonly name: "unstakeDelaySec";
767
- readonly type: "uint32";
768
- readonly internalType: "uint32";
769
- }, {
770
- readonly name: "withdrawTime";
771
- readonly type: "uint48";
772
- readonly internalType: "uint48";
773
- }];
774
- readonly stateMutability: "view";
775
- }, {
776
- readonly type: "function";
777
- readonly name: "getDepositInfo";
778
- readonly inputs: readonly [{
779
- readonly name: "account";
780
- readonly type: "address";
781
- readonly internalType: "address";
782
- }];
783
- readonly outputs: readonly [{
784
- readonly name: "info";
785
- readonly type: "tuple";
786
- readonly internalType: "struct IStakeManager.DepositInfo";
787
- readonly components: readonly [{
788
- readonly name: "deposit";
789
- readonly type: "uint256";
790
- readonly internalType: "uint256";
791
- }, {
792
- readonly name: "staked";
793
- readonly type: "bool";
794
- readonly internalType: "bool";
795
- }, {
796
- readonly name: "stake";
797
- readonly type: "uint112";
798
- readonly internalType: "uint112";
799
- }, {
800
- readonly name: "unstakeDelaySec";
801
- readonly type: "uint32";
802
- readonly internalType: "uint32";
803
- }, {
804
- readonly name: "withdrawTime";
805
- readonly type: "uint48";
806
- readonly internalType: "uint48";
807
- }];
808
- }];
809
- readonly stateMutability: "view";
810
- }, {
811
- readonly type: "function";
812
- readonly name: "getNonce";
813
- readonly inputs: readonly [{
814
- readonly name: "sender";
815
- readonly type: "address";
816
- readonly internalType: "address";
817
- }, {
818
- readonly name: "key";
819
- readonly type: "uint192";
820
- readonly internalType: "uint192";
821
- }];
822
- readonly outputs: readonly [{
823
- readonly name: "nonce";
824
- readonly type: "uint256";
825
- readonly internalType: "uint256";
826
- }];
827
- readonly stateMutability: "view";
828
- }, {
829
- readonly type: "function";
830
- readonly name: "getUserOpHash";
831
- readonly inputs: readonly [{
832
- readonly name: "userOp";
833
- readonly type: "tuple";
834
- readonly internalType: "struct PackedUserOperation";
835
- readonly components: readonly [{
836
- readonly name: "sender";
837
- readonly type: "address";
838
- readonly internalType: "address";
839
- }, {
840
- readonly name: "nonce";
841
- readonly type: "uint256";
842
- readonly internalType: "uint256";
843
- }, {
844
- readonly name: "initCode";
845
- readonly type: "bytes";
846
- readonly internalType: "bytes";
847
- }, {
848
- readonly name: "callData";
849
- readonly type: "bytes";
850
- readonly internalType: "bytes";
851
- }, {
852
- readonly name: "accountGasLimits";
853
- readonly type: "bytes32";
854
- readonly internalType: "bytes32";
855
- }, {
856
- readonly name: "preVerificationGas";
857
- readonly type: "uint256";
858
- readonly internalType: "uint256";
859
- }, {
860
- readonly name: "gasFees";
861
- readonly type: "bytes32";
862
- readonly internalType: "bytes32";
863
- }, {
864
- readonly name: "paymasterAndData";
865
- readonly type: "bytes";
866
- readonly internalType: "bytes";
867
- }, {
868
- readonly name: "signature";
869
- readonly type: "bytes";
870
- readonly internalType: "bytes";
871
- }];
872
- }];
873
- readonly outputs: readonly [{
874
- readonly name: "";
875
- readonly type: "bytes32";
876
- readonly internalType: "bytes32";
877
- }];
878
- readonly stateMutability: "view";
879
- }, {
880
- readonly type: "function";
881
- readonly name: "incrementNonce";
882
- readonly inputs: readonly [{
883
- readonly name: "key";
884
- readonly type: "uint192";
885
- readonly internalType: "uint192";
886
- }];
887
- readonly outputs: readonly [];
888
- readonly stateMutability: "nonpayable";
889
- }, {
890
- readonly type: "function";
891
- readonly name: "innerHandleOp";
892
- readonly inputs: readonly [{
893
- readonly name: "callData";
894
- readonly type: "bytes";
895
- readonly internalType: "bytes";
896
- }, {
897
- readonly name: "opInfo";
898
- readonly type: "tuple";
899
- readonly internalType: "struct EntryPoint.UserOpInfo";
900
- readonly components: readonly [{
901
- readonly name: "mUserOp";
902
- readonly type: "tuple";
903
- readonly internalType: "struct EntryPoint.MemoryUserOp";
904
- readonly components: readonly [{
905
- readonly name: "sender";
906
- readonly type: "address";
907
- readonly internalType: "address";
908
- }, {
909
- readonly name: "nonce";
910
- readonly type: "uint256";
911
- readonly internalType: "uint256";
912
- }, {
913
- readonly name: "verificationGasLimit";
914
- readonly type: "uint256";
915
- readonly internalType: "uint256";
916
- }, {
917
- readonly name: "callGasLimit";
918
- readonly type: "uint256";
919
- readonly internalType: "uint256";
920
- }, {
921
- readonly name: "paymasterVerificationGasLimit";
922
- readonly type: "uint256";
923
- readonly internalType: "uint256";
924
- }, {
925
- readonly name: "paymasterPostOpGasLimit";
926
- readonly type: "uint256";
927
- readonly internalType: "uint256";
928
- }, {
929
- readonly name: "preVerificationGas";
930
- readonly type: "uint256";
931
- readonly internalType: "uint256";
932
- }, {
933
- readonly name: "paymaster";
934
- readonly type: "address";
935
- readonly internalType: "address";
936
- }, {
937
- readonly name: "maxFeePerGas";
938
- readonly type: "uint256";
939
- readonly internalType: "uint256";
940
- }, {
941
- readonly name: "maxPriorityFeePerGas";
942
- readonly type: "uint256";
943
- readonly internalType: "uint256";
944
- }];
945
- }, {
946
- readonly name: "userOpHash";
947
- readonly type: "bytes32";
948
- readonly internalType: "bytes32";
949
- }, {
950
- readonly name: "prefund";
951
- readonly type: "uint256";
952
- readonly internalType: "uint256";
953
- }, {
954
- readonly name: "contextOffset";
955
- readonly type: "uint256";
956
- readonly internalType: "uint256";
957
- }, {
958
- readonly name: "preOpGas";
959
- readonly type: "uint256";
960
- readonly internalType: "uint256";
961
- }];
962
- }, {
963
- readonly name: "context";
964
- readonly type: "bytes";
965
- readonly internalType: "bytes";
966
- }, {
967
- readonly name: "preGas";
968
- readonly type: "uint256";
969
- readonly internalType: "uint256";
970
- }];
971
- readonly outputs: readonly [{
972
- readonly name: "actualGasCost";
973
- readonly type: "uint256";
974
- readonly internalType: "uint256";
975
- }, {
976
- readonly name: "paymasterPostOpGasLimit";
977
- readonly type: "uint256";
978
- readonly internalType: "uint256";
979
- }];
980
- readonly stateMutability: "nonpayable";
981
- }, {
982
- readonly type: "function";
983
- readonly name: "nonceSequenceNumber";
984
- readonly inputs: readonly [{
985
- readonly name: "";
986
- readonly type: "address";
987
- readonly internalType: "address";
988
- }, {
989
- readonly name: "";
990
- readonly type: "uint192";
991
- readonly internalType: "uint192";
992
- }];
993
- readonly outputs: readonly [{
994
- readonly name: "";
995
- readonly type: "uint256";
996
- readonly internalType: "uint256";
997
- }];
998
- readonly stateMutability: "view";
999
- }, {
1000
- readonly type: "function";
1001
- readonly name: "simulateCall";
1002
- readonly inputs: readonly [{
1003
- readonly name: "entryPoint";
1004
- readonly type: "address";
1005
- readonly internalType: "address";
1006
- }, {
1007
- readonly name: "payload";
1008
- readonly type: "bytes";
1009
- readonly internalType: "bytes";
1010
- }, {
1011
- readonly name: "gas";
1012
- readonly type: "uint256";
1013
- readonly internalType: "uint256";
1014
- }];
1015
- readonly outputs: readonly [{
1016
- readonly name: "success";
1017
- readonly type: "bool";
1018
- readonly internalType: "bool";
1019
- }, {
1020
- readonly name: "result";
1021
- readonly type: "bytes";
1022
- readonly internalType: "bytes";
1023
- }];
1024
- readonly stateMutability: "nonpayable";
1025
- }, {
1026
- readonly type: "function";
1027
- readonly name: "simulateCallAndRevert";
1028
- readonly inputs: readonly [{
1029
- readonly name: "target";
1030
- readonly type: "address";
1031
- readonly internalType: "address";
1032
- }, {
1033
- readonly name: "data";
1034
- readonly type: "bytes";
1035
- readonly internalType: "bytes";
1036
- }, {
1037
- readonly name: "gas";
1038
- readonly type: "uint256";
1039
- readonly internalType: "uint256";
1040
- }];
1041
- readonly outputs: readonly [];
1042
- readonly stateMutability: "nonpayable";
1043
- }, {
1044
- readonly type: "function";
1045
- readonly name: "simulateHandleOp";
1046
- readonly inputs: readonly [{
1047
- readonly name: "op";
1048
- readonly type: "tuple";
1049
- readonly internalType: "struct PackedUserOperation";
1050
- readonly components: readonly [{
1051
- readonly name: "sender";
1052
- readonly type: "address";
1053
- readonly internalType: "address";
1054
- }, {
1055
- readonly name: "nonce";
1056
- readonly type: "uint256";
1057
- readonly internalType: "uint256";
1058
- }, {
1059
- readonly name: "initCode";
1060
- readonly type: "bytes";
1061
- readonly internalType: "bytes";
1062
- }, {
1063
- readonly name: "callData";
1064
- readonly type: "bytes";
1065
- readonly internalType: "bytes";
1066
- }, {
1067
- readonly name: "accountGasLimits";
1068
- readonly type: "bytes32";
1069
- readonly internalType: "bytes32";
1070
- }, {
1071
- readonly name: "preVerificationGas";
1072
- readonly type: "uint256";
1073
- readonly internalType: "uint256";
1074
- }, {
1075
- readonly name: "gasFees";
1076
- readonly type: "bytes32";
1077
- readonly internalType: "bytes32";
1078
- }, {
1079
- readonly name: "paymasterAndData";
1080
- readonly type: "bytes";
1081
- readonly internalType: "bytes";
1082
- }, {
1083
- readonly name: "signature";
1084
- readonly type: "bytes";
1085
- readonly internalType: "bytes";
1086
- }];
1087
- }, {
1088
- readonly name: "target";
1089
- readonly type: "address";
1090
- readonly internalType: "address";
1091
- }, {
1092
- readonly name: "targetCallData";
1093
- readonly type: "bytes";
1094
- readonly internalType: "bytes";
1095
- }];
1096
- readonly outputs: readonly [{
1097
- readonly name: "";
1098
- readonly type: "tuple";
1099
- readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
1100
- readonly components: readonly [{
1101
- readonly name: "preOpGas";
1102
- readonly type: "uint256";
1103
- readonly internalType: "uint256";
1104
- }, {
1105
- readonly name: "paid";
1106
- readonly type: "uint256";
1107
- readonly internalType: "uint256";
1108
- }, {
1109
- readonly name: "accountValidationData";
1110
- readonly type: "uint256";
1111
- readonly internalType: "uint256";
1112
- }, {
1113
- readonly name: "paymasterValidationData";
1114
- readonly type: "uint256";
1115
- readonly internalType: "uint256";
1116
- }, {
1117
- readonly name: "paymasterVerificationGasLimit";
1118
- readonly type: "uint256";
1119
- readonly internalType: "uint256";
1120
- }, {
1121
- readonly name: "paymasterPostOpGasLimit";
1122
- readonly type: "uint256";
1123
- readonly internalType: "uint256";
1124
- }, {
1125
- readonly name: "targetSuccess";
1126
- readonly type: "bool";
1127
- readonly internalType: "bool";
1128
- }, {
1129
- readonly name: "targetResult";
1130
- readonly type: "bytes";
1131
- readonly internalType: "bytes";
1132
- }];
1133
- }];
1134
- readonly stateMutability: "nonpayable";
1135
- }, {
1136
- readonly type: "function";
1137
- readonly name: "simulateHandleOpBulk";
1138
- readonly inputs: readonly [{
1139
- readonly name: "ops";
1140
- readonly type: "tuple[]";
1141
- readonly internalType: "struct PackedUserOperation[]";
1142
- readonly components: readonly [{
1143
- readonly name: "sender";
1144
- readonly type: "address";
1145
- readonly internalType: "address";
1146
- }, {
1147
- readonly name: "nonce";
1148
- readonly type: "uint256";
1149
- readonly internalType: "uint256";
1150
- }, {
1151
- readonly name: "initCode";
1152
- readonly type: "bytes";
1153
- readonly internalType: "bytes";
1154
- }, {
1155
- readonly name: "callData";
1156
- readonly type: "bytes";
1157
- readonly internalType: "bytes";
1158
- }, {
1159
- readonly name: "accountGasLimits";
1160
- readonly type: "bytes32";
1161
- readonly internalType: "bytes32";
1162
- }, {
1163
- readonly name: "preVerificationGas";
1164
- readonly type: "uint256";
1165
- readonly internalType: "uint256";
1166
- }, {
1167
- readonly name: "gasFees";
1168
- readonly type: "bytes32";
1169
- readonly internalType: "bytes32";
1170
- }, {
1171
- readonly name: "paymasterAndData";
1172
- readonly type: "bytes";
1173
- readonly internalType: "bytes";
1174
- }, {
1175
- readonly name: "signature";
1176
- readonly type: "bytes";
1177
- readonly internalType: "bytes";
1178
- }];
1179
- }];
1180
- readonly outputs: readonly [{
1181
- readonly name: "";
1182
- readonly type: "tuple[]";
1183
- readonly internalType: "struct IEntryPointSimulations.ExecutionResult[]";
1184
- readonly components: readonly [{
1185
- readonly name: "preOpGas";
1186
- readonly type: "uint256";
1187
- readonly internalType: "uint256";
1188
- }, {
1189
- readonly name: "paid";
1190
- readonly type: "uint256";
1191
- readonly internalType: "uint256";
1192
- }, {
1193
- readonly name: "accountValidationData";
1194
- readonly type: "uint256";
1195
- readonly internalType: "uint256";
1196
- }, {
1197
- readonly name: "paymasterValidationData";
1198
- readonly type: "uint256";
1199
- readonly internalType: "uint256";
1200
- }, {
1201
- readonly name: "paymasterVerificationGasLimit";
1202
- readonly type: "uint256";
1203
- readonly internalType: "uint256";
1204
- }, {
1205
- readonly name: "paymasterPostOpGasLimit";
1206
- readonly type: "uint256";
1207
- readonly internalType: "uint256";
1208
- }, {
1209
- readonly name: "targetSuccess";
1210
- readonly type: "bool";
1211
- readonly internalType: "bool";
1212
- }, {
1213
- readonly name: "targetResult";
1214
- readonly type: "bytes";
1215
- readonly internalType: "bytes";
1216
- }];
1217
- }];
1218
- readonly stateMutability: "nonpayable";
1219
- }, {
1220
- readonly type: "function";
1221
- readonly name: "simulateHandleOpLast";
1222
- readonly inputs: readonly [{
1223
- readonly name: "ops";
1224
- readonly type: "tuple[]";
1225
- readonly internalType: "struct PackedUserOperation[]";
1226
- readonly components: readonly [{
1227
- readonly name: "sender";
1228
- readonly type: "address";
1229
- readonly internalType: "address";
1230
- }, {
1231
- readonly name: "nonce";
1232
- readonly type: "uint256";
1233
- readonly internalType: "uint256";
1234
- }, {
1235
- readonly name: "initCode";
1236
- readonly type: "bytes";
1237
- readonly internalType: "bytes";
1238
- }, {
1239
- readonly name: "callData";
1240
- readonly type: "bytes";
1241
- readonly internalType: "bytes";
1242
- }, {
1243
- readonly name: "accountGasLimits";
1244
- readonly type: "bytes32";
1245
- readonly internalType: "bytes32";
1246
- }, {
1247
- readonly name: "preVerificationGas";
1248
- readonly type: "uint256";
1249
- readonly internalType: "uint256";
1250
- }, {
1251
- readonly name: "gasFees";
1252
- readonly type: "bytes32";
1253
- readonly internalType: "bytes32";
1254
- }, {
1255
- readonly name: "paymasterAndData";
1256
- readonly type: "bytes";
1257
- readonly internalType: "bytes";
1258
- }, {
1259
- readonly name: "signature";
1260
- readonly type: "bytes";
1261
- readonly internalType: "bytes";
1262
- }];
1263
- }];
1264
- readonly outputs: readonly [{
1265
- readonly name: "";
1266
- readonly type: "tuple";
1267
- readonly internalType: "struct IEntryPointSimulations.ExecutionResult";
1268
- readonly components: readonly [{
1269
- readonly name: "preOpGas";
1270
- readonly type: "uint256";
1271
- readonly internalType: "uint256";
1272
- }, {
1273
- readonly name: "paid";
1274
- readonly type: "uint256";
1275
- readonly internalType: "uint256";
1276
- }, {
1277
- readonly name: "accountValidationData";
1278
- readonly type: "uint256";
1279
- readonly internalType: "uint256";
1280
- }, {
1281
- readonly name: "paymasterValidationData";
1282
- readonly type: "uint256";
1283
- readonly internalType: "uint256";
1284
- }, {
1285
- readonly name: "paymasterVerificationGasLimit";
1286
- readonly type: "uint256";
1287
- readonly internalType: "uint256";
1288
- }, {
1289
- readonly name: "paymasterPostOpGasLimit";
1290
- readonly type: "uint256";
1291
- readonly internalType: "uint256";
1292
- }, {
1293
- readonly name: "targetSuccess";
1294
- readonly type: "bool";
1295
- readonly internalType: "bool";
1296
- }, {
1297
- readonly name: "targetResult";
1298
- readonly type: "bytes";
1299
- readonly internalType: "bytes";
1300
- }];
1301
- }];
1302
- readonly stateMutability: "nonpayable";
1303
- }, {
1304
- readonly type: "function";
1305
- readonly name: "simulateValidation";
1306
- readonly inputs: readonly [{
1307
- readonly name: "userOp";
1308
- readonly type: "tuple";
1309
- readonly internalType: "struct PackedUserOperation";
1310
- readonly components: readonly [{
1311
- readonly name: "sender";
1312
- readonly type: "address";
1313
- readonly internalType: "address";
1314
- }, {
1315
- readonly name: "nonce";
1316
- readonly type: "uint256";
1317
- readonly internalType: "uint256";
1318
- }, {
1319
- readonly name: "initCode";
1320
- readonly type: "bytes";
1321
- readonly internalType: "bytes";
1322
- }, {
1323
- readonly name: "callData";
1324
- readonly type: "bytes";
1325
- readonly internalType: "bytes";
1326
- }, {
1327
- readonly name: "accountGasLimits";
1328
- readonly type: "bytes32";
1329
- readonly internalType: "bytes32";
1330
- }, {
1331
- readonly name: "preVerificationGas";
1332
- readonly type: "uint256";
1333
- readonly internalType: "uint256";
1334
- }, {
1335
- readonly name: "gasFees";
1336
- readonly type: "bytes32";
1337
- readonly internalType: "bytes32";
1338
- }, {
1339
- readonly name: "paymasterAndData";
1340
- readonly type: "bytes";
1341
- readonly internalType: "bytes";
1342
- }, {
1343
- readonly name: "signature";
1344
- readonly type: "bytes";
1345
- readonly internalType: "bytes";
1346
- }];
1347
- }];
1348
- readonly outputs: readonly [{
1349
- readonly name: "";
1350
- readonly type: "tuple";
1351
- readonly internalType: "struct IEntryPointSimulations.ValidationResult";
1352
- readonly components: readonly [{
1353
- readonly name: "returnInfo";
1354
- readonly type: "tuple";
1355
- readonly internalType: "struct IEntryPoint.ReturnInfo";
1356
- readonly components: readonly [{
1357
- readonly name: "preOpGas";
1358
- readonly type: "uint256";
1359
- readonly internalType: "uint256";
1360
- }, {
1361
- readonly name: "prefund";
1362
- readonly type: "uint256";
1363
- readonly internalType: "uint256";
1364
- }, {
1365
- readonly name: "accountValidationData";
1366
- readonly type: "uint256";
1367
- readonly internalType: "uint256";
1368
- }, {
1369
- readonly name: "paymasterValidationData";
1370
- readonly type: "uint256";
1371
- readonly internalType: "uint256";
1372
- }, {
1373
- readonly name: "paymasterContext";
1374
- readonly type: "bytes";
1375
- readonly internalType: "bytes";
1376
- }];
1377
- }, {
1378
- readonly name: "senderInfo";
1379
- readonly type: "tuple";
1380
- readonly internalType: "struct IStakeManager.StakeInfo";
1381
- readonly components: readonly [{
1382
- readonly name: "stake";
1383
- readonly type: "uint256";
1384
- readonly internalType: "uint256";
1385
- }, {
1386
- readonly name: "unstakeDelaySec";
1387
- readonly type: "uint256";
1388
- readonly internalType: "uint256";
1389
- }];
1390
- }, {
1391
- readonly name: "factoryInfo";
1392
- readonly type: "tuple";
1393
- readonly internalType: "struct IStakeManager.StakeInfo";
1394
- readonly components: readonly [{
1395
- readonly name: "stake";
1396
- readonly type: "uint256";
1397
- readonly internalType: "uint256";
1398
- }, {
1399
- readonly name: "unstakeDelaySec";
1400
- readonly type: "uint256";
1401
- readonly internalType: "uint256";
1402
- }];
1403
- }, {
1404
- readonly name: "paymasterInfo";
1405
- readonly type: "tuple";
1406
- readonly internalType: "struct IStakeManager.StakeInfo";
1407
- readonly components: readonly [{
1408
- readonly name: "stake";
1409
- readonly type: "uint256";
1410
- readonly internalType: "uint256";
1411
- }, {
1412
- readonly name: "unstakeDelaySec";
1413
- readonly type: "uint256";
1414
- readonly internalType: "uint256";
1415
- }];
1416
- }, {
1417
- readonly name: "aggregatorInfo";
1418
- readonly type: "tuple";
1419
- readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
1420
- readonly components: readonly [{
1421
- readonly name: "aggregator";
1422
- readonly type: "address";
1423
- readonly internalType: "address";
1424
- }, {
1425
- readonly name: "stakeInfo";
1426
- readonly type: "tuple";
1427
- readonly internalType: "struct IStakeManager.StakeInfo";
1428
- readonly components: readonly [{
1429
- readonly name: "stake";
1430
- readonly type: "uint256";
1431
- readonly internalType: "uint256";
1432
- }, {
1433
- readonly name: "unstakeDelaySec";
1434
- readonly type: "uint256";
1435
- readonly internalType: "uint256";
1436
- }];
1437
- }];
1438
- }];
1439
- }];
1440
- readonly stateMutability: "nonpayable";
1441
- }, {
1442
- readonly type: "function";
1443
- readonly name: "simulateValidationBulk";
1444
- readonly inputs: readonly [{
1445
- readonly name: "userOps";
1446
- readonly type: "tuple[]";
1447
- readonly internalType: "struct PackedUserOperation[]";
1448
- readonly components: readonly [{
1449
- readonly name: "sender";
1450
- readonly type: "address";
1451
- readonly internalType: "address";
1452
- }, {
1453
- readonly name: "nonce";
1454
- readonly type: "uint256";
1455
- readonly internalType: "uint256";
1456
- }, {
1457
- readonly name: "initCode";
1458
- readonly type: "bytes";
1459
- readonly internalType: "bytes";
1460
- }, {
1461
- readonly name: "callData";
1462
- readonly type: "bytes";
1463
- readonly internalType: "bytes";
1464
- }, {
1465
- readonly name: "accountGasLimits";
1466
- readonly type: "bytes32";
1467
- readonly internalType: "bytes32";
1468
- }, {
1469
- readonly name: "preVerificationGas";
1470
- readonly type: "uint256";
1471
- readonly internalType: "uint256";
1472
- }, {
1473
- readonly name: "gasFees";
1474
- readonly type: "bytes32";
1475
- readonly internalType: "bytes32";
1476
- }, {
1477
- readonly name: "paymasterAndData";
1478
- readonly type: "bytes";
1479
- readonly internalType: "bytes";
1480
- }, {
1481
- readonly name: "signature";
1482
- readonly type: "bytes";
1483
- readonly internalType: "bytes";
1484
- }];
1485
- }];
1486
- readonly outputs: readonly [{
1487
- readonly name: "";
1488
- readonly type: "tuple[]";
1489
- readonly internalType: "struct IEntryPointSimulations.ValidationResult[]";
1490
- readonly components: readonly [{
1491
- readonly name: "returnInfo";
1492
- readonly type: "tuple";
1493
- readonly internalType: "struct IEntryPoint.ReturnInfo";
1494
- readonly components: readonly [{
1495
- readonly name: "preOpGas";
1496
- readonly type: "uint256";
1497
- readonly internalType: "uint256";
1498
- }, {
1499
- readonly name: "prefund";
1500
- readonly type: "uint256";
1501
- readonly internalType: "uint256";
1502
- }, {
1503
- readonly name: "accountValidationData";
1504
- readonly type: "uint256";
1505
- readonly internalType: "uint256";
1506
- }, {
1507
- readonly name: "paymasterValidationData";
1508
- readonly type: "uint256";
1509
- readonly internalType: "uint256";
1510
- }, {
1511
- readonly name: "paymasterContext";
1512
- readonly type: "bytes";
1513
- readonly internalType: "bytes";
1514
- }];
1515
- }, {
1516
- readonly name: "senderInfo";
1517
- readonly type: "tuple";
1518
- readonly internalType: "struct IStakeManager.StakeInfo";
1519
- readonly components: readonly [{
1520
- readonly name: "stake";
1521
- readonly type: "uint256";
1522
- readonly internalType: "uint256";
1523
- }, {
1524
- readonly name: "unstakeDelaySec";
1525
- readonly type: "uint256";
1526
- readonly internalType: "uint256";
1527
- }];
1528
- }, {
1529
- readonly name: "factoryInfo";
1530
- readonly type: "tuple";
1531
- readonly internalType: "struct IStakeManager.StakeInfo";
1532
- readonly components: readonly [{
1533
- readonly name: "stake";
1534
- readonly type: "uint256";
1535
- readonly internalType: "uint256";
1536
- }, {
1537
- readonly name: "unstakeDelaySec";
1538
- readonly type: "uint256";
1539
- readonly internalType: "uint256";
1540
- }];
1541
- }, {
1542
- readonly name: "paymasterInfo";
1543
- readonly type: "tuple";
1544
- readonly internalType: "struct IStakeManager.StakeInfo";
1545
- readonly components: readonly [{
1546
- readonly name: "stake";
1547
- readonly type: "uint256";
1548
- readonly internalType: "uint256";
1549
- }, {
1550
- readonly name: "unstakeDelaySec";
1551
- readonly type: "uint256";
1552
- readonly internalType: "uint256";
1553
- }];
1554
- }, {
1555
- readonly name: "aggregatorInfo";
1556
- readonly type: "tuple";
1557
- readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
1558
- readonly components: readonly [{
1559
- readonly name: "aggregator";
1560
- readonly type: "address";
1561
- readonly internalType: "address";
1562
- }, {
1563
- readonly name: "stakeInfo";
1564
- readonly type: "tuple";
1565
- readonly internalType: "struct IStakeManager.StakeInfo";
1566
- readonly components: readonly [{
1567
- readonly name: "stake";
1568
- readonly type: "uint256";
1569
- readonly internalType: "uint256";
1570
- }, {
1571
- readonly name: "unstakeDelaySec";
1572
- readonly type: "uint256";
1573
- readonly internalType: "uint256";
1574
- }];
1575
- }];
1576
- }];
1577
- }];
1578
- readonly stateMutability: "nonpayable";
1579
- }, {
1580
- readonly type: "function";
1581
- readonly name: "simulateValidationLast";
1582
- readonly inputs: readonly [{
1583
- readonly name: "userOps";
1584
- readonly type: "tuple[]";
1585
- readonly internalType: "struct PackedUserOperation[]";
1586
- readonly components: readonly [{
1587
- readonly name: "sender";
1588
- readonly type: "address";
1589
- readonly internalType: "address";
1590
- }, {
1591
- readonly name: "nonce";
1592
- readonly type: "uint256";
1593
- readonly internalType: "uint256";
1594
- }, {
1595
- readonly name: "initCode";
1596
- readonly type: "bytes";
1597
- readonly internalType: "bytes";
1598
- }, {
1599
- readonly name: "callData";
1600
- readonly type: "bytes";
1601
- readonly internalType: "bytes";
1602
- }, {
1603
- readonly name: "accountGasLimits";
1604
- readonly type: "bytes32";
1605
- readonly internalType: "bytes32";
1606
- }, {
1607
- readonly name: "preVerificationGas";
1608
- readonly type: "uint256";
1609
- readonly internalType: "uint256";
1610
- }, {
1611
- readonly name: "gasFees";
1612
- readonly type: "bytes32";
1613
- readonly internalType: "bytes32";
1614
- }, {
1615
- readonly name: "paymasterAndData";
1616
- readonly type: "bytes";
1617
- readonly internalType: "bytes";
1618
- }, {
1619
- readonly name: "signature";
1620
- readonly type: "bytes";
1621
- readonly internalType: "bytes";
1622
- }];
1623
- }];
1624
- readonly outputs: readonly [{
1625
- readonly name: "";
1626
- readonly type: "tuple";
1627
- readonly internalType: "struct IEntryPointSimulations.ValidationResult";
1628
- readonly components: readonly [{
1629
- readonly name: "returnInfo";
1630
- readonly type: "tuple";
1631
- readonly internalType: "struct IEntryPoint.ReturnInfo";
1632
- readonly components: readonly [{
1633
- readonly name: "preOpGas";
1634
- readonly type: "uint256";
1635
- readonly internalType: "uint256";
1636
- }, {
1637
- readonly name: "prefund";
1638
- readonly type: "uint256";
1639
- readonly internalType: "uint256";
1640
- }, {
1641
- readonly name: "accountValidationData";
1642
- readonly type: "uint256";
1643
- readonly internalType: "uint256";
1644
- }, {
1645
- readonly name: "paymasterValidationData";
1646
- readonly type: "uint256";
1647
- readonly internalType: "uint256";
1648
- }, {
1649
- readonly name: "paymasterContext";
1650
- readonly type: "bytes";
1651
- readonly internalType: "bytes";
1652
- }];
1653
- }, {
1654
- readonly name: "senderInfo";
1655
- readonly type: "tuple";
1656
- readonly internalType: "struct IStakeManager.StakeInfo";
1657
- readonly components: readonly [{
1658
- readonly name: "stake";
1659
- readonly type: "uint256";
1660
- readonly internalType: "uint256";
1661
- }, {
1662
- readonly name: "unstakeDelaySec";
1663
- readonly type: "uint256";
1664
- readonly internalType: "uint256";
1665
- }];
1666
- }, {
1667
- readonly name: "factoryInfo";
1668
- readonly type: "tuple";
1669
- readonly internalType: "struct IStakeManager.StakeInfo";
1670
- readonly components: readonly [{
1671
- readonly name: "stake";
1672
- readonly type: "uint256";
1673
- readonly internalType: "uint256";
1674
- }, {
1675
- readonly name: "unstakeDelaySec";
1676
- readonly type: "uint256";
1677
- readonly internalType: "uint256";
1678
- }];
1679
- }, {
1680
- readonly name: "paymasterInfo";
1681
- readonly type: "tuple";
1682
- readonly internalType: "struct IStakeManager.StakeInfo";
1683
- readonly components: readonly [{
1684
- readonly name: "stake";
1685
- readonly type: "uint256";
1686
- readonly internalType: "uint256";
1687
- }, {
1688
- readonly name: "unstakeDelaySec";
1689
- readonly type: "uint256";
1690
- readonly internalType: "uint256";
1691
- }];
1692
- }, {
1693
- readonly name: "aggregatorInfo";
1694
- readonly type: "tuple";
1695
- readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
1696
- readonly components: readonly [{
1697
- readonly name: "aggregator";
1698
- readonly type: "address";
1699
- readonly internalType: "address";
1700
- }, {
1701
- readonly name: "stakeInfo";
1702
- readonly type: "tuple";
1703
- readonly internalType: "struct IStakeManager.StakeInfo";
1704
- readonly components: readonly [{
1705
- readonly name: "stake";
1706
- readonly type: "uint256";
1707
- readonly internalType: "uint256";
1708
- }, {
1709
- readonly name: "unstakeDelaySec";
1710
- readonly type: "uint256";
1711
- readonly internalType: "uint256";
1712
- }];
1713
- }];
1714
- }];
1715
- }];
1716
- readonly stateMutability: "nonpayable";
1717
- }, {
1718
- readonly type: "function";
1719
- readonly name: "unlockStake";
1720
- readonly inputs: readonly [];
1721
- readonly outputs: readonly [];
1722
- readonly stateMutability: "nonpayable";
1723
- }, {
1724
- readonly type: "function";
1725
- readonly name: "withdrawStake";
1726
- readonly inputs: readonly [{
1727
- readonly name: "withdrawAddress";
1728
- readonly type: "address";
1729
- readonly internalType: "address payable";
1730
- }];
1731
- readonly outputs: readonly [];
1732
- readonly stateMutability: "nonpayable";
1733
- }, {
1734
- readonly type: "function";
1735
- readonly name: "withdrawTo";
1736
- readonly inputs: readonly [{
1737
- readonly name: "withdrawAddress";
1738
- readonly type: "address";
1739
- readonly internalType: "address payable";
1740
- }, {
1741
- readonly name: "withdrawAmount";
1742
- readonly type: "uint256";
1743
- readonly internalType: "uint256";
1744
- }];
1745
- readonly outputs: readonly [];
1746
- readonly stateMutability: "nonpayable";
1747
- }, {
1748
- readonly type: "event";
1749
- readonly name: "AccountDeployed";
1750
- readonly inputs: readonly [{
1751
- readonly name: "userOpHash";
1752
- readonly type: "bytes32";
1753
- readonly indexed: true;
1754
- readonly internalType: "bytes32";
1755
- }, {
1756
- readonly name: "sender";
1757
- readonly type: "address";
1758
- readonly indexed: true;
1759
- readonly internalType: "address";
1760
- }, {
1761
- readonly name: "factory";
1762
- readonly type: "address";
1763
- readonly indexed: false;
1764
- readonly internalType: "address";
1765
- }, {
1766
- readonly name: "paymaster";
1767
- readonly type: "address";
1768
- readonly indexed: false;
1769
- readonly internalType: "address";
1770
- }];
1771
- readonly anonymous: false;
1772
- }, {
1773
- readonly type: "event";
1774
- readonly name: "BeforeExecution";
1775
- readonly inputs: readonly [];
1776
- readonly anonymous: false;
1777
- }, {
1778
- readonly type: "event";
1779
- readonly name: "Deposited";
1780
- readonly inputs: readonly [{
1781
- readonly name: "account";
1782
- readonly type: "address";
1783
- readonly indexed: true;
1784
- readonly internalType: "address";
1785
- }, {
1786
- readonly name: "totalDeposit";
1787
- readonly type: "uint256";
1788
- readonly indexed: false;
1789
- readonly internalType: "uint256";
1790
- }];
1791
- readonly anonymous: false;
1792
- }, {
1793
- readonly type: "event";
1794
- readonly name: "PostOpRevertReason";
1795
- readonly inputs: readonly [{
1796
- readonly name: "userOpHash";
1797
- readonly type: "bytes32";
1798
- readonly indexed: true;
1799
- readonly internalType: "bytes32";
1800
- }, {
1801
- readonly name: "sender";
1802
- readonly type: "address";
1803
- readonly indexed: true;
1804
- readonly internalType: "address";
1805
- }, {
1806
- readonly name: "nonce";
1807
- readonly type: "uint256";
1808
- readonly indexed: false;
1809
- readonly internalType: "uint256";
1810
- }, {
1811
- readonly name: "revertReason";
1812
- readonly type: "bytes";
1813
- readonly indexed: false;
1814
- readonly internalType: "bytes";
1815
- }];
1816
- readonly anonymous: false;
1817
- }, {
1818
- readonly type: "event";
1819
- readonly name: "SignatureAggregatorChanged";
1820
- readonly inputs: readonly [{
1821
- readonly name: "aggregator";
1822
- readonly type: "address";
1823
- readonly indexed: true;
1824
- readonly internalType: "address";
1825
- }];
1826
- readonly anonymous: false;
1827
- }, {
1828
- readonly type: "event";
1829
- readonly name: "StakeLocked";
1830
- readonly inputs: readonly [{
1831
- readonly name: "account";
1832
- readonly type: "address";
1833
- readonly indexed: true;
1834
- readonly internalType: "address";
1835
- }, {
1836
- readonly name: "totalStaked";
1837
- readonly type: "uint256";
1838
- readonly indexed: false;
1839
- readonly internalType: "uint256";
1840
- }, {
1841
- readonly name: "unstakeDelaySec";
1842
- readonly type: "uint256";
1843
- readonly indexed: false;
1844
- readonly internalType: "uint256";
1845
- }];
1846
- readonly anonymous: false;
1847
- }, {
1848
- readonly type: "event";
1849
- readonly name: "StakeUnlocked";
1850
- readonly inputs: readonly [{
1851
- readonly name: "account";
1852
- readonly type: "address";
1853
- readonly indexed: true;
1854
- readonly internalType: "address";
1855
- }, {
1856
- readonly name: "withdrawTime";
1857
- readonly type: "uint256";
1858
- readonly indexed: false;
1859
- readonly internalType: "uint256";
1860
- }];
1861
- readonly anonymous: false;
1862
- }, {
1863
- readonly type: "event";
1864
- readonly name: "StakeWithdrawn";
1865
- readonly inputs: readonly [{
1866
- readonly name: "account";
1867
- readonly type: "address";
1868
- readonly indexed: true;
1869
- readonly internalType: "address";
1870
- }, {
1871
- readonly name: "withdrawAddress";
1872
- readonly type: "address";
1873
- readonly indexed: false;
1874
- readonly internalType: "address";
1875
- }, {
1876
- readonly name: "amount";
1877
- readonly type: "uint256";
1878
- readonly indexed: false;
1879
- readonly internalType: "uint256";
1880
- }];
1881
- readonly anonymous: false;
1882
- }, {
1883
- readonly type: "event";
1884
- readonly name: "UserOperationEvent";
1885
- readonly inputs: readonly [{
1886
- readonly name: "userOpHash";
1887
- readonly type: "bytes32";
1888
- readonly indexed: true;
1889
- readonly internalType: "bytes32";
1890
- }, {
1891
- readonly name: "sender";
1892
- readonly type: "address";
1893
- readonly indexed: true;
1894
- readonly internalType: "address";
1895
- }, {
1896
- readonly name: "paymaster";
1897
- readonly type: "address";
1898
- readonly indexed: true;
1899
- readonly internalType: "address";
1900
- }, {
1901
- readonly name: "nonce";
1902
- readonly type: "uint256";
1903
- readonly indexed: false;
1904
- readonly internalType: "uint256";
1905
- }, {
1906
- readonly name: "success";
1907
- readonly type: "bool";
1908
- readonly indexed: false;
1909
- readonly internalType: "bool";
1910
- }, {
1911
- readonly name: "actualGasCost";
1912
- readonly type: "uint256";
1913
- readonly indexed: false;
1914
- readonly internalType: "uint256";
1915
- }, {
1916
- readonly name: "actualGasUsed";
1917
- readonly type: "uint256";
1918
- readonly indexed: false;
1919
- readonly internalType: "uint256";
1920
- }];
1921
- readonly anonymous: false;
1922
- }, {
1923
- readonly type: "event";
1924
- readonly name: "UserOperationPrefundTooLow";
1925
- readonly inputs: readonly [{
1926
- readonly name: "userOpHash";
1927
- readonly type: "bytes32";
1928
- readonly indexed: true;
1929
- readonly internalType: "bytes32";
1930
- }, {
1931
- readonly name: "sender";
1932
- readonly type: "address";
1933
- readonly indexed: true;
1934
- readonly internalType: "address";
1935
- }, {
1936
- readonly name: "nonce";
1937
- readonly type: "uint256";
1938
- readonly indexed: false;
1939
- readonly internalType: "uint256";
1940
- }];
1941
- readonly anonymous: false;
1942
- }, {
1943
- readonly type: "event";
1944
- readonly name: "UserOperationRevertReason";
1945
- readonly inputs: readonly [{
1946
- readonly name: "userOpHash";
1947
- readonly type: "bytes32";
1948
- readonly indexed: true;
1949
- readonly internalType: "bytes32";
1950
- }, {
1951
- readonly name: "sender";
1952
- readonly type: "address";
1953
- readonly indexed: true;
1954
- readonly internalType: "address";
1955
- }, {
1956
- readonly name: "nonce";
1957
- readonly type: "uint256";
1958
- readonly indexed: false;
1959
- readonly internalType: "uint256";
1960
- }, {
1961
- readonly name: "revertReason";
1962
- readonly type: "bytes";
1963
- readonly indexed: false;
1964
- readonly internalType: "bytes";
1965
- }];
1966
- readonly anonymous: false;
1967
- }, {
1968
- readonly type: "event";
1969
- readonly name: "Withdrawn";
1970
- readonly inputs: readonly [{
1971
- readonly name: "account";
1972
- readonly type: "address";
1973
- readonly indexed: true;
1974
- readonly internalType: "address";
1975
- }, {
1976
- readonly name: "withdrawAddress";
1977
- readonly type: "address";
1978
- readonly indexed: false;
1979
- readonly internalType: "address";
1980
- }, {
1981
- readonly name: "amount";
1982
- readonly type: "uint256";
1983
- readonly indexed: false;
1984
- readonly internalType: "uint256";
1985
- }];
1986
- readonly anonymous: false;
1987
- }, {
1988
- readonly type: "error";
1989
- readonly name: "CallPhaseReverted";
1990
- readonly inputs: readonly [{
1991
- readonly name: "reason";
1992
- readonly type: "bytes";
1993
- readonly internalType: "bytes";
1994
- }];
1995
- }, {
1996
- readonly type: "error";
1997
- readonly name: "FailedOp";
1998
- readonly inputs: readonly [{
1999
- readonly name: "opIndex";
2000
- readonly type: "uint256";
2001
- readonly internalType: "uint256";
2002
- }, {
2003
- readonly name: "reason";
2004
- readonly type: "string";
2005
- readonly internalType: "string";
2006
- }];
2007
- }, {
2008
- readonly type: "error";
2009
- readonly name: "FailedOpWithRevert";
2010
- readonly inputs: readonly [{
2011
- readonly name: "opIndex";
2012
- readonly type: "uint256";
2013
- readonly internalType: "uint256";
2014
- }, {
2015
- readonly name: "reason";
2016
- readonly type: "string";
2017
- readonly internalType: "string";
2018
- }, {
2019
- readonly name: "inner";
2020
- readonly type: "bytes";
2021
- readonly internalType: "bytes";
2022
- }];
2023
- }, {
2024
- readonly type: "error";
2025
- readonly name: "PostOpReverted";
2026
- readonly inputs: readonly [{
2027
- readonly name: "returnData";
2028
- readonly type: "bytes";
2029
- readonly internalType: "bytes";
2030
- }];
2031
- }, {
2032
- readonly type: "error";
2033
- readonly name: "ReentrancyGuardReentrantCall";
2034
- readonly inputs: readonly [];
2035
- }, {
2036
- readonly type: "error";
2037
- readonly name: "SenderAddressResult";
2038
- readonly inputs: readonly [{
2039
- readonly name: "sender";
2040
- readonly type: "address";
2041
- readonly internalType: "address";
2042
- }];
2043
- }, {
2044
- readonly type: "error";
2045
- readonly name: "SignatureValidationFailed";
2046
- readonly inputs: readonly [{
2047
- readonly name: "aggregator";
2048
- readonly type: "address";
2049
- readonly internalType: "address";
2050
- }];
2051
- }, {
2052
- readonly type: "error";
2053
- readonly name: "SimulationOutOfGas";
2054
- readonly inputs: readonly [{
2055
- readonly name: "optimalGas";
2056
- readonly type: "uint256";
2057
- readonly internalType: "uint256";
2058
- }, {
2059
- readonly name: "minGas";
2060
- readonly type: "uint256";
2061
- readonly internalType: "uint256";
2062
- }, {
2063
- readonly name: "maxGas";
2064
- readonly type: "uint256";
2065
- readonly internalType: "uint256";
2066
- }];
2067
- }, {
2068
- readonly type: "error";
2069
- readonly name: "innerCallResult";
2070
- readonly inputs: readonly [{
2071
- readonly name: "remainingGas";
2072
- readonly type: "uint256";
2073
- readonly internalType: "uint256";
2074
- }];
2075
- }];
2076
- //# sourceMappingURL=EntryPointSimulationsV7.d.ts.map