@pimlico/alto 0.0.0-main.20250714T140908 → 0.0.0-main.20250714T160357

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 (42) hide show
  1. package/contracts/ERC20.sol/ERC20.json +1 -0
  2. package/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  3. package/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  4. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -1
  5. package/contracts/LibBytes.sol/LibBytes.json +1 -1
  6. package/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  7. package/contracts/SenderCreator.sol/SenderCreator.json +1 -1
  8. package/contracts/build-info/{db6850b431aca366.json → 7710b5a048396e70.json} +1 -1
  9. package/contracts/build-info/880955d5786bfdae.json +1 -0
  10. package/contracts/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  11. package/contracts/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  12. package/contracts/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  13. package/contracts/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  14. package/contracts/interfaces/IAggregator.sol/IAggregator.json +1 -1
  15. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -1
  16. package/contracts/interfaces/INonceManager.sol/INonceManager.json +1 -1
  17. package/contracts/interfaces/IStakeManager.sol/IStakeManager.json +1 -1
  18. package/contracts/utils/Exec.sol/Exec.json +1 -0
  19. package/esm/cli/config/bundler.d.ts +20 -20
  20. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations07.json +1 -1
  21. package/esm/contracts/EntryPointSimulations.sol/EntryPointSimulations08.json +1 -1
  22. package/esm/contracts/PimlicoSimulations.sol/PimlicoSimulations.json +1 -1
  23. package/esm/rpc/estimation/gasEstimations06.js +7 -26
  24. package/esm/rpc/estimation/gasEstimations06.js.map +1 -1
  25. package/esm/rpc/estimation/gasEstimations07.js +13 -25
  26. package/esm/rpc/estimation/gasEstimations07.js.map +1 -1
  27. package/esm/rpc/estimation/utils.d.ts +17 -1
  28. package/esm/rpc/estimation/utils.js +52 -2
  29. package/esm/rpc/estimation/utils.js.map +1 -1
  30. package/esm/rpc/methods/index.js +2 -0
  31. package/esm/rpc/methods/index.js.map +1 -1
  32. package/esm/rpc/methods/pimlico_simulateAssetChange.d.ts +1841 -0
  33. package/esm/rpc/methods/pimlico_simulateAssetChange.js +118 -0
  34. package/esm/rpc/methods/pimlico_simulateAssetChange.js.map +1 -0
  35. package/esm/types/contracts/PimlicoSimulations.d.ts +309 -0
  36. package/esm/types/contracts/PimlicoSimulations.js +399 -0
  37. package/esm/types/contracts/PimlicoSimulations.js.map +1 -1
  38. package/esm/types/schemas.d.ts +12335 -7489
  39. package/esm/types/schemas.js +32 -2
  40. package/esm/types/schemas.js.map +1 -1
  41. package/package.json +1 -1
  42. package/contracts/build-info/7a4c5850aabacc3b.json +0 -1
@@ -1 +1 @@
1
- {"abi":[{"type":"function","name":"addStake","inputs":[{"name":"_unstakeDelaySec","type":"uint32","internalType":"uint32"}],"outputs":[],"stateMutability":"payable"},{"type":"function","name":"balanceOf","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"depositTo","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"payable"},{"type":"function","name":"getDepositInfo","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[{"name":"info","type":"tuple","internalType":"struct IStakeManager.DepositInfo","components":[{"name":"deposit","type":"uint256","internalType":"uint256"},{"name":"staked","type":"bool","internalType":"bool"},{"name":"stake","type":"uint112","internalType":"uint112"},{"name":"unstakeDelaySec","type":"uint32","internalType":"uint32"},{"name":"withdrawTime","type":"uint48","internalType":"uint48"}]}],"stateMutability":"view"},{"type":"function","name":"unlockStake","inputs":[],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"withdrawStake","inputs":[{"name":"withdrawAddress","type":"address","internalType":"address payable"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"withdrawTo","inputs":[{"name":"withdrawAddress","type":"address","internalType":"address payable"},{"name":"withdrawAmount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Deposited","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"totalDeposit","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeLocked","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"totalStaked","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"unstakeDelaySec","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeUnlocked","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawTime","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeWithdrawn","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawAddress","type":"address","indexed":false,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"Withdrawn","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawAddress","type":"address","indexed":false,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{"addStake(uint32)":"0396cb60","balanceOf(address)":"70a08231","depositTo(address)":"b760faf9","getDepositInfo(address)":"5287ce12","unlockStake()":"bb9fe6bf","withdrawStake(address)":"c23a5cea","withdrawTo(address,uint256)":"205c2878"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.28+commit.7893614a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"totalDeposit\",\"type\":\"uint256\"}],\"name\":\"Deposited\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"totalStaked\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"unstakeDelaySec\",\"type\":\"uint256\"}],\"name\":\"StakeLocked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"withdrawTime\",\"type\":\"uint256\"}],\"name\":\"StakeUnlocked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"StakeWithdrawn\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Withdrawn\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_unstakeDelaySec\",\"type\":\"uint32\"}],\"name\":\"addStake\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"depositTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getDepositInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"staked\",\"type\":\"bool\"},{\"internalType\":\"uint112\",\"name\":\"stake\",\"type\":\"uint112\"},{\"internalType\":\"uint32\",\"name\":\"unstakeDelaySec\",\"type\":\"uint32\"},{\"internalType\":\"uint48\",\"name\":\"withdrawTime\",\"type\":\"uint48\"}],\"internalType\":\"struct IStakeManager.DepositInfo\",\"name\":\"info\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unlockStake\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address payable\",\"name\":\"withdrawAddress\",\"type\":\"address\"}],\"name\":\"withdrawStake\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address payable\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"withdrawAmount\",\"type\":\"uint256\"}],\"name\":\"withdrawTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"addStake(uint32)\":{\"params\":{\"_unstakeDelaySec\":\"- The new lock duration before the deposit can be withdrawn.\"}},\"balanceOf(address)\":{\"params\":{\"account\":\"- The account to query.\"},\"returns\":{\"_0\":\"- The deposit (for gas payment) of the account.\"}},\"depositTo(address)\":{\"params\":{\"account\":\"- The account to add to.\"}},\"getDepositInfo(address)\":{\"params\":{\"account\":\"- The account to query.\"},\"returns\":{\"info\":\" - Full deposit information of given account.\"}},\"withdrawStake(address)\":{\"params\":{\"withdrawAddress\":\"- The address to send withdrawn value.\"}},\"withdrawTo(address,uint256)\":{\"params\":{\"withdrawAddress\":\"- The address to send withdrawn value.\",\"withdrawAmount\":\"- The amount to withdraw.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"addStake(uint32)\":{\"notice\":\"Add to the account's stake - amount and delay any pending unstake is first cancelled.\"},\"balanceOf(address)\":{\"notice\":\"Get account balance.\"},\"depositTo(address)\":{\"notice\":\"Add to the deposit of the given account.\"},\"getDepositInfo(address)\":{\"notice\":\"Get deposit info.\"},\"unlockStake()\":{\"notice\":\"Attempt to unlock the stake. The value can be withdrawn (using withdrawStake) after the unstake delay.\"},\"withdrawStake(address)\":{\"notice\":\"Withdraw from the (unlocked) stake. Must first call unlockStake and wait for the unstakeDelay to pass.\"},\"withdrawTo(address,uint256)\":{\"notice\":\"Withdraw from the deposit.\"}},\"notice\":\"Manage deposits and stakes. Deposit is just a balance used to pay for UserOperations (either by a paymaster or an account). Stake is value locked for at least \\\"unstakeDelay\\\" by the staked entity.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol\":\"IStakeManager\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[\":@account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":@account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":@account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/\",\":@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/\",\":@test-utils/=lib/singleton-paymaster/test/utils/\",\":account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/\",\":forge-std/=lib/forge-std/src/\",\":halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/\",\":openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":singleton-paymaster/=lib/singleton-paymaster/src/\",\":solady/=lib/solady/src/\"],\"viaIR\":true},\"sources\":{\"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol\":{\"keccak256\":\"0xbe5ca9e7f254d031687419e7b96ef48c9c63e9398bbe992dc72ffc6dc14e0a04\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://1fffec71c38627a26fabb423350148009579f092623fb02b471a12d973763a00\",\"dweb:/ipfs/QmRBi31QEYXHj3x1AnQ2jKa2eziZH1b9av396P3b4dw6bj\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.28+commit.7893614a"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"totalDeposit","type":"uint256","indexed":false}],"type":"event","name":"Deposited","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"totalStaked","type":"uint256","indexed":false},{"internalType":"uint256","name":"unstakeDelaySec","type":"uint256","indexed":false}],"type":"event","name":"StakeLocked","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"withdrawTime","type":"uint256","indexed":false}],"type":"event","name":"StakeUnlocked","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"withdrawAddress","type":"address","indexed":false},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"StakeWithdrawn","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"withdrawAddress","type":"address","indexed":false},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"Withdrawn","anonymous":false},{"inputs":[{"internalType":"uint32","name":"_unstakeDelaySec","type":"uint32"}],"stateMutability":"payable","type":"function","name":"addStake"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"view","type":"function","name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"payable","type":"function","name":"depositTo"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"view","type":"function","name":"getDepositInfo","outputs":[{"internalType":"struct IStakeManager.DepositInfo","name":"info","type":"tuple","components":[{"internalType":"uint256","name":"deposit","type":"uint256"},{"internalType":"bool","name":"staked","type":"bool"},{"internalType":"uint112","name":"stake","type":"uint112"},{"internalType":"uint32","name":"unstakeDelaySec","type":"uint32"},{"internalType":"uint48","name":"withdrawTime","type":"uint48"}]}]},{"inputs":[],"stateMutability":"nonpayable","type":"function","name":"unlockStake"},{"inputs":[{"internalType":"address payable","name":"withdrawAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"withdrawStake"},{"inputs":[{"internalType":"address payable","name":"withdrawAddress","type":"address"},{"internalType":"uint256","name":"withdrawAmount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"withdrawTo"}],"devdoc":{"kind":"dev","methods":{"addStake(uint32)":{"params":{"_unstakeDelaySec":"- The new lock duration before the deposit can be withdrawn."}},"balanceOf(address)":{"params":{"account":"- The account to query."},"returns":{"_0":"- The deposit (for gas payment) of the account."}},"depositTo(address)":{"params":{"account":"- The account to add to."}},"getDepositInfo(address)":{"params":{"account":"- The account to query."},"returns":{"info":" - Full deposit information of given account."}},"withdrawStake(address)":{"params":{"withdrawAddress":"- The address to send withdrawn value."}},"withdrawTo(address,uint256)":{"params":{"withdrawAddress":"- The address to send withdrawn value.","withdrawAmount":"- The amount to withdraw."}}},"version":1},"userdoc":{"kind":"user","methods":{"addStake(uint32)":{"notice":"Add to the account's stake - amount and delay any pending unstake is first cancelled."},"balanceOf(address)":{"notice":"Get account balance."},"depositTo(address)":{"notice":"Add to the deposit of the given account."},"getDepositInfo(address)":{"notice":"Get deposit info."},"unlockStake()":{"notice":"Attempt to unlock the stake. The value can be withdrawn (using withdrawStake) after the unstake delay."},"withdrawStake(address)":{"notice":"Withdraw from the (unlocked) stake. Must first call unlockStake and wait for the unstakeDelay to pass."},"withdrawTo(address,uint256)":{"notice":"Withdraw from the deposit."}},"version":1}},"settings":{"remappings":["@account-abstraction-v6/=lib/account-abstraction-v6/contracts/","@account-abstraction-v7/=lib/account-abstraction-v7/contracts/","@account-abstraction-v8/=lib/account-abstraction-v8/contracts/","@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/","@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/","@test-utils/=lib/singleton-paymaster/test/utils/","account-abstraction-v6/=lib/account-abstraction-v6/contracts/","account-abstraction-v7/=lib/account-abstraction-v7/contracts/","account-abstraction-v8/=lib/account-abstraction-v8/contracts/","ds-test/=lib/forge-std/lib/ds-test/src/","erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/","forge-std/=lib/forge-std/src/","halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/","openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","singleton-paymaster/=lib/singleton-paymaster/src/","solady/=lib/solady/src/"],"optimizer":{"enabled":true,"runs":1000},"metadata":{"bytecodeHash":"ipfs"},"compilationTarget":{"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol":"IStakeManager"},"evmVersion":"london","libraries":{},"viaIR":true},"sources":{"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol":{"keccak256":"0xbe5ca9e7f254d031687419e7b96ef48c9c63e9398bbe992dc72ffc6dc14e0a04","urls":["bzz-raw://1fffec71c38627a26fabb423350148009579f092623fb02b471a12d973763a00","dweb:/ipfs/QmRBi31QEYXHj3x1AnQ2jKa2eziZH1b9av396P3b4dw6bj"],"license":"GPL-3.0-only"}},"version":1},"id":9}
1
+ {"abi":[{"type":"function","name":"addStake","inputs":[{"name":"_unstakeDelaySec","type":"uint32","internalType":"uint32"}],"outputs":[],"stateMutability":"payable"},{"type":"function","name":"balanceOf","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[{"name":"","type":"uint256","internalType":"uint256"}],"stateMutability":"view"},{"type":"function","name":"depositTo","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[],"stateMutability":"payable"},{"type":"function","name":"getDepositInfo","inputs":[{"name":"account","type":"address","internalType":"address"}],"outputs":[{"name":"info","type":"tuple","internalType":"struct IStakeManager.DepositInfo","components":[{"name":"deposit","type":"uint256","internalType":"uint256"},{"name":"staked","type":"bool","internalType":"bool"},{"name":"stake","type":"uint112","internalType":"uint112"},{"name":"unstakeDelaySec","type":"uint32","internalType":"uint32"},{"name":"withdrawTime","type":"uint48","internalType":"uint48"}]}],"stateMutability":"view"},{"type":"function","name":"unlockStake","inputs":[],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"withdrawStake","inputs":[{"name":"withdrawAddress","type":"address","internalType":"address payable"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"function","name":"withdrawTo","inputs":[{"name":"withdrawAddress","type":"address","internalType":"address payable"},{"name":"withdrawAmount","type":"uint256","internalType":"uint256"}],"outputs":[],"stateMutability":"nonpayable"},{"type":"event","name":"Deposited","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"totalDeposit","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeLocked","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"totalStaked","type":"uint256","indexed":false,"internalType":"uint256"},{"name":"unstakeDelaySec","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeUnlocked","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawTime","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"StakeWithdrawn","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawAddress","type":"address","indexed":false,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false},{"type":"event","name":"Withdrawn","inputs":[{"name":"account","type":"address","indexed":true,"internalType":"address"},{"name":"withdrawAddress","type":"address","indexed":false,"internalType":"address"},{"name":"amount","type":"uint256","indexed":false,"internalType":"uint256"}],"anonymous":false}],"bytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"deployedBytecode":{"object":"0x","sourceMap":"","linkReferences":{}},"methodIdentifiers":{"addStake(uint32)":"0396cb60","balanceOf(address)":"70a08231","depositTo(address)":"b760faf9","getDepositInfo(address)":"5287ce12","unlockStake()":"bb9fe6bf","withdrawStake(address)":"c23a5cea","withdrawTo(address,uint256)":"205c2878"},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.28+commit.7893614a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"totalDeposit\",\"type\":\"uint256\"}],\"name\":\"Deposited\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"totalStaked\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"unstakeDelaySec\",\"type\":\"uint256\"}],\"name\":\"StakeLocked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"withdrawTime\",\"type\":\"uint256\"}],\"name\":\"StakeUnlocked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"StakeWithdrawn\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"Withdrawn\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_unstakeDelaySec\",\"type\":\"uint32\"}],\"name\":\"addStake\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"balanceOf\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"depositTo\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getDepositInfo\",\"outputs\":[{\"components\":[{\"internalType\":\"uint256\",\"name\":\"deposit\",\"type\":\"uint256\"},{\"internalType\":\"bool\",\"name\":\"staked\",\"type\":\"bool\"},{\"internalType\":\"uint112\",\"name\":\"stake\",\"type\":\"uint112\"},{\"internalType\":\"uint32\",\"name\":\"unstakeDelaySec\",\"type\":\"uint32\"},{\"internalType\":\"uint48\",\"name\":\"withdrawTime\",\"type\":\"uint48\"}],\"internalType\":\"struct IStakeManager.DepositInfo\",\"name\":\"info\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"unlockStake\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address payable\",\"name\":\"withdrawAddress\",\"type\":\"address\"}],\"name\":\"withdrawStake\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address payable\",\"name\":\"withdrawAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"withdrawAmount\",\"type\":\"uint256\"}],\"name\":\"withdrawTo\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"addStake(uint32)\":{\"params\":{\"_unstakeDelaySec\":\"- The new lock duration before the deposit can be withdrawn.\"}},\"balanceOf(address)\":{\"params\":{\"account\":\"- The account to query.\"},\"returns\":{\"_0\":\"- The deposit (for gas payment) of the account.\"}},\"depositTo(address)\":{\"params\":{\"account\":\"- The account to add to.\"}},\"getDepositInfo(address)\":{\"params\":{\"account\":\"- The account to query.\"},\"returns\":{\"info\":\" - Full deposit information of given account.\"}},\"withdrawStake(address)\":{\"params\":{\"withdrawAddress\":\"- The address to send withdrawn value.\"}},\"withdrawTo(address,uint256)\":{\"params\":{\"withdrawAddress\":\"- The address to send withdrawn value.\",\"withdrawAmount\":\"- The amount to withdraw.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"addStake(uint32)\":{\"notice\":\"Add to the account's stake - amount and delay any pending unstake is first cancelled.\"},\"balanceOf(address)\":{\"notice\":\"Get account balance.\"},\"depositTo(address)\":{\"notice\":\"Add to the deposit of the given account.\"},\"getDepositInfo(address)\":{\"notice\":\"Get deposit info.\"},\"unlockStake()\":{\"notice\":\"Attempt to unlock the stake. The value can be withdrawn (using withdrawStake) after the unstake delay.\"},\"withdrawStake(address)\":{\"notice\":\"Withdraw from the (unlocked) stake. Must first call unlockStake and wait for the unstakeDelay to pass.\"},\"withdrawTo(address,uint256)\":{\"notice\":\"Withdraw from the deposit.\"}},\"notice\":\"Manage deposits and stakes. Deposit is just a balance used to pay for UserOperations (either by a paymaster or an account). Stake is value locked for at least \\\"unstakeDelay\\\" by the staked entity.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol\":\"IStakeManager\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[\":@account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":@account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":@account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/\",\":@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/\",\":@test-utils/=lib/singleton-paymaster/test/utils/\",\":account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/\",\":forge-std/=lib/forge-std/src/\",\":halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/\",\":openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":singleton-paymaster/=lib/singleton-paymaster/src/\",\":solady/=lib/solady/src/\"],\"viaIR\":true},\"sources\":{\"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol\":{\"keccak256\":\"0xbe5ca9e7f254d031687419e7b96ef48c9c63e9398bbe992dc72ffc6dc14e0a04\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://1fffec71c38627a26fabb423350148009579f092623fb02b471a12d973763a00\",\"dweb:/ipfs/QmRBi31QEYXHj3x1AnQ2jKa2eziZH1b9av396P3b4dw6bj\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.28+commit.7893614a"},"language":"Solidity","output":{"abi":[{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"totalDeposit","type":"uint256","indexed":false}],"type":"event","name":"Deposited","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"totalStaked","type":"uint256","indexed":false},{"internalType":"uint256","name":"unstakeDelaySec","type":"uint256","indexed":false}],"type":"event","name":"StakeLocked","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"uint256","name":"withdrawTime","type":"uint256","indexed":false}],"type":"event","name":"StakeUnlocked","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"withdrawAddress","type":"address","indexed":false},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"StakeWithdrawn","anonymous":false},{"inputs":[{"internalType":"address","name":"account","type":"address","indexed":true},{"internalType":"address","name":"withdrawAddress","type":"address","indexed":false},{"internalType":"uint256","name":"amount","type":"uint256","indexed":false}],"type":"event","name":"Withdrawn","anonymous":false},{"inputs":[{"internalType":"uint32","name":"_unstakeDelaySec","type":"uint32"}],"stateMutability":"payable","type":"function","name":"addStake"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"view","type":"function","name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}]},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"payable","type":"function","name":"depositTo"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"stateMutability":"view","type":"function","name":"getDepositInfo","outputs":[{"internalType":"struct IStakeManager.DepositInfo","name":"info","type":"tuple","components":[{"internalType":"uint256","name":"deposit","type":"uint256"},{"internalType":"bool","name":"staked","type":"bool"},{"internalType":"uint112","name":"stake","type":"uint112"},{"internalType":"uint32","name":"unstakeDelaySec","type":"uint32"},{"internalType":"uint48","name":"withdrawTime","type":"uint48"}]}]},{"inputs":[],"stateMutability":"nonpayable","type":"function","name":"unlockStake"},{"inputs":[{"internalType":"address payable","name":"withdrawAddress","type":"address"}],"stateMutability":"nonpayable","type":"function","name":"withdrawStake"},{"inputs":[{"internalType":"address payable","name":"withdrawAddress","type":"address"},{"internalType":"uint256","name":"withdrawAmount","type":"uint256"}],"stateMutability":"nonpayable","type":"function","name":"withdrawTo"}],"devdoc":{"kind":"dev","methods":{"addStake(uint32)":{"params":{"_unstakeDelaySec":"- The new lock duration before the deposit can be withdrawn."}},"balanceOf(address)":{"params":{"account":"- The account to query."},"returns":{"_0":"- The deposit (for gas payment) of the account."}},"depositTo(address)":{"params":{"account":"- The account to add to."}},"getDepositInfo(address)":{"params":{"account":"- The account to query."},"returns":{"info":" - Full deposit information of given account."}},"withdrawStake(address)":{"params":{"withdrawAddress":"- The address to send withdrawn value."}},"withdrawTo(address,uint256)":{"params":{"withdrawAddress":"- The address to send withdrawn value.","withdrawAmount":"- The amount to withdraw."}}},"version":1},"userdoc":{"kind":"user","methods":{"addStake(uint32)":{"notice":"Add to the account's stake - amount and delay any pending unstake is first cancelled."},"balanceOf(address)":{"notice":"Get account balance."},"depositTo(address)":{"notice":"Add to the deposit of the given account."},"getDepositInfo(address)":{"notice":"Get deposit info."},"unlockStake()":{"notice":"Attempt to unlock the stake. The value can be withdrawn (using withdrawStake) after the unstake delay."},"withdrawStake(address)":{"notice":"Withdraw from the (unlocked) stake. Must first call unlockStake and wait for the unstakeDelay to pass."},"withdrawTo(address,uint256)":{"notice":"Withdraw from the deposit."}},"version":1}},"settings":{"remappings":["@account-abstraction-v6/=lib/account-abstraction-v6/contracts/","@account-abstraction-v7/=lib/account-abstraction-v7/contracts/","@account-abstraction-v8/=lib/account-abstraction-v8/contracts/","@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/","@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/","@test-utils/=lib/singleton-paymaster/test/utils/","account-abstraction-v6/=lib/account-abstraction-v6/contracts/","account-abstraction-v7/=lib/account-abstraction-v7/contracts/","account-abstraction-v8/=lib/account-abstraction-v8/contracts/","ds-test/=lib/forge-std/lib/ds-test/src/","erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/","forge-std/=lib/forge-std/src/","halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/","openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","singleton-paymaster/=lib/singleton-paymaster/src/","solady/=lib/solady/src/"],"optimizer":{"enabled":true,"runs":1000},"metadata":{"bytecodeHash":"ipfs"},"compilationTarget":{"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol":"IStakeManager"},"evmVersion":"london","libraries":{},"viaIR":true},"sources":{"lib/account-abstraction-v7/contracts/interfaces/IStakeManager.sol":{"keccak256":"0xbe5ca9e7f254d031687419e7b96ef48c9c63e9398bbe992dc72ffc6dc14e0a04","urls":["bzz-raw://1fffec71c38627a26fabb423350148009579f092623fb02b471a12d973763a00","dweb:/ipfs/QmRBi31QEYXHj3x1AnQ2jKa2eziZH1b9av396P3b4dw6bj"],"license":"GPL-3.0-only"}},"version":1},"id":15}
@@ -0,0 +1 @@
1
+ {"abi":[],"bytecode":{"object":"0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea264697066735822122069132565ae7fafed17fffe670e2ae413e82b0cdeecced2d9a9ffb3d88d85d0fa64736f6c634300081c0033","sourceMap":"203:1839:17:-:0;;;;;;;;;;;;;;;;;;;;;","linkReferences":{}},"deployedBytecode":{"object":"0x600080fdfea264697066735822122069132565ae7fafed17fffe670e2ae413e82b0cdeecced2d9a9ffb3d88d85d0fa64736f6c634300081c0033","sourceMap":"203:1839:17:-:0;;","linkReferences":{}},"methodIdentifiers":{},"rawMetadata":"{\"compiler\":{\"version\":\"0.8.28+commit.7893614a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Utility functions helpful when making different kinds of contract calls in Solidity.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"lib/account-abstraction-v7/contracts/utils/Exec.sol\":\"Exec\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[\":@account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":@account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":@account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/\",\":@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/\",\":@test-utils/=lib/singleton-paymaster/test/utils/\",\":account-abstraction-v6/=lib/account-abstraction-v6/contracts/\",\":account-abstraction-v7/=lib/account-abstraction-v7/contracts/\",\":account-abstraction-v8/=lib/account-abstraction-v8/contracts/\",\":ds-test/=lib/forge-std/lib/ds-test/src/\",\":erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/\",\":forge-std/=lib/forge-std/src/\",\":halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/\",\":openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/\",\":openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/\",\":openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/\",\":singleton-paymaster/=lib/singleton-paymaster/src/\",\":solady/=lib/solady/src/\"],\"viaIR\":true},\"sources\":{\"lib/account-abstraction-v7/contracts/utils/Exec.sol\":{\"keccak256\":\"0x86b1b1cd11158dddb9d381040c57fdc643c74b5e4eed3e7e036f32452672ad74\",\"license\":\"LGPL-3.0-only\",\"urls\":[\"bzz-raw://ad88663b6c76df73cf09a272cf333d038df7bb4c51281284b572bf9b46e1cd77\",\"dweb:/ipfs/QmVKxYF8avyPBtqejVhFCM2CuHsfpsCh7TsPqkBLtrgwJQ\"]}},\"version\":1}","metadata":{"compiler":{"version":"0.8.28+commit.7893614a"},"language":"Solidity","output":{"abi":[],"devdoc":{"kind":"dev","methods":{},"version":1},"userdoc":{"kind":"user","methods":{},"version":1}},"settings":{"remappings":["@account-abstraction-v6/=lib/account-abstraction-v6/contracts/","@account-abstraction-v7/=lib/account-abstraction-v7/contracts/","@account-abstraction-v8/=lib/account-abstraction-v8/contracts/","@openzeppelin-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","@openzeppelin-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","@openzeppelin-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","@openzeppelin/contracts/=lib/openzeppelin-contracts-v5.0.2/contracts/","@test-aa-utils/=lib/singleton-paymaster/test/utils/account-abstraction/","@test-utils/=lib/singleton-paymaster/test/utils/","account-abstraction-v6/=lib/account-abstraction-v6/contracts/","account-abstraction-v7/=lib/account-abstraction-v7/contracts/","account-abstraction-v8/=lib/account-abstraction-v8/contracts/","ds-test/=lib/forge-std/lib/ds-test/src/","erc4626-tests/=lib/openzeppelin-contracts-v5.0.0/lib/erc4626-tests/","forge-std/=lib/forge-std/src/","halmos-cheatcodes/=lib/openzeppelin-contracts-v5.1.0/lib/halmos-cheatcodes/src/","openzeppelin-contracts-v4.8.3/=lib/openzeppelin-contracts-v4.8.3/","openzeppelin-contracts-v5.0.2/=lib/openzeppelin-contracts-v5.0.2/","openzeppelin-contracts-v5.1.0/=lib/openzeppelin-contracts-v5.1.0/","singleton-paymaster/=lib/singleton-paymaster/src/","solady/=lib/solady/src/"],"optimizer":{"enabled":true,"runs":1000},"metadata":{"bytecodeHash":"ipfs"},"compilationTarget":{"lib/account-abstraction-v7/contracts/utils/Exec.sol":"Exec"},"evmVersion":"london","libraries":{},"viaIR":true},"sources":{"lib/account-abstraction-v7/contracts/utils/Exec.sol":{"keccak256":"0x86b1b1cd11158dddb9d381040c57fdc643c74b5e4eed3e7e036f32452672ad74","urls":["bzz-raw://ad88663b6c76df73cf09a272cf333d038df7bb4c51281284b572bf9b46e1cd77","dweb:/ipfs/QmVKxYF8avyPBtqejVhFCM2CuHsfpsCh7TsPqkBLtrgwJQ"],"license":"LGPL-3.0-only"}},"version":1},"id":17}
@@ -107,12 +107,12 @@ export declare const executorArgsSchema: z.ZodObject<{
107
107
  [x: `bytes8[${string}]`]: undefined;
108
108
  [x: `bytes9[${string}]`]: undefined;
109
109
  [x: `bytes10[${string}]`]: undefined;
110
+ [x: `bytes16[${string}]`]: undefined;
110
111
  [x: `bytes20[${string}]`]: undefined;
111
112
  [x: `bytes12[${string}]`]: undefined;
112
113
  [x: `bytes13[${string}]`]: undefined;
113
114
  [x: `bytes14[${string}]`]: undefined;
114
115
  [x: `bytes15[${string}]`]: undefined;
115
- [x: `bytes16[${string}]`]: undefined;
116
116
  [x: `bytes17[${string}]`]: undefined;
117
117
  [x: `bytes18[${string}]`]: undefined;
118
118
  [x: `bytes19[${string}]`]: undefined;
@@ -209,12 +209,12 @@ export declare const executorArgsSchema: z.ZodObject<{
209
209
  bytes8?: undefined;
210
210
  bytes9?: undefined;
211
211
  bytes10?: undefined;
212
+ bytes16?: undefined;
212
213
  bytes20?: undefined;
213
214
  bytes12?: undefined;
214
215
  bytes13?: undefined;
215
216
  bytes14?: undefined;
216
217
  bytes15?: undefined;
217
- bytes16?: undefined;
218
218
  bytes17?: undefined;
219
219
  bytes18?: undefined;
220
220
  bytes19?: undefined;
@@ -334,12 +334,12 @@ export declare const executorArgsSchema: z.ZodObject<{
334
334
  [x: `bytes8[${string}]`]: undefined;
335
335
  [x: `bytes9[${string}]`]: undefined;
336
336
  [x: `bytes10[${string}]`]: undefined;
337
+ [x: `bytes16[${string}]`]: undefined;
337
338
  [x: `bytes20[${string}]`]: undefined;
338
339
  [x: `bytes12[${string}]`]: undefined;
339
340
  [x: `bytes13[${string}]`]: undefined;
340
341
  [x: `bytes14[${string}]`]: undefined;
341
342
  [x: `bytes15[${string}]`]: undefined;
342
- [x: `bytes16[${string}]`]: undefined;
343
343
  [x: `bytes17[${string}]`]: undefined;
344
344
  [x: `bytes18[${string}]`]: undefined;
345
345
  [x: `bytes19[${string}]`]: undefined;
@@ -436,12 +436,12 @@ export declare const executorArgsSchema: z.ZodObject<{
436
436
  bytes8?: undefined;
437
437
  bytes9?: undefined;
438
438
  bytes10?: undefined;
439
+ bytes16?: undefined;
439
440
  bytes20?: undefined;
440
441
  bytes12?: undefined;
441
442
  bytes13?: undefined;
442
443
  bytes14?: undefined;
443
444
  bytes15?: undefined;
444
- bytes16?: undefined;
445
445
  bytes17?: undefined;
446
446
  bytes18?: undefined;
447
447
  bytes19?: undefined;
@@ -556,12 +556,12 @@ export declare const executorArgsSchema: z.ZodObject<{
556
556
  [x: `bytes8[${string}]`]: undefined;
557
557
  [x: `bytes9[${string}]`]: undefined;
558
558
  [x: `bytes10[${string}]`]: undefined;
559
+ [x: `bytes16[${string}]`]: undefined;
559
560
  [x: `bytes20[${string}]`]: undefined;
560
561
  [x: `bytes12[${string}]`]: undefined;
561
562
  [x: `bytes13[${string}]`]: undefined;
562
563
  [x: `bytes14[${string}]`]: undefined;
563
564
  [x: `bytes15[${string}]`]: undefined;
564
- [x: `bytes16[${string}]`]: undefined;
565
565
  [x: `bytes17[${string}]`]: undefined;
566
566
  [x: `bytes18[${string}]`]: undefined;
567
567
  [x: `bytes19[${string}]`]: undefined;
@@ -658,12 +658,12 @@ export declare const executorArgsSchema: z.ZodObject<{
658
658
  bytes8?: undefined;
659
659
  bytes9?: undefined;
660
660
  bytes10?: undefined;
661
+ bytes16?: undefined;
661
662
  bytes20?: undefined;
662
663
  bytes12?: undefined;
663
664
  bytes13?: undefined;
664
665
  bytes14?: undefined;
665
666
  bytes15?: undefined;
666
- bytes16?: undefined;
667
667
  bytes17?: undefined;
668
668
  bytes18?: undefined;
669
669
  bytes19?: undefined;
@@ -796,12 +796,12 @@ export declare const executorArgsSchema: z.ZodObject<{
796
796
  [x: `bytes8[${string}]`]: undefined;
797
797
  [x: `bytes9[${string}]`]: undefined;
798
798
  [x: `bytes10[${string}]`]: undefined;
799
+ [x: `bytes16[${string}]`]: undefined;
799
800
  [x: `bytes20[${string}]`]: undefined;
800
801
  [x: `bytes12[${string}]`]: undefined;
801
802
  [x: `bytes13[${string}]`]: undefined;
802
803
  [x: `bytes14[${string}]`]: undefined;
803
804
  [x: `bytes15[${string}]`]: undefined;
804
- [x: `bytes16[${string}]`]: undefined;
805
805
  [x: `bytes17[${string}]`]: undefined;
806
806
  [x: `bytes18[${string}]`]: undefined;
807
807
  [x: `bytes19[${string}]`]: undefined;
@@ -898,12 +898,12 @@ export declare const executorArgsSchema: z.ZodObject<{
898
898
  bytes8?: undefined;
899
899
  bytes9?: undefined;
900
900
  bytes10?: undefined;
901
+ bytes16?: undefined;
901
902
  bytes20?: undefined;
902
903
  bytes12?: undefined;
903
904
  bytes13?: undefined;
904
905
  bytes14?: undefined;
905
906
  bytes15?: undefined;
906
- bytes16?: undefined;
907
907
  bytes17?: undefined;
908
908
  bytes18?: undefined;
909
909
  bytes19?: undefined;
@@ -1027,12 +1027,12 @@ export declare const executorArgsSchema: z.ZodObject<{
1027
1027
  [x: `bytes8[${string}]`]: undefined;
1028
1028
  [x: `bytes9[${string}]`]: undefined;
1029
1029
  [x: `bytes10[${string}]`]: undefined;
1030
+ [x: `bytes16[${string}]`]: undefined;
1030
1031
  [x: `bytes20[${string}]`]: undefined;
1031
1032
  [x: `bytes12[${string}]`]: undefined;
1032
1033
  [x: `bytes13[${string}]`]: undefined;
1033
1034
  [x: `bytes14[${string}]`]: undefined;
1034
1035
  [x: `bytes15[${string}]`]: undefined;
1035
- [x: `bytes16[${string}]`]: undefined;
1036
1036
  [x: `bytes17[${string}]`]: undefined;
1037
1037
  [x: `bytes18[${string}]`]: undefined;
1038
1038
  [x: `bytes19[${string}]`]: undefined;
@@ -1129,12 +1129,12 @@ export declare const executorArgsSchema: z.ZodObject<{
1129
1129
  bytes8?: undefined;
1130
1130
  bytes9?: undefined;
1131
1131
  bytes10?: undefined;
1132
+ bytes16?: undefined;
1132
1133
  bytes20?: undefined;
1133
1134
  bytes12?: undefined;
1134
1135
  bytes13?: undefined;
1135
1136
  bytes14?: undefined;
1136
1137
  bytes15?: undefined;
1137
- bytes16?: undefined;
1138
1138
  bytes17?: undefined;
1139
1139
  bytes18?: undefined;
1140
1140
  bytes19?: undefined;
@@ -1552,12 +1552,12 @@ export declare const optionArgsSchema: z.ZodObject<{
1552
1552
  [x: `bytes8[${string}]`]: undefined;
1553
1553
  [x: `bytes9[${string}]`]: undefined;
1554
1554
  [x: `bytes10[${string}]`]: undefined;
1555
+ [x: `bytes16[${string}]`]: undefined;
1555
1556
  [x: `bytes20[${string}]`]: undefined;
1556
1557
  [x: `bytes12[${string}]`]: undefined;
1557
1558
  [x: `bytes13[${string}]`]: undefined;
1558
1559
  [x: `bytes14[${string}]`]: undefined;
1559
1560
  [x: `bytes15[${string}]`]: undefined;
1560
- [x: `bytes16[${string}]`]: undefined;
1561
1561
  [x: `bytes17[${string}]`]: undefined;
1562
1562
  [x: `bytes18[${string}]`]: undefined;
1563
1563
  [x: `bytes19[${string}]`]: undefined;
@@ -1654,12 +1654,12 @@ export declare const optionArgsSchema: z.ZodObject<{
1654
1654
  bytes8?: undefined;
1655
1655
  bytes9?: undefined;
1656
1656
  bytes10?: undefined;
1657
+ bytes16?: undefined;
1657
1658
  bytes20?: undefined;
1658
1659
  bytes12?: undefined;
1659
1660
  bytes13?: undefined;
1660
1661
  bytes14?: undefined;
1661
1662
  bytes15?: undefined;
1662
- bytes16?: undefined;
1663
1663
  bytes17?: undefined;
1664
1664
  bytes18?: undefined;
1665
1665
  bytes19?: undefined;
@@ -1779,12 +1779,12 @@ export declare const optionArgsSchema: z.ZodObject<{
1779
1779
  [x: `bytes8[${string}]`]: undefined;
1780
1780
  [x: `bytes9[${string}]`]: undefined;
1781
1781
  [x: `bytes10[${string}]`]: undefined;
1782
+ [x: `bytes16[${string}]`]: undefined;
1782
1783
  [x: `bytes20[${string}]`]: undefined;
1783
1784
  [x: `bytes12[${string}]`]: undefined;
1784
1785
  [x: `bytes13[${string}]`]: undefined;
1785
1786
  [x: `bytes14[${string}]`]: undefined;
1786
1787
  [x: `bytes15[${string}]`]: undefined;
1787
- [x: `bytes16[${string}]`]: undefined;
1788
1788
  [x: `bytes17[${string}]`]: undefined;
1789
1789
  [x: `bytes18[${string}]`]: undefined;
1790
1790
  [x: `bytes19[${string}]`]: undefined;
@@ -1881,12 +1881,12 @@ export declare const optionArgsSchema: z.ZodObject<{
1881
1881
  bytes8?: undefined;
1882
1882
  bytes9?: undefined;
1883
1883
  bytes10?: undefined;
1884
+ bytes16?: undefined;
1884
1885
  bytes20?: undefined;
1885
1886
  bytes12?: undefined;
1886
1887
  bytes13?: undefined;
1887
1888
  bytes14?: undefined;
1888
1889
  bytes15?: undefined;
1889
- bytes16?: undefined;
1890
1890
  bytes17?: undefined;
1891
1891
  bytes18?: undefined;
1892
1892
  bytes19?: undefined;
@@ -2001,12 +2001,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2001
2001
  [x: `bytes8[${string}]`]: undefined;
2002
2002
  [x: `bytes9[${string}]`]: undefined;
2003
2003
  [x: `bytes10[${string}]`]: undefined;
2004
+ [x: `bytes16[${string}]`]: undefined;
2004
2005
  [x: `bytes20[${string}]`]: undefined;
2005
2006
  [x: `bytes12[${string}]`]: undefined;
2006
2007
  [x: `bytes13[${string}]`]: undefined;
2007
2008
  [x: `bytes14[${string}]`]: undefined;
2008
2009
  [x: `bytes15[${string}]`]: undefined;
2009
- [x: `bytes16[${string}]`]: undefined;
2010
2010
  [x: `bytes17[${string}]`]: undefined;
2011
2011
  [x: `bytes18[${string}]`]: undefined;
2012
2012
  [x: `bytes19[${string}]`]: undefined;
@@ -2103,12 +2103,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2103
2103
  bytes8?: undefined;
2104
2104
  bytes9?: undefined;
2105
2105
  bytes10?: undefined;
2106
+ bytes16?: undefined;
2106
2107
  bytes20?: undefined;
2107
2108
  bytes12?: undefined;
2108
2109
  bytes13?: undefined;
2109
2110
  bytes14?: undefined;
2110
2111
  bytes15?: undefined;
2111
- bytes16?: undefined;
2112
2112
  bytes17?: undefined;
2113
2113
  bytes18?: undefined;
2114
2114
  bytes19?: undefined;
@@ -2340,12 +2340,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2340
2340
  [x: `bytes8[${string}]`]: undefined;
2341
2341
  [x: `bytes9[${string}]`]: undefined;
2342
2342
  [x: `bytes10[${string}]`]: undefined;
2343
+ [x: `bytes16[${string}]`]: undefined;
2343
2344
  [x: `bytes20[${string}]`]: undefined;
2344
2345
  [x: `bytes12[${string}]`]: undefined;
2345
2346
  [x: `bytes13[${string}]`]: undefined;
2346
2347
  [x: `bytes14[${string}]`]: undefined;
2347
2348
  [x: `bytes15[${string}]`]: undefined;
2348
- [x: `bytes16[${string}]`]: undefined;
2349
2349
  [x: `bytes17[${string}]`]: undefined;
2350
2350
  [x: `bytes18[${string}]`]: undefined;
2351
2351
  [x: `bytes19[${string}]`]: undefined;
@@ -2442,12 +2442,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2442
2442
  bytes8?: undefined;
2443
2443
  bytes9?: undefined;
2444
2444
  bytes10?: undefined;
2445
+ bytes16?: undefined;
2445
2446
  bytes20?: undefined;
2446
2447
  bytes12?: undefined;
2447
2448
  bytes13?: undefined;
2448
2449
  bytes14?: undefined;
2449
2450
  bytes15?: undefined;
2450
- bytes16?: undefined;
2451
2451
  bytes17?: undefined;
2452
2452
  bytes18?: undefined;
2453
2453
  bytes19?: undefined;
@@ -2621,12 +2621,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2621
2621
  [x: `bytes8[${string}]`]: undefined;
2622
2622
  [x: `bytes9[${string}]`]: undefined;
2623
2623
  [x: `bytes10[${string}]`]: undefined;
2624
+ [x: `bytes16[${string}]`]: undefined;
2624
2625
  [x: `bytes20[${string}]`]: undefined;
2625
2626
  [x: `bytes12[${string}]`]: undefined;
2626
2627
  [x: `bytes13[${string}]`]: undefined;
2627
2628
  [x: `bytes14[${string}]`]: undefined;
2628
2629
  [x: `bytes15[${string}]`]: undefined;
2629
- [x: `bytes16[${string}]`]: undefined;
2630
2630
  [x: `bytes17[${string}]`]: undefined;
2631
2631
  [x: `bytes18[${string}]`]: undefined;
2632
2632
  [x: `bytes19[${string}]`]: undefined;
@@ -2723,12 +2723,12 @@ export declare const optionArgsSchema: z.ZodObject<{
2723
2723
  bytes8?: undefined;
2724
2724
  bytes9?: undefined;
2725
2725
  bytes10?: undefined;
2726
+ bytes16?: undefined;
2726
2727
  bytes20?: undefined;
2727
2728
  bytes12?: undefined;
2728
2729
  bytes13?: undefined;
2729
2730
  bytes14?: undefined;
2730
2731
  bytes15?: undefined;
2731
- bytes16?: undefined;
2732
2732
  bytes17?: undefined;
2733
2733
  bytes18?: undefined;
2734
2734
  bytes19?: undefined;