@wireio/stake 2.5.1 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/stake.browser.js +28102 -730
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +53 -11
  4. package/lib/stake.js +28126 -730
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +28102 -730
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +3 -3
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  13. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  15. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  17. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  19. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  37. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
  39. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  41. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  43. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  71. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  73. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  74. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  75. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.json +89 -0
  77. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
  79. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  80. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  81. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  98. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  110. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +542 -0
  111. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  112. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  113. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  115. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  117. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  120. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  121. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.dbg.json +4 -0
  122. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.json +1915 -0
  123. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  124. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.json +1845 -0
  125. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  127. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
  129. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +948 -0
  131. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  132. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +88 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +298 -0
  157. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  158. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +488 -0
  159. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  160. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  161. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  173. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  174. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.json +943 -0
  175. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  176. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  177. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  178. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
  179. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  180. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  181. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  182. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  183. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  184. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  185. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  186. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  187. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.json +1871 -0
  189. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  191. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
  193. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.json +936 -0
  195. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  197. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  199. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  201. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  203. package/src/networks/ethereum/clients/stake.client.ts +81 -7
  204. package/src/networks/ethereum/contract.ts +189 -81
  205. package/src/networks/ethereum/ethereum.ts +47 -6
  206. package/src/networks/ethereum/types.ts +10 -0
  207. package/src/networks/solana/constants.ts +3 -3
  208. package/src/networks/solana/solana.ts +92 -7
  209. package/src/networks/solana/types.ts +2 -2
  210. package/src/types.ts +10 -1
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/4b9aafa4bb78a897f5772cb52c284150.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Uint64BE",
4
+ "sourceName": "contracts/liqEth/withdrawalVault.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea26469706673582212200b0119e4c2d172c8aa97311478ba3595407a4eeb98998335a485182d7c4f093d64736f6c63430008190033",
7
+ "deployedBytecode": "0x600080fdfea26469706673582212200b0119e4c2d172c8aa97311478ba3595407a4eeb98998335a485182d7c4f093d64736f6c63430008190033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/4b9aafa4bb78a897f5772cb52c284150.json"
4
+ }
@@ -0,0 +1,441 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "WithdrawalVault",
4
+ "sourceName": "contracts/liqEth/withdrawalVault.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [],
73
+ "name": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "ReentrancyGuardReentrantCall",
89
+ "type": "error"
90
+ },
91
+ {
92
+ "inputs": [],
93
+ "name": "UUPSUnauthorizedCallContext",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "bytes32",
100
+ "name": "slot",
101
+ "type": "bytes32"
102
+ }
103
+ ],
104
+ "name": "UUPSUnsupportedProxiableUUID",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "anonymous": false,
109
+ "inputs": [
110
+ {
111
+ "indexed": false,
112
+ "internalType": "address",
113
+ "name": "authority",
114
+ "type": "address"
115
+ }
116
+ ],
117
+ "name": "AuthorityUpdated",
118
+ "type": "event"
119
+ },
120
+ {
121
+ "anonymous": false,
122
+ "inputs": [
123
+ {
124
+ "indexed": false,
125
+ "internalType": "bytes",
126
+ "name": "pubkey",
127
+ "type": "bytes"
128
+ },
129
+ {
130
+ "indexed": false,
131
+ "internalType": "uint256",
132
+ "name": "ethAmount",
133
+ "type": "uint256"
134
+ }
135
+ ],
136
+ "name": "ExitRequested",
137
+ "type": "event"
138
+ },
139
+ {
140
+ "anonymous": false,
141
+ "inputs": [
142
+ {
143
+ "indexed": false,
144
+ "internalType": "uint256",
145
+ "name": "ethAmount",
146
+ "type": "uint256"
147
+ }
148
+ ],
149
+ "name": "FullExitSent",
150
+ "type": "event"
151
+ },
152
+ {
153
+ "anonymous": false,
154
+ "inputs": [
155
+ {
156
+ "indexed": false,
157
+ "internalType": "uint64",
158
+ "name": "version",
159
+ "type": "uint64"
160
+ }
161
+ ],
162
+ "name": "Initialized",
163
+ "type": "event"
164
+ },
165
+ {
166
+ "anonymous": false,
167
+ "inputs": [
168
+ {
169
+ "indexed": false,
170
+ "internalType": "uint256",
171
+ "name": "ethAmount",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "PartialExitSent",
176
+ "type": "event"
177
+ },
178
+ {
179
+ "anonymous": false,
180
+ "inputs": [
181
+ {
182
+ "indexed": true,
183
+ "internalType": "address",
184
+ "name": "implementation",
185
+ "type": "address"
186
+ }
187
+ ],
188
+ "name": "Upgraded",
189
+ "type": "event"
190
+ },
191
+ {
192
+ "inputs": [],
193
+ "name": "EXIT_ROLE",
194
+ "outputs": [
195
+ {
196
+ "internalType": "bytes32",
197
+ "name": "",
198
+ "type": "bytes32"
199
+ }
200
+ ],
201
+ "stateMutability": "view",
202
+ "type": "function"
203
+ },
204
+ {
205
+ "inputs": [],
206
+ "name": "ORACLE_PULLER_ROLE",
207
+ "outputs": [
208
+ {
209
+ "internalType": "bytes32",
210
+ "name": "",
211
+ "type": "bytes32"
212
+ }
213
+ ],
214
+ "stateMutability": "view",
215
+ "type": "function"
216
+ },
217
+ {
218
+ "inputs": [],
219
+ "name": "UPGRADE_INTERFACE_VERSION",
220
+ "outputs": [
221
+ {
222
+ "internalType": "string",
223
+ "name": "",
224
+ "type": "string"
225
+ }
226
+ ],
227
+ "stateMutability": "view",
228
+ "type": "function"
229
+ },
230
+ {
231
+ "inputs": [],
232
+ "name": "authority",
233
+ "outputs": [
234
+ {
235
+ "internalType": "address",
236
+ "name": "",
237
+ "type": "address"
238
+ }
239
+ ],
240
+ "stateMutability": "view",
241
+ "type": "function"
242
+ },
243
+ {
244
+ "inputs": [],
245
+ "name": "dm",
246
+ "outputs": [
247
+ {
248
+ "internalType": "contract IDepositManager",
249
+ "name": "",
250
+ "type": "address"
251
+ }
252
+ ],
253
+ "stateMutability": "view",
254
+ "type": "function"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "address",
260
+ "name": "manager",
261
+ "type": "address"
262
+ },
263
+ {
264
+ "internalType": "contract IDepositManager",
265
+ "name": "_dm",
266
+ "type": "address"
267
+ }
268
+ ],
269
+ "name": "initialize",
270
+ "outputs": [],
271
+ "stateMutability": "nonpayable",
272
+ "type": "function"
273
+ },
274
+ {
275
+ "inputs": [],
276
+ "name": "isConsumingScheduledOp",
277
+ "outputs": [
278
+ {
279
+ "internalType": "bytes4",
280
+ "name": "",
281
+ "type": "bytes4"
282
+ }
283
+ ],
284
+ "stateMutability": "view",
285
+ "type": "function"
286
+ },
287
+ {
288
+ "inputs": [],
289
+ "name": "minBalance",
290
+ "outputs": [
291
+ {
292
+ "internalType": "uint256",
293
+ "name": "",
294
+ "type": "uint256"
295
+ }
296
+ ],
297
+ "stateMutability": "view",
298
+ "type": "function"
299
+ },
300
+ {
301
+ "inputs": [],
302
+ "name": "proxiableUUID",
303
+ "outputs": [
304
+ {
305
+ "internalType": "bytes32",
306
+ "name": "",
307
+ "type": "bytes32"
308
+ }
309
+ ],
310
+ "stateMutability": "view",
311
+ "type": "function"
312
+ },
313
+ {
314
+ "inputs": [
315
+ {
316
+ "internalType": "bytes",
317
+ "name": "pubkey",
318
+ "type": "bytes"
319
+ }
320
+ ],
321
+ "name": "requestFullExit",
322
+ "outputs": [],
323
+ "stateMutability": "payable",
324
+ "type": "function"
325
+ },
326
+ {
327
+ "inputs": [
328
+ {
329
+ "internalType": "bytes",
330
+ "name": "pubkey",
331
+ "type": "bytes"
332
+ },
333
+ {
334
+ "internalType": "uint64",
335
+ "name": "amountGwei",
336
+ "type": "uint64"
337
+ }
338
+ ],
339
+ "name": "requestPartialExit",
340
+ "outputs": [],
341
+ "stateMutability": "payable",
342
+ "type": "function"
343
+ },
344
+ {
345
+ "inputs": [
346
+ {
347
+ "internalType": "uint256",
348
+ "name": "ethAmount",
349
+ "type": "uint256"
350
+ }
351
+ ],
352
+ "name": "sendFullExit",
353
+ "outputs": [],
354
+ "stateMutability": "nonpayable",
355
+ "type": "function"
356
+ },
357
+ {
358
+ "inputs": [
359
+ {
360
+ "internalType": "uint256",
361
+ "name": "ethAmount",
362
+ "type": "uint256"
363
+ }
364
+ ],
365
+ "name": "sendRequestedPartialExit",
366
+ "outputs": [],
367
+ "stateMutability": "nonpayable",
368
+ "type": "function"
369
+ },
370
+ {
371
+ "inputs": [
372
+ {
373
+ "internalType": "address",
374
+ "name": "newAuthority",
375
+ "type": "address"
376
+ }
377
+ ],
378
+ "name": "setAuthority",
379
+ "outputs": [],
380
+ "stateMutability": "nonpayable",
381
+ "type": "function"
382
+ },
383
+ {
384
+ "inputs": [
385
+ {
386
+ "internalType": "contract IDepositManager",
387
+ "name": "_dm",
388
+ "type": "address"
389
+ },
390
+ {
391
+ "internalType": "contract IStakingModule",
392
+ "name": "_stakingMod",
393
+ "type": "address"
394
+ }
395
+ ],
396
+ "name": "setDepositManager",
397
+ "outputs": [],
398
+ "stateMutability": "nonpayable",
399
+ "type": "function"
400
+ },
401
+ {
402
+ "inputs": [],
403
+ "name": "stakingModule",
404
+ "outputs": [
405
+ {
406
+ "internalType": "contract IStakingModule",
407
+ "name": "",
408
+ "type": "address"
409
+ }
410
+ ],
411
+ "stateMutability": "view",
412
+ "type": "function"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "newImplementation",
419
+ "type": "address"
420
+ },
421
+ {
422
+ "internalType": "bytes",
423
+ "name": "data",
424
+ "type": "bytes"
425
+ }
426
+ ],
427
+ "name": "upgradeToAndCall",
428
+ "outputs": [],
429
+ "stateMutability": "payable",
430
+ "type": "function"
431
+ },
432
+ {
433
+ "stateMutability": "payable",
434
+ "type": "receive"
435
+ }
436
+ ],
437
+ "bytecode": "0x60a080604052346029573060805261154a908161002f8239608051818181610b7501526113fd0152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f9757508163485cc95514610de15781634f1ef28614610c02578163504b82bf14610bd957816352d1902d14610b605781636f98b63c14610b385781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b903690860161104f565b929094610148363361117c565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112f9565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182611011565b51925af16101cd6112f9565b50156102165750600061020c7fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a95968451958587968752860191611092565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114d58339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fd1565b6001600160a01b0360243581811692908390036102f55761036d363361117c565b16801515806103a3575b6103809061114a565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611382565b610414363361117c565b61041f8415156110b3565b61043661042e600254866110ea565b47101561110d565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114f58339815191525580f35b6104b490610fe7565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611382565b610594363361117c565b61059f8415156110b3565b6105ae61042e600254866110ea565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f501a928ab3d75f28d716d1cd130de97899cdde0d0b5a32396f2b87b52144441f6020848451908152a160016000805160206114f58339815191525580f35b61062c90610fe7565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114d58339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fd1565b6000805160206114d58339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611329565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f557610736903690840161104f565b90946024958635908282169182810361092857610753363361117c565b8215610af65760308503610ac457710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112f9565b9280610ab9575b15610a8457828051602094859181010312610a065783015190813403610a535791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182611011565b51925af16107f56112f9565b5015610a1c57633b9aca00830291633b9ac9ff1984840401610a0a577fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a8751888152806108458a82018a86611092565b86868301520390a188546001600160a01b039390841690813b15610a06578a908c8b838c5195869485936335ef05d760e11b85528401525af180156109fc57908b92916109e0575b5082896108b860c09387600154169a8c519687958695638171c29960e01b8752860152840191611092565b0381895afa9283156109d65789918a9461095a575b50501561092c57508697843b1561092857879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561091f575061090f5750f35b61091890610fe7565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109ce575b8161097760c09383611011565b810103126109ca5780519081151582036109c65761099683820161107d565b936060820151908116036109c657608081015160ff8116036109c65760a06109be910161107d565b508a806108cd565b8980fd5b8880fd5b3d915061096a565b87513d8b823e3d90fd5b896108b860c0939c6109f28794610fe7565b9c9350505061088d565b88513d8c823e3d90fd5b8a80fd5b634e487b7160e01b8952601188528989fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bcc57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610c18610fd1565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c4685611033565b610c5285519182611011565b85815260209586820193368a8383010111610dd6578186928b8a9301873783010152610c7c6113f3565b610c86363361117c565b610c8e6113f3565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610dad575b5050610cd25750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d985750853b15610d835780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d67575050610d639382915190845af4610d5d6112f9565b91611471565b5080f35b93509350505034610d7757505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610dda575b610dc58183611011565b81010312610dd65751903880610cb6565b8580fd5b503d610dbb565b9050346102f957816003193601126102f957610dfb610fd1565b906024356001600160a01b03811690819003610f93577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f8b575b6001149081610f81575b159081610f78575b50610f6a575067ffffffffffffffff1981166001178555610ecd919084610f4b575b50610e8e6113b2565b610e966113b2565b610e9e6113b2565b60016000805160206114f583398151915255610eb86113b2565b610ec06113b2565b610ec86113b2565b611329565b610ed56113b2565b610edd6113b2565b610ee881151561114a565b84546001600160a01b031916178455662386f26fc10000600255610f0a578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e85565b865163f92ee8a960e01b8152fd5b90501538610e63565b303b159150610e5b565b869150610e51565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610ffb57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610ffb57604052565b67ffffffffffffffff8111610ffb57601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b156110ba57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110f757565b634e487b7160e01b600052601160045260246000fd5b1561111457565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561115157565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114d58339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112e55791849188938452828052826020525190895afa6112d4575b1561121d575b50505050505050565b63ffffffff16156112be5760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156112b457506112a5575b50815416905538808080808080611214565b6112ae90610fe7565b38611293565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061120e565b634e487b7160e01b85526041600452602485fd5b3d15611324573d9061130a82611033565b916113186040519384611011565b82523d6000602084013e565b606090565b6000805160206114d583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114f583398151915260028154146113a05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113e157565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611443575b505061143157565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611429565b90611498575080511561148657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114cb575b6114a9575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114a156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220b1c55055373617d5a562a000395fc4538d133c62fd50075d10bb3b2a22873bc764736f6c63430008190033",
438
+ "deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182633a8c874a14610f9757508163485cc95514610de15781634f1ef28614610c02578163504b82bf14610bd957816352d1902d14610b605781636f98b63c14610b385781637702d078146107085781637a9e5e4b1461068b5781638fb36037146106375781639420d9be1461056a578163ad3cb1cc146104c9578163b5adf0fa146103ea578163b995fa9a146103af578163bb80e80714610333578163bf7e214f146102fd578163c01fb7ce1461010e575063c5bb8758146100ed5780610012565b3461010a578160031936011261010a576020906002549051908152f35b5080fd5b83602084366003190182136102f957833567ffffffffffffffff81116102f55761013b903690860161104f565b929094610148363361117c565b603084036102c457710961ef480eb55e80d19ad83579a64c0070026000808080845afa6101736112f9565b90806102ba575b1561028457838180518101031261027f5783015180340361024d57600091829186519086820191898c84376101c16028828c8101888c820152036008810184520182611011565b51925af16101cd6112f9565b50156102165750600061020c7fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a95968451958587968752860191611092565b918301520390a180f35b915162461bcd60e51b8152918201526013602482015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152606490fd5b845162461bcd60e51b8152808401859052600c60248201526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b600080fd5b845162461bcd60e51b8152808401859052601060248201526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b508381511461017a565b915162461bcd60e51b815291820152600d60248201526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b8380fd5b8280fd5b50503461010a578160031936011261010a576000805160206114d58339815191525490516001600160a01b039091168152602090f35b50503461010a573660031901126103ac5761034c610fd1565b6001600160a01b0360243581811692908390036102f55761036d363361117c565b16801515806103a3575b6103809061114a565b6bffffffffffffffffffffffff60a01b9081845416178355600154161760015580f35b50811515610377565b80fd5b50503461010a578160031936011261010a57602090517f21940a331d6d9c5ebe51f47ff19e442294f7d6fd7de03ec273da3710ab0751f38152f35b919050346102f95760203660031901126102f9578282359261040a611382565b610414363361117c565b61041f8415156110b3565b61043661042e600254866110ea565b47101561110d565b81546001600160a01b031690813b156102f957835163cb58db9360e01b81529183918391829088905af180156104bf576104ab575b507f01a4c640aa236df14f0ec4214256686300efc72f1c8001736f8e7cfc22beb6146020848451908152a160016000805160206114f58339815191525580f35b6104b490610fe7565b6102f957823861046b565b83513d84823e3d90fd5b9050346102f957826003193601126102f9578151908282019082821067ffffffffffffffff8311176105555750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b84811061053f57505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610521565b604190634e487b7160e01b6000525260246000fd5b919050346102f95760203660031901126102f9578282359261058a611382565b610594363361117c565b61059f8415156110b3565b6105ae61042e600254866110ea565b81546001600160a01b031690813b156102f9578351637a389d2d60e01b81529183918391829088905af180156104bf57610623575b507f501a928ab3d75f28d716d1cd130de97899cdde0d0b5a32396f2b87b52144441f6020848451908152a160016000805160206114f58339815191525580f35b61062c90610fe7565b6102f95782386105e3565b50503461010a578160031936011261010a5760209160ff6000805160206114d58339815191525460a01c166000146106855750638fb3603760e01b905b516001600160e01b03199091168152f35b90610674565b9050346102f95760203660031901126102f9576106a6610fd1565b6000805160206114d58339815191525490926001600160a01b0391821633036106f457833b156106dd57846106da85611329565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b8391508260031936011261010a5767ffffffffffffffff9281358481116102f557610736903690840161104f565b90946024958635908282169182810361092857610753363361117c565b8215610af65760308503610ac457710961ef480eb55e80d19ad83579a64c00700288808080845afa916107846112f9565b9280610ab9575b15610a8457828051602094859181010312610a065783015190813403610a535791878b939284936107e960288d5180938a820196808d893782019067ffffffffffffffff60c01b9060c01b168b820152036008810184520182611011565b51925af16107f56112f9565b5015610a1c57633b9aca00830291633b9ac9ff1984840401610a0a577fbec592fb5162c4db541df29930728ff5f92f11e1161863756aa9f30d3aab433a8751888152806108458a82018a86611092565b86868301520390a188546001600160a01b039390841690813b15610a06578a908c8b838c5195869485936335ef05d760e11b85528401525af180156109fc57908b92916109e0575b5082896108b860c09387600154169a8c519687958695638171c29960e01b8752860152840191611092565b0381895afa9283156109d65789918a9461095a575b50501561092c57508697843b1561092857879460449386928851998a97889663e9b8263960e01b885216908601528401525af190811561091f575061090f5750f35b61091890610fe7565b6103ac5780f35b513d84823e3d90fd5b8780fd5b86600a8a60649389519362461bcd60e51b8552840152820152694e6f742065786973747360b01b6044820152fd5b9150925060c0813d60c0116109ce575b8161097760c09383611011565b810103126109ca5780519081151582036109c65761099683820161107d565b936060820151908116036109c657608081015160ff8116036109c65760a06109be910161107d565b508a806108cd565b8980fd5b8880fd5b3d915061096a565b87513d8b823e3d90fd5b896108b860c0939c6109f28794610fe7565b9c9350505061088d565b88513d8c823e3d90fd5b8a80fd5b634e487b7160e01b8952601188528989fd5b8660138a60649389519362461bcd60e51b855284015282015272195e1a5d081c995c5d595cdd0819985a5b1959606a1b6044820152fd5b885162461bcd60e51b8152808b01859052600c818e01526b0cccaca40dad2e6dac2e8c6d60a31b6044820152606490fd5b875162461bcd60e51b81526020818b01526010818d01526f199959481c5d595c9e4819985a5b195960821b6044820152606490fd5b50602083511461078b565b855162461bcd60e51b8152602081890152600d818b01526c0e0eac4d6caf240d8cadccee8d609b1b6044820152606490fd5b855162461bcd60e51b81526020818901526018818b01527f616d6f756e74203d2030207573652066756c6c206578697400000000000000006044820152606490fd5b50503461010a578160031936011261010a57905490516001600160a01b039091168152602090f35b8284346103ac57806003193601126103ac57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610bcc57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461010a578160031936011261010a5760015490516001600160a01b039091168152602090f35b918091506003193601126102f957610c18610fd1565b90602493843567ffffffffffffffff811161010a573660238201121561010a578085013593610c4685611033565b610c5285519182611011565b85815260209586820193368a8383010111610dd6578186928b8a9301873783010152610c7c6113f3565b610c86363361117c565b610c8e6113f3565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa9182918793610dad575b5050610cd25750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc90818103610d985750853b15610d835780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a2825115610d67575050610d639382915190845af4610d5d6112f9565b91611471565b5080f35b93509350505034610d7757505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311610dda575b610dc58183611011565b81010312610dd65751903880610cb6565b8580fd5b503d610dbb565b9050346102f957816003193601126102f957610dfb610fd1565b906024356001600160a01b03811690819003610f93577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a0092835460ff81871c16159367ffffffffffffffff821680159081610f8b575b6001149081610f81575b159081610f78575b50610f6a575067ffffffffffffffff1981166001178555610ecd919084610f4b575b50610e8e6113b2565b610e966113b2565b610e9e6113b2565b60016000805160206114f583398151915255610eb86113b2565b610ec06113b2565b610ec86113b2565b611329565b610ed56113b2565b610edd6113b2565b610ee881151561114a565b84546001600160a01b031916178455662386f26fc10000600255610f0a578280f35b805468ff00000000000000001916905551600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a138808280f35b68ffffffffffffffffff19166801000000000000000117855538610e85565b865163f92ee8a960e01b8152fd5b90501538610e63565b303b159150610e5b565b869150610e51565b8480fd5b84903461010a578160031936011261010a57807f53545467257dcb9f2fdc3692391ae31a3b795279ab7a4102d7716a43072ee9d460209252f35b600435906001600160a01b038216820361027f57565b67ffffffffffffffff8111610ffb57604052565b634e487b7160e01b600052604160045260246000fd5b90601f8019910116810190811067ffffffffffffffff821117610ffb57604052565b67ffffffffffffffff8111610ffb57601f01601f191660200190565b9181601f8401121561027f5782359167ffffffffffffffff831161027f576020838186019501011161027f57565b519067ffffffffffffffff8216820361027f57565b908060209392818452848401376000828201840152601f01601f1916010190565b156110ba57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b919082018092116110f757565b634e487b7160e01b600052601160045260246000fd5b1561111457565b60405162461bcd60e51b815260206004820152600e60248201526d139bdd08195b9bdd59da0818985b60921b6044820152606490fd5b1561115157565b606460405162461bcd60e51b81526020600482015260046024820152630646d20360e41b6044820152fd5b6000805160206114d58339815191528054909290916001600160a01b03808416926004811061027f57600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a0810181811067ffffffffffffffff8211176112e55791849188938452828052826020525190895afa6112d4575b1561121d575b50505050505050565b63ffffffff16156112be5760ff60a01b19948516600160a01b178655833b1561027f57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156112b457506112a5575b50815416905538808080808080611214565b6112ae90610fe7565b38611293565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061120e565b634e487b7160e01b85526041600452602485fd5b3d15611324573d9061130a82611033565b916113186040519384611011565b82523d6000602084013e565b606090565b6000805160206114d583398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b6000805160206114f583398151915260028154146113a05760029055565b604051633ee5aeb560e01b8152600490fd5b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c16156113e157565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215611443575b505061143157565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880611429565b90611498575080511561148657602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806114cb575b6114a9575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156114a156fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220b1c55055373617d5a562a000395fc4538d133c62fd50075d10bb3b2a22873bc764736f6c63430008190033",
439
+ "linkReferences": {},
440
+ "deployedLinkReferences": {}
441
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/4b9aafa4bb78a897f5772cb52c284150.json"
4
+ }