ox 1.0.0-beta.9 → 1.0.0
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.
- package/CHANGELOG.md +1143 -0
- package/dist/core/AbiParameters.d.ts.map +1 -1
- package/dist/core/AbiParameters.js +4 -1
- package/dist/core/AbiParameters.js.map +1 -1
- package/dist/core/Rlp.d.ts +27 -5
- package/dist/core/Rlp.d.ts.map +1 -1
- package/dist/core/Rlp.js +40 -4
- package/dist/core/Rlp.js.map +1 -1
- package/dist/core/RpcSchema.d.ts +1 -1
- package/dist/core/internal/abiParameters.d.ts.map +1 -1
- package/dist/core/internal/abiParameters.js +21 -3
- package/dist/core/internal/abiParameters.js.map +1 -1
- package/dist/core/internal/rpcSchemas/eth.d.ts +36 -0
- package/dist/core/internal/rpcSchemas/eth.d.ts.map +1 -1
- package/dist/erc4337/EntryPoint.d.ts +1072 -1
- package/dist/erc4337/EntryPoint.d.ts.map +1 -1
- package/dist/erc4337/EntryPoint.js +872 -0
- package/dist/erc4337/EntryPoint.js.map +1 -1
- package/dist/erc4337/RpcSchema.d.ts +2 -2
- package/dist/erc4337/RpcSchema.d.ts.map +1 -1
- package/dist/erc4337/UserOperation.d.ts +39 -10
- package/dist/erc4337/UserOperation.d.ts.map +1 -1
- package/dist/erc4337/UserOperation.js +62 -48
- package/dist/erc4337/UserOperation.js.map +1 -1
- package/dist/erc4337/UserOperationGas.d.ts +9 -5
- package/dist/erc4337/UserOperationGas.d.ts.map +1 -1
- package/dist/erc4337/UserOperationGas.js +17 -15
- package/dist/erc4337/UserOperationGas.js.map +1 -1
- package/dist/erc4337/UserOperationReceipt.d.ts +4 -4
- package/dist/erc4337/UserOperationReceipt.d.ts.map +1 -1
- package/dist/erc4337/UserOperationReceipt.js.map +1 -1
- package/dist/tempo/Channel.d.ts +8 -14
- package/dist/tempo/Channel.d.ts.map +1 -1
- package/dist/tempo/Channel.js +4 -8
- package/dist/tempo/Channel.js.map +1 -1
- package/dist/tempo/KeyAuthorization.d.ts +5 -5
- package/dist/tempo/KeyAuthorization.d.ts.map +1 -1
- package/dist/tempo/KeyAuthorization.js +4 -4
- package/dist/tempo/KeyAuthorization.js.map +1 -1
- package/dist/tempo/MultisigConfig.d.ts +37 -85
- package/dist/tempo/MultisigConfig.d.ts.map +1 -1
- package/dist/tempo/MultisigConfig.js +39 -83
- package/dist/tempo/MultisigConfig.js.map +1 -1
- package/dist/tempo/PoolId.d.ts +8 -7
- package/dist/tempo/PoolId.d.ts.map +1 -1
- package/dist/tempo/PoolId.js +10 -6
- package/dist/tempo/PoolId.js.map +1 -1
- package/dist/tempo/SignatureEnvelope.d.ts +32 -30
- package/dist/tempo/SignatureEnvelope.d.ts.map +1 -1
- package/dist/tempo/SignatureEnvelope.js +56 -51
- package/dist/tempo/SignatureEnvelope.js.map +1 -1
- package/dist/tempo/Transaction.d.ts +16 -5
- package/dist/tempo/Transaction.d.ts.map +1 -1
- package/dist/tempo/Transaction.js +34 -7
- package/dist/tempo/Transaction.js.map +1 -1
- package/dist/tempo/TransactionReceipt.d.ts +3 -3
- package/dist/tempo/TransactionReceipt.d.ts.map +1 -1
- package/dist/tempo/TransactionReceipt.js +8 -1
- package/dist/tempo/TransactionReceipt.js.map +1 -1
- package/dist/tempo/TransactionRequest.d.ts +15 -2
- package/dist/tempo/TransactionRequest.d.ts.map +1 -1
- package/dist/tempo/TransactionRequest.js +65 -29
- package/dist/tempo/TransactionRequest.js.map +1 -1
- package/dist/tempo/TxEnvelopeTempo.d.ts +2 -3
- package/dist/tempo/TxEnvelopeTempo.d.ts.map +1 -1
- package/dist/tempo/TxEnvelopeTempo.js +5 -6
- package/dist/tempo/TxEnvelopeTempo.js.map +1 -1
- package/dist/tempo/index.d.ts +6 -26
- package/dist/tempo/index.d.ts.map +1 -1
- package/dist/tempo/index.js +6 -26
- package/dist/tempo/index.js.map +1 -1
- package/dist/zod/Abi.d.ts +214 -0
- package/dist/zod/Abi.d.ts.map +1 -0
- package/dist/zod/Abi.js +5 -0
- package/dist/zod/Abi.js.map +1 -0
- package/dist/zod/AbiConstructor.d.ts +58 -0
- package/dist/zod/AbiConstructor.d.ts.map +1 -0
- package/dist/zod/AbiConstructor.js +18 -0
- package/dist/zod/AbiConstructor.js.map +1 -0
- package/dist/zod/AbiError.d.ts +20 -0
- package/dist/zod/AbiError.d.ts.map +1 -0
- package/dist/zod/AbiError.js +9 -0
- package/dist/zod/AbiError.js.map +1 -0
- package/dist/zod/AbiEvent.d.ts +23 -0
- package/dist/zod/AbiEvent.d.ts.map +1 -0
- package/dist/zod/AbiEvent.js +11 -0
- package/dist/zod/AbiEvent.js.map +1 -0
- package/dist/zod/AbiFallback.d.ts +16 -0
- package/dist/zod/AbiFallback.d.ts.map +1 -0
- package/dist/zod/AbiFallback.js +16 -0
- package/dist/zod/AbiFallback.js.map +1 -0
- package/dist/zod/AbiFunction.d.ts +109 -0
- package/dist/zod/AbiFunction.d.ts.map +1 -0
- package/dist/zod/AbiFunction.js +26 -0
- package/dist/zod/AbiFunction.js.map +1 -0
- package/dist/zod/AbiItem.d.ts +216 -0
- package/dist/zod/AbiItem.d.ts.map +1 -0
- package/dist/zod/AbiItem.js +26 -0
- package/dist/zod/AbiItem.js.map +1 -0
- package/dist/zod/AbiParameter.d.ts +32 -0
- package/dist/zod/AbiParameter.d.ts.map +1 -0
- package/dist/zod/AbiParameter.js +28 -0
- package/dist/zod/AbiParameter.js.map +1 -0
- package/dist/zod/AbiParameters.d.ts +30 -0
- package/dist/zod/AbiParameters.d.ts.map +1 -0
- package/dist/zod/AbiParameters.js +6 -0
- package/dist/zod/AbiParameters.js.map +1 -0
- package/dist/zod/AbiReceive.d.ts +6 -0
- package/dist/zod/AbiReceive.d.ts.map +1 -0
- package/dist/zod/AbiReceive.js +7 -0
- package/dist/zod/AbiReceive.js.map +1 -0
- package/dist/zod/RpcSchema.d.ts +1 -0
- package/dist/zod/RpcSchema.d.ts.map +1 -1
- package/dist/zod/Solidity.d.ts +15 -0
- package/dist/zod/Solidity.d.ts.map +1 -0
- package/dist/zod/Solidity.js +41 -0
- package/dist/zod/Solidity.js.map +1 -0
- package/dist/zod/TypedData.d.ts +226 -0
- package/dist/zod/TypedData.d.ts.map +1 -0
- package/dist/zod/TypedData.js +84 -0
- package/dist/zod/TypedData.js.map +1 -0
- package/dist/zod/internal/rpcSchemas/Eth.d.ts +1 -0
- package/dist/zod/internal/rpcSchemas/Eth.d.ts.map +1 -1
- package/dist/zod/internal/rpcSchemas/Eth.js +5 -0
- package/dist/zod/internal/rpcSchemas/Eth.js.map +1 -1
- package/dist/zod/tempo/AuthorizationTempo.d.ts +0 -20
- package/dist/zod/tempo/AuthorizationTempo.d.ts.map +1 -1
- package/dist/zod/tempo/KeyAuthorization.d.ts +503 -67
- package/dist/zod/tempo/KeyAuthorization.d.ts.map +1 -1
- package/dist/zod/tempo/KeyAuthorization.js +32 -15
- package/dist/zod/tempo/KeyAuthorization.js.map +1 -1
- package/dist/zod/tempo/RpcSchemaTempo.d.ts +216 -34
- package/dist/zod/tempo/RpcSchemaTempo.d.ts.map +1 -1
- package/dist/zod/tempo/SignatureEnvelope.d.ts +0 -6
- package/dist/zod/tempo/SignatureEnvelope.d.ts.map +1 -1
- package/dist/zod/tempo/SignatureEnvelope.js +0 -2
- package/dist/zod/tempo/SignatureEnvelope.js.map +1 -1
- package/dist/zod/tempo/Transaction.d.ts +1479 -333
- package/dist/zod/tempo/Transaction.d.ts.map +1 -1
- package/dist/zod/tempo/Transaction.js +65 -16
- package/dist/zod/tempo/Transaction.js.map +1 -1
- package/dist/zod/tempo/TransactionRequest.d.ts +410 -57
- package/dist/zod/tempo/TransactionRequest.d.ts.map +1 -1
- package/dist/zod/tempo/TransactionRequest.js +81 -18
- package/dist/zod/tempo/TransactionRequest.js.map +1 -1
- package/dist/zod/tempo/TxEnvelopeTempo.d.ts +225 -18
- package/dist/zod/tempo/TxEnvelopeTempo.d.ts.map +1 -1
- package/dist/zod/tempo/TxEnvelopeTempo.js +1 -1
- package/dist/zod/tempo/TxEnvelopeTempo.js.map +1 -1
- package/dist/zod/tempo/ZoneRpcAuthentication.d.ts +0 -3
- package/dist/zod/tempo/ZoneRpcAuthentication.d.ts.map +1 -1
- package/dist/zod/tempo/z.d.ts +0 -1
- package/dist/zod/tempo/z.d.ts.map +1 -1
- package/dist/zod/tempo/z.js +0 -1
- package/dist/zod/tempo/z.js.map +1 -1
- package/dist/zod/z.d.ts +12 -0
- package/dist/zod/z.d.ts.map +1 -1
- package/dist/zod/z.js +12 -0
- package/dist/zod/z.js.map +1 -1
- package/package.json +62 -11
- package/src/core/AbiParameters.ts +3 -1
- package/src/core/Rlp.ts +66 -3
- package/src/core/RpcSchema.ts +1 -1
- package/src/core/_test/AbiParameters.decode.test.ts +88 -12
- package/src/core/_test/AbiParameters.encode.test.ts +68 -0
- package/src/core/_test/Rlp.test.ts +101 -0
- package/src/core/internal/abiParameters.ts +21 -3
- package/src/core/internal/rpcSchemas/eth.ts +36 -0
- package/src/erc4337/EntryPoint.ts +875 -1
- package/src/erc4337/RpcSchema.ts +4 -2
- package/src/erc4337/UserOperation.ts +130 -60
- package/src/erc4337/UserOperationGas.ts +36 -28
- package/src/erc4337/UserOperationReceipt.ts +15 -7
- package/src/erc4337/_test/EntryPoint.test.ts +48 -0
- package/src/erc4337/_test/RpcSchema.test-d.ts +56 -0
- package/src/erc4337/_test/UserOperation.snap-d.ts +31 -0
- package/src/erc4337/_test/UserOperation.test.ts +221 -5
- package/src/erc4337/_test/UserOperationGas.test.ts +30 -1
- package/src/tempo/Channel.test.ts +2 -23
- package/src/tempo/Channel.ts +10 -22
- package/src/tempo/KeyAuthorization.test.ts +22 -0
- package/src/tempo/KeyAuthorization.ts +9 -9
- package/src/tempo/MultisigConfig.test.ts +54 -37
- package/src/tempo/MultisigConfig.ts +59 -134
- package/src/tempo/PoolId.test.ts +7 -41
- package/src/tempo/PoolId.ts +15 -10
- package/src/tempo/SignatureEnvelope.test.ts +118 -17
- package/src/tempo/SignatureEnvelope.ts +77 -72
- package/src/tempo/Transaction.test.ts +0 -15
- package/src/tempo/Transaction.ts +63 -12
- package/src/tempo/TransactionReceipt.test.ts +76 -0
- package/src/tempo/TransactionReceipt.ts +11 -5
- package/src/tempo/TransactionRequest.test.ts +174 -1
- package/src/tempo/TransactionRequest.ts +84 -32
- package/src/tempo/TxEnvelopeTempo.test.ts +2 -2
- package/src/tempo/TxEnvelopeTempo.ts +7 -7
- package/src/tempo/e2e.test.ts +228 -50
- package/src/tempo/index.ts +6 -26
- package/src/version.ts +1 -1
- package/src/zod/Abi.ts +5 -0
- package/src/zod/AbiConstructor.ts +24 -0
- package/src/zod/AbiError.ts +9 -0
- package/src/zod/AbiEvent.ts +11 -0
- package/src/zod/AbiFallback.ts +22 -0
- package/src/zod/AbiFunction.ts +32 -0
- package/src/zod/AbiItem.ts +28 -0
- package/src/zod/AbiParameter.ts +36 -0
- package/src/zod/AbiParameters.ts +7 -0
- package/src/zod/AbiReceive.ts +7 -0
- package/src/zod/Solidity.ts +83 -0
- package/src/zod/TypedData.ts +111 -0
- package/src/zod/_test/Abi.test-d.ts +46 -0
- package/src/zod/_test/Abi.test.ts +163 -0
- package/src/zod/_test/TypedData.test-d.ts +20 -0
- package/src/zod/_test/TypedData.test.ts +87 -0
- package/src/zod/_test/z.test-d.ts +6 -0
- package/src/zod/_test/z.test.ts +17 -0
- package/src/zod/internal/rpcSchemas/Eth.ts +6 -0
- package/src/zod/tempo/KeyAuthorization.ts +34 -15
- package/src/zod/tempo/SignatureEnvelope.ts +0 -2
- package/src/zod/tempo/Transaction.ts +84 -22
- package/src/zod/tempo/TransactionRequest.ts +86 -20
- package/src/zod/tempo/TxEnvelopeTempo.ts +1 -1
- package/src/zod/tempo/_test/KeyAuthorization.test.ts +53 -0
- package/src/zod/tempo/_test/SignatureEnvelope.test.ts +0 -2
- package/src/zod/tempo/_test/Transaction.test.ts +155 -0
- package/src/zod/tempo/_test/TransactionRequest.test.ts +44 -0
- package/src/zod/tempo/z.ts +0 -1
- package/src/zod/z.ts +12 -0
- package/dist/tempo/TokenId.d.ts +0 -87
- package/dist/tempo/TokenId.d.ts.map +0 -1
- package/dist/tempo/TokenId.js +0 -123
- package/dist/tempo/TokenId.js.map +0 -1
- package/dist/zod/tempo/TokenId.d.ts +0 -6
- package/dist/zod/tempo/TokenId.d.ts.map +0 -1
- package/dist/zod/tempo/TokenId.js +0 -14
- package/dist/zod/tempo/TokenId.js.map +0 -1
- package/src/CHANGELOG.md +0 -820
- package/src/tempo/TokenId.bench.ts +0 -36
- package/src/tempo/TokenId.test.ts +0 -79
- package/src/tempo/TokenId.ts +0 -141
- package/src/zod/tempo/TokenId.ts +0 -15
- package/src/zod/tempo/_test/TokenId.test-d.ts +0 -17
- package/src/zod/tempo/_test/TokenId.test.ts +0 -21
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @see https://github.com/eth-infinitism/account-abstraction/releases
|
|
5
5
|
*/
|
|
6
|
-
export type Version = '0.6' | '0.7' | '0.8';
|
|
6
|
+
export type Version = '0.6' | '0.7' | '0.8' | '0.9';
|
|
7
7
|
/** EntryPoint 0.6 ABI. */
|
|
8
8
|
export declare const abiV06: readonly [{
|
|
9
9
|
readonly inputs: readonly [{
|
|
@@ -2304,10 +2304,1081 @@ export declare const abiV08: readonly [{
|
|
|
2304
2304
|
readonly stateMutability: "payable";
|
|
2305
2305
|
readonly type: "receive";
|
|
2306
2306
|
}];
|
|
2307
|
+
/** EntryPoint 0.9 ABI. */
|
|
2308
|
+
export declare const abiV09: readonly [{
|
|
2309
|
+
readonly inputs: readonly [];
|
|
2310
|
+
readonly stateMutability: "nonpayable";
|
|
2311
|
+
readonly type: "constructor";
|
|
2312
|
+
}, {
|
|
2313
|
+
readonly inputs: readonly [{
|
|
2314
|
+
readonly internalType: "bool";
|
|
2315
|
+
readonly name: "success";
|
|
2316
|
+
readonly type: "bool";
|
|
2317
|
+
}, {
|
|
2318
|
+
readonly internalType: "bytes";
|
|
2319
|
+
readonly name: "ret";
|
|
2320
|
+
readonly type: "bytes";
|
|
2321
|
+
}];
|
|
2322
|
+
readonly name: "DelegateAndRevert";
|
|
2323
|
+
readonly type: "error";
|
|
2324
|
+
}, {
|
|
2325
|
+
readonly inputs: readonly [{
|
|
2326
|
+
readonly internalType: "address";
|
|
2327
|
+
readonly name: "account";
|
|
2328
|
+
readonly type: "address";
|
|
2329
|
+
}, {
|
|
2330
|
+
readonly internalType: "address";
|
|
2331
|
+
readonly name: "withdrawAddress";
|
|
2332
|
+
readonly type: "address";
|
|
2333
|
+
}, {
|
|
2334
|
+
readonly internalType: "uint256";
|
|
2335
|
+
readonly name: "amount";
|
|
2336
|
+
readonly type: "uint256";
|
|
2337
|
+
}, {
|
|
2338
|
+
readonly internalType: "bytes";
|
|
2339
|
+
readonly name: "revertReason";
|
|
2340
|
+
readonly type: "bytes";
|
|
2341
|
+
}];
|
|
2342
|
+
readonly name: "DepositWithdrawalFailed";
|
|
2343
|
+
readonly type: "error";
|
|
2344
|
+
}, {
|
|
2345
|
+
readonly inputs: readonly [{
|
|
2346
|
+
readonly internalType: "address";
|
|
2347
|
+
readonly name: "sender";
|
|
2348
|
+
readonly type: "address";
|
|
2349
|
+
}];
|
|
2350
|
+
readonly name: "Eip7702SenderNotDelegate";
|
|
2351
|
+
readonly type: "error";
|
|
2352
|
+
}, {
|
|
2353
|
+
readonly inputs: readonly [{
|
|
2354
|
+
readonly internalType: "address";
|
|
2355
|
+
readonly name: "sender";
|
|
2356
|
+
readonly type: "address";
|
|
2357
|
+
}];
|
|
2358
|
+
readonly name: "Eip7702SenderWithoutCode";
|
|
2359
|
+
readonly type: "error";
|
|
2360
|
+
}, {
|
|
2361
|
+
readonly inputs: readonly [{
|
|
2362
|
+
readonly internalType: "uint256";
|
|
2363
|
+
readonly name: "opIndex";
|
|
2364
|
+
readonly type: "uint256";
|
|
2365
|
+
}, {
|
|
2366
|
+
readonly internalType: "string";
|
|
2367
|
+
readonly name: "reason";
|
|
2368
|
+
readonly type: "string";
|
|
2369
|
+
}];
|
|
2370
|
+
readonly name: "FailedOp";
|
|
2371
|
+
readonly type: "error";
|
|
2372
|
+
}, {
|
|
2373
|
+
readonly inputs: readonly [{
|
|
2374
|
+
readonly internalType: "uint256";
|
|
2375
|
+
readonly name: "opIndex";
|
|
2376
|
+
readonly type: "uint256";
|
|
2377
|
+
}, {
|
|
2378
|
+
readonly internalType: "string";
|
|
2379
|
+
readonly name: "reason";
|
|
2380
|
+
readonly type: "string";
|
|
2381
|
+
}, {
|
|
2382
|
+
readonly internalType: "bytes";
|
|
2383
|
+
readonly name: "inner";
|
|
2384
|
+
readonly type: "bytes";
|
|
2385
|
+
}];
|
|
2386
|
+
readonly name: "FailedOpWithRevert";
|
|
2387
|
+
readonly type: "error";
|
|
2388
|
+
}, {
|
|
2389
|
+
readonly inputs: readonly [{
|
|
2390
|
+
readonly internalType: "address";
|
|
2391
|
+
readonly name: "beneficiary";
|
|
2392
|
+
readonly type: "address";
|
|
2393
|
+
}, {
|
|
2394
|
+
readonly internalType: "uint256";
|
|
2395
|
+
readonly name: "amount";
|
|
2396
|
+
readonly type: "uint256";
|
|
2397
|
+
}, {
|
|
2398
|
+
readonly internalType: "bytes";
|
|
2399
|
+
readonly name: "revertData";
|
|
2400
|
+
readonly type: "bytes";
|
|
2401
|
+
}];
|
|
2402
|
+
readonly name: "FailedSendToBeneficiary";
|
|
2403
|
+
readonly type: "error";
|
|
2404
|
+
}, {
|
|
2405
|
+
readonly inputs: readonly [{
|
|
2406
|
+
readonly internalType: "uint256";
|
|
2407
|
+
readonly name: "currentDeposit";
|
|
2408
|
+
readonly type: "uint256";
|
|
2409
|
+
}, {
|
|
2410
|
+
readonly internalType: "uint256";
|
|
2411
|
+
readonly name: "withdrawAmount";
|
|
2412
|
+
readonly type: "uint256";
|
|
2413
|
+
}];
|
|
2414
|
+
readonly name: "InsufficientDeposit";
|
|
2415
|
+
readonly type: "error";
|
|
2416
|
+
}, {
|
|
2417
|
+
readonly inputs: readonly [];
|
|
2418
|
+
readonly name: "InternalFunction";
|
|
2419
|
+
readonly type: "error";
|
|
2420
|
+
}, {
|
|
2421
|
+
readonly inputs: readonly [{
|
|
2422
|
+
readonly internalType: "address";
|
|
2423
|
+
readonly name: "beneficiary";
|
|
2424
|
+
readonly type: "address";
|
|
2425
|
+
}];
|
|
2426
|
+
readonly name: "InvalidBeneficiary";
|
|
2427
|
+
readonly type: "error";
|
|
2428
|
+
}, {
|
|
2429
|
+
readonly inputs: readonly [{
|
|
2430
|
+
readonly internalType: "address";
|
|
2431
|
+
readonly name: "paymaster";
|
|
2432
|
+
readonly type: "address";
|
|
2433
|
+
}];
|
|
2434
|
+
readonly name: "InvalidPaymaster";
|
|
2435
|
+
readonly type: "error";
|
|
2436
|
+
}, {
|
|
2437
|
+
readonly inputs: readonly [{
|
|
2438
|
+
readonly internalType: "uint256";
|
|
2439
|
+
readonly name: "paymasterAndDataLength";
|
|
2440
|
+
readonly type: "uint256";
|
|
2441
|
+
}];
|
|
2442
|
+
readonly name: "InvalidPaymasterData";
|
|
2443
|
+
readonly type: "error";
|
|
2444
|
+
}, {
|
|
2445
|
+
readonly inputs: readonly [{
|
|
2446
|
+
readonly internalType: "uint256";
|
|
2447
|
+
readonly name: "dataLength";
|
|
2448
|
+
readonly type: "uint256";
|
|
2449
|
+
}, {
|
|
2450
|
+
readonly internalType: "uint256";
|
|
2451
|
+
readonly name: "pmSignatureLength";
|
|
2452
|
+
readonly type: "uint256";
|
|
2453
|
+
}];
|
|
2454
|
+
readonly name: "InvalidPaymasterSignatureLength";
|
|
2455
|
+
readonly type: "error";
|
|
2456
|
+
}, {
|
|
2457
|
+
readonly inputs: readonly [];
|
|
2458
|
+
readonly name: "InvalidShortString";
|
|
2459
|
+
readonly type: "error";
|
|
2460
|
+
}, {
|
|
2461
|
+
readonly inputs: readonly [{
|
|
2462
|
+
readonly internalType: "uint256";
|
|
2463
|
+
readonly name: "msgValue";
|
|
2464
|
+
readonly type: "uint256";
|
|
2465
|
+
}, {
|
|
2466
|
+
readonly internalType: "uint256";
|
|
2467
|
+
readonly name: "currentStake";
|
|
2468
|
+
readonly type: "uint256";
|
|
2469
|
+
}];
|
|
2470
|
+
readonly name: "InvalidStake";
|
|
2471
|
+
readonly type: "error";
|
|
2472
|
+
}, {
|
|
2473
|
+
readonly inputs: readonly [{
|
|
2474
|
+
readonly internalType: "uint256";
|
|
2475
|
+
readonly name: "newUnstakeDelaySec";
|
|
2476
|
+
readonly type: "uint256";
|
|
2477
|
+
}, {
|
|
2478
|
+
readonly internalType: "uint256";
|
|
2479
|
+
readonly name: "currentUnstakeDelaySec";
|
|
2480
|
+
readonly type: "uint256";
|
|
2481
|
+
}];
|
|
2482
|
+
readonly name: "InvalidUnstakeDelay";
|
|
2483
|
+
readonly type: "error";
|
|
2484
|
+
}, {
|
|
2485
|
+
readonly inputs: readonly [{
|
|
2486
|
+
readonly internalType: "uint256";
|
|
2487
|
+
readonly name: "currentStake";
|
|
2488
|
+
readonly type: "uint256";
|
|
2489
|
+
}, {
|
|
2490
|
+
readonly internalType: "uint256";
|
|
2491
|
+
readonly name: "unstakeDelaySec";
|
|
2492
|
+
readonly type: "uint256";
|
|
2493
|
+
}, {
|
|
2494
|
+
readonly internalType: "bool";
|
|
2495
|
+
readonly name: "staked";
|
|
2496
|
+
readonly type: "bool";
|
|
2497
|
+
}];
|
|
2498
|
+
readonly name: "NotStaked";
|
|
2499
|
+
readonly type: "error";
|
|
2500
|
+
}, {
|
|
2501
|
+
readonly inputs: readonly [{
|
|
2502
|
+
readonly internalType: "bytes";
|
|
2503
|
+
readonly name: "returnData";
|
|
2504
|
+
readonly type: "bytes";
|
|
2505
|
+
}];
|
|
2506
|
+
readonly name: "PostOpReverted";
|
|
2507
|
+
readonly type: "error";
|
|
2508
|
+
}, {
|
|
2509
|
+
readonly inputs: readonly [];
|
|
2510
|
+
readonly name: "Reentrancy";
|
|
2511
|
+
readonly type: "error";
|
|
2512
|
+
}, {
|
|
2513
|
+
readonly inputs: readonly [{
|
|
2514
|
+
readonly internalType: "address";
|
|
2515
|
+
readonly name: "sender";
|
|
2516
|
+
readonly type: "address";
|
|
2517
|
+
}];
|
|
2518
|
+
readonly name: "SenderAddressResult";
|
|
2519
|
+
readonly type: "error";
|
|
2520
|
+
}, {
|
|
2521
|
+
readonly inputs: readonly [{
|
|
2522
|
+
readonly internalType: "address";
|
|
2523
|
+
readonly name: "aggregator";
|
|
2524
|
+
readonly type: "address";
|
|
2525
|
+
}];
|
|
2526
|
+
readonly name: "SignatureValidationFailed";
|
|
2527
|
+
readonly type: "error";
|
|
2528
|
+
}, {
|
|
2529
|
+
readonly inputs: readonly [{
|
|
2530
|
+
readonly internalType: "uint256";
|
|
2531
|
+
readonly name: "withdrawTime";
|
|
2532
|
+
readonly type: "uint256";
|
|
2533
|
+
}, {
|
|
2534
|
+
readonly internalType: "uint256";
|
|
2535
|
+
readonly name: "blockTimestamp";
|
|
2536
|
+
readonly type: "uint256";
|
|
2537
|
+
}];
|
|
2538
|
+
readonly name: "StakeNotUnlocked";
|
|
2539
|
+
readonly type: "error";
|
|
2540
|
+
}, {
|
|
2541
|
+
readonly inputs: readonly [{
|
|
2542
|
+
readonly internalType: "address";
|
|
2543
|
+
readonly name: "account";
|
|
2544
|
+
readonly type: "address";
|
|
2545
|
+
}, {
|
|
2546
|
+
readonly internalType: "address";
|
|
2547
|
+
readonly name: "withdrawAddress";
|
|
2548
|
+
readonly type: "address";
|
|
2549
|
+
}, {
|
|
2550
|
+
readonly internalType: "uint256";
|
|
2551
|
+
readonly name: "amount";
|
|
2552
|
+
readonly type: "uint256";
|
|
2553
|
+
}, {
|
|
2554
|
+
readonly internalType: "bytes";
|
|
2555
|
+
readonly name: "revertReason";
|
|
2556
|
+
readonly type: "bytes";
|
|
2557
|
+
}];
|
|
2558
|
+
readonly name: "StakeWithdrawalFailed";
|
|
2559
|
+
readonly type: "error";
|
|
2560
|
+
}, {
|
|
2561
|
+
readonly inputs: readonly [{
|
|
2562
|
+
readonly internalType: "string";
|
|
2563
|
+
readonly name: "str";
|
|
2564
|
+
readonly type: "string";
|
|
2565
|
+
}];
|
|
2566
|
+
readonly name: "StringTooLong";
|
|
2567
|
+
readonly type: "error";
|
|
2568
|
+
}, {
|
|
2569
|
+
readonly inputs: readonly [{
|
|
2570
|
+
readonly internalType: "uint256";
|
|
2571
|
+
readonly name: "withdrawTime";
|
|
2572
|
+
readonly type: "uint256";
|
|
2573
|
+
}, {
|
|
2574
|
+
readonly internalType: "uint256";
|
|
2575
|
+
readonly name: "blockTimestamp";
|
|
2576
|
+
readonly type: "uint256";
|
|
2577
|
+
}];
|
|
2578
|
+
readonly name: "WithdrawalNotDue";
|
|
2579
|
+
readonly type: "error";
|
|
2580
|
+
}, {
|
|
2581
|
+
readonly anonymous: false;
|
|
2582
|
+
readonly inputs: readonly [{
|
|
2583
|
+
readonly indexed: true;
|
|
2584
|
+
readonly internalType: "bytes32";
|
|
2585
|
+
readonly name: "userOpHash";
|
|
2586
|
+
readonly type: "bytes32";
|
|
2587
|
+
}, {
|
|
2588
|
+
readonly indexed: true;
|
|
2589
|
+
readonly internalType: "address";
|
|
2590
|
+
readonly name: "sender";
|
|
2591
|
+
readonly type: "address";
|
|
2592
|
+
}, {
|
|
2593
|
+
readonly indexed: false;
|
|
2594
|
+
readonly internalType: "address";
|
|
2595
|
+
readonly name: "factory";
|
|
2596
|
+
readonly type: "address";
|
|
2597
|
+
}, {
|
|
2598
|
+
readonly indexed: false;
|
|
2599
|
+
readonly internalType: "address";
|
|
2600
|
+
readonly name: "paymaster";
|
|
2601
|
+
readonly type: "address";
|
|
2602
|
+
}];
|
|
2603
|
+
readonly name: "AccountDeployed";
|
|
2604
|
+
readonly type: "event";
|
|
2605
|
+
}, {
|
|
2606
|
+
readonly anonymous: false;
|
|
2607
|
+
readonly inputs: readonly [];
|
|
2608
|
+
readonly name: "BeforeExecution";
|
|
2609
|
+
readonly type: "event";
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly anonymous: false;
|
|
2612
|
+
readonly inputs: readonly [{
|
|
2613
|
+
readonly indexed: true;
|
|
2614
|
+
readonly internalType: "address";
|
|
2615
|
+
readonly name: "account";
|
|
2616
|
+
readonly type: "address";
|
|
2617
|
+
}, {
|
|
2618
|
+
readonly indexed: false;
|
|
2619
|
+
readonly internalType: "uint256";
|
|
2620
|
+
readonly name: "totalDeposit";
|
|
2621
|
+
readonly type: "uint256";
|
|
2622
|
+
}];
|
|
2623
|
+
readonly name: "Deposited";
|
|
2624
|
+
readonly type: "event";
|
|
2625
|
+
}, {
|
|
2626
|
+
readonly anonymous: false;
|
|
2627
|
+
readonly inputs: readonly [];
|
|
2628
|
+
readonly name: "EIP712DomainChanged";
|
|
2629
|
+
readonly type: "event";
|
|
2630
|
+
}, {
|
|
2631
|
+
readonly anonymous: false;
|
|
2632
|
+
readonly inputs: readonly [{
|
|
2633
|
+
readonly indexed: true;
|
|
2634
|
+
readonly internalType: "bytes32";
|
|
2635
|
+
readonly name: "userOpHash";
|
|
2636
|
+
readonly type: "bytes32";
|
|
2637
|
+
}, {
|
|
2638
|
+
readonly indexed: true;
|
|
2639
|
+
readonly internalType: "address";
|
|
2640
|
+
readonly name: "sender";
|
|
2641
|
+
readonly type: "address";
|
|
2642
|
+
}, {
|
|
2643
|
+
readonly indexed: true;
|
|
2644
|
+
readonly internalType: "address";
|
|
2645
|
+
readonly name: "delegate";
|
|
2646
|
+
readonly type: "address";
|
|
2647
|
+
}];
|
|
2648
|
+
readonly name: "EIP7702AccountInitialized";
|
|
2649
|
+
readonly type: "event";
|
|
2650
|
+
}, {
|
|
2651
|
+
readonly anonymous: false;
|
|
2652
|
+
readonly inputs: readonly [{
|
|
2653
|
+
readonly indexed: true;
|
|
2654
|
+
readonly internalType: "bytes32";
|
|
2655
|
+
readonly name: "userOpHash";
|
|
2656
|
+
readonly type: "bytes32";
|
|
2657
|
+
}, {
|
|
2658
|
+
readonly indexed: true;
|
|
2659
|
+
readonly internalType: "address";
|
|
2660
|
+
readonly name: "sender";
|
|
2661
|
+
readonly type: "address";
|
|
2662
|
+
}, {
|
|
2663
|
+
readonly indexed: false;
|
|
2664
|
+
readonly internalType: "address";
|
|
2665
|
+
readonly name: "unusedFactory";
|
|
2666
|
+
readonly type: "address";
|
|
2667
|
+
}];
|
|
2668
|
+
readonly name: "IgnoredInitCode";
|
|
2669
|
+
readonly type: "event";
|
|
2670
|
+
}, {
|
|
2671
|
+
readonly anonymous: false;
|
|
2672
|
+
readonly inputs: readonly [{
|
|
2673
|
+
readonly indexed: true;
|
|
2674
|
+
readonly internalType: "bytes32";
|
|
2675
|
+
readonly name: "userOpHash";
|
|
2676
|
+
readonly type: "bytes32";
|
|
2677
|
+
}, {
|
|
2678
|
+
readonly indexed: true;
|
|
2679
|
+
readonly internalType: "address";
|
|
2680
|
+
readonly name: "sender";
|
|
2681
|
+
readonly type: "address";
|
|
2682
|
+
}, {
|
|
2683
|
+
readonly indexed: false;
|
|
2684
|
+
readonly internalType: "uint256";
|
|
2685
|
+
readonly name: "nonce";
|
|
2686
|
+
readonly type: "uint256";
|
|
2687
|
+
}, {
|
|
2688
|
+
readonly indexed: false;
|
|
2689
|
+
readonly internalType: "bytes";
|
|
2690
|
+
readonly name: "revertReason";
|
|
2691
|
+
readonly type: "bytes";
|
|
2692
|
+
}];
|
|
2693
|
+
readonly name: "PostOpRevertReason";
|
|
2694
|
+
readonly type: "event";
|
|
2695
|
+
}, {
|
|
2696
|
+
readonly anonymous: false;
|
|
2697
|
+
readonly inputs: readonly [{
|
|
2698
|
+
readonly indexed: true;
|
|
2699
|
+
readonly internalType: "address";
|
|
2700
|
+
readonly name: "aggregator";
|
|
2701
|
+
readonly type: "address";
|
|
2702
|
+
}];
|
|
2703
|
+
readonly name: "SignatureAggregatorChanged";
|
|
2704
|
+
readonly type: "event";
|
|
2705
|
+
}, {
|
|
2706
|
+
readonly anonymous: false;
|
|
2707
|
+
readonly inputs: readonly [{
|
|
2708
|
+
readonly indexed: true;
|
|
2709
|
+
readonly internalType: "address";
|
|
2710
|
+
readonly name: "account";
|
|
2711
|
+
readonly type: "address";
|
|
2712
|
+
}, {
|
|
2713
|
+
readonly indexed: false;
|
|
2714
|
+
readonly internalType: "uint256";
|
|
2715
|
+
readonly name: "totalStaked";
|
|
2716
|
+
readonly type: "uint256";
|
|
2717
|
+
}, {
|
|
2718
|
+
readonly indexed: false;
|
|
2719
|
+
readonly internalType: "uint256";
|
|
2720
|
+
readonly name: "unstakeDelaySec";
|
|
2721
|
+
readonly type: "uint256";
|
|
2722
|
+
}];
|
|
2723
|
+
readonly name: "StakeLocked";
|
|
2724
|
+
readonly type: "event";
|
|
2725
|
+
}, {
|
|
2726
|
+
readonly anonymous: false;
|
|
2727
|
+
readonly inputs: readonly [{
|
|
2728
|
+
readonly indexed: true;
|
|
2729
|
+
readonly internalType: "address";
|
|
2730
|
+
readonly name: "account";
|
|
2731
|
+
readonly type: "address";
|
|
2732
|
+
}, {
|
|
2733
|
+
readonly indexed: false;
|
|
2734
|
+
readonly internalType: "uint256";
|
|
2735
|
+
readonly name: "withdrawTime";
|
|
2736
|
+
readonly type: "uint256";
|
|
2737
|
+
}];
|
|
2738
|
+
readonly name: "StakeUnlocked";
|
|
2739
|
+
readonly type: "event";
|
|
2740
|
+
}, {
|
|
2741
|
+
readonly anonymous: false;
|
|
2742
|
+
readonly inputs: readonly [{
|
|
2743
|
+
readonly indexed: true;
|
|
2744
|
+
readonly internalType: "address";
|
|
2745
|
+
readonly name: "account";
|
|
2746
|
+
readonly type: "address";
|
|
2747
|
+
}, {
|
|
2748
|
+
readonly indexed: false;
|
|
2749
|
+
readonly internalType: "address";
|
|
2750
|
+
readonly name: "withdrawAddress";
|
|
2751
|
+
readonly type: "address";
|
|
2752
|
+
}, {
|
|
2753
|
+
readonly indexed: false;
|
|
2754
|
+
readonly internalType: "uint256";
|
|
2755
|
+
readonly name: "amount";
|
|
2756
|
+
readonly type: "uint256";
|
|
2757
|
+
}];
|
|
2758
|
+
readonly name: "StakeWithdrawn";
|
|
2759
|
+
readonly type: "event";
|
|
2760
|
+
}, {
|
|
2761
|
+
readonly anonymous: false;
|
|
2762
|
+
readonly inputs: readonly [{
|
|
2763
|
+
readonly indexed: true;
|
|
2764
|
+
readonly internalType: "bytes32";
|
|
2765
|
+
readonly name: "userOpHash";
|
|
2766
|
+
readonly type: "bytes32";
|
|
2767
|
+
}, {
|
|
2768
|
+
readonly indexed: true;
|
|
2769
|
+
readonly internalType: "address";
|
|
2770
|
+
readonly name: "sender";
|
|
2771
|
+
readonly type: "address";
|
|
2772
|
+
}, {
|
|
2773
|
+
readonly indexed: true;
|
|
2774
|
+
readonly internalType: "address";
|
|
2775
|
+
readonly name: "paymaster";
|
|
2776
|
+
readonly type: "address";
|
|
2777
|
+
}, {
|
|
2778
|
+
readonly indexed: false;
|
|
2779
|
+
readonly internalType: "uint256";
|
|
2780
|
+
readonly name: "nonce";
|
|
2781
|
+
readonly type: "uint256";
|
|
2782
|
+
}, {
|
|
2783
|
+
readonly indexed: false;
|
|
2784
|
+
readonly internalType: "bool";
|
|
2785
|
+
readonly name: "success";
|
|
2786
|
+
readonly type: "bool";
|
|
2787
|
+
}, {
|
|
2788
|
+
readonly indexed: false;
|
|
2789
|
+
readonly internalType: "uint256";
|
|
2790
|
+
readonly name: "actualGasCost";
|
|
2791
|
+
readonly type: "uint256";
|
|
2792
|
+
}, {
|
|
2793
|
+
readonly indexed: false;
|
|
2794
|
+
readonly internalType: "uint256";
|
|
2795
|
+
readonly name: "actualGasUsed";
|
|
2796
|
+
readonly type: "uint256";
|
|
2797
|
+
}];
|
|
2798
|
+
readonly name: "UserOperationEvent";
|
|
2799
|
+
readonly type: "event";
|
|
2800
|
+
}, {
|
|
2801
|
+
readonly anonymous: false;
|
|
2802
|
+
readonly inputs: readonly [{
|
|
2803
|
+
readonly indexed: true;
|
|
2804
|
+
readonly internalType: "bytes32";
|
|
2805
|
+
readonly name: "userOpHash";
|
|
2806
|
+
readonly type: "bytes32";
|
|
2807
|
+
}, {
|
|
2808
|
+
readonly indexed: true;
|
|
2809
|
+
readonly internalType: "address";
|
|
2810
|
+
readonly name: "sender";
|
|
2811
|
+
readonly type: "address";
|
|
2812
|
+
}, {
|
|
2813
|
+
readonly indexed: false;
|
|
2814
|
+
readonly internalType: "uint256";
|
|
2815
|
+
readonly name: "nonce";
|
|
2816
|
+
readonly type: "uint256";
|
|
2817
|
+
}];
|
|
2818
|
+
readonly name: "UserOperationPrefundTooLow";
|
|
2819
|
+
readonly type: "event";
|
|
2820
|
+
}, {
|
|
2821
|
+
readonly anonymous: false;
|
|
2822
|
+
readonly inputs: readonly [{
|
|
2823
|
+
readonly indexed: true;
|
|
2824
|
+
readonly internalType: "bytes32";
|
|
2825
|
+
readonly name: "userOpHash";
|
|
2826
|
+
readonly type: "bytes32";
|
|
2827
|
+
}, {
|
|
2828
|
+
readonly indexed: true;
|
|
2829
|
+
readonly internalType: "address";
|
|
2830
|
+
readonly name: "sender";
|
|
2831
|
+
readonly type: "address";
|
|
2832
|
+
}, {
|
|
2833
|
+
readonly indexed: false;
|
|
2834
|
+
readonly internalType: "uint256";
|
|
2835
|
+
readonly name: "nonce";
|
|
2836
|
+
readonly type: "uint256";
|
|
2837
|
+
}, {
|
|
2838
|
+
readonly indexed: false;
|
|
2839
|
+
readonly internalType: "bytes";
|
|
2840
|
+
readonly name: "revertReason";
|
|
2841
|
+
readonly type: "bytes";
|
|
2842
|
+
}];
|
|
2843
|
+
readonly name: "UserOperationRevertReason";
|
|
2844
|
+
readonly type: "event";
|
|
2845
|
+
}, {
|
|
2846
|
+
readonly anonymous: false;
|
|
2847
|
+
readonly inputs: readonly [{
|
|
2848
|
+
readonly indexed: true;
|
|
2849
|
+
readonly internalType: "address";
|
|
2850
|
+
readonly name: "account";
|
|
2851
|
+
readonly type: "address";
|
|
2852
|
+
}, {
|
|
2853
|
+
readonly indexed: false;
|
|
2854
|
+
readonly internalType: "address";
|
|
2855
|
+
readonly name: "withdrawAddress";
|
|
2856
|
+
readonly type: "address";
|
|
2857
|
+
}, {
|
|
2858
|
+
readonly indexed: false;
|
|
2859
|
+
readonly internalType: "uint256";
|
|
2860
|
+
readonly name: "amount";
|
|
2861
|
+
readonly type: "uint256";
|
|
2862
|
+
}];
|
|
2863
|
+
readonly name: "Withdrawn";
|
|
2864
|
+
readonly type: "event";
|
|
2865
|
+
}, {
|
|
2866
|
+
readonly inputs: readonly [{
|
|
2867
|
+
readonly internalType: "uint32";
|
|
2868
|
+
readonly name: "unstakeDelaySec";
|
|
2869
|
+
readonly type: "uint32";
|
|
2870
|
+
}];
|
|
2871
|
+
readonly name: "addStake";
|
|
2872
|
+
readonly outputs: readonly [];
|
|
2873
|
+
readonly stateMutability: "payable";
|
|
2874
|
+
readonly type: "function";
|
|
2875
|
+
}, {
|
|
2876
|
+
readonly inputs: readonly [{
|
|
2877
|
+
readonly internalType: "address";
|
|
2878
|
+
readonly name: "account";
|
|
2879
|
+
readonly type: "address";
|
|
2880
|
+
}];
|
|
2881
|
+
readonly name: "balanceOf";
|
|
2882
|
+
readonly outputs: readonly [{
|
|
2883
|
+
readonly internalType: "uint256";
|
|
2884
|
+
readonly name: "";
|
|
2885
|
+
readonly type: "uint256";
|
|
2886
|
+
}];
|
|
2887
|
+
readonly stateMutability: "view";
|
|
2888
|
+
readonly type: "function";
|
|
2889
|
+
}, {
|
|
2890
|
+
readonly inputs: readonly [{
|
|
2891
|
+
readonly internalType: "address";
|
|
2892
|
+
readonly name: "target";
|
|
2893
|
+
readonly type: "address";
|
|
2894
|
+
}, {
|
|
2895
|
+
readonly internalType: "bytes";
|
|
2896
|
+
readonly name: "data";
|
|
2897
|
+
readonly type: "bytes";
|
|
2898
|
+
}];
|
|
2899
|
+
readonly name: "delegateAndRevert";
|
|
2900
|
+
readonly outputs: readonly [];
|
|
2901
|
+
readonly stateMutability: "nonpayable";
|
|
2902
|
+
readonly type: "function";
|
|
2903
|
+
}, {
|
|
2904
|
+
readonly inputs: readonly [{
|
|
2905
|
+
readonly internalType: "address";
|
|
2906
|
+
readonly name: "account";
|
|
2907
|
+
readonly type: "address";
|
|
2908
|
+
}];
|
|
2909
|
+
readonly name: "depositTo";
|
|
2910
|
+
readonly outputs: readonly [];
|
|
2911
|
+
readonly stateMutability: "payable";
|
|
2912
|
+
readonly type: "function";
|
|
2913
|
+
}, {
|
|
2914
|
+
readonly inputs: readonly [];
|
|
2915
|
+
readonly name: "eip712Domain";
|
|
2916
|
+
readonly outputs: readonly [{
|
|
2917
|
+
readonly internalType: "bytes1";
|
|
2918
|
+
readonly name: "fields";
|
|
2919
|
+
readonly type: "bytes1";
|
|
2920
|
+
}, {
|
|
2921
|
+
readonly internalType: "string";
|
|
2922
|
+
readonly name: "name";
|
|
2923
|
+
readonly type: "string";
|
|
2924
|
+
}, {
|
|
2925
|
+
readonly internalType: "string";
|
|
2926
|
+
readonly name: "version";
|
|
2927
|
+
readonly type: "string";
|
|
2928
|
+
}, {
|
|
2929
|
+
readonly internalType: "uint256";
|
|
2930
|
+
readonly name: "chainId";
|
|
2931
|
+
readonly type: "uint256";
|
|
2932
|
+
}, {
|
|
2933
|
+
readonly internalType: "address";
|
|
2934
|
+
readonly name: "verifyingContract";
|
|
2935
|
+
readonly type: "address";
|
|
2936
|
+
}, {
|
|
2937
|
+
readonly internalType: "bytes32";
|
|
2938
|
+
readonly name: "salt";
|
|
2939
|
+
readonly type: "bytes32";
|
|
2940
|
+
}, {
|
|
2941
|
+
readonly internalType: "uint256[]";
|
|
2942
|
+
readonly name: "extensions";
|
|
2943
|
+
readonly type: "uint256[]";
|
|
2944
|
+
}];
|
|
2945
|
+
readonly stateMutability: "view";
|
|
2946
|
+
readonly type: "function";
|
|
2947
|
+
}, {
|
|
2948
|
+
readonly inputs: readonly [];
|
|
2949
|
+
readonly name: "getCurrentUserOpHash";
|
|
2950
|
+
readonly outputs: readonly [{
|
|
2951
|
+
readonly internalType: "bytes32";
|
|
2952
|
+
readonly name: "";
|
|
2953
|
+
readonly type: "bytes32";
|
|
2954
|
+
}];
|
|
2955
|
+
readonly stateMutability: "view";
|
|
2956
|
+
readonly type: "function";
|
|
2957
|
+
}, {
|
|
2958
|
+
readonly inputs: readonly [{
|
|
2959
|
+
readonly internalType: "address";
|
|
2960
|
+
readonly name: "account";
|
|
2961
|
+
readonly type: "address";
|
|
2962
|
+
}];
|
|
2963
|
+
readonly name: "getDepositInfo";
|
|
2964
|
+
readonly outputs: readonly [{
|
|
2965
|
+
readonly components: readonly [{
|
|
2966
|
+
readonly internalType: "uint256";
|
|
2967
|
+
readonly name: "deposit";
|
|
2968
|
+
readonly type: "uint256";
|
|
2969
|
+
}, {
|
|
2970
|
+
readonly internalType: "bool";
|
|
2971
|
+
readonly name: "staked";
|
|
2972
|
+
readonly type: "bool";
|
|
2973
|
+
}, {
|
|
2974
|
+
readonly internalType: "uint112";
|
|
2975
|
+
readonly name: "stake";
|
|
2976
|
+
readonly type: "uint112";
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly internalType: "uint32";
|
|
2979
|
+
readonly name: "unstakeDelaySec";
|
|
2980
|
+
readonly type: "uint32";
|
|
2981
|
+
}, {
|
|
2982
|
+
readonly internalType: "uint48";
|
|
2983
|
+
readonly name: "withdrawTime";
|
|
2984
|
+
readonly type: "uint48";
|
|
2985
|
+
}];
|
|
2986
|
+
readonly internalType: "struct IStakeManager.DepositInfo";
|
|
2987
|
+
readonly name: "info";
|
|
2988
|
+
readonly type: "tuple";
|
|
2989
|
+
}];
|
|
2990
|
+
readonly stateMutability: "view";
|
|
2991
|
+
readonly type: "function";
|
|
2992
|
+
}, {
|
|
2993
|
+
readonly inputs: readonly [];
|
|
2994
|
+
readonly name: "getDomainSeparatorV4";
|
|
2995
|
+
readonly outputs: readonly [{
|
|
2996
|
+
readonly internalType: "bytes32";
|
|
2997
|
+
readonly name: "";
|
|
2998
|
+
readonly type: "bytes32";
|
|
2999
|
+
}];
|
|
3000
|
+
readonly stateMutability: "view";
|
|
3001
|
+
readonly type: "function";
|
|
3002
|
+
}, {
|
|
3003
|
+
readonly inputs: readonly [{
|
|
3004
|
+
readonly internalType: "address";
|
|
3005
|
+
readonly name: "sender";
|
|
3006
|
+
readonly type: "address";
|
|
3007
|
+
}, {
|
|
3008
|
+
readonly internalType: "uint192";
|
|
3009
|
+
readonly name: "key";
|
|
3010
|
+
readonly type: "uint192";
|
|
3011
|
+
}];
|
|
3012
|
+
readonly name: "getNonce";
|
|
3013
|
+
readonly outputs: readonly [{
|
|
3014
|
+
readonly internalType: "uint256";
|
|
3015
|
+
readonly name: "nonce";
|
|
3016
|
+
readonly type: "uint256";
|
|
3017
|
+
}];
|
|
3018
|
+
readonly stateMutability: "view";
|
|
3019
|
+
readonly type: "function";
|
|
3020
|
+
}, {
|
|
3021
|
+
readonly inputs: readonly [];
|
|
3022
|
+
readonly name: "getPackedUserOpTypeHash";
|
|
3023
|
+
readonly outputs: readonly [{
|
|
3024
|
+
readonly internalType: "bytes32";
|
|
3025
|
+
readonly name: "";
|
|
3026
|
+
readonly type: "bytes32";
|
|
3027
|
+
}];
|
|
3028
|
+
readonly stateMutability: "pure";
|
|
3029
|
+
readonly type: "function";
|
|
3030
|
+
}, {
|
|
3031
|
+
readonly inputs: readonly [{
|
|
3032
|
+
readonly internalType: "bytes";
|
|
3033
|
+
readonly name: "initCode";
|
|
3034
|
+
readonly type: "bytes";
|
|
3035
|
+
}];
|
|
3036
|
+
readonly name: "getSenderAddress";
|
|
3037
|
+
readonly outputs: readonly [];
|
|
3038
|
+
readonly stateMutability: "nonpayable";
|
|
3039
|
+
readonly type: "function";
|
|
3040
|
+
}, {
|
|
3041
|
+
readonly inputs: readonly [{
|
|
3042
|
+
readonly components: readonly [{
|
|
3043
|
+
readonly internalType: "address";
|
|
3044
|
+
readonly name: "sender";
|
|
3045
|
+
readonly type: "address";
|
|
3046
|
+
}, {
|
|
3047
|
+
readonly internalType: "uint256";
|
|
3048
|
+
readonly name: "nonce";
|
|
3049
|
+
readonly type: "uint256";
|
|
3050
|
+
}, {
|
|
3051
|
+
readonly internalType: "bytes";
|
|
3052
|
+
readonly name: "initCode";
|
|
3053
|
+
readonly type: "bytes";
|
|
3054
|
+
}, {
|
|
3055
|
+
readonly internalType: "bytes";
|
|
3056
|
+
readonly name: "callData";
|
|
3057
|
+
readonly type: "bytes";
|
|
3058
|
+
}, {
|
|
3059
|
+
readonly internalType: "bytes32";
|
|
3060
|
+
readonly name: "accountGasLimits";
|
|
3061
|
+
readonly type: "bytes32";
|
|
3062
|
+
}, {
|
|
3063
|
+
readonly internalType: "uint256";
|
|
3064
|
+
readonly name: "preVerificationGas";
|
|
3065
|
+
readonly type: "uint256";
|
|
3066
|
+
}, {
|
|
3067
|
+
readonly internalType: "bytes32";
|
|
3068
|
+
readonly name: "gasFees";
|
|
3069
|
+
readonly type: "bytes32";
|
|
3070
|
+
}, {
|
|
3071
|
+
readonly internalType: "bytes";
|
|
3072
|
+
readonly name: "paymasterAndData";
|
|
3073
|
+
readonly type: "bytes";
|
|
3074
|
+
}, {
|
|
3075
|
+
readonly internalType: "bytes";
|
|
3076
|
+
readonly name: "signature";
|
|
3077
|
+
readonly type: "bytes";
|
|
3078
|
+
}];
|
|
3079
|
+
readonly internalType: "struct PackedUserOperation";
|
|
3080
|
+
readonly name: "userOp";
|
|
3081
|
+
readonly type: "tuple";
|
|
3082
|
+
}];
|
|
3083
|
+
readonly name: "getUserOpHash";
|
|
3084
|
+
readonly outputs: readonly [{
|
|
3085
|
+
readonly internalType: "bytes32";
|
|
3086
|
+
readonly name: "";
|
|
3087
|
+
readonly type: "bytes32";
|
|
3088
|
+
}];
|
|
3089
|
+
readonly stateMutability: "view";
|
|
3090
|
+
readonly type: "function";
|
|
3091
|
+
}, {
|
|
3092
|
+
readonly inputs: readonly [{
|
|
3093
|
+
readonly components: readonly [{
|
|
3094
|
+
readonly components: readonly [{
|
|
3095
|
+
readonly internalType: "address";
|
|
3096
|
+
readonly name: "sender";
|
|
3097
|
+
readonly type: "address";
|
|
3098
|
+
}, {
|
|
3099
|
+
readonly internalType: "uint256";
|
|
3100
|
+
readonly name: "nonce";
|
|
3101
|
+
readonly type: "uint256";
|
|
3102
|
+
}, {
|
|
3103
|
+
readonly internalType: "bytes";
|
|
3104
|
+
readonly name: "initCode";
|
|
3105
|
+
readonly type: "bytes";
|
|
3106
|
+
}, {
|
|
3107
|
+
readonly internalType: "bytes";
|
|
3108
|
+
readonly name: "callData";
|
|
3109
|
+
readonly type: "bytes";
|
|
3110
|
+
}, {
|
|
3111
|
+
readonly internalType: "bytes32";
|
|
3112
|
+
readonly name: "accountGasLimits";
|
|
3113
|
+
readonly type: "bytes32";
|
|
3114
|
+
}, {
|
|
3115
|
+
readonly internalType: "uint256";
|
|
3116
|
+
readonly name: "preVerificationGas";
|
|
3117
|
+
readonly type: "uint256";
|
|
3118
|
+
}, {
|
|
3119
|
+
readonly internalType: "bytes32";
|
|
3120
|
+
readonly name: "gasFees";
|
|
3121
|
+
readonly type: "bytes32";
|
|
3122
|
+
}, {
|
|
3123
|
+
readonly internalType: "bytes";
|
|
3124
|
+
readonly name: "paymasterAndData";
|
|
3125
|
+
readonly type: "bytes";
|
|
3126
|
+
}, {
|
|
3127
|
+
readonly internalType: "bytes";
|
|
3128
|
+
readonly name: "signature";
|
|
3129
|
+
readonly type: "bytes";
|
|
3130
|
+
}];
|
|
3131
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
3132
|
+
readonly name: "userOps";
|
|
3133
|
+
readonly type: "tuple[]";
|
|
3134
|
+
}, {
|
|
3135
|
+
readonly internalType: "contract IAggregator";
|
|
3136
|
+
readonly name: "aggregator";
|
|
3137
|
+
readonly type: "address";
|
|
3138
|
+
}, {
|
|
3139
|
+
readonly internalType: "bytes";
|
|
3140
|
+
readonly name: "signature";
|
|
3141
|
+
readonly type: "bytes";
|
|
3142
|
+
}];
|
|
3143
|
+
readonly internalType: "struct IEntryPoint.UserOpsPerAggregator[]";
|
|
3144
|
+
readonly name: "opsPerAggregator";
|
|
3145
|
+
readonly type: "tuple[]";
|
|
3146
|
+
}, {
|
|
3147
|
+
readonly internalType: "address payable";
|
|
3148
|
+
readonly name: "beneficiary";
|
|
3149
|
+
readonly type: "address";
|
|
3150
|
+
}];
|
|
3151
|
+
readonly name: "handleAggregatedOps";
|
|
3152
|
+
readonly outputs: readonly [];
|
|
3153
|
+
readonly stateMutability: "nonpayable";
|
|
3154
|
+
readonly type: "function";
|
|
3155
|
+
}, {
|
|
3156
|
+
readonly inputs: readonly [{
|
|
3157
|
+
readonly components: readonly [{
|
|
3158
|
+
readonly internalType: "address";
|
|
3159
|
+
readonly name: "sender";
|
|
3160
|
+
readonly type: "address";
|
|
3161
|
+
}, {
|
|
3162
|
+
readonly internalType: "uint256";
|
|
3163
|
+
readonly name: "nonce";
|
|
3164
|
+
readonly type: "uint256";
|
|
3165
|
+
}, {
|
|
3166
|
+
readonly internalType: "bytes";
|
|
3167
|
+
readonly name: "initCode";
|
|
3168
|
+
readonly type: "bytes";
|
|
3169
|
+
}, {
|
|
3170
|
+
readonly internalType: "bytes";
|
|
3171
|
+
readonly name: "callData";
|
|
3172
|
+
readonly type: "bytes";
|
|
3173
|
+
}, {
|
|
3174
|
+
readonly internalType: "bytes32";
|
|
3175
|
+
readonly name: "accountGasLimits";
|
|
3176
|
+
readonly type: "bytes32";
|
|
3177
|
+
}, {
|
|
3178
|
+
readonly internalType: "uint256";
|
|
3179
|
+
readonly name: "preVerificationGas";
|
|
3180
|
+
readonly type: "uint256";
|
|
3181
|
+
}, {
|
|
3182
|
+
readonly internalType: "bytes32";
|
|
3183
|
+
readonly name: "gasFees";
|
|
3184
|
+
readonly type: "bytes32";
|
|
3185
|
+
}, {
|
|
3186
|
+
readonly internalType: "bytes";
|
|
3187
|
+
readonly name: "paymasterAndData";
|
|
3188
|
+
readonly type: "bytes";
|
|
3189
|
+
}, {
|
|
3190
|
+
readonly internalType: "bytes";
|
|
3191
|
+
readonly name: "signature";
|
|
3192
|
+
readonly type: "bytes";
|
|
3193
|
+
}];
|
|
3194
|
+
readonly internalType: "struct PackedUserOperation[]";
|
|
3195
|
+
readonly name: "ops";
|
|
3196
|
+
readonly type: "tuple[]";
|
|
3197
|
+
}, {
|
|
3198
|
+
readonly internalType: "address payable";
|
|
3199
|
+
readonly name: "beneficiary";
|
|
3200
|
+
readonly type: "address";
|
|
3201
|
+
}];
|
|
3202
|
+
readonly name: "handleOps";
|
|
3203
|
+
readonly outputs: readonly [];
|
|
3204
|
+
readonly stateMutability: "nonpayable";
|
|
3205
|
+
readonly type: "function";
|
|
3206
|
+
}, {
|
|
3207
|
+
readonly inputs: readonly [{
|
|
3208
|
+
readonly internalType: "uint192";
|
|
3209
|
+
readonly name: "key";
|
|
3210
|
+
readonly type: "uint192";
|
|
3211
|
+
}];
|
|
3212
|
+
readonly name: "incrementNonce";
|
|
3213
|
+
readonly outputs: readonly [];
|
|
3214
|
+
readonly stateMutability: "nonpayable";
|
|
3215
|
+
readonly type: "function";
|
|
3216
|
+
}, {
|
|
3217
|
+
readonly inputs: readonly [{
|
|
3218
|
+
readonly internalType: "bytes";
|
|
3219
|
+
readonly name: "callData";
|
|
3220
|
+
readonly type: "bytes";
|
|
3221
|
+
}, {
|
|
3222
|
+
readonly components: readonly [{
|
|
3223
|
+
readonly components: readonly [{
|
|
3224
|
+
readonly internalType: "address";
|
|
3225
|
+
readonly name: "sender";
|
|
3226
|
+
readonly type: "address";
|
|
3227
|
+
}, {
|
|
3228
|
+
readonly internalType: "uint256";
|
|
3229
|
+
readonly name: "nonce";
|
|
3230
|
+
readonly type: "uint256";
|
|
3231
|
+
}, {
|
|
3232
|
+
readonly internalType: "uint256";
|
|
3233
|
+
readonly name: "verificationGasLimit";
|
|
3234
|
+
readonly type: "uint256";
|
|
3235
|
+
}, {
|
|
3236
|
+
readonly internalType: "uint256";
|
|
3237
|
+
readonly name: "callGasLimit";
|
|
3238
|
+
readonly type: "uint256";
|
|
3239
|
+
}, {
|
|
3240
|
+
readonly internalType: "uint256";
|
|
3241
|
+
readonly name: "paymasterVerificationGasLimit";
|
|
3242
|
+
readonly type: "uint256";
|
|
3243
|
+
}, {
|
|
3244
|
+
readonly internalType: "uint256";
|
|
3245
|
+
readonly name: "paymasterPostOpGasLimit";
|
|
3246
|
+
readonly type: "uint256";
|
|
3247
|
+
}, {
|
|
3248
|
+
readonly internalType: "uint256";
|
|
3249
|
+
readonly name: "preVerificationGas";
|
|
3250
|
+
readonly type: "uint256";
|
|
3251
|
+
}, {
|
|
3252
|
+
readonly internalType: "address";
|
|
3253
|
+
readonly name: "paymaster";
|
|
3254
|
+
readonly type: "address";
|
|
3255
|
+
}, {
|
|
3256
|
+
readonly internalType: "uint256";
|
|
3257
|
+
readonly name: "maxFeePerGas";
|
|
3258
|
+
readonly type: "uint256";
|
|
3259
|
+
}, {
|
|
3260
|
+
readonly internalType: "uint256";
|
|
3261
|
+
readonly name: "maxPriorityFeePerGas";
|
|
3262
|
+
readonly type: "uint256";
|
|
3263
|
+
}];
|
|
3264
|
+
readonly internalType: "struct EntryPoint.MemoryUserOp";
|
|
3265
|
+
readonly name: "mUserOp";
|
|
3266
|
+
readonly type: "tuple";
|
|
3267
|
+
}, {
|
|
3268
|
+
readonly internalType: "bytes32";
|
|
3269
|
+
readonly name: "userOpHash";
|
|
3270
|
+
readonly type: "bytes32";
|
|
3271
|
+
}, {
|
|
3272
|
+
readonly internalType: "uint256";
|
|
3273
|
+
readonly name: "prefund";
|
|
3274
|
+
readonly type: "uint256";
|
|
3275
|
+
}, {
|
|
3276
|
+
readonly internalType: "uint256";
|
|
3277
|
+
readonly name: "contextOffset";
|
|
3278
|
+
readonly type: "uint256";
|
|
3279
|
+
}, {
|
|
3280
|
+
readonly internalType: "uint256";
|
|
3281
|
+
readonly name: "preOpGas";
|
|
3282
|
+
readonly type: "uint256";
|
|
3283
|
+
}];
|
|
3284
|
+
readonly internalType: "struct EntryPoint.UserOpInfo";
|
|
3285
|
+
readonly name: "opInfo";
|
|
3286
|
+
readonly type: "tuple";
|
|
3287
|
+
}, {
|
|
3288
|
+
readonly internalType: "bytes";
|
|
3289
|
+
readonly name: "context";
|
|
3290
|
+
readonly type: "bytes";
|
|
3291
|
+
}];
|
|
3292
|
+
readonly name: "innerHandleOp";
|
|
3293
|
+
readonly outputs: readonly [{
|
|
3294
|
+
readonly internalType: "uint256";
|
|
3295
|
+
readonly name: "actualGasCost";
|
|
3296
|
+
readonly type: "uint256";
|
|
3297
|
+
}];
|
|
3298
|
+
readonly stateMutability: "nonpayable";
|
|
3299
|
+
readonly type: "function";
|
|
3300
|
+
}, {
|
|
3301
|
+
readonly inputs: readonly [{
|
|
3302
|
+
readonly internalType: "address";
|
|
3303
|
+
readonly name: "";
|
|
3304
|
+
readonly type: "address";
|
|
3305
|
+
}, {
|
|
3306
|
+
readonly internalType: "uint192";
|
|
3307
|
+
readonly name: "";
|
|
3308
|
+
readonly type: "uint192";
|
|
3309
|
+
}];
|
|
3310
|
+
readonly name: "nonceSequenceNumber";
|
|
3311
|
+
readonly outputs: readonly [{
|
|
3312
|
+
readonly internalType: "uint256";
|
|
3313
|
+
readonly name: "";
|
|
3314
|
+
readonly type: "uint256";
|
|
3315
|
+
}];
|
|
3316
|
+
readonly stateMutability: "view";
|
|
3317
|
+
readonly type: "function";
|
|
3318
|
+
}, {
|
|
3319
|
+
readonly inputs: readonly [];
|
|
3320
|
+
readonly name: "senderCreator";
|
|
3321
|
+
readonly outputs: readonly [{
|
|
3322
|
+
readonly internalType: "contract ISenderCreator";
|
|
3323
|
+
readonly name: "";
|
|
3324
|
+
readonly type: "address";
|
|
3325
|
+
}];
|
|
3326
|
+
readonly stateMutability: "view";
|
|
3327
|
+
readonly type: "function";
|
|
3328
|
+
}, {
|
|
3329
|
+
readonly inputs: readonly [{
|
|
3330
|
+
readonly internalType: "bytes4";
|
|
3331
|
+
readonly name: "interfaceId";
|
|
3332
|
+
readonly type: "bytes4";
|
|
3333
|
+
}];
|
|
3334
|
+
readonly name: "supportsInterface";
|
|
3335
|
+
readonly outputs: readonly [{
|
|
3336
|
+
readonly internalType: "bool";
|
|
3337
|
+
readonly name: "";
|
|
3338
|
+
readonly type: "bool";
|
|
3339
|
+
}];
|
|
3340
|
+
readonly stateMutability: "view";
|
|
3341
|
+
readonly type: "function";
|
|
3342
|
+
}, {
|
|
3343
|
+
readonly inputs: readonly [];
|
|
3344
|
+
readonly name: "unlockStake";
|
|
3345
|
+
readonly outputs: readonly [];
|
|
3346
|
+
readonly stateMutability: "nonpayable";
|
|
3347
|
+
readonly type: "function";
|
|
3348
|
+
}, {
|
|
3349
|
+
readonly inputs: readonly [{
|
|
3350
|
+
readonly internalType: "address payable";
|
|
3351
|
+
readonly name: "withdrawAddress";
|
|
3352
|
+
readonly type: "address";
|
|
3353
|
+
}];
|
|
3354
|
+
readonly name: "withdrawStake";
|
|
3355
|
+
readonly outputs: readonly [];
|
|
3356
|
+
readonly stateMutability: "nonpayable";
|
|
3357
|
+
readonly type: "function";
|
|
3358
|
+
}, {
|
|
3359
|
+
readonly inputs: readonly [{
|
|
3360
|
+
readonly internalType: "address payable";
|
|
3361
|
+
readonly name: "withdrawAddress";
|
|
3362
|
+
readonly type: "address";
|
|
3363
|
+
}, {
|
|
3364
|
+
readonly internalType: "uint256";
|
|
3365
|
+
readonly name: "withdrawAmount";
|
|
3366
|
+
readonly type: "uint256";
|
|
3367
|
+
}];
|
|
3368
|
+
readonly name: "withdrawTo";
|
|
3369
|
+
readonly outputs: readonly [];
|
|
3370
|
+
readonly stateMutability: "nonpayable";
|
|
3371
|
+
readonly type: "function";
|
|
3372
|
+
}, {
|
|
3373
|
+
readonly stateMutability: "payable";
|
|
3374
|
+
readonly type: "receive";
|
|
3375
|
+
}];
|
|
2307
3376
|
/** EntryPoint 0.6 address. */
|
|
2308
3377
|
export declare const addressV06: "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789";
|
|
2309
3378
|
/** EntryPoint 0.7 address. */
|
|
2310
3379
|
export declare const addressV07: "0x0000000071727De22E5E9d8BAf0edAc6f37da032";
|
|
2311
3380
|
/** EntryPoint 0.8 address. */
|
|
2312
3381
|
export declare const addressV08: "0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108";
|
|
3382
|
+
/** EntryPoint 0.9 address. */
|
|
3383
|
+
export declare const addressV09: "0x433709009B8330FDa32311DF1C2AFA402eD8D009";
|
|
2313
3384
|
//# sourceMappingURL=EntryPoint.d.ts.map
|