@pimlico/alto 0.0.0-main.20250428T212302 → 0.0.0-main.20250429T151930

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 (386) hide show
  1. package/contracts/EIP712.sol/EIP712.json +1 -0
  2. package/contracts/ERC165.sol/ERC165.json +1 -0
  3. package/contracts/Eip7702Support.sol/Eip7702Support.json +1 -0
  4. package/contracts/EntryPoint.sol/EntryPoint.json +1 -0
  5. package/contracts/EntryPointCodeOverride.sol/EntryPointCodeOverride.json +1 -0
  6. package/contracts/EntryPointSimulations.sol/EntryPointSimulations.json +1 -0
  7. package/contracts/Exec.sol/Exec.json +1 -0
  8. package/contracts/IAccount.sol/IAccount.json +1 -0
  9. package/contracts/IAccountExecute.sol/IAccountExecute.json +1 -0
  10. package/contracts/IAggregator.sol/IAggregator.json +1 -0
  11. package/contracts/IERC165.sol/IERC165.json +1 -0
  12. package/contracts/IERC5267.sol/IERC5267.json +1 -0
  13. package/contracts/IEntryPoint.sol/IEntryPoint.json +1 -0
  14. package/contracts/IEntryPointSimulations.sol/IEntryPointSimulations.json +1 -0
  15. package/contracts/INonceManager.sol/INonceManager.json +1 -0
  16. package/contracts/IPaymaster.sol/IPaymaster.json +1 -0
  17. package/contracts/ISenderCreator.sol/ISenderCreator.json +1 -0
  18. package/contracts/IStakeManager.sol/IStakeManager.json +1 -0
  19. package/contracts/Math.sol/Math.json +1 -0
  20. package/contracts/MessageHashUtils.sol/MessageHashUtils.json +1 -0
  21. package/contracts/NonceManager.sol/NonceManager.json +1 -0
  22. package/contracts/Panic.sol/Panic.json +1 -0
  23. package/contracts/PimlicoEntryPointSimulationsV7.sol/PimlicoEntryPointSimulationsV7.json +1 -0
  24. package/contracts/PimlicoEntryPointSimulationsV8.sol/PimlicoEntryPointSimulationsV8.json +1 -0
  25. package/contracts/ReentrancyGuard.sol/ReentrancyGuard.json +1 -0
  26. package/contracts/ReentrancyGuardTransient.sol/ReentrancyGuardTransient.json +1 -0
  27. package/contracts/SafeCast.sol/SafeCast.json +1 -0
  28. package/contracts/SenderCreator.sol/SenderCreator.json +1 -0
  29. package/contracts/ShortStrings.sol/ShortStrings.json +1 -0
  30. package/contracts/SignedMath.sol/SignedMath.json +1 -0
  31. package/contracts/StakeManager.sol/StakeManager.json +1 -0
  32. package/contracts/StorageSlot.sol/StorageSlot.json +1 -0
  33. package/contracts/Strings.sol/Strings.json +1 -0
  34. package/contracts/TransientSlot.sol/TransientSlot.json +1 -0
  35. package/contracts/UserOperation.sol/UserOperationLib.json +1 -0
  36. package/contracts/UserOperationLib.sol/UserOperationLib.json +1 -0
  37. package/contracts/build-info/0c52dc19c74a9a932ddddcca463ce398.json +1 -0
  38. package/contracts/build-info/a1d9af887789a0ade8ffbc8b045f0780.json +1 -0
  39. package/contracts/interfaces/IEntryPoint.sol/IEntryPoint.json +1 -0
  40. package/esm/cli/deploySimulationsContract.js +14 -5
  41. package/esm/cli/deploySimulationsContract.js.map +1 -1
  42. package/esm/cli/handler.js +4 -0
  43. package/esm/cli/handler.js.map +1 -1
  44. package/package.json +2 -1
  45. package/lib/cli/alto.d.ts +0 -7
  46. package/lib/cli/alto.js +0 -141
  47. package/lib/cli/alto.js.map +0 -1
  48. package/lib/cli/config/bundler.d.ts +0 -2872
  49. package/lib/cli/config/bundler.js +0 -242
  50. package/lib/cli/config/bundler.js.map +0 -1
  51. package/lib/cli/config/index.d.ts +0 -3
  52. package/lib/cli/config/index.js +0 -19
  53. package/lib/cli/config/index.js.map +0 -1
  54. package/lib/cli/config/options.d.ts +0 -13
  55. package/lib/cli/config/options.js +0 -587
  56. package/lib/cli/config/options.js.map +0 -1
  57. package/lib/cli/customTransport.d.ts +0 -14
  58. package/lib/cli/customTransport.js +0 -94
  59. package/lib/cli/customTransport.js.map +0 -1
  60. package/lib/cli/deploySimulationsContract.d.ts +0 -13
  61. package/lib/cli/deploySimulationsContract.js +0 -100
  62. package/lib/cli/deploySimulationsContract.js.map +0 -1
  63. package/lib/cli/handler.d.ts +0 -3
  64. package/lib/cli/handler.js +0 -157
  65. package/lib/cli/handler.js.map +0 -1
  66. package/lib/cli/index.d.ts +0 -4
  67. package/lib/cli/index.js +0 -20
  68. package/lib/cli/index.js.map +0 -1
  69. package/lib/cli/instrumentation.d.ts +0 -2
  70. package/lib/cli/instrumentation.js +0 -47
  71. package/lib/cli/instrumentation.js.map +0 -1
  72. package/lib/cli/parseArgs.d.ts +0 -8
  73. package/lib/cli/parseArgs.js +0 -25
  74. package/lib/cli/parseArgs.js.map +0 -1
  75. package/lib/cli/setupServer.d.ts +0 -13
  76. package/lib/cli/setupServer.js +0 -266
  77. package/lib/cli/setupServer.js.map +0 -1
  78. package/lib/cli/util.d.ts +0 -22
  79. package/lib/cli/util.js +0 -34
  80. package/lib/cli/util.js.map +0 -1
  81. package/lib/createConfig.d.ts +0 -16
  82. package/lib/createConfig.js +0 -13
  83. package/lib/createConfig.js.map +0 -1
  84. package/lib/executor/executor.d.ts +0 -65
  85. package/lib/executor/executor.js +0 -301
  86. package/lib/executor/executor.js.map +0 -1
  87. package/lib/executor/executorManager.d.ts +0 -108
  88. package/lib/executor/executorManager.js +0 -702
  89. package/lib/executor/executorManager.js.map +0 -1
  90. package/lib/executor/fastlane.d.ts +0 -9
  91. package/lib/executor/fastlane.js +0 -41
  92. package/lib/executor/fastlane.js.map +0 -1
  93. package/lib/executor/filterOpsAndEStimateGas.d.ts +0 -29
  94. package/lib/executor/filterOpsAndEStimateGas.js +0 -225
  95. package/lib/executor/filterOpsAndEStimateGas.js.map +0 -1
  96. package/lib/executor/index.d.ts +0 -5
  97. package/lib/executor/index.js +0 -21
  98. package/lib/executor/index.js.map +0 -1
  99. package/lib/executor/senderManager/createMemorySenderManager.d.ts +0 -8
  100. package/lib/executor/senderManager/createMemorySenderManager.js +0 -45
  101. package/lib/executor/senderManager/createMemorySenderManager.js.map +0 -1
  102. package/lib/executor/senderManager/createRedisSenderManager.d.ts +0 -8
  103. package/lib/executor/senderManager/createRedisSenderManager.js +0 -85
  104. package/lib/executor/senderManager/createRedisSenderManager.js.map +0 -1
  105. package/lib/executor/senderManager/flushOnStartUp.d.ts +0 -9
  106. package/lib/executor/senderManager/flushOnStartUp.js +0 -37
  107. package/lib/executor/senderManager/flushOnStartUp.js.map +0 -1
  108. package/lib/executor/senderManager/index.d.ts +0 -15
  109. package/lib/executor/senderManager/index.js +0 -25
  110. package/lib/executor/senderManager/index.js.map +0 -1
  111. package/lib/executor/senderManager/validateAndRefill.d.ts +0 -11
  112. package/lib/executor/senderManager/validateAndRefill.js +0 -115
  113. package/lib/executor/senderManager/validateAndRefill.js.map +0 -1
  114. package/lib/executor/utilityWalletMonitor.d.ts +0 -19
  115. package/lib/executor/utilityWalletMonitor.js +0 -42
  116. package/lib/executor/utilityWalletMonitor.js.map +0 -1
  117. package/lib/executor/utils.d.ts +0 -34
  118. package/lib/executor/utils.js +0 -167
  119. package/lib/executor/utils.js.map +0 -1
  120. package/lib/handlers/arbitrumGasPriceManager.d.ts +0 -14
  121. package/lib/handlers/arbitrumGasPriceManager.js +0 -39
  122. package/lib/handlers/arbitrumGasPriceManager.js.map +0 -1
  123. package/lib/handlers/eventManager.d.ts +0 -29
  124. package/lib/handlers/eventManager.js +0 -225
  125. package/lib/handlers/eventManager.js.map +0 -1
  126. package/lib/handlers/gasPriceManager.d.ts +0 -36
  127. package/lib/handlers/gasPriceManager.js +0 -391
  128. package/lib/handlers/gasPriceManager.js.map +0 -1
  129. package/lib/handlers/index.d.ts +0 -3
  130. package/lib/handlers/index.js +0 -19
  131. package/lib/handlers/index.js.map +0 -1
  132. package/lib/handlers/mantleGasPriceManager.d.ts +0 -23
  133. package/lib/handlers/mantleGasPriceManager.js +0 -44
  134. package/lib/handlers/mantleGasPriceManager.js.map +0 -1
  135. package/lib/handlers/optimismManager.d.ts +0 -10
  136. package/lib/handlers/optimismManager.js +0 -21
  137. package/lib/handlers/optimismManager.js.map +0 -1
  138. package/lib/index.d.ts +0 -2
  139. package/lib/index.js +0 -4
  140. package/lib/index.js.map +0 -1
  141. package/lib/mempool/index.d.ts +0 -4
  142. package/lib/mempool/index.js +0 -20
  143. package/lib/mempool/index.js.map +0 -1
  144. package/lib/mempool/mempool.d.ts +0 -191
  145. package/lib/mempool/mempool.js +0 -499
  146. package/lib/mempool/mempool.js.map +0 -1
  147. package/lib/mempool/monitoring.d.ts +0 -14
  148. package/lib/mempool/monitoring.js +0 -101
  149. package/lib/mempool/monitoring.js.map +0 -1
  150. package/lib/mempool/reputationManager.d.ts +0 -121
  151. package/lib/mempool/reputationManager.js +0 -472
  152. package/lib/mempool/reputationManager.js.map +0 -1
  153. package/lib/rpc/createMethodHandler.d.ts +0 -31
  154. package/lib/rpc/createMethodHandler.js +0 -34
  155. package/lib/rpc/createMethodHandler.js.map +0 -1
  156. package/lib/rpc/estimation/gasEstimationHandler.d.ts +0 -30
  157. package/lib/rpc/estimation/gasEstimationHandler.js +0 -50
  158. package/lib/rpc/estimation/gasEstimationHandler.js.map +0 -1
  159. package/lib/rpc/estimation/gasEstimationsV06.d.ts +0 -19
  160. package/lib/rpc/estimation/gasEstimationsV06.js +0 -148
  161. package/lib/rpc/estimation/gasEstimationsV06.js.map +0 -1
  162. package/lib/rpc/estimation/gasEstimationsV07.d.ts +0 -101
  163. package/lib/rpc/estimation/gasEstimationsV07.js +0 -727
  164. package/lib/rpc/estimation/gasEstimationsV07.js.map +0 -1
  165. package/lib/rpc/estimation/types.d.ts +0 -120
  166. package/lib/rpc/estimation/types.js +0 -125
  167. package/lib/rpc/estimation/types.js.map +0 -1
  168. package/lib/rpc/index.d.ts +0 -4
  169. package/lib/rpc/index.js +0 -20
  170. package/lib/rpc/index.js.map +0 -1
  171. package/lib/rpc/methods/debug_bundler_clearReputation.d.ts +0 -22
  172. package/lib/rpc/methods/debug_bundler_clearReputation.js +0 -15
  173. package/lib/rpc/methods/debug_bundler_clearReputation.js.map +0 -1
  174. package/lib/rpc/methods/debug_bundler_clearState.d.ts +0 -22
  175. package/lib/rpc/methods/debug_bundler_clearState.js +0 -16
  176. package/lib/rpc/methods/debug_bundler_clearState.js.map +0 -1
  177. package/lib/rpc/methods/debug_bundler_dumpMempool.d.ts +0 -973
  178. package/lib/rpc/methods/debug_bundler_dumpMempool.js +0 -16
  179. package/lib/rpc/methods/debug_bundler_dumpMempool.js.map +0 -1
  180. package/lib/rpc/methods/debug_bundler_dumpReputation.d.ts +0 -57
  181. package/lib/rpc/methods/debug_bundler_dumpReputation.js +0 -16
  182. package/lib/rpc/methods/debug_bundler_dumpReputation.js.map +0 -1
  183. package/lib/rpc/methods/debug_bundler_getStakeStatus.d.ts +0 -79
  184. package/lib/rpc/methods/debug_bundler_getStakeStatus.js +0 -25
  185. package/lib/rpc/methods/debug_bundler_getStakeStatus.js.map +0 -1
  186. package/lib/rpc/methods/debug_bundler_sendBundleNow.d.ts +0 -22
  187. package/lib/rpc/methods/debug_bundler_sendBundleNow.js +0 -15
  188. package/lib/rpc/methods/debug_bundler_sendBundleNow.js.map +0 -1
  189. package/lib/rpc/methods/debug_bundler_setBundlingMode.d.ts +0 -22
  190. package/lib/rpc/methods/debug_bundler_setBundlingMode.js +0 -16
  191. package/lib/rpc/methods/debug_bundler_setBundlingMode.js.map +0 -1
  192. package/lib/rpc/methods/debug_bundler_setReputation.d.ts +0 -46
  193. package/lib/rpc/methods/debug_bundler_setReputation.js +0 -16
  194. package/lib/rpc/methods/debug_bundler_setReputation.js.map +0 -1
  195. package/lib/rpc/methods/eth_chainId.d.ts +0 -22
  196. package/lib/rpc/methods/eth_chainId.js +0 -13
  197. package/lib/rpc/methods/eth_chainId.js.map +0 -1
  198. package/lib/rpc/methods/eth_estimateUserOperationGas.d.ts +0 -1891
  199. package/lib/rpc/methods/eth_estimateUserOperationGas.js +0 -26
  200. package/lib/rpc/methods/eth_estimateUserOperationGas.js.map +0 -1
  201. package/lib/rpc/methods/eth_getUserOperationByHash.d.ts +0 -1775
  202. package/lib/rpc/methods/eth_getUserOperationByHash.js +0 -101
  203. package/lib/rpc/methods/eth_getUserOperationByHash.js.map +0 -1
  204. package/lib/rpc/methods/eth_getUserOperationReceipt.d.ts +0 -412
  205. package/lib/rpc/methods/eth_getUserOperationReceipt.js +0 -14
  206. package/lib/rpc/methods/eth_getUserOperationReceipt.js.map +0 -1
  207. package/lib/rpc/methods/eth_sendUserOperation.d.ts +0 -878
  208. package/lib/rpc/methods/eth_sendUserOperation.js +0 -44
  209. package/lib/rpc/methods/eth_sendUserOperation.js.map +0 -1
  210. package/lib/rpc/methods/eth_supportedEntryPoints.d.ts +0 -22
  211. package/lib/rpc/methods/eth_supportedEntryPoints.js +0 -13
  212. package/lib/rpc/methods/eth_supportedEntryPoints.js.map +0 -1
  213. package/lib/rpc/methods/index.d.ts +0 -3
  214. package/lib/rpc/methods/index.js +0 -44
  215. package/lib/rpc/methods/index.js.map +0 -1
  216. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.d.ts +0 -131
  217. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js +0 -33
  218. package/lib/rpc/methods/pimlico_getUserOperationGasPrice.js.map +0 -1
  219. package/lib/rpc/methods/pimlico_getUserOperationStatus.d.ts +0 -43
  220. package/lib/rpc/methods/pimlico_getUserOperationStatus.js +0 -14
  221. package/lib/rpc/methods/pimlico_getUserOperationStatus.js.map +0 -1
  222. package/lib/rpc/methods/pimlico_sendUserOperationNow.d.ts +0 -1268
  223. package/lib/rpc/methods/pimlico_sendUserOperationNow.js +0 -55
  224. package/lib/rpc/methods/pimlico_sendUserOperationNow.js.map +0 -1
  225. package/lib/rpc/rpcHandler.d.ts +0 -75
  226. package/lib/rpc/rpcHandler.js +0 -391
  227. package/lib/rpc/rpcHandler.js.map +0 -1
  228. package/lib/rpc/server.d.ts +0 -26
  229. package/lib/rpc/server.js +0 -283
  230. package/lib/rpc/server.js.map +0 -1
  231. package/lib/rpc/validation/BundlerCollectorTracerV06.d.ts +0 -102
  232. package/lib/rpc/validation/BundlerCollectorTracerV06.js +0 -262
  233. package/lib/rpc/validation/BundlerCollectorTracerV06.js.map +0 -1
  234. package/lib/rpc/validation/BundlerCollectorTracerV07.d.ts +0 -102
  235. package/lib/rpc/validation/BundlerCollectorTracerV07.js +0 -261
  236. package/lib/rpc/validation/BundlerCollectorTracerV07.js.map +0 -1
  237. package/lib/rpc/validation/SafeValidator.d.ts +0 -51
  238. package/lib/rpc/validation/SafeValidator.js +0 -327
  239. package/lib/rpc/validation/SafeValidator.js.map +0 -1
  240. package/lib/rpc/validation/TracerResultParserV06.d.ts +0 -13
  241. package/lib/rpc/validation/TracerResultParserV06.js +0 -582
  242. package/lib/rpc/validation/TracerResultParserV06.js.map +0 -1
  243. package/lib/rpc/validation/TracerResultParserV07.d.ts +0 -33
  244. package/lib/rpc/validation/TracerResultParserV07.js +0 -599
  245. package/lib/rpc/validation/TracerResultParserV07.js.map +0 -1
  246. package/lib/rpc/validation/UnsafeValidator.d.ts +0 -97
  247. package/lib/rpc/validation/UnsafeValidator.js +0 -303
  248. package/lib/rpc/validation/UnsafeValidator.js.map +0 -1
  249. package/lib/rpc/validation/index.d.ts +0 -3
  250. package/lib/rpc/validation/index.js +0 -19
  251. package/lib/rpc/validation/index.js.map +0 -1
  252. package/lib/rpc/validation/tracer.d.ts +0 -125
  253. package/lib/rpc/validation/tracer.js +0 -112
  254. package/lib/rpc/validation/tracer.js.map +0 -1
  255. package/lib/store/createMemoryOutstandingStore.d.ts +0 -28
  256. package/lib/store/createMemoryOutstandingStore.js +0 -236
  257. package/lib/store/createMemoryOutstandingStore.js.map +0 -1
  258. package/lib/store/createMempoolStore.d.ts +0 -8
  259. package/lib/store/createMempoolStore.js +0 -199
  260. package/lib/store/createMempoolStore.js.map +0 -1
  261. package/lib/store/createRedisOutstandingStore.d.ts +0 -27
  262. package/lib/store/createRedisOutstandingStore.js +0 -349
  263. package/lib/store/createRedisOutstandingStore.js.map +0 -1
  264. package/lib/store/createRedisStore.d.ts +0 -9
  265. package/lib/store/createRedisStore.js +0 -138
  266. package/lib/store/createRedisStore.js.map +0 -1
  267. package/lib/store/createStore.d.ts +0 -6
  268. package/lib/store/createStore.js +0 -70
  269. package/lib/store/createStore.js.map +0 -1
  270. package/lib/store/index.d.ts +0 -81
  271. package/lib/store/index.js +0 -6
  272. package/lib/store/index.js.map +0 -1
  273. package/lib/types/contracts/ArbitrumL1FeeAbi.d.ts +0 -32
  274. package/lib/types/contracts/ArbitrumL1FeeAbi.js +0 -45
  275. package/lib/types/contracts/ArbitrumL1FeeAbi.js.map +0 -1
  276. package/lib/types/contracts/CallEngine.d.ts +0 -28
  277. package/lib/types/contracts/CallEngine.js +0 -40
  278. package/lib/types/contracts/CallEngine.js.map +0 -1
  279. package/lib/types/contracts/CodeHashGetter.d.ts +0 -37
  280. package/lib/types/contracts/CodeHashGetter.js +0 -48
  281. package/lib/types/contracts/CodeHashGetter.js.map +0 -1
  282. package/lib/types/contracts/EntryPoint.d.ts +0 -1789
  283. package/lib/types/contracts/EntryPoint.js +0 -2307
  284. package/lib/types/contracts/EntryPoint.js.map +0 -1
  285. package/lib/types/contracts/EntryPointSimulationsV6.d.ts +0 -34
  286. package/lib/types/contracts/EntryPointSimulationsV6.js +0 -51
  287. package/lib/types/contracts/EntryPointSimulationsV6.js.map +0 -1
  288. package/lib/types/contracts/EntryPointSimulationsV7.d.ts +0 -2076
  289. package/lib/types/contracts/EntryPointSimulationsV7.js +0 -2678
  290. package/lib/types/contracts/EntryPointSimulationsV7.js.map +0 -1
  291. package/lib/types/contracts/IAccountExecute.d.ts +0 -53
  292. package/lib/types/contracts/IAccountExecute.js +0 -71
  293. package/lib/types/contracts/IAccountExecute.js.map +0 -1
  294. package/lib/types/contracts/IPaymaster.d.ts +0 -3
  295. package/lib/types/contracts/IPaymaster.js +0 -120
  296. package/lib/types/contracts/IPaymaster.js.map +0 -1
  297. package/lib/types/contracts/MantleBvmGasPriceOracle.d.ts +0 -219
  298. package/lib/types/contracts/MantleBvmGasPriceOracle.js +0 -180
  299. package/lib/types/contracts/MantleBvmGasPriceOracle.js.map +0 -1
  300. package/lib/types/contracts/OpL1FeeAbi.d.ts +0 -114
  301. package/lib/types/contracts/OpL1FeeAbi.js +0 -77
  302. package/lib/types/contracts/OpL1FeeAbi.js.map +0 -1
  303. package/lib/types/contracts/PimlicoEntryPointSimulations.d.ts +0 -25
  304. package/lib/types/contracts/PimlicoEntryPointSimulations.js +0 -42
  305. package/lib/types/contracts/PimlicoEntryPointSimulations.js.map +0 -1
  306. package/lib/types/contracts/SenderCreator.d.ts +0 -4
  307. package/lib/types/contracts/SenderCreator.js +0 -26
  308. package/lib/types/contracts/SenderCreator.js.map +0 -1
  309. package/lib/types/contracts/SimpleAccountFactory.d.ts +0 -57
  310. package/lib/types/contracts/SimpleAccountFactory.js +0 -79
  311. package/lib/types/contracts/SimpleAccountFactory.js.map +0 -1
  312. package/lib/types/contracts/TestOpcodesAccount.d.ts +0 -4
  313. package/lib/types/contracts/TestOpcodesAccount.js +0 -284
  314. package/lib/types/contracts/TestOpcodesAccount.js.map +0 -1
  315. package/lib/types/contracts/TestOpcodesAccountFactory.d.ts +0 -4
  316. package/lib/types/contracts/TestOpcodesAccountFactory.js +0 -26
  317. package/lib/types/contracts/TestOpcodesAccountFactory.js.map +0 -1
  318. package/lib/types/contracts/TestStorageAccount.d.ts +0 -4
  319. package/lib/types/contracts/TestStorageAccount.js +0 -316
  320. package/lib/types/contracts/TestStorageAccount.js.map +0 -1
  321. package/lib/types/contracts/index.d.ts +0 -17
  322. package/lib/types/contracts/index.js +0 -33
  323. package/lib/types/contracts/index.js.map +0 -1
  324. package/lib/types/gasPrice.d.ts +0 -110
  325. package/lib/types/gasPrice.js +0 -55
  326. package/lib/types/gasPrice.js.map +0 -1
  327. package/lib/types/index.d.ts +0 -11
  328. package/lib/types/index.js +0 -27
  329. package/lib/types/index.js.map +0 -1
  330. package/lib/types/interfaces.d.ts +0 -58
  331. package/lib/types/interfaces.js +0 -3
  332. package/lib/types/interfaces.js.map +0 -1
  333. package/lib/types/mempool.d.ts +0 -60
  334. package/lib/types/mempool.js +0 -11
  335. package/lib/types/mempool.js.map +0 -1
  336. package/lib/types/schemas.d.ts +0 -20785
  337. package/lib/types/schemas.js +0 -679
  338. package/lib/types/schemas.js.map +0 -1
  339. package/lib/types/utils.d.ts +0 -25
  340. package/lib/types/utils.js +0 -35
  341. package/lib/types/utils.js.map +0 -1
  342. package/lib/types/validation.d.ts +0 -14327
  343. package/lib/types/validation.js +0 -312
  344. package/lib/types/validation.js.map +0 -1
  345. package/lib/utils/asyncTimeout.d.ts +0 -5
  346. package/lib/utils/asyncTimeout.js +0 -51
  347. package/lib/utils/asyncTimeout.js.map +0 -1
  348. package/lib/utils/bigInt.d.ts +0 -8
  349. package/lib/utils/bigInt.js +0 -24
  350. package/lib/utils/bigInt.js.map +0 -1
  351. package/lib/utils/eip7702.d.ts +0 -4
  352. package/lib/utils/eip7702.js +0 -21
  353. package/lib/utils/eip7702.js.map +0 -1
  354. package/lib/utils/fastify-rpc-decorators.d.ts +0 -19
  355. package/lib/utils/fastify-rpc-decorators.js +0 -23
  356. package/lib/utils/fastify-rpc-decorators.js.map +0 -1
  357. package/lib/utils/helpers.d.ts +0 -15
  358. package/lib/utils/helpers.js +0 -59
  359. package/lib/utils/helpers.js.map +0 -1
  360. package/lib/utils/index.d.ts +0 -9
  361. package/lib/utils/index.js +0 -24
  362. package/lib/utils/index.js.map +0 -1
  363. package/lib/utils/logger.d.ts +0 -6
  364. package/lib/utils/logger.js +0 -85
  365. package/lib/utils/logger.js.map +0 -1
  366. package/lib/utils/metrics.d.ts +0 -29
  367. package/lib/utils/metrics.js +0 -199
  368. package/lib/utils/metrics.js.map +0 -1
  369. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.d.ts +0 -6
  370. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js +0 -57
  371. package/lib/utils/minMaxQueue/createMemoryMinMaxQueue.js.map +0 -1
  372. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.d.ts +0 -7
  373. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js +0 -105
  374. package/lib/utils/minMaxQueue/createRedisMinMaxQueue.js.map +0 -1
  375. package/lib/utils/minMaxQueue/index.d.ts +0 -12
  376. package/lib/utils/minMaxQueue/index.js +0 -16
  377. package/lib/utils/minMaxQueue/index.js.map +0 -1
  378. package/lib/utils/rpc-reply.d.ts +0 -16
  379. package/lib/utils/rpc-reply.js +0 -41
  380. package/lib/utils/rpc-reply.js.map +0 -1
  381. package/lib/utils/userop.d.ts +0 -138
  382. package/lib/utils/userop.js +0 -620
  383. package/lib/utils/userop.js.map +0 -1
  384. package/lib/utils/validation.d.ts +0 -76
  385. package/lib/utils/validation.js +0 -491
  386. package/lib/utils/validation.js.map +0 -1
@@ -1,1789 +0,0 @@
1
- export declare const EntryPointV06Abi: readonly [{
2
- readonly inputs: readonly [{
3
- readonly internalType: "uint256";
4
- readonly name: "preOpGas";
5
- readonly type: "uint256";
6
- }, {
7
- readonly internalType: "uint256";
8
- readonly name: "paid";
9
- readonly type: "uint256";
10
- }, {
11
- readonly internalType: "uint48";
12
- readonly name: "validAfter";
13
- readonly type: "uint48";
14
- }, {
15
- readonly internalType: "uint48";
16
- readonly name: "validUntil";
17
- readonly type: "uint48";
18
- }, {
19
- readonly internalType: "bool";
20
- readonly name: "targetSuccess";
21
- readonly type: "bool";
22
- }, {
23
- readonly internalType: "bytes";
24
- readonly name: "targetResult";
25
- readonly type: "bytes";
26
- }];
27
- readonly name: "ExecutionResult";
28
- readonly type: "error";
29
- }, {
30
- readonly inputs: readonly [{
31
- readonly internalType: "uint256";
32
- readonly name: "opIndex";
33
- readonly type: "uint256";
34
- }, {
35
- readonly internalType: "string";
36
- readonly name: "reason";
37
- readonly type: "string";
38
- }];
39
- readonly name: "FailedOp";
40
- readonly type: "error";
41
- }, {
42
- readonly inputs: readonly [{
43
- readonly internalType: "uint256";
44
- readonly name: "opIndex";
45
- readonly type: "uint256";
46
- }, {
47
- readonly internalType: "string";
48
- readonly name: "reason";
49
- readonly type: "string";
50
- }, {
51
- readonly internalType: "bytes";
52
- readonly name: "inner";
53
- readonly type: "bytes";
54
- }];
55
- readonly name: "FailedOpWithRevert";
56
- readonly type: "error";
57
- }, {
58
- readonly inputs: readonly [{
59
- readonly internalType: "address";
60
- readonly name: "sender";
61
- readonly type: "address";
62
- }];
63
- readonly name: "SenderAddressResult";
64
- readonly type: "error";
65
- }, {
66
- readonly inputs: readonly [{
67
- readonly internalType: "address";
68
- readonly name: "aggregator";
69
- readonly type: "address";
70
- }];
71
- readonly name: "SignatureValidationFailed";
72
- readonly type: "error";
73
- }, {
74
- readonly inputs: readonly [{
75
- readonly components: readonly [{
76
- readonly internalType: "uint256";
77
- readonly name: "preOpGas";
78
- readonly type: "uint256";
79
- }, {
80
- readonly internalType: "uint256";
81
- readonly name: "prefund";
82
- readonly type: "uint256";
83
- }, {
84
- readonly internalType: "bool";
85
- readonly name: "sigFailed";
86
- readonly type: "bool";
87
- }, {
88
- readonly internalType: "uint48";
89
- readonly name: "validAfter";
90
- readonly type: "uint48";
91
- }, {
92
- readonly internalType: "uint48";
93
- readonly name: "validUntil";
94
- readonly type: "uint48";
95
- }, {
96
- readonly internalType: "bytes";
97
- readonly name: "paymasterContext";
98
- readonly type: "bytes";
99
- }];
100
- readonly internalType: "struct IEntryPoint.ReturnInfo";
101
- readonly name: "returnInfo";
102
- readonly type: "tuple";
103
- }, {
104
- readonly components: readonly [{
105
- readonly internalType: "uint256";
106
- readonly name: "stake";
107
- readonly type: "uint256";
108
- }, {
109
- readonly internalType: "uint256";
110
- readonly name: "unstakeDelaySec";
111
- readonly type: "uint256";
112
- }];
113
- readonly internalType: "struct IStakeManager.StakeInfo";
114
- readonly name: "senderInfo";
115
- readonly type: "tuple";
116
- }, {
117
- readonly components: readonly [{
118
- readonly internalType: "uint256";
119
- readonly name: "stake";
120
- readonly type: "uint256";
121
- }, {
122
- readonly internalType: "uint256";
123
- readonly name: "unstakeDelaySec";
124
- readonly type: "uint256";
125
- }];
126
- readonly internalType: "struct IStakeManager.StakeInfo";
127
- readonly name: "factoryInfo";
128
- readonly type: "tuple";
129
- }, {
130
- readonly components: readonly [{
131
- readonly internalType: "uint256";
132
- readonly name: "stake";
133
- readonly type: "uint256";
134
- }, {
135
- readonly internalType: "uint256";
136
- readonly name: "unstakeDelaySec";
137
- readonly type: "uint256";
138
- }];
139
- readonly internalType: "struct IStakeManager.StakeInfo";
140
- readonly name: "paymasterInfo";
141
- readonly type: "tuple";
142
- }];
143
- readonly name: "ValidationResult";
144
- readonly type: "error";
145
- }, {
146
- readonly inputs: readonly [{
147
- readonly components: readonly [{
148
- readonly internalType: "uint256";
149
- readonly name: "preOpGas";
150
- readonly type: "uint256";
151
- }, {
152
- readonly internalType: "uint256";
153
- readonly name: "prefund";
154
- readonly type: "uint256";
155
- }, {
156
- readonly internalType: "bool";
157
- readonly name: "sigFailed";
158
- readonly type: "bool";
159
- }, {
160
- readonly internalType: "uint48";
161
- readonly name: "validAfter";
162
- readonly type: "uint48";
163
- }, {
164
- readonly internalType: "uint48";
165
- readonly name: "validUntil";
166
- readonly type: "uint48";
167
- }, {
168
- readonly internalType: "bytes";
169
- readonly name: "paymasterContext";
170
- readonly type: "bytes";
171
- }];
172
- readonly internalType: "struct IEntryPoint.ReturnInfo";
173
- readonly name: "returnInfo";
174
- readonly type: "tuple";
175
- }, {
176
- readonly components: readonly [{
177
- readonly internalType: "uint256";
178
- readonly name: "stake";
179
- readonly type: "uint256";
180
- }, {
181
- readonly internalType: "uint256";
182
- readonly name: "unstakeDelaySec";
183
- readonly type: "uint256";
184
- }];
185
- readonly internalType: "struct IStakeManager.StakeInfo";
186
- readonly name: "senderInfo";
187
- readonly type: "tuple";
188
- }, {
189
- readonly components: readonly [{
190
- readonly internalType: "uint256";
191
- readonly name: "stake";
192
- readonly type: "uint256";
193
- }, {
194
- readonly internalType: "uint256";
195
- readonly name: "unstakeDelaySec";
196
- readonly type: "uint256";
197
- }];
198
- readonly internalType: "struct IStakeManager.StakeInfo";
199
- readonly name: "factoryInfo";
200
- readonly type: "tuple";
201
- }, {
202
- readonly components: readonly [{
203
- readonly internalType: "uint256";
204
- readonly name: "stake";
205
- readonly type: "uint256";
206
- }, {
207
- readonly internalType: "uint256";
208
- readonly name: "unstakeDelaySec";
209
- readonly type: "uint256";
210
- }];
211
- readonly internalType: "struct IStakeManager.StakeInfo";
212
- readonly name: "paymasterInfo";
213
- readonly type: "tuple";
214
- }, {
215
- readonly components: readonly [{
216
- readonly internalType: "address";
217
- readonly name: "aggregator";
218
- readonly type: "address";
219
- }, {
220
- readonly components: readonly [{
221
- readonly internalType: "uint256";
222
- readonly name: "stake";
223
- readonly type: "uint256";
224
- }, {
225
- readonly internalType: "uint256";
226
- readonly name: "unstakeDelaySec";
227
- readonly type: "uint256";
228
- }];
229
- readonly internalType: "struct IStakeManager.StakeInfo";
230
- readonly name: "stakeInfo";
231
- readonly type: "tuple";
232
- }];
233
- readonly internalType: "struct IEntryPoint.AggregatorStakeInfo";
234
- readonly name: "aggregatorInfo";
235
- readonly type: "tuple";
236
- }];
237
- readonly name: "ValidationResultWithAggregation";
238
- readonly type: "error";
239
- }, {
240
- readonly anonymous: false;
241
- readonly inputs: readonly [{
242
- readonly indexed: true;
243
- readonly internalType: "bytes32";
244
- readonly name: "userOpHash";
245
- readonly type: "bytes32";
246
- }, {
247
- readonly indexed: true;
248
- readonly internalType: "address";
249
- readonly name: "sender";
250
- readonly type: "address";
251
- }, {
252
- readonly indexed: false;
253
- readonly internalType: "address";
254
- readonly name: "factory";
255
- readonly type: "address";
256
- }, {
257
- readonly indexed: false;
258
- readonly internalType: "address";
259
- readonly name: "paymaster";
260
- readonly type: "address";
261
- }];
262
- readonly name: "AccountDeployed";
263
- readonly type: "event";
264
- }, {
265
- readonly anonymous: false;
266
- readonly inputs: readonly [];
267
- readonly name: "BeforeExecution";
268
- readonly type: "event";
269
- }, {
270
- readonly anonymous: false;
271
- readonly inputs: readonly [{
272
- readonly indexed: true;
273
- readonly internalType: "address";
274
- readonly name: "account";
275
- readonly type: "address";
276
- }, {
277
- readonly indexed: false;
278
- readonly internalType: "uint256";
279
- readonly name: "totalDeposit";
280
- readonly type: "uint256";
281
- }];
282
- readonly name: "Deposited";
283
- readonly type: "event";
284
- }, {
285
- readonly anonymous: false;
286
- readonly inputs: readonly [{
287
- readonly indexed: true;
288
- readonly internalType: "address";
289
- readonly name: "aggregator";
290
- readonly type: "address";
291
- }];
292
- readonly name: "SignatureAggregatorChanged";
293
- readonly type: "event";
294
- }, {
295
- readonly anonymous: false;
296
- readonly inputs: readonly [{
297
- readonly indexed: true;
298
- readonly internalType: "address";
299
- readonly name: "account";
300
- readonly type: "address";
301
- }, {
302
- readonly indexed: false;
303
- readonly internalType: "uint256";
304
- readonly name: "totalStaked";
305
- readonly type: "uint256";
306
- }, {
307
- readonly indexed: false;
308
- readonly internalType: "uint256";
309
- readonly name: "unstakeDelaySec";
310
- readonly type: "uint256";
311
- }];
312
- readonly name: "StakeLocked";
313
- readonly type: "event";
314
- }, {
315
- readonly anonymous: false;
316
- readonly inputs: readonly [{
317
- readonly indexed: true;
318
- readonly internalType: "address";
319
- readonly name: "account";
320
- readonly type: "address";
321
- }, {
322
- readonly indexed: false;
323
- readonly internalType: "uint256";
324
- readonly name: "withdrawTime";
325
- readonly type: "uint256";
326
- }];
327
- readonly name: "StakeUnlocked";
328
- readonly type: "event";
329
- }, {
330
- readonly anonymous: false;
331
- readonly inputs: readonly [{
332
- readonly indexed: true;
333
- readonly internalType: "address";
334
- readonly name: "account";
335
- readonly type: "address";
336
- }, {
337
- readonly indexed: false;
338
- readonly internalType: "address";
339
- readonly name: "withdrawAddress";
340
- readonly type: "address";
341
- }, {
342
- readonly indexed: false;
343
- readonly internalType: "uint256";
344
- readonly name: "amount";
345
- readonly type: "uint256";
346
- }];
347
- readonly name: "StakeWithdrawn";
348
- readonly type: "event";
349
- }, {
350
- readonly anonymous: false;
351
- readonly inputs: readonly [{
352
- readonly indexed: true;
353
- readonly internalType: "bytes32";
354
- readonly name: "userOpHash";
355
- readonly type: "bytes32";
356
- }, {
357
- readonly indexed: true;
358
- readonly internalType: "address";
359
- readonly name: "sender";
360
- readonly type: "address";
361
- }, {
362
- readonly indexed: true;
363
- readonly internalType: "address";
364
- readonly name: "paymaster";
365
- readonly type: "address";
366
- }, {
367
- readonly indexed: false;
368
- readonly internalType: "uint256";
369
- readonly name: "nonce";
370
- readonly type: "uint256";
371
- }, {
372
- readonly indexed: false;
373
- readonly internalType: "bool";
374
- readonly name: "success";
375
- readonly type: "bool";
376
- }, {
377
- readonly indexed: false;
378
- readonly internalType: "uint256";
379
- readonly name: "actualGasCost";
380
- readonly type: "uint256";
381
- }, {
382
- readonly indexed: false;
383
- readonly internalType: "uint256";
384
- readonly name: "actualGasUsed";
385
- readonly type: "uint256";
386
- }];
387
- readonly name: "UserOperationEvent";
388
- readonly type: "event";
389
- }, {
390
- readonly anonymous: false;
391
- readonly inputs: readonly [{
392
- readonly indexed: true;
393
- readonly internalType: "bytes32";
394
- readonly name: "userOpHash";
395
- readonly type: "bytes32";
396
- }, {
397
- readonly indexed: true;
398
- readonly internalType: "address";
399
- readonly name: "sender";
400
- readonly type: "address";
401
- }, {
402
- readonly indexed: false;
403
- readonly internalType: "uint256";
404
- readonly name: "nonce";
405
- readonly type: "uint256";
406
- }, {
407
- readonly indexed: false;
408
- readonly internalType: "bytes";
409
- readonly name: "revertReason";
410
- readonly type: "bytes";
411
- }];
412
- readonly name: "UserOperationRevertReason";
413
- readonly type: "event";
414
- }, {
415
- readonly anonymous: false;
416
- readonly inputs: readonly [{
417
- readonly indexed: true;
418
- readonly internalType: "address";
419
- readonly name: "account";
420
- readonly type: "address";
421
- }, {
422
- readonly indexed: false;
423
- readonly internalType: "address";
424
- readonly name: "withdrawAddress";
425
- readonly type: "address";
426
- }, {
427
- readonly indexed: false;
428
- readonly internalType: "uint256";
429
- readonly name: "amount";
430
- readonly type: "uint256";
431
- }];
432
- readonly name: "Withdrawn";
433
- readonly type: "event";
434
- }, {
435
- readonly inputs: readonly [];
436
- readonly name: "SIG_VALIDATION_FAILED";
437
- readonly outputs: readonly [{
438
- readonly internalType: "uint256";
439
- readonly name: "";
440
- readonly type: "uint256";
441
- }];
442
- readonly stateMutability: "view";
443
- readonly type: "function";
444
- }, {
445
- readonly inputs: readonly [{
446
- readonly internalType: "bytes";
447
- readonly name: "initCode";
448
- readonly type: "bytes";
449
- }, {
450
- readonly internalType: "address";
451
- readonly name: "sender";
452
- readonly type: "address";
453
- }, {
454
- readonly internalType: "bytes";
455
- readonly name: "paymasterAndData";
456
- readonly type: "bytes";
457
- }];
458
- readonly name: "_validateSenderAndPaymaster";
459
- readonly outputs: readonly [];
460
- readonly stateMutability: "view";
461
- readonly type: "function";
462
- }, {
463
- readonly inputs: readonly [{
464
- readonly internalType: "uint32";
465
- readonly name: "unstakeDelaySec";
466
- readonly type: "uint32";
467
- }];
468
- readonly name: "addStake";
469
- readonly outputs: readonly [];
470
- readonly stateMutability: "payable";
471
- readonly type: "function";
472
- }, {
473
- readonly inputs: readonly [{
474
- readonly internalType: "address";
475
- readonly name: "account";
476
- readonly type: "address";
477
- }];
478
- readonly name: "balanceOf";
479
- readonly outputs: readonly [{
480
- readonly internalType: "uint256";
481
- readonly name: "";
482
- readonly type: "uint256";
483
- }];
484
- readonly stateMutability: "view";
485
- readonly type: "function";
486
- }, {
487
- readonly inputs: readonly [{
488
- readonly internalType: "address";
489
- readonly name: "account";
490
- readonly type: "address";
491
- }];
492
- readonly name: "depositTo";
493
- readonly outputs: readonly [];
494
- readonly stateMutability: "payable";
495
- readonly type: "function";
496
- }, {
497
- readonly inputs: readonly [{
498
- readonly internalType: "address";
499
- readonly name: "";
500
- readonly type: "address";
501
- }];
502
- readonly name: "deposits";
503
- readonly outputs: readonly [{
504
- readonly internalType: "uint112";
505
- readonly name: "deposit";
506
- readonly type: "uint112";
507
- }, {
508
- readonly internalType: "bool";
509
- readonly name: "staked";
510
- readonly type: "bool";
511
- }, {
512
- readonly internalType: "uint112";
513
- readonly name: "stake";
514
- readonly type: "uint112";
515
- }, {
516
- readonly internalType: "uint32";
517
- readonly name: "unstakeDelaySec";
518
- readonly type: "uint32";
519
- }, {
520
- readonly internalType: "uint48";
521
- readonly name: "withdrawTime";
522
- readonly type: "uint48";
523
- }];
524
- readonly stateMutability: "view";
525
- readonly type: "function";
526
- }, {
527
- readonly inputs: readonly [{
528
- readonly internalType: "address";
529
- readonly name: "account";
530
- readonly type: "address";
531
- }];
532
- readonly name: "getDepositInfo";
533
- readonly outputs: readonly [{
534
- readonly components: readonly [{
535
- readonly internalType: "uint112";
536
- readonly name: "deposit";
537
- readonly type: "uint112";
538
- }, {
539
- readonly internalType: "bool";
540
- readonly name: "staked";
541
- readonly type: "bool";
542
- }, {
543
- readonly internalType: "uint112";
544
- readonly name: "stake";
545
- readonly type: "uint112";
546
- }, {
547
- readonly internalType: "uint32";
548
- readonly name: "unstakeDelaySec";
549
- readonly type: "uint32";
550
- }, {
551
- readonly internalType: "uint48";
552
- readonly name: "withdrawTime";
553
- readonly type: "uint48";
554
- }];
555
- readonly internalType: "struct IStakeManager.DepositInfo";
556
- readonly name: "info";
557
- readonly type: "tuple";
558
- }];
559
- readonly stateMutability: "view";
560
- readonly type: "function";
561
- }, {
562
- readonly inputs: readonly [{
563
- readonly internalType: "address";
564
- readonly name: "sender";
565
- readonly type: "address";
566
- }, {
567
- readonly internalType: "uint192";
568
- readonly name: "key";
569
- readonly type: "uint192";
570
- }];
571
- readonly name: "getNonce";
572
- readonly outputs: readonly [{
573
- readonly internalType: "uint256";
574
- readonly name: "nonce";
575
- readonly type: "uint256";
576
- }];
577
- readonly stateMutability: "view";
578
- readonly type: "function";
579
- }, {
580
- readonly inputs: readonly [{
581
- readonly internalType: "bytes";
582
- readonly name: "initCode";
583
- readonly type: "bytes";
584
- }];
585
- readonly name: "getSenderAddress";
586
- readonly outputs: readonly [];
587
- readonly stateMutability: "nonpayable";
588
- readonly type: "function";
589
- }, {
590
- readonly inputs: readonly [{
591
- readonly components: readonly [{
592
- readonly internalType: "address";
593
- readonly name: "sender";
594
- readonly type: "address";
595
- }, {
596
- readonly internalType: "uint256";
597
- readonly name: "nonce";
598
- readonly type: "uint256";
599
- }, {
600
- readonly internalType: "bytes";
601
- readonly name: "initCode";
602
- readonly type: "bytes";
603
- }, {
604
- readonly internalType: "bytes";
605
- readonly name: "callData";
606
- readonly type: "bytes";
607
- }, {
608
- readonly internalType: "uint256";
609
- readonly name: "callGasLimit";
610
- readonly type: "uint256";
611
- }, {
612
- readonly internalType: "uint256";
613
- readonly name: "verificationGasLimit";
614
- readonly type: "uint256";
615
- }, {
616
- readonly internalType: "uint256";
617
- readonly name: "preVerificationGas";
618
- readonly type: "uint256";
619
- }, {
620
- readonly internalType: "uint256";
621
- readonly name: "maxFeePerGas";
622
- readonly type: "uint256";
623
- }, {
624
- readonly internalType: "uint256";
625
- readonly name: "maxPriorityFeePerGas";
626
- readonly type: "uint256";
627
- }, {
628
- readonly internalType: "bytes";
629
- readonly name: "paymasterAndData";
630
- readonly type: "bytes";
631
- }, {
632
- readonly internalType: "bytes";
633
- readonly name: "signature";
634
- readonly type: "bytes";
635
- }];
636
- readonly internalType: "struct UserOperation";
637
- readonly name: "userOp";
638
- readonly type: "tuple";
639
- }];
640
- readonly name: "getUserOpHash";
641
- readonly outputs: readonly [{
642
- readonly internalType: "bytes32";
643
- readonly name: "";
644
- readonly type: "bytes32";
645
- }];
646
- readonly stateMutability: "view";
647
- readonly type: "function";
648
- }, {
649
- readonly inputs: readonly [{
650
- readonly components: readonly [{
651
- readonly components: readonly [{
652
- readonly internalType: "address";
653
- readonly name: "sender";
654
- readonly type: "address";
655
- }, {
656
- readonly internalType: "uint256";
657
- readonly name: "nonce";
658
- readonly type: "uint256";
659
- }, {
660
- readonly internalType: "bytes";
661
- readonly name: "initCode";
662
- readonly type: "bytes";
663
- }, {
664
- readonly internalType: "bytes";
665
- readonly name: "callData";
666
- readonly type: "bytes";
667
- }, {
668
- readonly internalType: "uint256";
669
- readonly name: "callGasLimit";
670
- readonly type: "uint256";
671
- }, {
672
- readonly internalType: "uint256";
673
- readonly name: "verificationGasLimit";
674
- readonly type: "uint256";
675
- }, {
676
- readonly internalType: "uint256";
677
- readonly name: "preVerificationGas";
678
- readonly type: "uint256";
679
- }, {
680
- readonly internalType: "uint256";
681
- readonly name: "maxFeePerGas";
682
- readonly type: "uint256";
683
- }, {
684
- readonly internalType: "uint256";
685
- readonly name: "maxPriorityFeePerGas";
686
- readonly type: "uint256";
687
- }, {
688
- readonly internalType: "bytes";
689
- readonly name: "paymasterAndData";
690
- readonly type: "bytes";
691
- }, {
692
- readonly internalType: "bytes";
693
- readonly name: "signature";
694
- readonly type: "bytes";
695
- }];
696
- readonly internalType: "struct UserOperation[]";
697
- readonly name: "userOps";
698
- readonly type: "tuple[]";
699
- }, {
700
- readonly internalType: "contract IAggregator";
701
- readonly name: "aggregator";
702
- readonly type: "address";
703
- }, {
704
- readonly internalType: "bytes";
705
- readonly name: "signature";
706
- readonly type: "bytes";
707
- }];
708
- readonly internalType: "struct IEntryPoint.UserOpsPerAggregator[]";
709
- readonly name: "opsPerAggregator";
710
- readonly type: "tuple[]";
711
- }, {
712
- readonly internalType: "address payable";
713
- readonly name: "beneficiary";
714
- readonly type: "address";
715
- }];
716
- readonly name: "handleAggregatedOps";
717
- readonly outputs: readonly [];
718
- readonly stateMutability: "nonpayable";
719
- readonly type: "function";
720
- }, {
721
- readonly inputs: readonly [{
722
- readonly components: readonly [{
723
- readonly internalType: "address";
724
- readonly name: "sender";
725
- readonly type: "address";
726
- }, {
727
- readonly internalType: "uint256";
728
- readonly name: "nonce";
729
- readonly type: "uint256";
730
- }, {
731
- readonly internalType: "bytes";
732
- readonly name: "initCode";
733
- readonly type: "bytes";
734
- }, {
735
- readonly internalType: "bytes";
736
- readonly name: "callData";
737
- readonly type: "bytes";
738
- }, {
739
- readonly internalType: "uint256";
740
- readonly name: "callGasLimit";
741
- readonly type: "uint256";
742
- }, {
743
- readonly internalType: "uint256";
744
- readonly name: "verificationGasLimit";
745
- readonly type: "uint256";
746
- }, {
747
- readonly internalType: "uint256";
748
- readonly name: "preVerificationGas";
749
- readonly type: "uint256";
750
- }, {
751
- readonly internalType: "uint256";
752
- readonly name: "maxFeePerGas";
753
- readonly type: "uint256";
754
- }, {
755
- readonly internalType: "uint256";
756
- readonly name: "maxPriorityFeePerGas";
757
- readonly type: "uint256";
758
- }, {
759
- readonly internalType: "bytes";
760
- readonly name: "paymasterAndData";
761
- readonly type: "bytes";
762
- }, {
763
- readonly internalType: "bytes";
764
- readonly name: "signature";
765
- readonly type: "bytes";
766
- }];
767
- readonly internalType: "struct UserOperation[]";
768
- readonly name: "ops";
769
- readonly type: "tuple[]";
770
- }, {
771
- readonly internalType: "address payable";
772
- readonly name: "beneficiary";
773
- readonly type: "address";
774
- }];
775
- readonly name: "handleOps";
776
- readonly outputs: readonly [];
777
- readonly stateMutability: "nonpayable";
778
- readonly type: "function";
779
- }, {
780
- readonly inputs: readonly [{
781
- readonly internalType: "uint192";
782
- readonly name: "key";
783
- readonly type: "uint192";
784
- }];
785
- readonly name: "incrementNonce";
786
- readonly outputs: readonly [];
787
- readonly stateMutability: "nonpayable";
788
- readonly type: "function";
789
- }, {
790
- readonly inputs: readonly [{
791
- readonly internalType: "bytes";
792
- readonly name: "callData";
793
- readonly type: "bytes";
794
- }, {
795
- readonly components: readonly [{
796
- readonly components: readonly [{
797
- readonly internalType: "address";
798
- readonly name: "sender";
799
- readonly type: "address";
800
- }, {
801
- readonly internalType: "uint256";
802
- readonly name: "nonce";
803
- readonly type: "uint256";
804
- }, {
805
- readonly internalType: "uint256";
806
- readonly name: "callGasLimit";
807
- readonly type: "uint256";
808
- }, {
809
- readonly internalType: "uint256";
810
- readonly name: "verificationGasLimit";
811
- readonly type: "uint256";
812
- }, {
813
- readonly internalType: "uint256";
814
- readonly name: "preVerificationGas";
815
- readonly type: "uint256";
816
- }, {
817
- readonly internalType: "address";
818
- readonly name: "paymaster";
819
- readonly type: "address";
820
- }, {
821
- readonly internalType: "uint256";
822
- readonly name: "maxFeePerGas";
823
- readonly type: "uint256";
824
- }, {
825
- readonly internalType: "uint256";
826
- readonly name: "maxPriorityFeePerGas";
827
- readonly type: "uint256";
828
- }];
829
- readonly internalType: "struct EntryPoint.MemoryUserOp";
830
- readonly name: "mUserOp";
831
- readonly type: "tuple";
832
- }, {
833
- readonly internalType: "bytes32";
834
- readonly name: "userOpHash";
835
- readonly type: "bytes32";
836
- }, {
837
- readonly internalType: "uint256";
838
- readonly name: "prefund";
839
- readonly type: "uint256";
840
- }, {
841
- readonly internalType: "uint256";
842
- readonly name: "contextOffset";
843
- readonly type: "uint256";
844
- }, {
845
- readonly internalType: "uint256";
846
- readonly name: "preOpGas";
847
- readonly type: "uint256";
848
- }];
849
- readonly internalType: "struct EntryPoint.UserOpInfo";
850
- readonly name: "opInfo";
851
- readonly type: "tuple";
852
- }, {
853
- readonly internalType: "bytes";
854
- readonly name: "context";
855
- readonly type: "bytes";
856
- }];
857
- readonly name: "innerHandleOp";
858
- readonly outputs: readonly [{
859
- readonly internalType: "uint256";
860
- readonly name: "actualGasCost";
861
- readonly type: "uint256";
862
- }];
863
- readonly stateMutability: "nonpayable";
864
- readonly type: "function";
865
- }, {
866
- readonly inputs: readonly [{
867
- readonly internalType: "address";
868
- readonly name: "";
869
- readonly type: "address";
870
- }, {
871
- readonly internalType: "uint192";
872
- readonly name: "";
873
- readonly type: "uint192";
874
- }];
875
- readonly name: "nonceSequenceNumber";
876
- readonly outputs: readonly [{
877
- readonly internalType: "uint256";
878
- readonly name: "";
879
- readonly type: "uint256";
880
- }];
881
- readonly stateMutability: "view";
882
- readonly type: "function";
883
- }, {
884
- readonly inputs: readonly [{
885
- readonly components: readonly [{
886
- readonly internalType: "address";
887
- readonly name: "sender";
888
- readonly type: "address";
889
- }, {
890
- readonly internalType: "uint256";
891
- readonly name: "nonce";
892
- readonly type: "uint256";
893
- }, {
894
- readonly internalType: "bytes";
895
- readonly name: "initCode";
896
- readonly type: "bytes";
897
- }, {
898
- readonly internalType: "bytes";
899
- readonly name: "callData";
900
- readonly type: "bytes";
901
- }, {
902
- readonly internalType: "uint256";
903
- readonly name: "callGasLimit";
904
- readonly type: "uint256";
905
- }, {
906
- readonly internalType: "uint256";
907
- readonly name: "verificationGasLimit";
908
- readonly type: "uint256";
909
- }, {
910
- readonly internalType: "uint256";
911
- readonly name: "preVerificationGas";
912
- readonly type: "uint256";
913
- }, {
914
- readonly internalType: "uint256";
915
- readonly name: "maxFeePerGas";
916
- readonly type: "uint256";
917
- }, {
918
- readonly internalType: "uint256";
919
- readonly name: "maxPriorityFeePerGas";
920
- readonly type: "uint256";
921
- }, {
922
- readonly internalType: "bytes";
923
- readonly name: "paymasterAndData";
924
- readonly type: "bytes";
925
- }, {
926
- readonly internalType: "bytes";
927
- readonly name: "signature";
928
- readonly type: "bytes";
929
- }];
930
- readonly internalType: "struct UserOperation";
931
- readonly name: "op";
932
- readonly type: "tuple";
933
- }, {
934
- readonly internalType: "address";
935
- readonly name: "target";
936
- readonly type: "address";
937
- }, {
938
- readonly internalType: "bytes";
939
- readonly name: "targetCallData";
940
- readonly type: "bytes";
941
- }];
942
- readonly name: "simulateHandleOp";
943
- readonly outputs: readonly [];
944
- readonly stateMutability: "nonpayable";
945
- readonly type: "function";
946
- }, {
947
- readonly inputs: readonly [{
948
- readonly components: readonly [{
949
- readonly internalType: "address";
950
- readonly name: "sender";
951
- readonly type: "address";
952
- }, {
953
- readonly internalType: "uint256";
954
- readonly name: "nonce";
955
- readonly type: "uint256";
956
- }, {
957
- readonly internalType: "bytes";
958
- readonly name: "initCode";
959
- readonly type: "bytes";
960
- }, {
961
- readonly internalType: "bytes";
962
- readonly name: "callData";
963
- readonly type: "bytes";
964
- }, {
965
- readonly internalType: "uint256";
966
- readonly name: "callGasLimit";
967
- readonly type: "uint256";
968
- }, {
969
- readonly internalType: "uint256";
970
- readonly name: "verificationGasLimit";
971
- readonly type: "uint256";
972
- }, {
973
- readonly internalType: "uint256";
974
- readonly name: "preVerificationGas";
975
- readonly type: "uint256";
976
- }, {
977
- readonly internalType: "uint256";
978
- readonly name: "maxFeePerGas";
979
- readonly type: "uint256";
980
- }, {
981
- readonly internalType: "uint256";
982
- readonly name: "maxPriorityFeePerGas";
983
- readonly type: "uint256";
984
- }, {
985
- readonly internalType: "bytes";
986
- readonly name: "paymasterAndData";
987
- readonly type: "bytes";
988
- }, {
989
- readonly internalType: "bytes";
990
- readonly name: "signature";
991
- readonly type: "bytes";
992
- }];
993
- readonly internalType: "struct UserOperation";
994
- readonly name: "userOp";
995
- readonly type: "tuple";
996
- }];
997
- readonly name: "simulateValidation";
998
- readonly outputs: readonly [];
999
- readonly stateMutability: "nonpayable";
1000
- readonly type: "function";
1001
- }, {
1002
- readonly inputs: readonly [];
1003
- readonly name: "unlockStake";
1004
- readonly outputs: readonly [];
1005
- readonly stateMutability: "nonpayable";
1006
- readonly type: "function";
1007
- }, {
1008
- readonly inputs: readonly [{
1009
- readonly internalType: "address payable";
1010
- readonly name: "withdrawAddress";
1011
- readonly type: "address";
1012
- }];
1013
- readonly name: "withdrawStake";
1014
- readonly outputs: readonly [];
1015
- readonly stateMutability: "nonpayable";
1016
- readonly type: "function";
1017
- }, {
1018
- readonly inputs: readonly [{
1019
- readonly internalType: "address payable";
1020
- readonly name: "withdrawAddress";
1021
- readonly type: "address";
1022
- }, {
1023
- readonly internalType: "uint256";
1024
- readonly name: "withdrawAmount";
1025
- readonly type: "uint256";
1026
- }];
1027
- readonly name: "withdrawTo";
1028
- readonly outputs: readonly [];
1029
- readonly stateMutability: "nonpayable";
1030
- readonly type: "function";
1031
- }];
1032
- export declare const EntryPointV07Abi: readonly [{
1033
- readonly inputs: readonly [{
1034
- readonly internalType: "bool";
1035
- readonly name: "success";
1036
- readonly type: "bool";
1037
- }, {
1038
- readonly internalType: "bytes";
1039
- readonly name: "ret";
1040
- readonly type: "bytes";
1041
- }];
1042
- readonly name: "DelegateAndRevert";
1043
- readonly type: "error";
1044
- }, {
1045
- readonly inputs: readonly [{
1046
- readonly internalType: "uint256";
1047
- readonly name: "opIndex";
1048
- readonly type: "uint256";
1049
- }, {
1050
- readonly internalType: "string";
1051
- readonly name: "reason";
1052
- readonly type: "string";
1053
- }];
1054
- readonly name: "FailedOp";
1055
- readonly type: "error";
1056
- }, {
1057
- readonly inputs: readonly [{
1058
- readonly internalType: "uint256";
1059
- readonly name: "opIndex";
1060
- readonly type: "uint256";
1061
- }, {
1062
- readonly internalType: "string";
1063
- readonly name: "reason";
1064
- readonly type: "string";
1065
- }, {
1066
- readonly internalType: "bytes";
1067
- readonly name: "inner";
1068
- readonly type: "bytes";
1069
- }];
1070
- readonly name: "FailedOpWithRevert";
1071
- readonly type: "error";
1072
- }, {
1073
- readonly inputs: readonly [{
1074
- readonly internalType: "bytes";
1075
- readonly name: "returnData";
1076
- readonly type: "bytes";
1077
- }];
1078
- readonly name: "PostOpReverted";
1079
- readonly type: "error";
1080
- }, {
1081
- readonly inputs: readonly [];
1082
- readonly name: "ReentrancyGuardReentrantCall";
1083
- readonly type: "error";
1084
- }, {
1085
- readonly inputs: readonly [{
1086
- readonly internalType: "address";
1087
- readonly name: "sender";
1088
- readonly type: "address";
1089
- }];
1090
- readonly name: "SenderAddressResult";
1091
- readonly type: "error";
1092
- }, {
1093
- readonly inputs: readonly [{
1094
- readonly internalType: "address";
1095
- readonly name: "aggregator";
1096
- readonly type: "address";
1097
- }];
1098
- readonly name: "SignatureValidationFailed";
1099
- readonly type: "error";
1100
- }, {
1101
- readonly anonymous: false;
1102
- readonly inputs: readonly [{
1103
- readonly indexed: true;
1104
- readonly internalType: "bytes32";
1105
- readonly name: "userOpHash";
1106
- readonly type: "bytes32";
1107
- }, {
1108
- readonly indexed: true;
1109
- readonly internalType: "address";
1110
- readonly name: "sender";
1111
- readonly type: "address";
1112
- }, {
1113
- readonly indexed: false;
1114
- readonly internalType: "address";
1115
- readonly name: "factory";
1116
- readonly type: "address";
1117
- }, {
1118
- readonly indexed: false;
1119
- readonly internalType: "address";
1120
- readonly name: "paymaster";
1121
- readonly type: "address";
1122
- }];
1123
- readonly name: "AccountDeployed";
1124
- readonly type: "event";
1125
- }, {
1126
- readonly anonymous: false;
1127
- readonly inputs: readonly [];
1128
- readonly name: "BeforeExecution";
1129
- readonly type: "event";
1130
- }, {
1131
- readonly anonymous: false;
1132
- readonly inputs: readonly [{
1133
- readonly indexed: true;
1134
- readonly internalType: "address";
1135
- readonly name: "account";
1136
- readonly type: "address";
1137
- }, {
1138
- readonly indexed: false;
1139
- readonly internalType: "uint256";
1140
- readonly name: "totalDeposit";
1141
- readonly type: "uint256";
1142
- }];
1143
- readonly name: "Deposited";
1144
- readonly type: "event";
1145
- }, {
1146
- readonly anonymous: false;
1147
- readonly inputs: readonly [{
1148
- readonly indexed: true;
1149
- readonly internalType: "bytes32";
1150
- readonly name: "userOpHash";
1151
- readonly type: "bytes32";
1152
- }, {
1153
- readonly indexed: true;
1154
- readonly internalType: "address";
1155
- readonly name: "sender";
1156
- readonly type: "address";
1157
- }, {
1158
- readonly indexed: false;
1159
- readonly internalType: "uint256";
1160
- readonly name: "nonce";
1161
- readonly type: "uint256";
1162
- }, {
1163
- readonly indexed: false;
1164
- readonly internalType: "bytes";
1165
- readonly name: "revertReason";
1166
- readonly type: "bytes";
1167
- }];
1168
- readonly name: "PostOpRevertReason";
1169
- readonly type: "event";
1170
- }, {
1171
- readonly anonymous: false;
1172
- readonly inputs: readonly [{
1173
- readonly indexed: true;
1174
- readonly internalType: "address";
1175
- readonly name: "aggregator";
1176
- readonly type: "address";
1177
- }];
1178
- readonly name: "SignatureAggregatorChanged";
1179
- readonly type: "event";
1180
- }, {
1181
- readonly anonymous: false;
1182
- readonly inputs: readonly [{
1183
- readonly indexed: true;
1184
- readonly internalType: "address";
1185
- readonly name: "account";
1186
- readonly type: "address";
1187
- }, {
1188
- readonly indexed: false;
1189
- readonly internalType: "uint256";
1190
- readonly name: "totalStaked";
1191
- readonly type: "uint256";
1192
- }, {
1193
- readonly indexed: false;
1194
- readonly internalType: "uint256";
1195
- readonly name: "unstakeDelaySec";
1196
- readonly type: "uint256";
1197
- }];
1198
- readonly name: "StakeLocked";
1199
- readonly type: "event";
1200
- }, {
1201
- readonly anonymous: false;
1202
- readonly inputs: readonly [{
1203
- readonly indexed: true;
1204
- readonly internalType: "address";
1205
- readonly name: "account";
1206
- readonly type: "address";
1207
- }, {
1208
- readonly indexed: false;
1209
- readonly internalType: "uint256";
1210
- readonly name: "withdrawTime";
1211
- readonly type: "uint256";
1212
- }];
1213
- readonly name: "StakeUnlocked";
1214
- readonly type: "event";
1215
- }, {
1216
- readonly anonymous: false;
1217
- readonly inputs: readonly [{
1218
- readonly indexed: true;
1219
- readonly internalType: "address";
1220
- readonly name: "account";
1221
- readonly type: "address";
1222
- }, {
1223
- readonly indexed: false;
1224
- readonly internalType: "address";
1225
- readonly name: "withdrawAddress";
1226
- readonly type: "address";
1227
- }, {
1228
- readonly indexed: false;
1229
- readonly internalType: "uint256";
1230
- readonly name: "amount";
1231
- readonly type: "uint256";
1232
- }];
1233
- readonly name: "StakeWithdrawn";
1234
- readonly type: "event";
1235
- }, {
1236
- readonly anonymous: false;
1237
- readonly inputs: readonly [{
1238
- readonly indexed: true;
1239
- readonly internalType: "bytes32";
1240
- readonly name: "userOpHash";
1241
- readonly type: "bytes32";
1242
- }, {
1243
- readonly indexed: true;
1244
- readonly internalType: "address";
1245
- readonly name: "sender";
1246
- readonly type: "address";
1247
- }, {
1248
- readonly indexed: true;
1249
- readonly internalType: "address";
1250
- readonly name: "paymaster";
1251
- readonly type: "address";
1252
- }, {
1253
- readonly indexed: false;
1254
- readonly internalType: "uint256";
1255
- readonly name: "nonce";
1256
- readonly type: "uint256";
1257
- }, {
1258
- readonly indexed: false;
1259
- readonly internalType: "bool";
1260
- readonly name: "success";
1261
- readonly type: "bool";
1262
- }, {
1263
- readonly indexed: false;
1264
- readonly internalType: "uint256";
1265
- readonly name: "actualGasCost";
1266
- readonly type: "uint256";
1267
- }, {
1268
- readonly indexed: false;
1269
- readonly internalType: "uint256";
1270
- readonly name: "actualGasUsed";
1271
- readonly type: "uint256";
1272
- }];
1273
- readonly name: "UserOperationEvent";
1274
- readonly type: "event";
1275
- }, {
1276
- readonly anonymous: false;
1277
- readonly inputs: readonly [{
1278
- readonly indexed: true;
1279
- readonly internalType: "bytes32";
1280
- readonly name: "userOpHash";
1281
- readonly type: "bytes32";
1282
- }, {
1283
- readonly indexed: true;
1284
- readonly internalType: "address";
1285
- readonly name: "sender";
1286
- readonly type: "address";
1287
- }, {
1288
- readonly indexed: false;
1289
- readonly internalType: "uint256";
1290
- readonly name: "nonce";
1291
- readonly type: "uint256";
1292
- }, {
1293
- readonly indexed: false;
1294
- readonly internalType: "bytes";
1295
- readonly name: "revertReason";
1296
- readonly type: "bytes";
1297
- }];
1298
- readonly name: "UserOperationRevertReason";
1299
- readonly type: "event";
1300
- }, {
1301
- readonly anonymous: false;
1302
- readonly inputs: readonly [{
1303
- readonly indexed: true;
1304
- readonly internalType: "address";
1305
- readonly name: "account";
1306
- readonly type: "address";
1307
- }, {
1308
- readonly indexed: false;
1309
- readonly internalType: "address";
1310
- readonly name: "withdrawAddress";
1311
- readonly type: "address";
1312
- }, {
1313
- readonly indexed: false;
1314
- readonly internalType: "uint256";
1315
- readonly name: "amount";
1316
- readonly type: "uint256";
1317
- }];
1318
- readonly name: "Withdrawn";
1319
- readonly type: "event";
1320
- }, {
1321
- readonly inputs: readonly [{
1322
- readonly internalType: "uint32";
1323
- readonly name: "unstakeDelaySec";
1324
- readonly type: "uint32";
1325
- }];
1326
- readonly name: "addStake";
1327
- readonly outputs: readonly [];
1328
- readonly stateMutability: "payable";
1329
- readonly type: "function";
1330
- }, {
1331
- readonly inputs: readonly [{
1332
- readonly internalType: "address";
1333
- readonly name: "account";
1334
- readonly type: "address";
1335
- }];
1336
- readonly name: "balanceOf";
1337
- readonly outputs: readonly [{
1338
- readonly internalType: "uint256";
1339
- readonly name: "";
1340
- readonly type: "uint256";
1341
- }];
1342
- readonly stateMutability: "view";
1343
- readonly type: "function";
1344
- }, {
1345
- readonly inputs: readonly [{
1346
- readonly internalType: "address";
1347
- readonly name: "target";
1348
- readonly type: "address";
1349
- }, {
1350
- readonly internalType: "bytes";
1351
- readonly name: "data";
1352
- readonly type: "bytes";
1353
- }];
1354
- readonly name: "delegateAndRevert";
1355
- readonly outputs: readonly [];
1356
- readonly stateMutability: "nonpayable";
1357
- readonly type: "function";
1358
- }, {
1359
- readonly inputs: readonly [{
1360
- readonly internalType: "address";
1361
- readonly name: "account";
1362
- readonly type: "address";
1363
- }];
1364
- readonly name: "depositTo";
1365
- readonly outputs: readonly [];
1366
- readonly stateMutability: "payable";
1367
- readonly type: "function";
1368
- }, {
1369
- readonly inputs: readonly [{
1370
- readonly internalType: "address";
1371
- readonly name: "";
1372
- readonly type: "address";
1373
- }];
1374
- readonly name: "deposits";
1375
- readonly outputs: readonly [{
1376
- readonly internalType: "uint256";
1377
- readonly name: "deposit";
1378
- readonly type: "uint256";
1379
- }, {
1380
- readonly internalType: "bool";
1381
- readonly name: "staked";
1382
- readonly type: "bool";
1383
- }, {
1384
- readonly internalType: "uint112";
1385
- readonly name: "stake";
1386
- readonly type: "uint112";
1387
- }, {
1388
- readonly internalType: "uint32";
1389
- readonly name: "unstakeDelaySec";
1390
- readonly type: "uint32";
1391
- }, {
1392
- readonly internalType: "uint48";
1393
- readonly name: "withdrawTime";
1394
- readonly type: "uint48";
1395
- }];
1396
- readonly stateMutability: "view";
1397
- readonly type: "function";
1398
- }, {
1399
- readonly inputs: readonly [{
1400
- readonly internalType: "address";
1401
- readonly name: "account";
1402
- readonly type: "address";
1403
- }];
1404
- readonly name: "getDepositInfo";
1405
- readonly outputs: readonly [{
1406
- readonly components: readonly [{
1407
- readonly internalType: "uint256";
1408
- readonly name: "deposit";
1409
- readonly type: "uint256";
1410
- }, {
1411
- readonly internalType: "bool";
1412
- readonly name: "staked";
1413
- readonly type: "bool";
1414
- }, {
1415
- readonly internalType: "uint112";
1416
- readonly name: "stake";
1417
- readonly type: "uint112";
1418
- }, {
1419
- readonly internalType: "uint32";
1420
- readonly name: "unstakeDelaySec";
1421
- readonly type: "uint32";
1422
- }, {
1423
- readonly internalType: "uint48";
1424
- readonly name: "withdrawTime";
1425
- readonly type: "uint48";
1426
- }];
1427
- readonly internalType: "struct IStakeManager.DepositInfo";
1428
- readonly name: "info";
1429
- readonly type: "tuple";
1430
- }];
1431
- readonly stateMutability: "view";
1432
- readonly type: "function";
1433
- }, {
1434
- readonly inputs: readonly [{
1435
- readonly internalType: "address";
1436
- readonly name: "sender";
1437
- readonly type: "address";
1438
- }, {
1439
- readonly internalType: "uint192";
1440
- readonly name: "key";
1441
- readonly type: "uint192";
1442
- }];
1443
- readonly name: "getNonce";
1444
- readonly outputs: readonly [{
1445
- readonly internalType: "uint256";
1446
- readonly name: "nonce";
1447
- readonly type: "uint256";
1448
- }];
1449
- readonly stateMutability: "view";
1450
- readonly type: "function";
1451
- }, {
1452
- readonly inputs: readonly [{
1453
- readonly internalType: "bytes";
1454
- readonly name: "initCode";
1455
- readonly type: "bytes";
1456
- }];
1457
- readonly name: "getSenderAddress";
1458
- readonly outputs: readonly [];
1459
- readonly stateMutability: "nonpayable";
1460
- readonly type: "function";
1461
- }, {
1462
- readonly inputs: readonly [{
1463
- readonly components: readonly [{
1464
- readonly internalType: "address";
1465
- readonly name: "sender";
1466
- readonly type: "address";
1467
- }, {
1468
- readonly internalType: "uint256";
1469
- readonly name: "nonce";
1470
- readonly type: "uint256";
1471
- }, {
1472
- readonly internalType: "bytes";
1473
- readonly name: "initCode";
1474
- readonly type: "bytes";
1475
- }, {
1476
- readonly internalType: "bytes";
1477
- readonly name: "callData";
1478
- readonly type: "bytes";
1479
- }, {
1480
- readonly internalType: "bytes32";
1481
- readonly name: "accountGasLimits";
1482
- readonly type: "bytes32";
1483
- }, {
1484
- readonly internalType: "uint256";
1485
- readonly name: "preVerificationGas";
1486
- readonly type: "uint256";
1487
- }, {
1488
- readonly internalType: "bytes32";
1489
- readonly name: "gasFees";
1490
- readonly type: "bytes32";
1491
- }, {
1492
- readonly internalType: "bytes";
1493
- readonly name: "paymasterAndData";
1494
- readonly type: "bytes";
1495
- }, {
1496
- readonly internalType: "bytes";
1497
- readonly name: "signature";
1498
- readonly type: "bytes";
1499
- }];
1500
- readonly internalType: "struct PackedUserOperation";
1501
- readonly name: "userOp";
1502
- readonly type: "tuple";
1503
- }];
1504
- readonly name: "getUserOpHash";
1505
- readonly outputs: readonly [{
1506
- readonly internalType: "bytes32";
1507
- readonly name: "";
1508
- readonly type: "bytes32";
1509
- }];
1510
- readonly stateMutability: "view";
1511
- readonly type: "function";
1512
- }, {
1513
- readonly inputs: readonly [{
1514
- readonly components: readonly [{
1515
- readonly components: readonly [{
1516
- readonly internalType: "address";
1517
- readonly name: "sender";
1518
- readonly type: "address";
1519
- }, {
1520
- readonly internalType: "uint256";
1521
- readonly name: "nonce";
1522
- readonly type: "uint256";
1523
- }, {
1524
- readonly internalType: "bytes";
1525
- readonly name: "initCode";
1526
- readonly type: "bytes";
1527
- }, {
1528
- readonly internalType: "bytes";
1529
- readonly name: "callData";
1530
- readonly type: "bytes";
1531
- }, {
1532
- readonly internalType: "bytes32";
1533
- readonly name: "accountGasLimits";
1534
- readonly type: "bytes32";
1535
- }, {
1536
- readonly internalType: "uint256";
1537
- readonly name: "preVerificationGas";
1538
- readonly type: "uint256";
1539
- }, {
1540
- readonly internalType: "bytes32";
1541
- readonly name: "gasFees";
1542
- readonly type: "bytes32";
1543
- }, {
1544
- readonly internalType: "bytes";
1545
- readonly name: "paymasterAndData";
1546
- readonly type: "bytes";
1547
- }, {
1548
- readonly internalType: "bytes";
1549
- readonly name: "signature";
1550
- readonly type: "bytes";
1551
- }];
1552
- readonly internalType: "struct PackedUserOperation[]";
1553
- readonly name: "userOps";
1554
- readonly type: "tuple[]";
1555
- }, {
1556
- readonly internalType: "contract IAggregator";
1557
- readonly name: "aggregator";
1558
- readonly type: "address";
1559
- }, {
1560
- readonly internalType: "bytes";
1561
- readonly name: "signature";
1562
- readonly type: "bytes";
1563
- }];
1564
- readonly internalType: "struct IEntryPoint.UserOpsPerAggregator[]";
1565
- readonly name: "opsPerAggregator";
1566
- readonly type: "tuple[]";
1567
- }, {
1568
- readonly internalType: "address payable";
1569
- readonly name: "beneficiary";
1570
- readonly type: "address";
1571
- }];
1572
- readonly name: "handleAggregatedOps";
1573
- readonly outputs: readonly [];
1574
- readonly stateMutability: "nonpayable";
1575
- readonly type: "function";
1576
- }, {
1577
- readonly inputs: readonly [{
1578
- readonly components: readonly [{
1579
- readonly internalType: "address";
1580
- readonly name: "sender";
1581
- readonly type: "address";
1582
- }, {
1583
- readonly internalType: "uint256";
1584
- readonly name: "nonce";
1585
- readonly type: "uint256";
1586
- }, {
1587
- readonly internalType: "bytes";
1588
- readonly name: "initCode";
1589
- readonly type: "bytes";
1590
- }, {
1591
- readonly internalType: "bytes";
1592
- readonly name: "callData";
1593
- readonly type: "bytes";
1594
- }, {
1595
- readonly internalType: "bytes32";
1596
- readonly name: "accountGasLimits";
1597
- readonly type: "bytes32";
1598
- }, {
1599
- readonly internalType: "uint256";
1600
- readonly name: "preVerificationGas";
1601
- readonly type: "uint256";
1602
- }, {
1603
- readonly internalType: "bytes32";
1604
- readonly name: "gasFees";
1605
- readonly type: "bytes32";
1606
- }, {
1607
- readonly internalType: "bytes";
1608
- readonly name: "paymasterAndData";
1609
- readonly type: "bytes";
1610
- }, {
1611
- readonly internalType: "bytes";
1612
- readonly name: "signature";
1613
- readonly type: "bytes";
1614
- }];
1615
- readonly internalType: "struct PackedUserOperation[]";
1616
- readonly name: "ops";
1617
- readonly type: "tuple[]";
1618
- }, {
1619
- readonly internalType: "address payable";
1620
- readonly name: "beneficiary";
1621
- readonly type: "address";
1622
- }];
1623
- readonly name: "handleOps";
1624
- readonly outputs: readonly [];
1625
- readonly stateMutability: "nonpayable";
1626
- readonly type: "function";
1627
- }, {
1628
- readonly inputs: readonly [{
1629
- readonly internalType: "uint192";
1630
- readonly name: "key";
1631
- readonly type: "uint192";
1632
- }];
1633
- readonly name: "incrementNonce";
1634
- readonly outputs: readonly [];
1635
- readonly stateMutability: "nonpayable";
1636
- readonly type: "function";
1637
- }, {
1638
- readonly inputs: readonly [{
1639
- readonly internalType: "bytes";
1640
- readonly name: "callData";
1641
- readonly type: "bytes";
1642
- }, {
1643
- readonly components: readonly [{
1644
- readonly components: readonly [{
1645
- readonly internalType: "address";
1646
- readonly name: "sender";
1647
- readonly type: "address";
1648
- }, {
1649
- readonly internalType: "uint256";
1650
- readonly name: "nonce";
1651
- readonly type: "uint256";
1652
- }, {
1653
- readonly internalType: "uint256";
1654
- readonly name: "verificationGasLimit";
1655
- readonly type: "uint256";
1656
- }, {
1657
- readonly internalType: "uint256";
1658
- readonly name: "callGasLimit";
1659
- readonly type: "uint256";
1660
- }, {
1661
- readonly internalType: "uint256";
1662
- readonly name: "paymasterVerificationGasLimit";
1663
- readonly type: "uint256";
1664
- }, {
1665
- readonly internalType: "uint256";
1666
- readonly name: "paymasterPostOpGasLimit";
1667
- readonly type: "uint256";
1668
- }, {
1669
- readonly internalType: "uint256";
1670
- readonly name: "preVerificationGas";
1671
- readonly type: "uint256";
1672
- }, {
1673
- readonly internalType: "address";
1674
- readonly name: "paymaster";
1675
- readonly type: "address";
1676
- }, {
1677
- readonly internalType: "uint256";
1678
- readonly name: "maxFeePerGas";
1679
- readonly type: "uint256";
1680
- }, {
1681
- readonly internalType: "uint256";
1682
- readonly name: "maxPriorityFeePerGas";
1683
- readonly type: "uint256";
1684
- }];
1685
- readonly internalType: "struct EntryPoint.MemoryUserOp";
1686
- readonly name: "mUserOp";
1687
- readonly type: "tuple";
1688
- }, {
1689
- readonly internalType: "bytes32";
1690
- readonly name: "userOpHash";
1691
- readonly type: "bytes32";
1692
- }, {
1693
- readonly internalType: "uint256";
1694
- readonly name: "prefund";
1695
- readonly type: "uint256";
1696
- }, {
1697
- readonly internalType: "uint256";
1698
- readonly name: "contextOffset";
1699
- readonly type: "uint256";
1700
- }, {
1701
- readonly internalType: "uint256";
1702
- readonly name: "preOpGas";
1703
- readonly type: "uint256";
1704
- }];
1705
- readonly internalType: "struct EntryPoint.UserOpInfo";
1706
- readonly name: "opInfo";
1707
- readonly type: "tuple";
1708
- }, {
1709
- readonly internalType: "bytes";
1710
- readonly name: "context";
1711
- readonly type: "bytes";
1712
- }];
1713
- readonly name: "innerHandleOp";
1714
- readonly outputs: readonly [{
1715
- readonly internalType: "uint256";
1716
- readonly name: "actualGasCost";
1717
- readonly type: "uint256";
1718
- }];
1719
- readonly stateMutability: "nonpayable";
1720
- readonly type: "function";
1721
- }, {
1722
- readonly inputs: readonly [{
1723
- readonly internalType: "address";
1724
- readonly name: "";
1725
- readonly type: "address";
1726
- }, {
1727
- readonly internalType: "uint192";
1728
- readonly name: "";
1729
- readonly type: "uint192";
1730
- }];
1731
- readonly name: "nonceSequenceNumber";
1732
- readonly outputs: readonly [{
1733
- readonly internalType: "uint256";
1734
- readonly name: "";
1735
- readonly type: "uint256";
1736
- }];
1737
- readonly stateMutability: "view";
1738
- readonly type: "function";
1739
- }, {
1740
- readonly inputs: readonly [{
1741
- readonly internalType: "bytes4";
1742
- readonly name: "interfaceId";
1743
- readonly type: "bytes4";
1744
- }];
1745
- readonly name: "supportsInterface";
1746
- readonly outputs: readonly [{
1747
- readonly internalType: "bool";
1748
- readonly name: "";
1749
- readonly type: "bool";
1750
- }];
1751
- readonly stateMutability: "view";
1752
- readonly type: "function";
1753
- }, {
1754
- readonly inputs: readonly [];
1755
- readonly name: "unlockStake";
1756
- readonly outputs: readonly [];
1757
- readonly stateMutability: "nonpayable";
1758
- readonly type: "function";
1759
- }, {
1760
- readonly inputs: readonly [{
1761
- readonly internalType: "address payable";
1762
- readonly name: "withdrawAddress";
1763
- readonly type: "address";
1764
- }];
1765
- readonly name: "withdrawStake";
1766
- readonly outputs: readonly [];
1767
- readonly stateMutability: "nonpayable";
1768
- readonly type: "function";
1769
- }, {
1770
- readonly inputs: readonly [{
1771
- readonly internalType: "address payable";
1772
- readonly name: "withdrawAddress";
1773
- readonly type: "address";
1774
- }, {
1775
- readonly internalType: "uint256";
1776
- readonly name: "withdrawAmount";
1777
- readonly type: "uint256";
1778
- }];
1779
- readonly name: "withdrawTo";
1780
- readonly outputs: readonly [];
1781
- readonly stateMutability: "nonpayable";
1782
- readonly type: "function";
1783
- }, {
1784
- readonly stateMutability: "payable";
1785
- readonly type: "receive";
1786
- }];
1787
- export declare const EntryPointV07Bytecode = "0x60a08060405234620000825760016002556101df8181016001600160401b038111838210176200006c57829162003dfa833903906000f080156200006057608052604051613d729081620000888239608051818181610d22015261319b0152f35b6040513d6000823e3d90fd5b634e487b7160e01b600052604160045260246000fd5b600080fdfe60806040526004361015610024575b361561001957600080fd5b61002233612738565b005b60003560e01c806242dc5314611b0057806301ffc9a7146119ae5780630396cb60146116765780630bd28e3b146115fa5780631b2e01b814611566578063205c2878146113d157806322cdde4c1461136b57806335567e1a146112b35780635287ce12146111a557806370a0823114611140578063765e827f14610e82578063850aaf6214610dc35780639b249f6914610c74578063b760faf914610c3a578063bb9fe6bf14610a68578063c23a5cea146107c4578063dbed18e0146101a15763fc7e286d0361000e573461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5773ffffffffffffffffffffffffffffffffffffffff61013a61228f565b16600052600060205260a0604060002065ffffffffffff6001825492015460405192835260ff8116151560208401526dffffffffffffffffffffffffffff8160081c16604084015263ffffffff8160781c16606084015260981c166080820152f35b600080fd5b3461019c576101af36612307565b906101b86129ad565b60009160005b82811061056f57506101d08493612578565b6000805b8481106102fc5750507fbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f972600080a16000809360005b81811061024757610240868660007f575ff3acadd5ab348fe1855e217e0f3678f8d767d7494c9f9fefbee2e17cca4d8180a2613b35565b6001600255005b6102a261025582848a612786565b73ffffffffffffffffffffffffffffffffffffffff6102766020830161281a565b167f575ff3acadd5ab348fe1855e217e0f3678f8d767d7494c9f9fefbee2e17cca4d600080a2806127c6565b906000915b8083106102b957505050600101610209565b909194976102f36102ed6001926102e78c8b6102e0826102da8e8b8d61268d565b9261264a565b51916134fb565b906123f9565b99612406565b950191906102a7565b6020610309828789612786565b61031f61031682806127c6565b9390920161281a565b9160009273ffffffffffffffffffffffffffffffffffffffff8091165b8285106103505750505050506001016101d4565b909192939561037f83610378610366848c61264a565b516103728b898b61268d565b856129e6565b9290613ca6565b9116840361050a576104a5576103958491613ca6565b9116610440576103b5576103aa600191612406565b96019392919061033c565b60a487604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152602160448201527f41413332207061796d61737465722065787069726564206f72206e6f7420647560648201527f65000000000000000000000000000000000000000000000000000000000000006084820152fd5b608488604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601460448201527f41413334207369676e6174757265206572726f720000000000000000000000006064820152fd5b608488604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601760448201527f414132322065787069726564206f72206e6f74206475650000000000000000006064820152fd5b608489604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601460448201527f41413234207369676e6174757265206572726f720000000000000000000000006064820152fd5b61057a818487612786565b9361058585806127c6565b919095602073ffffffffffffffffffffffffffffffffffffffff6105aa82840161281a565b1697600192838a1461076657896105da575b5050505060019293949550906105d1916123f9565b939291016101be565b8060406105e892019061283b565b918a3b1561019c57929391906040519485937f2dd8113300000000000000000000000000000000000000000000000000000000855288604486016040600488015252606490818601918a60051b8701019680936000915b8c83106106e657505050505050838392610684927ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc85600098030160248601526126f9565b03818a5afa90816106d7575b506106c657602486604051907f86a9f7500000000000000000000000000000000000000000000000000000000082526004820152fd5b93945084936105d1600189806105bc565b6106e0906121ad565b88610690565b91939596977fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff9c908a9294969a0301865288357ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffee18336030181121561019c57836107538793858394016128dc565b9a0196019301909189979695949261063f565b606483604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601760248201527f4141393620696e76616c69642061676772656761746f720000000000000000006044820152fd5b3461019c576020807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c576107fc61228f565b33600052600082526001604060002001908154916dffffffffffffffffffffffffffff8360081c16928315610a0a5765ffffffffffff8160981c1680156109ac57421061094e5760009373ffffffffffffffffffffffffffffffffffffffff859485947fffffffffffffff000000000000000000000000000000000000000000000000ff86951690556040517fb7c918e0e249f999e965cafeb6c664271b3f4317d296461500e71da39f0cbda33391806108da8786836020909392919373ffffffffffffffffffffffffffffffffffffffff60408201951681520152565b0390a2165af16108e8612440565b50156108f057005b606490604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601860248201527f6661696c656420746f207769746864726177207374616b6500000000000000006044820152fd5b606485604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601b60248201527f5374616b65207769746864726177616c206973206e6f742064756500000000006044820152fd5b606486604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601d60248201527f6d7573742063616c6c20756e6c6f636b5374616b6528292066697273740000006044820152fd5b606485604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601460248201527f4e6f207374616b6520746f2077697468647261770000000000000000000000006044820152fd5b3461019c5760007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c573360005260006020526001604060002001805463ffffffff8160781c16908115610bdc5760ff1615610b7e5765ffffffffffff908142160191818311610b4f5780547fffffffffffffff000000000000ffffffffffffffffffffffffffffffffffff001678ffffffffffff00000000000000000000000000000000000000609885901b161790556040519116815233907ffa9b3c14cc825c412c9ed81b3ba365a5b459439403f18829e572ed53a4180f0a90602090a2005b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f616c726561647920756e7374616b696e670000000000000000000000000000006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600a60248201527f6e6f74207374616b6564000000000000000000000000000000000000000000006044820152fd5b60207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c57610022610c6f61228f565b612738565b3461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5760043567ffffffffffffffff811161019c576020610cc8610d1b9236906004016122b2565b919073ffffffffffffffffffffffffffffffffffffffff9260405194859283927f570e1a3600000000000000000000000000000000000000000000000000000000845285600485015260248401916126f9565b03816000857f0000000000000000000000000000000000000000000000000000000000000000165af1908115610db757602492600092610d86575b50604051917f6ca7b806000000000000000000000000000000000000000000000000000000008352166004820152fd5b610da991925060203d602011610db0575b610da181836121dd565b8101906126cd565b9083610d56565b503d610d97565b6040513d6000823e3d90fd5b3461019c5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c57610dfa61228f565b60243567ffffffffffffffff811161019c57600091610e1e839236906004016122b2565b90816040519283928337810184815203915af4610e39612440565b90610e7e6040519283927f99410554000000000000000000000000000000000000000000000000000000008452151560048401526040602484015260448301906123b6565b0390fd5b3461019c57610e9036612307565b610e9b9291926129ad565b610ea483612578565b60005b848110610f1c57506000927fbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f972600080a16000915b858310610eec576102408585613b35565b909193600190610f12610f0087898761268d565b610f0a888661264a565b5190886134fb565b0194019190610edb565b610f47610f40610f2e8385979561264a565b51610f3a84898761268d565b846129e6565b9190613ca6565b73ffffffffffffffffffffffffffffffffffffffff929183166110db5761107657610f7190613ca6565b911661101157610f8657600101929092610ea7565b60a490604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152602160448201527f41413332207061796d61737465722065787069726564206f72206e6f7420647560648201527f65000000000000000000000000000000000000000000000000000000000000006084820152fd5b608482604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601460448201527f41413334207369676e6174757265206572726f720000000000000000000000006064820152fd5b608483604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601760448201527f414132322065787069726564206f72206e6f74206475650000000000000000006064820152fd5b608484604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601460448201527f41413234207369676e6174757265206572726f720000000000000000000000006064820152fd5b3461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5773ffffffffffffffffffffffffffffffffffffffff61118c61228f565b1660005260006020526020604060002054604051908152f35b3461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5773ffffffffffffffffffffffffffffffffffffffff6111f161228f565b6000608060405161120181612145565b828152826020820152826040820152826060820152015216600052600060205260a06040600020608060405161123681612145565b6001835493848352015490602081019060ff8316151582526dffffffffffffffffffffffffffff60408201818560081c16815263ffffffff936060840193858760781c16855265ffffffffffff978891019660981c1686526040519788525115156020880152511660408601525116606084015251166080820152f35b3461019c5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5760206112ec61228f565b73ffffffffffffffffffffffffffffffffffffffff6113096122e0565b911660005260018252604060002077ffffffffffffffffffffffffffffffffffffffffffffffff821660005282526040600020547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000006040519260401b16178152f35b3461019c577ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60208136011261019c576004359067ffffffffffffffff821161019c5761012090823603011261019c576113c9602091600401612470565b604051908152f35b3461019c5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5761140861228f565b60243590336000526000602052604060002090815491828411611508576000808573ffffffffffffffffffffffffffffffffffffffff8295839561144c848a612433565b90556040805173ffffffffffffffffffffffffffffffffffffffff831681526020810185905233917fd1c19fbcd4551a5edfb66d43d2e337c04837afda3482b42bdf569a8fccdae5fb91a2165af16114a2612440565b50156114aa57005b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601260248201527f6661696c656420746f20776974686472617700000000000000000000000000006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f576974686472617720616d6f756e7420746f6f206c61726765000000000000006044820152fd5b3461019c5760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5761159d61228f565b73ffffffffffffffffffffffffffffffffffffffff6115ba6122e0565b9116600052600160205277ffffffffffffffffffffffffffffffffffffffffffffffff604060002091166000526020526020604060002054604051908152f35b3461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5760043577ffffffffffffffffffffffffffffffffffffffffffffffff811680910361019c5733600052600160205260406000209060005260205260406000206116728154612406565b9055005b6020807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5760043563ffffffff9182821680920361019c5733600052600081526040600020928215611950576001840154908160781c1683106118f2576116f86dffffffffffffffffffffffffffff9182349160081c166123f9565b93841561189457818511611836579065ffffffffffff61180592546040519061172082612145565b8152848101926001845260408201908816815260608201878152600160808401936000855233600052600089526040600020905181550194511515917fffffffffffffffffffffffffff0000000000000000000000000000000000000060ff72ffffffff0000000000000000000000000000006effffffffffffffffffffffffffff008954945160081b16945160781b1694169116171717835551167fffffffffffffff000000000000ffffffffffffffffffffffffffffffffffffff78ffffffffffff0000000000000000000000000000000000000083549260981b169116179055565b6040519283528201527fa5ae833d0bb1dcd632d98a8b70973e8516812898e19bf27b70071ebc8dc52c0160403392a2005b606483604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152600e60248201527f7374616b65206f766572666c6f770000000000000000000000000000000000006044820152fd5b606483604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601260248201527f6e6f207374616b652073706563696669656400000000000000000000000000006044820152fd5b606482604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601c60248201527f63616e6e6f7420646563726561736520756e7374616b652074696d65000000006044820152fd5b606482604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601a60248201527f6d757374207370656369667920756e7374616b652064656c61790000000000006044820152fd5b3461019c5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c576004357fffffffff00000000000000000000000000000000000000000000000000000000811680910361019c57807f60fc6b6e0000000000000000000000000000000000000000000000000000000060209214908115611ad6575b8115611aac575b8115611a82575b8115611a58575b506040519015158152f35b7f01ffc9a70000000000000000000000000000000000000000000000000000000091501482611a4d565b7f3e84f0210000000000000000000000000000000000000000000000000000000081149150611a46565b7fcf28ef970000000000000000000000000000000000000000000000000000000081149150611a3f565b7f915074d80000000000000000000000000000000000000000000000000000000081149150611a38565b3461019c576102007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261019c5767ffffffffffffffff60043581811161019c573660238201121561019c57611b62903690602481600401359101612258565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdc3601916101c0831261019c5761014060405193611ba085612145565b1261019c5760405192611bb284612190565b60243573ffffffffffffffffffffffffffffffffffffffff8116810361019c578452602093604435858201526064356040820152608435606082015260a435608082015260c43560a082015260e43560c08201526101043573ffffffffffffffffffffffffffffffffffffffff8116810361019c5760e082015261012435610100820152610144356101208201528152610164358482015260408101926101843584526101a43560608301526101c43560808301526101e43590811161019c57611c809036906004016122b2565b925a913033036120e7578351606081015192603f5a0260061c61271060a0840151860101116120be5760009381519182611fe4575b50505050611ccf91925a9003608085015101943691612258565b9160005a825195611cdf87613c5a565b9573ffffffffffffffffffffffffffffffffffffffff60e0890151168015600014611e8b57505073ffffffffffffffffffffffffffffffffffffffff875116915b5a90030194606087015160a0880151016080850151870390818111611e77575b505085029687815110611e13579087611d5b92510390613c26565b506003831015611de657506080867f49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f9201519273ffffffffffffffffffffffffffffffffffffffff865116948873ffffffffffffffffffffffffffffffffffffffff60e0890151169701519160405192835215898301528760408301526060820152a4604051908152f35b807f4e487b7100000000000000000000000000000000000000000000000000000000602492526021600452fd5b6084838a604051917f220266b600000000000000000000000000000000000000000000000000000000835260048301526040602483015260448201527f414135312070726566756e642062656c6f772061637475616c476173436f73746064820152fd5b6064919003600a0204909501948980611d40565b8093918051611e9c575b5050611d20565b6003881015611fb5576002880315611e955760a08a999897969c9b9a015191803b1561019c57889260009283611f10938b604051978896879586937f7c627b2100000000000000000000000000000000000000000000000000000000855260048501526080602485015260848401906123b6565b90808c02604484015260648301520393f19081611fa1575b50611f925789893d610800808211611f8a575b506040519282828501016040528184528284013e610e7e6040519283927fad7954bc000000000000000000000000000000000000000000000000000000008452600484015260248301906123b6565b905083611f3b565b98929394959697988a80611e95565b611fac919b506121ad565b6000998b611f28565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b91600092918380938d73ffffffffffffffffffffffffffffffffffffffff885116910192f115612017575b808080611cb5565b611ccf92503d6108008082116120b6575b5060405190898183010160405280825260008a83013e805161204f575b505060019161200f565b7f1c4fada7374c0a9ee8841fc38afe82932dc0f8e69012e927f061a8bae611a2018980880151926120ac8273ffffffffffffffffffffffffffffffffffffffff8751169601519160408051948594855284015260408301906123b6565b0390a38780612045565b905089612028565b887fdeaddead000000000000000000000000000000000000000000000000000000006000526000fd5b606487604051907f08c379a00000000000000000000000000000000000000000000000000000000082526004820152601760248201527f4141393220696e7465726e616c2063616c6c206f6e6c790000000000000000006044820152fd5b60a0810190811067ffffffffffffffff82111761216157604052565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b610140810190811067ffffffffffffffff82111761216157604052565b67ffffffffffffffff811161216157604052565b6060810190811067ffffffffffffffff82111761216157604052565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff82111761216157604052565b67ffffffffffffffff811161216157601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b9291926122648261221e565b9161227260405193846121dd565b82948184528183011161019c578281602093846000960137010152565b6004359073ffffffffffffffffffffffffffffffffffffffff8216820361019c57565b9181601f8401121561019c5782359167ffffffffffffffff831161019c576020838186019501011161019c57565b6024359077ffffffffffffffffffffffffffffffffffffffffffffffff8216820361019c57565b9060407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc83011261019c5760043567ffffffffffffffff9283821161019c578060238301121561019c57816004013593841161019c5760248460051b8301011161019c57602401919060243573ffffffffffffffffffffffffffffffffffffffff8116810361019c5790565b60005b8381106123a65750506000910152565b8181015183820152602001612396565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f6020936123f281518092818752878088019101612393565b0116010190565b91908201809211610b4f57565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114610b4f5760010190565b91908203918211610b4f57565b3d1561246b573d906124518261221e565b9161245f60405193846121dd565b82523d6000602084013e565b606090565b604061247e8183018361283b565b9081835191823720612493606084018461283b565b90818451918237209260c06124ab60e083018361283b565b908186519182372091845195602087019473ffffffffffffffffffffffffffffffffffffffff833516865260208301358789015260608801526080870152608081013560a087015260a081013582870152013560e08501526101009081850152835261012083019167ffffffffffffffff918484108385111761216157838252845190206101408501908152306101608601524661018086015260608452936101a00191821183831017612161575251902090565b67ffffffffffffffff81116121615760051b60200190565b9061258282612560565b60409061259260405191826121dd565b8381527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe06125c08295612560565b019160005b8381106125d25750505050565b60209082516125e081612145565b83516125eb81612190565b600081526000849181838201528187820152816060818184015260809282848201528260a08201528260c08201528260e082015282610100820152826101208201528652818587015281898701528501528301528286010152016125c5565b805182101561265e5760209160051b010190565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b919081101561265e5760051b810135907ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffee18136030182121561019c570190565b9081602091031261019c575173ffffffffffffffffffffffffffffffffffffffff8116810361019c5790565b601f82602094937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0938186528686013760008582860101520116010190565b7f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c4602073ffffffffffffffffffffffffffffffffffffffff61277a3485613c26565b936040519485521692a2565b919081101561265e5760051b810135907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa18136030182121561019c570190565b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18136030182121561019c570180359067ffffffffffffffff821161019c57602001918160051b3603831361019c57565b3573ffffffffffffffffffffffffffffffffffffffff8116810361019c5790565b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18136030182121561019c570180359067ffffffffffffffff821161019c5760200191813603831361019c57565b90357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18236030181121561019c57016020813591019167ffffffffffffffff821161019c57813603831361019c57565b61012091813573ffffffffffffffffffffffffffffffffffffffff811680910361019c576129526129376129aa9561298b93855260208601356020860152612927604087018761288c565b90918060408801528601916126f9565b612944606086018661288c565b9085830360608701526126f9565b6080840135608084015260a084013560a084015260c084013560c084015261297d60e085018561288c565b9084830360e08601526126f9565b9161299c610100918281019061288c565b9290918185039101526126f9565b90565b60028054146129bc5760028055565b60046040517f3ee5aeb5000000000000000000000000000000000000000000000000000000008152fd5b9290916000925a908251813573ffffffffffffffffffffffffffffffffffffffff811680910361019c5781526020820135602082015260808201356fffffffffffffffffffffffffffffffff90818116606084015260801c604083015260a083013560c083015260c083013590811661010083015260801c610120820152612a7160e083018361283b565b80156134df5760348110613481578060141161019c578060241161019c5760341161019c57602481013560801c60a0830152601481013560801c60808301523560601c60e08201525b612ac382612470565b60208501526effffffffffffffffffffffffffffff60c082015160408301511760608301511760808301511760a08301511761010083015117610120830151171161342357604081015160608201510160808201510160a08201510160c08201510161010082015102845173ffffffffffffffffffffffffffffffffffffffff815116612b53604086018661283b565b80613134575b5050612bc8602073ffffffffffffffffffffffffffffffffffffffff60e085015116936000908515613102575b60400151828b01516000868b604051978896879586937f19822f7c00000000000000000000000000000000000000000000000000000000855260048501613c84565b0393f1600091816130ce575b50612c7c573d8b610800808311612c74575b50604051916020818401016040528083526000602084013e610e7e6040519283927f65c8fd4d000000000000000000000000000000000000000000000000000000008452600484015260606024840152600d60648401527f4141323320726576657274656400000000000000000000000000000000000000608484015260a0604484015260a48301906123b6565b915082612be6565b9115613048575b509773ffffffffffffffffffffffffffffffffffffffff835116602084015190600052600160205260406000208160401c60005260205267ffffffffffffffff604060002091825492612cd584612406565b90551603612fe35760609273ffffffffffffffffffffffffffffffffffffffff60e082015116612d97575b5a860390608060408201519101510110612d3257506040850152606084015260809160a090910135905a900301910152565b608490604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601e60448201527f41413430206f76657220766572696669636174696f6e4761734c696d697400006064820152fd5b9198969594939250965083519773ffffffffffffffffffffffffffffffffffffffff60e08a0151169889600052600060205260406000208054838110612f7e579a6080600093859384612e299d9e9f0390550151908360208a015191604051809d819682957f52b7512c0000000000000000000000000000000000000000000000000000000084528c60048501613c84565b0393f19687600091600099612ef1575b50612ee1573d8a610800808311612ed9575b50604051916020818401016040528083526000602084013e610e7e6040519283927f65c8fd4d000000000000000000000000000000000000000000000000000000008452600484015260606024840152600d60648401527f4141333320726576657274656400000000000000000000000000000000000000608484015260a0604484015260a48301906123b6565b915082612e4b565b9890919293949596979892612d00565b915097503d90816000823e612f0682826121dd565b604081838101031261019c5780519067ffffffffffffffff821161019c57828101601f83830101121561019c578181015191612f418361221e565b93612f4f60405195866121dd565b838552820160208483850101011161019c57602092612f75918480870191850101612393565b01519738612e39565b60848b604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601e60448201527f41413331207061796d6173746572206465706f73697420746f6f206c6f7700006064820152fd5b608490604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601a60448201527f4141323520696e76616c6964206163636f756e74206e6f6e63650000000000006064820152fd5b60005260006020526040600020805480841161306957839003905538612c83565b60848b604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601760448201527f41413231206469646e2774207061792070726566756e640000000000000000006064820152fd5b9091506020813d6020116130fa575b816130ea602093836121dd565b8101031261019c57519038612bd4565b3d91506130dd565b9050836000526000825260406000205486811160001461312a5750604060005b919050612b86565b6040908703613122565b823b6133be57604089510151602060405180927f570e1a360000000000000000000000000000000000000000000000000000000082528260048301528160008161318260248201898b6126f9565b039273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001690f1908115610db75760009161339f575b5073ffffffffffffffffffffffffffffffffffffffff81161561333a578373ffffffffffffffffffffffffffffffffffffffff8216036132d5573b156132705760141161019c5781907fd51a9c61267aa6196961883ecf5ff2da6619c37dac0fa92122513fb32c032d2d604060208b01519273ffffffffffffffffffffffffffffffffffffffff60e08d510151168251913560601c82526020820152a33880612b59565b60848c604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152602060448201527f4141313520696e6974436f6465206d757374206372656174652073656e6465726064820152fd5b60848d604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152602060448201527f4141313420696e6974436f6465206d7573742072657475726e2073656e6465726064820152fd5b60848d604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601b60448201527f4141313320696e6974436f6465206661696c6564206f72204f4f4700000000006064820152fd5b6133b8915060203d602011610db057610da181836121dd565b386131cc565b60848c604051907f220266b6000000000000000000000000000000000000000000000000000000008252600482015260406024820152601f60448201527f414131302073656e64657220616c726561647920636f6e7374727563746564006064820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f41413934206761732076616c756573206f766572666c6f7700000000000000006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4141393320696e76616c6964207061796d6173746572416e64446174610000006044820152fd5b5050600060e082015260006080820152600060a0820152612aba565b9092915a90606081015160006040938451977fffffffff000000000000000000000000000000000000000000000000000000008961353c606084018461283b565b8660038211613b2d575b7f8dd7712f000000000000000000000000000000000000000000000000000000009416841487146139d4575050506136169161370191602088015161359e8a5193849360208501528b602485015260648401906128dc565b90604483015203906135d67fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0928381018352826121dd565b6136f589519485927e42dc5300000000000000000000000000000000000000000000000000000000602085015261020060248501526102248401906123b6565b6136c4604484018b60806101a091805173ffffffffffffffffffffffffffffffffffffffff808251168652602082015160208701526040820151604087015260608201516060870152838201518487015260a082015160a087015260c082015160c087015260e08201511660e0860152610100808201519086015261012080910151908501526020810151610140850152604081015161016085015260608101516101808501520151910152565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdc83820301610204840152886123b6565b039081018352826121dd565b6020928184809351910182305af160005198865215613723575b505050505050565b909192939495965060003d83146139c6575b7fdeaddead00000000000000000000000000000000000000000000000000000000036137be57608486868051917f220266b600000000000000000000000000000000000000000000000000000000835260048301526024820152600f60448201527f41413935206f7574206f662067617300000000000000000000000000000000006064820152fd5b61384b908285969501518651907ff62676f440ff169a3a9afdbf812e89e7f95975ee8e5c31214ffdef631c5f47928573ffffffffffffffffffffffffffffffffffffffff8451169301513d906108008083116139be575b5089519188818401018b5280835260008984013e6138418a5192839283528b8a8401528b8301906123b6565b0390a35a90612433565b61385b60808601918251906123f9565b935a95600081519761386c89613c5a565b60e08a019873ffffffffffffffffffffffffffffffffffffffff98898b511680156000146139ad575050888b5116925b5a9003019560608b015160a08c0151019051870390818111613999575b5050850299848401908b825110613937575082918b6138da92510390613c26565b50611de65750918784926000847f49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f97608097015198808c51169a51169a01519482519586528501528301526060820152a49038808080808061371b565b60849088878051927f220266b60000000000000000000000000000000000000000000000000000000084526004840152602483015260448201527f414135312070726566756e642062656c6f772061637475616c476173436f73746064820152fd5b6064919003600a02049095019438806138b9565b9390511561389c576000945061389c565b915038613815565b50816000803e600051613735565b613b27945082935090613a1c917e42dc53000000000000000000000000000000000000000000000000000000006020613afb95015261020060248601526102248501916126f9565b613aca604484018960806101a091805173ffffffffffffffffffffffffffffffffffffffff808251168652602082015160208701526040820151604087015260608201516060870152838201518487015260a082015160a087015260c082015160c087015260e08201511660e0860152610100808201519086015261012080910151908501526020810151610140850152604081015161016085015260608101516101808501520151910152565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdc83820301610204840152866123b6565b037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081018a52896121dd565b87613701565b508135613546565b73ffffffffffffffffffffffffffffffffffffffff168015613bc857600080809381935af1613b62612440565b5015613b6a57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f41413931206661696c65642073656e6420746f2062656e6566696369617279006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4141393020696e76616c69642062656e656669636961727900000000000000006044820152fd5b73ffffffffffffffffffffffffffffffffffffffff166000526000602052613c5460406000209182546123f9565b80915590565b610120610100820151910151808214613c8057480180821015613c7b575090565b905090565b5090565b613c9c604092959493956060835260608301906128dc565b9460208201520152565b8015613d3357600060408051613cbb816121c1565b828152826020820152015273ffffffffffffffffffffffffffffffffffffffff811690604065ffffffffffff91828160a01c16908115613d2b575b60d01c92825191613d06836121c1565b8583528460208401521691829101524211908115613d2357509091565b905042109091565b839150613cf6565b5060009060009056fea26469706673582212209c0f37a43fe85b5f44a98d4645d2b5ab7ad9a660931c71439754f8c059df87ef64736f6c6343000817003360808060405234610016576101c3908161001c8239f35b600080fdfe6080600436101561000f57600080fd5b6000803560e01c63570e1a361461002557600080fd5b3461018a5760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261018a576004359167ffffffffffffffff9081841161018657366023850112156101865783600401358281116101825736602482870101116101825780601411610182577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec810192808411610155577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f81600b8501160116830190838210908211176101555792846024819482600c60209a968b9960405286845289840196603889018837830101525193013560601c5af1908051911561014d575b5073ffffffffffffffffffffffffffffffffffffffff60405191168152f35b90503861012e565b6024857f4e487b710000000000000000000000000000000000000000000000000000000081526041600452fd5b8380fd5b8280fd5b80fdfea26469706673582212207adef8895ad3393b02fab10a111d85ea80ff35366aa43995f4ea20e67f29200664736f6c63430008170033";
1788
- export declare const EntryPointV06Bytecode = "0x60a08060405234620000895760016002556102148181016001600160401b038111838210176200007357829162005bdf833903906000f080156200006757608052604051615b5090816200008f823960805181818161136801528181613d27015261403a0152f35b6040513d6000823e3d90fd5b634e487b7160e01b600052604160045260246000fd5b600080fdfe60806040526004361015610023575b361561001957600080fd5b610021615399565b005b60003560e01c80630396cb60146101635780630bd28e3b1461015e5780631b2e01b8146101595780631d732756146101545780631fad948c1461014f578063205c28781461014a57806335567e1a146101455780634b1d7cf5146101405780635287ce121461013b57806370a08231146101365780638f41ec5a14610131578063957122ab1461012c5780639b249f6914610127578063a619353114610122578063b760faf91461011d578063bb9fe6bf14610118578063c23a5cea14610113578063d6383f941461010e578063ee219423146101095763fc7e286d0361000e57611b4a565b611933565b6117cc565b611634565b6114b7565b611479565b611459565b6112c3565b6110f1565b6110b7565b611033565b610ee4565b610b89565b610ac5565b610927565b61084e565b61067c565b610415565b610334565b60207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085760043563ffffffff8116808203610308576103037fa5ae833d0bb1dcd632d98a8b70973e8516812898e19bf27b70071ebc8dc52c01916102206101f03373ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b916101fc8115156154f1565b610219610210600185015463ffffffff1690565b63ffffffff1690565b1115615556565b54926102e56dffffffffffffffffffffffffffff946102a361024734888460781c16612098565b966102538815156155bb565b61025f81891115615620565b6102838161026b610590565b941684906dffffffffffffffffffffffffffff169052565b6001602084015287166dffffffffffffffffffffffffffff166040830152565b63ffffffff83166060820152600060808201526102e03373ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b615685565b6040805194855263ffffffff90911660208501523393918291820190565b0390a2005b600080fd5b6024359077ffffffffffffffffffffffffffffffffffffffffffffffff8216820361030857565b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085760043577ffffffffffffffffffffffffffffffffffffffffffffffff81168103610308576103c29033600052600160205260406000209077ffffffffffffffffffffffffffffffffffffffffffffffff16600052602052604060002090565b6103cc8154612354565b9055005b73ffffffffffffffffffffffffffffffffffffffff81160361030857565b602435906103fb826103d0565b565b60c435906103fb826103d0565b35906103fb826103d0565b346103085760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085760206104a9600435610455816103d0565b73ffffffffffffffffffffffffffffffffffffffff61047261030d565b91166000526001835260406000209077ffffffffffffffffffffffffffffffffffffffffffffffff16600052602052604060002090565b54604051908152f35b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60a0810190811067ffffffffffffffff8211176104fd57604052565b6104b2565b610100810190811067ffffffffffffffff8211176104fd57604052565b67ffffffffffffffff81116104fd57604052565b6060810190811067ffffffffffffffff8211176104fd57604052565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff8211176104fd57604052565b604051906103fb826104e1565b6040519060c0820182811067ffffffffffffffff8211176104fd57604052565b604051906040820182811067ffffffffffffffff8211176104fd57604052565b67ffffffffffffffff81116104fd57601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b929192610623826105dd565b91610631604051938461054f565b829481845281830111610308578281602093846000960137010152565b9181601f840112156103085782359167ffffffffffffffff8311610308576020838186019501011161030857565b34610308576101c07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085767ffffffffffffffff6004358181116103085736602382011215610308576106de903690602481600401359101610617565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdc36016101808112610308576101006040519161071b836104e1565b126103085760405161072c81610502565b6107346103ee565b815260443560208201526064356040820152608435606082015260a435608082015261075e6103fd565b60a082015260e43560c08201526101043560e082015281526101243560208201526101443560408201526101643560608201526101843560808201526101a435918211610308576107d2926107ba6107c293369060040161064e565b929091612759565b6040519081529081906020820190565b0390f35b9060407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc8301126103085760043567ffffffffffffffff9283821161030857806023830112156103085781600401359384116103085760248460051b8301011161030857602401919060243561084b816103d0565b90565b346103085761085c366107d6565b610867929192615aad565b61087083611c7a565b60005b8481106108f057506000927fbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f9728480a183915b8583106108c0576108b68585611d9f565b6100216001600255565b9091936001906108e66108d4878987611d2f565b6108de8886611d16565b519088612202565b01940191906108a5565b8061091e610917610905600194869896611d16565b51610911848a88611d2f565b846132da565b9083612dc2565b01929092610873565b346103085760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261030857600435610962816103d0565b6024359060009133835282602052604083206dffffffffffffffffffffffffffff81541692838311610a6757848373ffffffffffffffffffffffffffffffffffffffff829593610a0a84966109d16109be8798610a649c612086565b6dffffffffffffffffffffffffffff1690565b6dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b6040805173ffffffffffffffffffffffffffffffffffffffff831681526020810185905233917fd1c19fbcd4551a5edfb66d43d2e337c04837afda3482b42bdf569a8fccdae5fb91a2165af1610a5e611d6f565b506159fc565b80f35b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f576974686472617720616d6f756e7420746f6f206c61726765000000000000006044820152fd5b346103085760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610308576020600435610b02816103d0565b73ffffffffffffffffffffffffffffffffffffffff610b1f61030d565b911660005260018252610b5a8160406000209077ffffffffffffffffffffffffffffffffffffffffffffffff16600052602052604060002090565b547fffffffffffffffffffffffffffffffffffffffffffffffff00000000000000006040519260401b16178152f35b3461030857610b97366107d6565b610b9f615aad565b6000805b838210610d8657610bb49150611c7a565b7fbb47ee3e183a558b1a2ff0874b079f3fc5478b7454eacf2bfc5af2ff5878f972600080a16000805b848110610cec57505060008093815b818110610c23576108b6868660007f575ff3acadd5ab348fe1855e217e0f3678f8d767d7494c9f9fefbee2e17cca4d8180a2611d9f565b610c87610c3182848a612381565b610c5c610c43610c4360208401612415565b73ffffffffffffffffffffffffffffffffffffffff1690565b7f575ff3acadd5ab348fe1855e217e0f3678f8d767d7494c9f9fefbee2e17cca4d600080a2806123c1565b906000915b808310610ca457505050610c9f90612354565b610bec565b90919497610cdf610cd9610ce592610cd38c8b610ccc82610cc68e8b8d611d2f565b92611d16565b5191612202565b90612098565b99612354565b95612354565b9190610c8c565b610cf7818688612381565b6020610d0f610d0683806123c1565b92909301612415565b9173ffffffffffffffffffffffffffffffffffffffff60009316905b828410610d445750505050610d3f90612354565b610bdd565b90919294610cdf81610d7985610d72610d60610d7e968d611d16565b51610d6c8c8b8a611d2f565b856132da565b908b612fda565b612354565b929190610d2b565b610d91828587612381565b90610d9c82806123c1565b92610dac610c4360208301612415565b9173ffffffffffffffffffffffffffffffffffffffff8316610dd1600182141561241f565b610df2575b505050610dec91610de691612098565b91612354565b90610ba3565b909592610e0b6040999693999895989788810190611e90565b92908a3b156103085789938b918a5193849283927fe3563a4f00000000000000000000000000000000000000000000000000000000845260049e8f850193610e52946125b9565b03815a93600094fa9081610ecb575b50610eb55786517f86a9f75000000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff8a16818a0190815281906020010390fd5b0390fd5b9497509295509093509181610de6610dec610dd6565b80610ed8610ede9261051f565b806110ac565b38610e61565b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610308576107d273ffffffffffffffffffffffffffffffffffffffff600435610f37816103d0565b608060409283928351610f49816104e1565b600093818580935282602082015282878201528260608201520152168152806020522090610fd865ffffffffffff6001835194610f85866104e1565b80546dffffffffffffffffffffffffffff8082168852607082901c60ff161515602089015260789190911c1685870152015463ffffffff8116606086015260201c16608084019065ffffffffffff169052565b5191829182919091608065ffffffffffff8160a08401956dffffffffffffffffffffffffffff808251168652602082015115156020870152604082015116604086015263ffffffff6060820151166060860152015116910152565b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085773ffffffffffffffffffffffffffffffffffffffff600435611083816103d0565b16600052600060205260206dffffffffffffffffffffffffffff60406000205416604051908152f35b600091031261030857565b346103085760007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261030857602060405160018152f35b346103085760607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261030857600467ffffffffffffffff813581811161030857611141903690840161064e565b905060243591611150836103d0565b60443590811161030857611167903690850161064e565b9290911590816112b9575b506112525760148210156111c2575b610eb1836040519182917f08c379a0000000000000000000000000000000000000000000000000000000008352820160409060208152600060208201520190565b6111d26111de926111d892612a22565b90612a30565b60601c90565b3b156111eb573880611181565b610eb1906040519182917f08c379a0000000000000000000000000000000000000000000000000000000008352820160609060208152601b60208201527f41413330207061796d6173746572206e6f74206465706c6f796564000000000060408201520190565b610eb1836040519182917f08c379a0000000000000000000000000000000000000000000000000000000008352820160609060208152601960208201527f41413230206163636f756e74206e6f74206465706c6f7965640000000000000060408201520190565b90503b1538611172565b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085760043567ffffffffffffffff81116103085761131290369060040161064e565b906113486040519283927f570e1a3600000000000000000000000000000000000000000000000000000000845260048401612bc6565b0360208273ffffffffffffffffffffffffffffffffffffffff92816000857f0000000000000000000000000000000000000000000000000000000000000000165af19081156113fc576024926000926113cc575b50604051917f6ca7b806000000000000000000000000000000000000000000000000000000008352166004820152fd5b6113ee91925060203d81116113f5575b6113e6818361054f565b810190612bb1565b903861139c565b503d6113dc565b61204b565b90816101609103126103085790565b60207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc820112610308576004359067ffffffffffffffff82116103085761084b91600401611401565b3461030857602061147161146c36611410565b6128b4565b604051908152f35b60207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610308576100216004356114b2816103d0565b615485565b34610308576000807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112611631573381528060205260408120600181019063ffffffff8254169081156115d35761157061153561159893611527611522855460ff9060701c1690565b6157e9565b65ffffffffffff421661584e565b84547fffffffffffffffffffffffffffffffffffffffffffff000000000000ffffffff16602082901b69ffffffffffff000000001617909455565b7fffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffff8154169055565b60405165ffffffffffff91909116815233907ffa9b3c14cc825c412c9ed81b3ba365a5b459439403f18829e572ed53a4180f0a90602090a280f35b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600a60248201527f6e6f74207374616b6564000000000000000000000000000000000000000000006044820152fd5b80fd5b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085760043561166f816103d0565b610a6473ffffffffffffffffffffffffffffffffffffffff6116b13373ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b926117696116d46109be86546dffffffffffffffffffffffffffff9060781c1690565b946116e0861515615868565b6117416001820161171965ffffffffffff611705835465ffffffffffff9060201c1690565b166117118115156158cd565b421015615932565b80547fffffffffffffffffffffffffffffffffffffffffffff00000000000000000000169055565b7fffffff0000000000000000000000000000ffffffffffffffffffffffffffffff8154169055565b6040805173ffffffffffffffffffffffffffffffffffffffff831681526020810186905233917fb7c918e0e249f999e965cafeb6c664271b3f4317d296461500e71da39f0cbda391a2600080809581948294165af16117c6611d6f565b50615997565b346103085760607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085767ffffffffffffffff6004358181116103085761181c903690600401611401565b60243591611829836103d0565b60443590811161030857611844610eb191369060040161064e565b61184c611c17565b61185585612cc5565b61186861186282876130d2565b90615222565b94611878826000924384526120a5565b96438252819360609573ffffffffffffffffffffffffffffffffffffffff83166118ff575b5050505060800151936118cc60406118be602084015165ffffffffffff1690565b92015165ffffffffffff1690565b906040519687967f8b7ac98000000000000000000000000000000000000000000000000000000000885260048801612689565b83955083949650611919604094929394518094819361267b565b03925af1906080611928611d6f565b92919038808061189d565b346103085761194136611410565b611949611c17565b61195282612cc5565b61195c81836130d2565b825160a001519193916119899073ffffffffffffffffffffffffffffffffffffffff16615344565b615344565b906119ad611984855173ffffffffffffffffffffffffffffffffffffffff90511690565b946119b66129f8565b506119e56119c960409586810190611e90565b90600060148310611b4257506111d2611984926111d892612a22565b916119ef91615222565b805173ffffffffffffffffffffffffffffffffffffffff169073ffffffffffffffffffffffffffffffffffffffff821660018114916080880151978781015191886020820151611a449065ffffffffffff1690565b91015165ffffffffffff16916060015192611a5d61059d565b9a8b5260208b0152841515898b015265ffffffffffff1660608a015265ffffffffffff16608089015260a088015215159081611b39575b50611ace5750610eb192519485947fe0cff05f00000000000000000000000000000000000000000000000000000000865260048601612b57565b9190610eb193611add84615344565b611b04611ae86105bd565b73ffffffffffffffffffffffffffffffffffffffff9096168652565b6020850152519586957ffaecb4e400000000000000000000000000000000000000000000000000000000875260048701612ac5565b90501538611a94565b915050615344565b346103085760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126103085773ffffffffffffffffffffffffffffffffffffffff600435611b9a816103d0565b16600052600060205260a0604060002065ffffffffffff60018254920154604051926dffffffffffffffffffffffffffff90818116855260ff8160701c161515602086015260781c16604084015263ffffffff8116606084015260201c166080820152f35b67ffffffffffffffff81116104fd5760051b60200190565b60405190611c24826104e1565b604051608083611c3383610502565b60009283815283602082015283604082015283606082015283838201528360a08201528360c08201528360e082015281528260208201528260408201528260608201520152565b90611c8482611bff565b611c91604051918261054f565b8281527fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0611cbf8294611bff565b019060005b828110611cd057505050565b602090611cdb611c17565b82828501015201611cc4565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b8051821015611d2a5760209160051b010190565b611ce7565b9190811015611d2a5760051b810135907ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffea181360301821215610308570190565b3d15611d9a573d90611d80826105dd565b91611d8e604051938461054f565b82523d6000602084013e565b606090565b73ffffffffffffffffffffffffffffffffffffffff168015611e3257600080809381935af1611dcc611d6f565b5015611dd457565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f41413931206661696c65642073656e6420746f2062656e6566696369617279006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f4141393020696e76616c69642062656e656669636961727900000000000000006044820152fd5b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe181360301821215610308570180359067ffffffffffffffff82116103085760200191813603831361030857565b90816020910312610308575190565b601f82602094937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0938186528686013760008582860101520116010190565b60005b838110611f425750506000910152565b8181015183820152602001611f32565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f602093611f8e81518092818752878088019101611f2f565b0116010190565b90611faf60809161084b96946101c0808652850191611ef0565b9360e0815173ffffffffffffffffffffffffffffffffffffffff80825116602087015260208201516040870152604082015160608701526060820151858701528482015160a087015260a08201511660c086015260c081015182860152015161010084015260208101516101208401526040810151610140840152606081015161016084015201516101808201526101a0818403910152611f52565b6040513d6000823e3d90fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b9190820391821161209357565b612057565b9190820180921161209357565b905a918160206120be6060830151936060810190611e90565b906120f78560405195869485947f1d73275600000000000000000000000000000000000000000000000000000000865260048601611f95565b03816000305af1600091816121d2575b506121cb575060206000803e7fdeaddead000000000000000000000000000000000000000000000000000000006000511461215e5761215861214d61084b945a90612086565b608084015190612098565b91614972565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152600f60408201527f41413935206f7574206f6620676173000000000000000000000000000000000060608201520190565b9250505090565b6121f491925060203d81116121fb575b6121ec818361054f565b810190611ee1565b9038612107565b503d6121e2565b909291925a9380602061221e6060830151946060810190611e90565b906122578660405195869485947f1d73275600000000000000000000000000000000000000000000000000000000865260048601611f95565b03816000305af160009181612334575b5061232d575060206000803e7fdeaddead00000000000000000000000000000000000000000000000000000000600051146122bf576122b96122ae61084b95965a90612086565b608083015190612098565b92614c55565b610eb1836040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152600f60408201527f41413935206f7574206f6620676173000000000000000000000000000000000060608201520190565b9450505050565b61234d91925060203d81116121fb576121ec818361054f565b9038612267565b7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146120935760010190565b9190811015611d2a5760051b810135907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa181360301821215610308570190565b9035907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe181360301821215610308570180359067ffffffffffffffff821161030857602001918160051b3603831361030857565b3561084b816103d0565b1561242657565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f4141393620696e76616c69642061676772656761746f720000000000000000006044820152fd5b90357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe18236030181121561030857016020813591019167ffffffffffffffff821161030857813603831361030857565b61084b916124ff816124e58461040a565b73ffffffffffffffffffffffffffffffffffffffff169052565b6020820135602082015261259a61254b61253061251f6040860186612484565b610160806040880152860191611ef0565b61253d6060860186612484565b908583036060870152611ef0565b6080840135608084015260a084013560a084015260c084013560c084015260e084013560e0840152610100808501359084015261012061258d81860186612484565b9185840390860152611ef0565b916125ab6101409182810190612484565b929091818503910152611ef0565b949391929083604087016040885252606086019360608160051b8801019482600090815b8483106125fc5750505050505084602061084b95968503910152611ef0565b9091929394977fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa08b820301855288357ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffea184360301811215612677576001918461266592016124d4565b986020908101969501930191906125dd565b8280fd5b908092918237016000815290565b92909361084b96959260c0958552602085015265ffffffffffff8092166040850152166060830152151560808201528160a08201520190611f52565b156126cc57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601760248201527f4141393220696e7465726e616c2063616c6c206f6e6c790000000000000000006044820152fd5b90604061084b92600081528160208201520190611f52565b60409061084b939281528160208201520190611f52565b909291925a9361276a3033146126c5565b8151946040860151955a61138860608301518901011161288a5761084b9660009580516127b1575b505050906127ab915a9003608084015101943691610617565b91614ebd565b6127e0916127dc916127d7855173ffffffffffffffffffffffffffffffffffffffff1690565b615a6c565b1590565b6127ec575b8080612792565b6127ab929194506127fb615a7e565b90815161280f575b505060019390916127e5565b7f1c4fada7374c0a9ee8841fc38afe82932dc0f8e69012e927f061a8bae611a20173ffffffffffffffffffffffffffffffffffffffff602087015192612880602061286e835173ffffffffffffffffffffffffffffffffffffffff1690565b92015195604051938493169683612742565b0390a33880612803565b7fdeaddead0000000000000000000000000000000000000000000000000000000060005260206000fd5b6128ca6128c46040830183611e90565b90615a61565b906128db6128c46060830183611e90565b906129916128f06128c4610120840184611e90565b60405194859360208501956101008201359260e08301359260c08101359260a08201359260808301359273ffffffffffffffffffffffffffffffffffffffff60208201359135168c9693909a9998959261012098959273ffffffffffffffffffffffffffffffffffffffff6101408a019d168952602089015260408801526060870152608086015260a085015260c084015260e08301526101008201520152565b03916129c37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe09384810183528261054f565b519020604080516020810192835230918101919091524660608201526080928301815290916129f2908261054f565b51902090565b604051906040820182811067ffffffffffffffff8211176104fd5760405260006020838281520152565b906014116103085790601490565b7fffffffffffffffffffffffffffffffffffffffff0000000000000000000000009035818116939260148110612a6557505050565b60140360031b82901b16169150565b9060c060a061084b93805184526020810151602085015260408101511515604085015265ffffffffffff80606083015116606086015260808201511660808501520151918160a08201520190611f52565b9294612b266103fb95612b14610100959998612b02612aee602097610140808c528b0190612a74565b9b878a019060208091805184520151910152565b80516060890152602001516080880152565b805160a08701526020015160c0860152565b73ffffffffffffffffffffffffffffffffffffffff81511660e0850152015191019060208091805184520151910152565b612ba06103fb94612b8e612b7960a0959998969960e0865260e0860190612a74565b98602085019060208091805184520151910152565b80516060840152602001516080830152565b019060208091805184520151910152565b90816020910312610308575161084b816103d0565b91602061084b938181520191611ef0565b90612c0673ffffffffffffffffffffffffffffffffffffffff9161084b97959694606085526060850191611ef0565b941660208201526040818503910152611ef0565b60009060033d11612c2757565b905060046000803e60005160e01c90565b600060443d1061084b576040517ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc91823d016004833e815167ffffffffffffffff918282113d602484011117612cb457818401948551938411612cbc573d85010160208487010111612cb4575061084b9291016020019061054f565b949350505050565b50949350505050565b612cd26040820182611e90565b612cea612cde84612415565b93610120810190611e90565b9290303b1561030857600093612d2e9160405196879586957f957122ab00000000000000000000000000000000000000000000000000000000875260048701612bd7565b0381305afa9081612daf575b506103fb576001612d49612c1a565b6308c379a014612d5a575b6113fc57565b612d62612c38565b80612d6e575b50612d54565b80516000925015612d6857610eb1906040519182917f220266b60000000000000000000000000000000000000000000000000000000083526004830161272a565b80610ed8612dbc9261051f565b38612d3a565b9190612dcd90613011565b73ffffffffffffffffffffffffffffffffffffffff92918316612f6c57612efe57612df790613011565b9116612e9057612e045750565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152602160448201527f41413332207061796d61737465722065787069726564206f72206e6f7420647560648201527f6500000000000000000000000000000000000000000000000000000000000000608482015260a490fd5b610eb1826040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601460408201527f41413334207369676e6174757265206572726f7200000000000000000000000060608201520190565b610eb1836040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601760408201527f414132322065787069726564206f72206e6f742064756500000000000000000060608201520190565b610eb1846040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601460408201527f41413234207369676e6174757265206572726f7200000000000000000000000060608201520190565b929190612fe690613011565b909273ffffffffffffffffffffffffffffffffffffffff80809516911603612f6c57612efe57612df7905b801561306457613020906151c7565b73ffffffffffffffffffffffffffffffffffffffff65ffffffffffff806040840151164211908115613054575b5091511691565b905060208301511642103861304d565b50600090600090565b1561307457565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f41413934206761732076616c756573206f766572666c6f7700000000000000006044820152fd5b916000915a938151906130e58282613545565b6130ee816128b4565b602084015261312c6effffffffffffffffffffffffffffff60808401516060850151176040850151176101008401359060e08501351717111561306d565b61313582613607565b6131408185846136c8565b97906131716127dc613166875173ffffffffffffffffffffffffffffffffffffffff1690565b6020880151906152d4565b61326d5761317e43600052565b73ffffffffffffffffffffffffffffffffffffffff6131b660a0606097015173ffffffffffffffffffffffffffffffffffffffff1690565b16613253575b505a810360a0840135106131e65760809360c092604087015260608601525a900391013501910152565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601e60408201527f41413430206f76657220766572696669636174696f6e4761734c696d6974000060608201520190565b9093508161326492975085846143d2565b959092386131bc565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601a60408201527f4141323520696e76616c6964206163636f756e74206e6f6e636500000000000060608201520190565b9290916000925a82516132ed8184613545565b6132f6836128b4565b60208501526133346effffffffffffffffffffffffffffff60808301516060840151176040840151176101008601359060e08701351717111561306d565b61333d81613607565b6133498186868b613a34565b989061337a6127dc61336f865173ffffffffffffffffffffffffffffffffffffffff1690565b6020870151906152d4565b6134725761338743600052565b73ffffffffffffffffffffffffffffffffffffffff6133bf60a0606096015173ffffffffffffffffffffffffffffffffffffffff1690565b16613457575b505a840360a0860135106133f15750604085015260608401526080919060c0905a900391013501910152565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152601e60448201527f41413430206f76657220766572696669636174696f6e4761734c696d697400006064820152608490fd5b90925081613469929850868685614665565b969091386133c5565b610eb1826040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601a60408201527f4141323520696e76616c6964206163636f756e74206e6f6e636500000000000060608201520190565b156134e757565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f4141393320696e76616c6964207061796d6173746572416e64446174610000006044820152fd5b6135b79061356f61355582612415565b73ffffffffffffffffffffffffffffffffffffffff168452565b602081013560208401526080810135604084015260a0810135606084015260c0810135608084015260e081013560c084015261010081013560e0840152610120810190611e90565b9081156135fc576135e16111d86111d28460a0946135dc60146103fb999810156134e0565b612a22565b73ffffffffffffffffffffffffffffffffffffffff16910152565b505060a06000910152565b60a081015173ffffffffffffffffffffffffffffffffffffffff16156136495760c060035b60ff60408401519116606084015102016080830151019101510290565b60c0600161362c565b61366a604092959493956060835260608301906124d4565b9460208201520152565b906103fb602f60405180947f414132332072657665727465643a20000000000000000000000000000000000060208301526136b88151809260208686019101611f2f565b810103600f81018552018361054f565b916000926000925a9361379660208351936136f7855173ffffffffffffffffffffffffffffffffffffffff1690565b9561370f6137086040830183611e90565b9084613c9f565b60a086015173ffffffffffffffffffffffffffffffffffffffff169061373443600052565b85809373ffffffffffffffffffffffffffffffffffffffff8094161598896139cc575b60600151908601516040517f3a871cdd000000000000000000000000000000000000000000000000000000008152978896879586939060048501613652565b03938a1690f18291816139ac575b506139a357506001906137b5612c1a565b6308c379a01461394f575b506138e2575b6137d3575b50505a900391565b6137fd9073ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b6138186109be82546dffffffffffffffffffffffffffff1690565b8083116138755761386e926dffffffffffffffffffffffffffff9103166dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b38806137cb565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601760408201527f41413231206469646e2774207061792070726566756e6400000000000000000060608201520190565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601660408201527f4141323320726576657274656420286f72204f4f47290000000000000000000060608201520190565b613957612c38565b908161396357506137c0565b610eb1916139719150613674565b6040519182917f220266b60000000000000000000000000000000000000000000000000000000083526004830161272a565b95506137c69050565b6139c591925060203d81116121fb576121ec818361054f565b90386137a4565b9450613a126109be6139fe8c73ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b546dffffffffffffffffffffffffffff1690565b8b811115613a295750856060835b96915050613757565b606087918d03613a20565b90926000936000935a94613a7d6020835193613a64855173ffffffffffffffffffffffffffffffffffffffff1690565b9561370f613a756040830183611e90565b90848c613faf565b03938a1690f1829181613c7f575b50613c765750600190613a9c612c1a565b6308c379a014613c20575b50613bb2575b613abb575b5050505a900391565b613ae59073ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b91613b016109be84546dffffffffffffffffffffffffffff1690565b90818311613b4c575082547fffffffffffffffffffffffffffffffffffff0000000000000000000000000000169190036dffffffffffffffffffffffffffff16179055388080613ab2565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152601760448201527f41413231206469646e2774207061792070726566756e640000000000000000006064820152608490fd5b610eb1846040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601660408201527f4141323320726576657274656420286f72204f4f47290000000000000000000060608201520190565b613c28612c38565b9081613c345750613aa7565b8691613c409150613674565b90610eb16040519283927f220266b600000000000000000000000000000000000000000000000000000000845260048401612742565b9650613aad9050565b613c9891925060203d81116121fb576121ec818361054f565b9038613a8b565b909180613cab57505050565b81515173ffffffffffffffffffffffffffffffffffffffff1692833b613f4257606083510151604051907f570e1a3600000000000000000000000000000000000000000000000000000000825260208280613d0a878760048401612bc6565b0381600073ffffffffffffffffffffffffffffffffffffffff95867f00000000000000000000000000000000000000000000000000000000000000001690f19182156113fc57600092613f22575b50808216958615613eb55716809503613e48573b15613ddb576111d86111d27fd51a9c61267aa6196961883ecf5ff2da6619c37dac0fa92122513fb32c032d2d93613da293612a22565b602083810151935160a001516040805173ffffffffffffffffffffffffffffffffffffffff9485168152939091169183019190915290a3565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152602060408201527f4141313520696e6974436f6465206d757374206372656174652073656e64657260608201520190565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152602060408201527f4141313420696e6974436f6465206d7573742072657475726e2073656e64657260608201520190565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601b60408201527f4141313320696e6974436f6465206661696c6564206f72204f4f47000000000060608201520190565b613f3b91925060203d81116113f5576113e6818361054f565b9038613d58565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601f60408201527f414131302073656e64657220616c726561647920636f6e73747275637465640060608201520190565b92909181613fbe575b50505050565b82515173ffffffffffffffffffffffffffffffffffffffff1693843b61425857606084510151604051907f570e1a360000000000000000000000000000000000000000000000000000000082526020828061401d888860048401612bc6565b0381600073ffffffffffffffffffffffffffffffffffffffff95867f00000000000000000000000000000000000000000000000000000000000000001690f19182156113fc57600092614238575b508082169687156141ca571680960361415c573b156140f657506111d86111d27fd51a9c61267aa6196961883ecf5ff2da6619c37dac0fa92122513fb32c032d2d936140b693612a22565b602083810151935160a001516040805173ffffffffffffffffffffffffffffffffffffffff9485168152939091169183019190915290a338808080613fb8565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152602060448201527f4141313520696e6974436f6465206d757374206372656174652073656e6465726064820152608490fd5b610eb1826040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152602060408201527f4141313420696e6974436f6465206d7573742072657475726e2073656e64657260608201520190565b610eb1846040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601b60408201527f4141313320696e6974436f6465206661696c6564206f72204f4f47000000000060608201520190565b61425191925060203d81116113f5576113e6818361054f565b903861406b565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152601f60448201527f414131302073656e64657220616c726561647920636f6e7374727563746564006064820152608490fd5b156142c557565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f4141343120746f6f206c6974746c6520766572696669636174696f6e476173006044820152fd5b919060408382031261030857825167ffffffffffffffff81116103085783019080601f830112156103085781519161435a836105dd565b91614368604051938461054f565b838352602084830101116103085760209261438891848085019101611f2f565b92015190565b906103fb602f60405180947f414133332072657665727465643a20000000000000000000000000000000000060208301526136b88151809260208686019101611f2f565b93919260609460009460009380519261441160a08a860151956143f68888116142be565b015173ffffffffffffffffffffffffffffffffffffffff1690565b9161443c8373ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b946144586109be87546dffffffffffffffffffffffffffff1690565b968588106145f85773ffffffffffffffffffffffffffffffffffffffff60208a98946144ce8a966dffffffffffffffffffffffffffff8b6145079e03166dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b015194604051998a98899788937ff465c77e00000000000000000000000000000000000000000000000000000000855260048501613652565b0395169103f19081839184936145d2575b506145cb57505060019061452a612c1a565b6308c379a0146145a9575b5061453c57565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601660408201527f4141333320726576657274656420286f72204f4f47290000000000000000000060608201520190565b6145b1612c38565b90816145bd5750614535565b610eb191613971915061438e565b9450925050565b9092506145f191503d8085833e6145e9818361054f565b810190614323565b9138614518565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601e60408201527f41413331207061796d6173746572206465706f73697420746f6f206c6f77000060608201520190565b91949293909360609560009560009382519061468c60a08b840151936143f68486116142be565b936146b78573ffffffffffffffffffffffffffffffffffffffff166000526000602052604060002090565b6146d26109be82546dffffffffffffffffffffffffffff1690565b87811061482d579273ffffffffffffffffffffffffffffffffffffffff60208a989693946144ce8a966dffffffffffffffffffffffffffff8d61474c9e9c9a03166dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b0395169103f190818391849361480f575b5061480757505060019061476f612c1a565b6308c379a0146147e8575b506147825750565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152601660448201527f4141333320726576657274656420286f72204f4f4729000000000000000000006064820152608490fd5b6147f0612c38565b90816147fc575061477a565b613c4092505061438e565b955093505050565b90925061482691503d8085833e6145e9818361054f565b913861475d565b610eb18a6040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601e60408201527f41413331207061796d6173746572206465706f73697420746f6f206c6f77000060608201520190565b600311156148a557565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b9291906148f260409160028652606060208701526060860190611f52565b930152565b9392919060038110156148a5576040916148f2918652606060208701526060860190611f52565b906103fb603660405180947f4141353020706f73744f702072657665727465643a200000000000000000000060208301526149628151809260208686019101611f2f565b810103601681018552018361054f565b929190925a9360009180519161498783615180565b9260a08101956149ab875173ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff93908481169081614b1a575050506149ec825173ffffffffffffffffffffffffffffffffffffffff1690565b985b5a90030193840297604084019089825110614aad577f49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f94614a386020928c614aa8955103906153a2565b015194896020614a7a614a5f865173ffffffffffffffffffffffffffffffffffffffff1690565b9a5173ffffffffffffffffffffffffffffffffffffffff1690565b9401519785604051968796169a16988590949392606092608083019683521515602083015260408201520152565b0390a4565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152602060408201527f414135312070726566756e642062656c6f772061637475616c476173436f737460608201520190565b9a918051614b2a575b50506149ee565b6060850151600099509091803b15614c51579189918983614b7d956040518097819682957fa9a234090000000000000000000000000000000000000000000000000000000084528c0290600484016148d4565b0393f19081614c3e575b50614c39576001614b96612c1a565b6308c379a014614c1a575b614bad575b3880614b23565b6040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601260408201527f4141353020706f73744f7020726576657274000000000000000000000000000060608201520190565b614c22612c38565b80614c2d5750614ba1565b613971610eb19161491e565b614ba6565b80610ed8614c4b9261051f565b38614b87565b8980fd5b9392915a90600092805190614c6982615180565b9360a0830196614c8d885173ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff95908681169081614d8357505050614cce845173ffffffffffffffffffffffffffffffffffffffff1690565b915b5a9003019485029860408301908a825110614d1d57507f49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f949392614a38614aa8938c6020945103906153a2565b604080517f220266b600000000000000000000000000000000000000000000000000000000815260048101929092526024820152602060448201527f414135312070726566756e642062656c6f772061637475616c476173436f73746064820152608490fd5b93918051614d93575b5050614cd0565b606087015160009a509091803b15614eb957918a918a83614de6956040518097819682957fa9a234090000000000000000000000000000000000000000000000000000000084528c0290600484016148d4565b0393f19081614ea6575b50614ea1576001614dff612c1a565b6308c379a014614e84575b614e16575b3880614d8c565b610eb18b6040519182917f220266b600000000000000000000000000000000000000000000000000000000835260048301608091815260406020820152601260408201527f4141353020706f73744f7020726576657274000000000000000000000000000060608201520190565b614e8c612c38565b80614e975750614e0a565b613c408d9161491e565b614e0f565b80610ed8614eb39261051f565b38614df0565b8a80fd5b909392915a94805191614ecf83615180565b9260a0810195614ef3875173ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff938185169182614fdb57505050614f33825173ffffffffffffffffffffffffffffffffffffffff1690565b985b5a90030193840297604084019089825110614aad577f49628fd1471006c1482da88028e9ce4dbb080b815c9b0344d39e5a8e6ec1419f94614f7f6020928c614aa8955103906153a2565b614f888861489b565b015194896020614faf614a5f865173ffffffffffffffffffffffffffffffffffffffff1690565b940151604080519182529815602082015297880152606087015290821695909116939081906080820190565b9a918151614feb575b5050614f35565b878402614ff78a61489b565b60028a14615074576060860151823b156103085761504a93600080948d604051978896879586937fa9a23409000000000000000000000000000000000000000000000000000000008552600485016148f7565b0393f180156113fc57615061575b505b3880614fe4565b80610ed861506e9261051f565b38615058565b6060860151823b15610308576150bf93600080948d604051978896879586937fa9a23409000000000000000000000000000000000000000000000000000000008552600485016148f7565b0393f1908161516d575b506151685760016150d8612c1a565b6308c379a014615155575b1561505a576040517f220266b600000000000000000000000000000000000000000000000000000000815280610eb1600482016080906000815260406020820152601260408201527f4141353020706f73744f7020726576657274000000000000000000000000000060608201520190565b61515d612c38565b80614c2d57506150e3565b61505a565b80610ed861517a9261051f565b386150c9565b60e060c08201519101518082146151a45748018082101561519f575090565b905090565b5090565b604051906151b582610533565b60006040838281528260208201520152565b6151cf6151a8565b5065ffffffffffff808260a01c16801561521b575b604051926151f184610533565b73ffffffffffffffffffffffffffffffffffffffff8116845260d01c602084015216604082015290565b50806151e4565b61523761523d916152316151a8565b506151c7565b916151c7565b9073ffffffffffffffffffffffffffffffffffffffff91828251169283156152c9575b65ffffffffffff9283918260408160208501511693015116938360408160208401511692015116908084106152c1575b508085116152b9575b50604051956152a787610533565b16855216602084015216604082015290565b935038615299565b925038615290565b815181169350615260565b73ffffffffffffffffffffffffffffffffffffffff16600052600160205267ffffffffffffffff6153308260401c60406000209077ffffffffffffffffffffffffffffffffffffffffffffffff16600052602052604060002090565b9182549261533d84612354565b9055161490565b9073ffffffffffffffffffffffffffffffffffffffff6153626129f8565b9216600052600060205263ffffffff600160406000206dffffffffffffffffffffffffffff815460781c1685520154166020830152565b6103fb33615485565b73ffffffffffffffffffffffffffffffffffffffff16600052600060205260406000206dffffffffffffffffffffffffffff8082541692830180931161209357808311615427576103fb92166dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601060248201527f6465706f736974206f766572666c6f77000000000000000000000000000000006044820152fd5b73ffffffffffffffffffffffffffffffffffffffff906154a534826153a2565b168060005260006020527f2da466a7b24304f47e87fa2e1e5a81b9831ce54fec19055ce277ca2f39ba42c460206dffffffffffffffffffffffffffff60406000205416604051908152a2565b156154f857565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601a60248201527f6d757374207370656369667920756e7374616b652064656c61790000000000006044820152fd5b1561555d57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601c60248201527f63616e6e6f7420646563726561736520756e7374616b652074696d65000000006044820152fd5b156155c257565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601260248201527f6e6f207374616b652073706563696669656400000000000000000000000000006044820152fd5b1561562757565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600e60248201527f7374616b65206f766572666c6f770000000000000000000000000000000000006044820152fd5b9065ffffffffffff608060016103fb946156e56dffffffffffffffffffffffffffff86511682906dffffffffffffffffffffffffffff167fffffffffffffffffffffffffffffffffffff0000000000000000000000000000825416179055565b602085015115156eff000000000000000000000000000082549160701b16807fffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffff83161783557fffffff000000000000000000000000000000ffffffffffffffffffffffffffff7cffffffffffffffffffffffffffff000000000000000000000000000000604089015160781b16921617178155019263ffffffff6060820151167fffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000008554161784550151167fffffffffffffffffffffffffffffffffffffffffffff000000000000ffffffff69ffffffffffff0000000083549260201b169116179055565b156157f057565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601160248201527f616c726561647920756e7374616b696e670000000000000000000000000000006044820152fd5b91909165ffffffffffff8080941691160191821161209357565b1561586f57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601460248201527f4e6f207374616b6520746f2077697468647261770000000000000000000000006044820152fd5b156158d457565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f6d7573742063616c6c20756e6c6f636b5374616b6528292066697273740000006044820152fd5b1561593957565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601b60248201527f5374616b65207769746864726177616c206973206e6f742064756500000000006044820152fd5b1561599e57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601860248201527f6661696c656420746f207769746864726177207374616b6500000000000000006044820152fd5b15615a0357565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601260248201527f6661696c656420746f20776974686472617700000000000000000000000000006044820152fd5b816040519182372090565b9060009283809360208451940192f190565b3d610800808211615aa5575b50604051906020818301016040528082526000602083013e90565b905038615a8a565b6002805414615abc5760028055565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c006044820152fdfea26469706673582212209ddfe906020d25a57d0414d4c2acaaf56d4ac2bf9fa12d1822ac87460738d52964736f6c6343000812003360808060405234610016576101f8908161001c8239f35b600080fdfe6080604052600436101561001257600080fd5b6000803560e01c63570e1a361461002857600080fd5b346100c95760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126100c95760043567ffffffffffffffff918282116100c957366023830112156100c95781600401359283116100c95736602484840101116100c9576100c561009e84602485016100fb565b60405173ffffffffffffffffffffffffffffffffffffffff90911681529081906020820190565b0390f35b80fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b90806014116101b85767ffffffffffffffff917fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffec82018381116101bd57604051937fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0603f81600b8701160116850190858210908211176101bd57604052808452602084019036848401116101b8576020946000600c819682946014880187378301015251923560601c5af19060005191156101b257565b60009150565b600080fd5b6100cc56fea2646970667358221220663a0f7beff423e948af368cc7797750122e118b12881907a95e27c67c4d62d964736f6c63430008120033";
1789
- //# sourceMappingURL=EntryPoint.d.ts.map