@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,978 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DepositManager",
4
+ "sourceName": "contracts/liqEth/v1/DepositManager.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": "EnforcedPause",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "ExpectedPause",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "FailedCall",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "uint256",
90
+ "name": "balance",
91
+ "type": "uint256"
92
+ },
93
+ {
94
+ "internalType": "uint256",
95
+ "name": "needed",
96
+ "type": "uint256"
97
+ }
98
+ ],
99
+ "name": "InsufficientBalance",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [],
104
+ "name": "InvalidInitialization",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [],
109
+ "name": "NotInitializing",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [],
114
+ "name": "ReentrancyGuardReentrantCall",
115
+ "type": "error"
116
+ },
117
+ {
118
+ "inputs": [],
119
+ "name": "UUPSUnauthorizedCallContext",
120
+ "type": "error"
121
+ },
122
+ {
123
+ "inputs": [
124
+ {
125
+ "internalType": "bytes32",
126
+ "name": "slot",
127
+ "type": "bytes32"
128
+ }
129
+ ],
130
+ "name": "UUPSUnsupportedProxiableUUID",
131
+ "type": "error"
132
+ },
133
+ {
134
+ "anonymous": false,
135
+ "inputs": [
136
+ {
137
+ "indexed": false,
138
+ "internalType": "address",
139
+ "name": "authority",
140
+ "type": "address"
141
+ }
142
+ ],
143
+ "name": "AuthorityUpdated",
144
+ "type": "event"
145
+ },
146
+ {
147
+ "anonymous": false,
148
+ "inputs": [
149
+ {
150
+ "indexed": true,
151
+ "internalType": "address",
152
+ "name": "user",
153
+ "type": "address"
154
+ },
155
+ {
156
+ "indexed": false,
157
+ "internalType": "uint256",
158
+ "name": "amount",
159
+ "type": "uint256"
160
+ }
161
+ ],
162
+ "name": "Claimed",
163
+ "type": "event"
164
+ },
165
+ {
166
+ "anonymous": false,
167
+ "inputs": [
168
+ {
169
+ "indexed": false,
170
+ "internalType": "uint64",
171
+ "name": "dailyRateBPS",
172
+ "type": "uint64"
173
+ }
174
+ ],
175
+ "name": "DailyRateUpdated",
176
+ "type": "event"
177
+ },
178
+ {
179
+ "anonymous": false,
180
+ "inputs": [
181
+ {
182
+ "indexed": true,
183
+ "internalType": "address",
184
+ "name": "user",
185
+ "type": "address"
186
+ },
187
+ {
188
+ "indexed": false,
189
+ "internalType": "uint256",
190
+ "name": "netEth",
191
+ "type": "uint256"
192
+ },
193
+ {
194
+ "indexed": false,
195
+ "internalType": "uint256",
196
+ "name": "fee",
197
+ "type": "uint256"
198
+ },
199
+ {
200
+ "indexed": false,
201
+ "internalType": "uint256",
202
+ "name": "shares",
203
+ "type": "uint256"
204
+ }
205
+ ],
206
+ "name": "Deposited",
207
+ "type": "event"
208
+ },
209
+ {
210
+ "anonymous": false,
211
+ "inputs": [
212
+ {
213
+ "indexed": false,
214
+ "internalType": "uint64",
215
+ "name": "entryQueue",
216
+ "type": "uint64"
217
+ }
218
+ ],
219
+ "name": "EntryQueueUpdated",
220
+ "type": "event"
221
+ },
222
+ {
223
+ "anonymous": false,
224
+ "inputs": [
225
+ {
226
+ "indexed": false,
227
+ "internalType": "uint256",
228
+ "name": "ethAmount",
229
+ "type": "uint256"
230
+ }
231
+ ],
232
+ "name": "FullExitReceived",
233
+ "type": "event"
234
+ },
235
+ {
236
+ "anonymous": false,
237
+ "inputs": [
238
+ {
239
+ "indexed": false,
240
+ "internalType": "uint64",
241
+ "name": "version",
242
+ "type": "uint64"
243
+ }
244
+ ],
245
+ "name": "Initialized",
246
+ "type": "event"
247
+ },
248
+ {
249
+ "anonymous": false,
250
+ "inputs": [
251
+ {
252
+ "indexed": false,
253
+ "internalType": "uint256",
254
+ "name": "ethAmount",
255
+ "type": "uint256"
256
+ }
257
+ ],
258
+ "name": "PartiallyExitReceived",
259
+ "type": "event"
260
+ },
261
+ {
262
+ "anonymous": false,
263
+ "inputs": [
264
+ {
265
+ "indexed": false,
266
+ "internalType": "address",
267
+ "name": "account",
268
+ "type": "address"
269
+ }
270
+ ],
271
+ "name": "Paused",
272
+ "type": "event"
273
+ },
274
+ {
275
+ "anonymous": false,
276
+ "inputs": [
277
+ {
278
+ "indexed": false,
279
+ "internalType": "uint256",
280
+ "name": "fromUsers",
281
+ "type": "uint256"
282
+ }
283
+ ],
284
+ "name": "PenaltyPushed",
285
+ "type": "event"
286
+ },
287
+ {
288
+ "anonymous": false,
289
+ "inputs": [
290
+ {
291
+ "indexed": false,
292
+ "internalType": "uint256",
293
+ "name": "toUsers",
294
+ "type": "uint256"
295
+ }
296
+ ],
297
+ "name": "RewardPushed",
298
+ "type": "event"
299
+ },
300
+ {
301
+ "anonymous": false,
302
+ "inputs": [
303
+ {
304
+ "indexed": false,
305
+ "internalType": "address",
306
+ "name": "account",
307
+ "type": "address"
308
+ }
309
+ ],
310
+ "name": "Unpaused",
311
+ "type": "event"
312
+ },
313
+ {
314
+ "anonymous": false,
315
+ "inputs": [
316
+ {
317
+ "indexed": true,
318
+ "internalType": "address",
319
+ "name": "implementation",
320
+ "type": "address"
321
+ }
322
+ ],
323
+ "name": "Upgraded",
324
+ "type": "event"
325
+ },
326
+ {
327
+ "anonymous": false,
328
+ "inputs": [
329
+ {
330
+ "indexed": true,
331
+ "internalType": "address",
332
+ "name": "user",
333
+ "type": "address"
334
+ },
335
+ {
336
+ "indexed": false,
337
+ "internalType": "uint256",
338
+ "name": "amount",
339
+ "type": "uint256"
340
+ },
341
+ {
342
+ "indexed": false,
343
+ "internalType": "uint256",
344
+ "name": "shares",
345
+ "type": "uint256"
346
+ }
347
+ ],
348
+ "name": "ValidatorDeposited",
349
+ "type": "event"
350
+ },
351
+ {
352
+ "inputs": [],
353
+ "name": "DENOM",
354
+ "outputs": [
355
+ {
356
+ "internalType": "uint256",
357
+ "name": "",
358
+ "type": "uint256"
359
+ }
360
+ ],
361
+ "stateMutability": "view",
362
+ "type": "function"
363
+ },
364
+ {
365
+ "inputs": [],
366
+ "name": "UPGRADE_INTERFACE_VERSION",
367
+ "outputs": [
368
+ {
369
+ "internalType": "string",
370
+ "name": "",
371
+ "type": "string"
372
+ }
373
+ ],
374
+ "stateMutability": "view",
375
+ "type": "function"
376
+ },
377
+ {
378
+ "inputs": [],
379
+ "name": "accounting",
380
+ "outputs": [
381
+ {
382
+ "internalType": "address",
383
+ "name": "",
384
+ "type": "address"
385
+ }
386
+ ],
387
+ "stateMutability": "view",
388
+ "type": "function"
389
+ },
390
+ {
391
+ "inputs": [],
392
+ "name": "authority",
393
+ "outputs": [
394
+ {
395
+ "internalType": "address",
396
+ "name": "",
397
+ "type": "address"
398
+ }
399
+ ],
400
+ "stateMutability": "view",
401
+ "type": "function"
402
+ },
403
+ {
404
+ "inputs": [],
405
+ "name": "availableETH",
406
+ "outputs": [
407
+ {
408
+ "internalType": "uint256",
409
+ "name": "",
410
+ "type": "uint256"
411
+ }
412
+ ],
413
+ "stateMutability": "view",
414
+ "type": "function"
415
+ },
416
+ {
417
+ "inputs": [],
418
+ "name": "checkDeficit",
419
+ "outputs": [
420
+ {
421
+ "internalType": "uint256",
422
+ "name": "def",
423
+ "type": "uint256"
424
+ },
425
+ {
426
+ "internalType": "bool",
427
+ "name": "needExits",
428
+ "type": "bool"
429
+ }
430
+ ],
431
+ "stateMutability": "view",
432
+ "type": "function"
433
+ },
434
+ {
435
+ "inputs": [
436
+ {
437
+ "internalType": "uint256",
438
+ "name": "nftId",
439
+ "type": "uint256"
440
+ }
441
+ ],
442
+ "name": "claim",
443
+ "outputs": [],
444
+ "stateMutability": "nonpayable",
445
+ "type": "function"
446
+ },
447
+ {
448
+ "inputs": [],
449
+ "name": "dailyRateBPS",
450
+ "outputs": [
451
+ {
452
+ "internalType": "uint64",
453
+ "name": "",
454
+ "type": "uint64"
455
+ }
456
+ ],
457
+ "stateMutability": "view",
458
+ "type": "function"
459
+ },
460
+ {
461
+ "inputs": [],
462
+ "name": "deposit",
463
+ "outputs": [],
464
+ "stateMutability": "payable",
465
+ "type": "function"
466
+ },
467
+ {
468
+ "inputs": [],
469
+ "name": "entryQueue",
470
+ "outputs": [
471
+ {
472
+ "internalType": "uint64",
473
+ "name": "",
474
+ "type": "uint64"
475
+ }
476
+ ],
477
+ "stateMutability": "view",
478
+ "type": "function"
479
+ },
480
+ {
481
+ "inputs": [],
482
+ "name": "eth_requested",
483
+ "outputs": [
484
+ {
485
+ "internalType": "uint256",
486
+ "name": "",
487
+ "type": "uint256"
488
+ }
489
+ ],
490
+ "stateMutability": "view",
491
+ "type": "function"
492
+ },
493
+ {
494
+ "inputs": [],
495
+ "name": "eth_reserved_for_stake",
496
+ "outputs": [
497
+ {
498
+ "internalType": "uint256",
499
+ "name": "",
500
+ "type": "uint256"
501
+ }
502
+ ],
503
+ "stateMutability": "view",
504
+ "type": "function"
505
+ },
506
+ {
507
+ "inputs": [],
508
+ "name": "fullExitReceived",
509
+ "outputs": [],
510
+ "stateMutability": "payable",
511
+ "type": "function"
512
+ },
513
+ {
514
+ "inputs": [
515
+ {
516
+ "internalType": "address",
517
+ "name": "manager",
518
+ "type": "address"
519
+ },
520
+ {
521
+ "internalType": "address",
522
+ "name": "_accounting",
523
+ "type": "address"
524
+ },
525
+ {
526
+ "internalType": "contract IRewardsERC20Pausable",
527
+ "name": "_liqEth",
528
+ "type": "address"
529
+ },
530
+ {
531
+ "internalType": "contract IWithdrawalRecord",
532
+ "name": "_queue",
533
+ "type": "address"
534
+ },
535
+ {
536
+ "internalType": "contract IStakingModule",
537
+ "name": "_stakingModule",
538
+ "type": "address"
539
+ },
540
+ {
541
+ "internalType": "uint64",
542
+ "name": "_entryQueue",
543
+ "type": "uint64"
544
+ },
545
+ {
546
+ "internalType": "uint64",
547
+ "name": "_dailyRateBPS",
548
+ "type": "uint64"
549
+ },
550
+ {
551
+ "internalType": "uint64",
552
+ "name": "_rewardCooldown",
553
+ "type": "uint64"
554
+ }
555
+ ],
556
+ "name": "initialize",
557
+ "outputs": [],
558
+ "stateMutability": "nonpayable",
559
+ "type": "function"
560
+ },
561
+ {
562
+ "inputs": [],
563
+ "name": "isConsumingScheduledOp",
564
+ "outputs": [
565
+ {
566
+ "internalType": "bytes4",
567
+ "name": "",
568
+ "type": "bytes4"
569
+ }
570
+ ],
571
+ "stateMutability": "view",
572
+ "type": "function"
573
+ },
574
+ {
575
+ "inputs": [],
576
+ "name": "lastRewardPush",
577
+ "outputs": [
578
+ {
579
+ "internalType": "uint64",
580
+ "name": "",
581
+ "type": "uint64"
582
+ }
583
+ ],
584
+ "stateMutability": "view",
585
+ "type": "function"
586
+ },
587
+ {
588
+ "inputs": [],
589
+ "name": "liqEth",
590
+ "outputs": [
591
+ {
592
+ "internalType": "contract IRewardsERC20Pausable",
593
+ "name": "",
594
+ "type": "address"
595
+ }
596
+ ],
597
+ "stateMutability": "view",
598
+ "type": "function"
599
+ },
600
+ {
601
+ "inputs": [],
602
+ "name": "minBal",
603
+ "outputs": [
604
+ {
605
+ "internalType": "uint256",
606
+ "name": "",
607
+ "type": "uint256"
608
+ }
609
+ ],
610
+ "stateMutability": "view",
611
+ "type": "function"
612
+ },
613
+ {
614
+ "inputs": [],
615
+ "name": "minDeposit",
616
+ "outputs": [
617
+ {
618
+ "internalType": "uint256",
619
+ "name": "",
620
+ "type": "uint256"
621
+ }
622
+ ],
623
+ "stateMutability": "view",
624
+ "type": "function"
625
+ },
626
+ {
627
+ "inputs": [],
628
+ "name": "partialExitReceived",
629
+ "outputs": [],
630
+ "stateMutability": "payable",
631
+ "type": "function"
632
+ },
633
+ {
634
+ "inputs": [
635
+ {
636
+ "internalType": "uint256",
637
+ "name": "ethAmount",
638
+ "type": "uint256"
639
+ }
640
+ ],
641
+ "name": "partialExitRequested",
642
+ "outputs": [],
643
+ "stateMutability": "nonpayable",
644
+ "type": "function"
645
+ },
646
+ {
647
+ "inputs": [],
648
+ "name": "pauseAll",
649
+ "outputs": [],
650
+ "stateMutability": "nonpayable",
651
+ "type": "function"
652
+ },
653
+ {
654
+ "inputs": [],
655
+ "name": "paused",
656
+ "outputs": [
657
+ {
658
+ "internalType": "bool",
659
+ "name": "",
660
+ "type": "bool"
661
+ }
662
+ ],
663
+ "stateMutability": "view",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "inputs": [
668
+ {
669
+ "internalType": "uint256",
670
+ "name": "amount",
671
+ "type": "uint256"
672
+ }
673
+ ],
674
+ "name": "procFee",
675
+ "outputs": [
676
+ {
677
+ "internalType": "uint256",
678
+ "name": "",
679
+ "type": "uint256"
680
+ }
681
+ ],
682
+ "stateMutability": "view",
683
+ "type": "function"
684
+ },
685
+ {
686
+ "inputs": [],
687
+ "name": "proxiableUUID",
688
+ "outputs": [
689
+ {
690
+ "internalType": "bytes32",
691
+ "name": "",
692
+ "type": "bytes32"
693
+ }
694
+ ],
695
+ "stateMutability": "view",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [
700
+ {
701
+ "internalType": "uint256",
702
+ "name": "amount",
703
+ "type": "uint256"
704
+ }
705
+ ],
706
+ "name": "pushPenalty",
707
+ "outputs": [],
708
+ "stateMutability": "nonpayable",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [
713
+ {
714
+ "internalType": "uint256",
715
+ "name": "amount",
716
+ "type": "uint256"
717
+ }
718
+ ],
719
+ "name": "pushRewards",
720
+ "outputs": [],
721
+ "stateMutability": "nonpayable",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [],
726
+ "name": "queueRate",
727
+ "outputs": [
728
+ {
729
+ "internalType": "uint64",
730
+ "name": "",
731
+ "type": "uint64"
732
+ }
733
+ ],
734
+ "stateMutability": "view",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [],
739
+ "name": "rewardCooldown",
740
+ "outputs": [
741
+ {
742
+ "internalType": "uint64",
743
+ "name": "",
744
+ "type": "uint64"
745
+ }
746
+ ],
747
+ "stateMutability": "view",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [
752
+ {
753
+ "internalType": "address",
754
+ "name": "_accounting",
755
+ "type": "address"
756
+ }
757
+ ],
758
+ "name": "setAccounting",
759
+ "outputs": [],
760
+ "stateMutability": "nonpayable",
761
+ "type": "function"
762
+ },
763
+ {
764
+ "inputs": [
765
+ {
766
+ "internalType": "address",
767
+ "name": "newAuthority",
768
+ "type": "address"
769
+ }
770
+ ],
771
+ "name": "setAuthority",
772
+ "outputs": [],
773
+ "stateMutability": "nonpayable",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "inputs": [
778
+ {
779
+ "internalType": "uint64",
780
+ "name": "newEntryQueue",
781
+ "type": "uint64"
782
+ }
783
+ ],
784
+ "name": "setEntryQueue",
785
+ "outputs": [],
786
+ "stateMutability": "nonpayable",
787
+ "type": "function"
788
+ },
789
+ {
790
+ "inputs": [
791
+ {
792
+ "internalType": "uint256",
793
+ "name": "_minDeposit",
794
+ "type": "uint256"
795
+ }
796
+ ],
797
+ "name": "setMinDeposit",
798
+ "outputs": [],
799
+ "stateMutability": "nonpayable",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "inputs": [
804
+ {
805
+ "internalType": "uint64",
806
+ "name": "_rewardCooldown",
807
+ "type": "uint64"
808
+ }
809
+ ],
810
+ "name": "setRewardCooldown",
811
+ "outputs": [],
812
+ "stateMutability": "nonpayable",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [
817
+ {
818
+ "internalType": "address",
819
+ "name": "module",
820
+ "type": "address"
821
+ }
822
+ ],
823
+ "name": "setStakingModule",
824
+ "outputs": [],
825
+ "stateMutability": "nonpayable",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [
830
+ {
831
+ "internalType": "address",
832
+ "name": "_vault",
833
+ "type": "address"
834
+ }
835
+ ],
836
+ "name": "setWithdrawalVault",
837
+ "outputs": [],
838
+ "stateMutability": "nonpayable",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "inputs": [
843
+ {
844
+ "internalType": "uint256",
845
+ "name": "nKeys",
846
+ "type": "uint256"
847
+ }
848
+ ],
849
+ "name": "stakeThroughModule",
850
+ "outputs": [],
851
+ "stateMutability": "nonpayable",
852
+ "type": "function"
853
+ },
854
+ {
855
+ "inputs": [],
856
+ "name": "stakingModule",
857
+ "outputs": [
858
+ {
859
+ "internalType": "contract IStakingModule",
860
+ "name": "",
861
+ "type": "address"
862
+ }
863
+ ],
864
+ "stateMutability": "view",
865
+ "type": "function"
866
+ },
867
+ {
868
+ "inputs": [
869
+ {
870
+ "internalType": "uint256",
871
+ "name": "id",
872
+ "type": "uint256"
873
+ },
874
+ {
875
+ "internalType": "uint256",
876
+ "name": "ethAmount",
877
+ "type": "uint256"
878
+ }
879
+ ],
880
+ "name": "topUpValidator",
881
+ "outputs": [],
882
+ "stateMutability": "nonpayable",
883
+ "type": "function"
884
+ },
885
+ {
886
+ "inputs": [],
887
+ "name": "unpauseAll",
888
+ "outputs": [],
889
+ "stateMutability": "nonpayable",
890
+ "type": "function"
891
+ },
892
+ {
893
+ "inputs": [
894
+ {
895
+ "internalType": "uint64",
896
+ "name": "newDailyRateBPS",
897
+ "type": "uint64"
898
+ }
899
+ ],
900
+ "name": "updateApyBPS",
901
+ "outputs": [],
902
+ "stateMutability": "nonpayable",
903
+ "type": "function"
904
+ },
905
+ {
906
+ "inputs": [
907
+ {
908
+ "internalType": "address",
909
+ "name": "newImplementation",
910
+ "type": "address"
911
+ },
912
+ {
913
+ "internalType": "bytes",
914
+ "name": "data",
915
+ "type": "bytes"
916
+ }
917
+ ],
918
+ "name": "upgradeToAndCall",
919
+ "outputs": [],
920
+ "stateMutability": "payable",
921
+ "type": "function"
922
+ },
923
+ {
924
+ "inputs": [],
925
+ "name": "valDeposit",
926
+ "outputs": [
927
+ {
928
+ "internalType": "uint256",
929
+ "name": "",
930
+ "type": "uint256"
931
+ }
932
+ ],
933
+ "stateMutability": "view",
934
+ "type": "function"
935
+ },
936
+ {
937
+ "inputs": [],
938
+ "name": "validatorDepositAndLockBond",
939
+ "outputs": [],
940
+ "stateMutability": "payable",
941
+ "type": "function"
942
+ },
943
+ {
944
+ "inputs": [],
945
+ "name": "withdrawalQueue",
946
+ "outputs": [
947
+ {
948
+ "internalType": "contract IWithdrawalRecord",
949
+ "name": "",
950
+ "type": "address"
951
+ }
952
+ ],
953
+ "stateMutability": "view",
954
+ "type": "function"
955
+ },
956
+ {
957
+ "inputs": [],
958
+ "name": "withdrawalVault",
959
+ "outputs": [
960
+ {
961
+ "internalType": "address",
962
+ "name": "",
963
+ "type": "address"
964
+ }
965
+ ],
966
+ "stateMutability": "view",
967
+ "type": "function"
968
+ },
969
+ {
970
+ "stateMutability": "payable",
971
+ "type": "receive"
972
+ }
973
+ ],
974
+ "bytecode": "0x60a080604052346029573060805261238e908161002f823960805181818161165701526121fc0152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611c715750816316343da414611c5457816335923b0414611bc757816335d079ad14611a8c57838263379607f51461192f5750816337d5fe991461190657816337eb45d6146118dd57816341b3d185146118be5781634f1ef286146116e4578163504b82bf146116bb57816352d1902d1461164257838263595c6a671461159d575081635c975abb1461156c57816360830ebb1461154557816369d421481461151c5781636bde0bae14611466578163754ae7dc146113de578163762106d81461139257816377680e0b1461130757816378613da9146112355781637a389d2d146111655781637a9e5e4b146110e85781637fbe73d614610fea5781638a2ddd0314610f245781638fb3603714610ed05781638fcc9cfb14610eac57816391b7655f14610e8d5781639624e83e14610e655781639b8095b314610bd7578163a1a6af8314610bb8578163a664150a14610b90578163ad3cb1cc14610af0578163b574439314610ac5578163bf7e214f14610a8f578163c60b494f146109ff578163cb58db931461098d578163d0e30db01461076f578163d1118dee14610668578163d932971f14610646578163d9d4e8ab14610491578163e311d67b146103f4578163efd96309146102b557508063f43d19b91461028e578063f7fb721f14610270578063f81f4ae61461024d5763fb6ff161146102305780610012565b3461024957816003193601126102495751478152602090f35b5080fd5b5034610249578160031936011261024957602090516801bc16d674ec8000008152f35b50346102495781600319360112610249576020906005549051908152f35b50346102495781600319360112610249576020906001600160401b03600954169051908152f35b83915034610249578260031936011261024957602435906102d46120a7565b6102de3633611f0a565b670de0b6b3a764000082106103b157476102fa60085484611d64565b10156103795792829360018060a01b0360025416803b156103755760248592845195869384926348ab019760e11b84528035908401525af190811561036c5750610355575b5060016000805160206123398339815191525580f35b61035e90611cc1565b61036957808261033f565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b5050346102495760203660031901126102495760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610433611c95565b9061043e3633611f0a565b6001600160401b038216916104566127108410611eca565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b16919091179055610489612065565b51908152a180f35b83809250600319360112610249576104a76120a7565b6801bc16d674ec800000340361060b57918180936104c734600654611d64565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156106015783956105c5575b5060025416803b156105b757835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af180156105bb576105a3575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206123398339815191525580f35b6105ac90611cc1565b6105b757828461055c565b8280fd5b83513d84823e3d90fd5b925093506020823d6020116105f9575b816105e260209383611d05565b810103126105f457849151938661051a565b600080fd5b3d91506105d5565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461024957816003193601126102495760209060095460c01c9051908152f35b919050346105b75760203660031901126105b757828235926106886120d7565b6106923633611f0a565b61069a6120a7565b6106a5841515611e36565b600a546001600160401b036106cd816106c48160095416828616611e6d565b16421015611e88565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156105b75784602484928387519586948593631b870ba760e01b85528401525af180156105bb5761075b575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206123398339815191525580f35b61076490611cc1565b6105b757823861071b565b919050826003193601126105b7576107856120a7565b600754341061093f57825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa908115610935578891610908575b5061089f575b508061080d946107d98434611d41565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af1938415610895578694610866575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206123398339815191525580f35b9080945081813d831161088e575b61087e8183611d05565b810103126105f45751923861081f565b503d610874565b83513d88823e3d90fd5b9150856108ab34612132565b92836108b8575b506107c9565b803b15610249578180916024875180948193631b870ba760e01b8352898d8401525af180156108fe57156108b2576108ef90611cc1565b6108fa5785386108b2565b8580fd5b85513d84823e3d90fd5b90508281813d831161092e575b61091f8183611d05565b810103126105f45751386107c3565b503d610915565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b5050816003193601126102495760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e4916109c56120a7565b6109da60018060a01b03600354163314611dbd565b6109e5341515611e01565b51348152a160016000805160206123398339815191525580f35b9050346105b75760203660031901126105b757610a1a611cab565b610a243633611f0a565b6001600160a01b0316918215610a4c5750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b5050346102495781600319360112610249576000805160206122f98339815191525490516001600160a01b039091168152602090f35b5050346102495781600319360112610249576020906001600160401b0360095460801c169051908152f35b9050346105b757826003193601126105b757815190828201908282106001600160401b03831117610b7b5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610b6557505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610b47565b604190634e487b7160e01b6000525260246000fd5b5050346102495781600319360112610249576020906001600160401b03600a54169051908152f35b5050346102495781600319360112610249576020906006549051908152f35b9050346105b7576101003660031901126105b757610bf3611cab565b906024356001600160a01b0381811692918390036105f45760443592818416809403610e615760643593828516809503610e5d57608435928316809303610e5d5760a4356001600160401b039485821682036105f45760c43593868516938486036105f45760e435968888168098036105f4578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610e56575b6001809e149081610e4c575b159081610e43575b50610e33578f9067ffffffffffffffff60401b989796959493928f8f928f610d0f946001600160401b03198316178355610e13575b5050610cf2612270565b610cfa612270565b610d02612270565b610d0a612270565b612178565b610d17612270565b610d1f612270565b610d27612270565b8c60008051602061233983398151915255610d40612270565b610d48612270565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610d906127106009549410611eca565b610d9b851515611d71565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610dca612065565b610dd2578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610ce8565b8e5163f92ee8a960e01b81528790fd5b90501538610cb3565b303b159150610cab565b508b610c9f565b8780fd5b8680fd5b9050346105b757826003193601126105b7575490516001600160a01b03909116815260209150f35b5050346102495781600319360112610249576020906008549051908152f35b83903461024957602036600319011261024957610ec93633611f0a565b3560075580f35b50503461024957816003193601126102495760209160ff6000805160206122f98339815191525460a01c16600014610f1e5750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f0d565b83915034610249578160031936011261024957610f413633611f0a565b6000805160206123198339815191529283549360ff851615610fdc57839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b15610fd7578151631fa5d41d60e11b81529284918491829084905af190811561036c5750610fc75750f35b610fd090611cc1565b6103695780f35b505050fd5b5051638dfc202b60e01b8152fd5b919050346105b75760203660031901126105b7578282359261100a6120d7565b6110143633611f0a565b61101c6120a7565b611027841515611e36565b600a546001600160401b03611046816106c48160095416828616611e6d565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156105b757846024849283875195869485936371cfd2e960e11b85528401525af180156105bb576110d4575b507f253c58b2836c12fd1cbc42a28f292482dcc2a34e84dc78d1445ab52674ac722a6020848451908152a160016000805160206123398339815191525580f35b6110dd90611cc1565b6105b7578238611094565b9050346105b75760203660031901126105b757611103611cab565b6000805160206122f98339815191525490926001600160a01b03918216330361115157833b1561113a578461113785612178565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126105b75761117a6120a7565b61118f60018060a01b03600354163314611dbd565b61119a341515611e01565b600554903482106111f257507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c916111d56020923490611d41565b60055551348152a160016000805160206123398339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b905082346103695780600319360112610369576112554760055490611d64565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa80156112fd5782906112c9575b6112939150600654611d64565b908183106112b657906112a69192611d41565b905b825191825215156020820152f35b506001916112c391611d41565b906112a8565b506020813d6020116112f5575b816112e360209383611d05565b810103126105f4576112939051611286565b3d91506112d6565b84513d84823e3d90fd5b919050346105b75760203660031901126105b757611323611cab565b61132d3633611f0a565b6001600160a01b0316908115611350575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b8334610369576020366003190112610369576001600160401b036113b4611c95565b6113be3633611f0a565b166113ca811515611d71565b6001600160401b0319600954161760095580f35b9050346105b75760203660031901126105b7576113f9611cab565b6114033633611f0a565b6001600160a01b031691821561142b5750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346105b75760203660031901126105b75780359182156114e2576003546001600160a01b031633036114a757836114a184600554611d64565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461024957816003193601126102495760035490516001600160a01b039091168152602090f35b828434610369576020366003190112610369575061156560209235612132565b9051908152f35b50503461024957816003193601126102495760209060ff600080516020612319833981519152541690519015158152f35b8091843461163e578260031936011261163e576115ba3633611f0a565b6115c26120d7565b600080516020612319833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a182546001600160a01b031691823b15610fd7578151638456cb5960e01b81529284918491829084905af190811561036c5750610fc75750f35b5050fd5b828434610369578060031936011261036957507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036116ae57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461024957816003193601126102495760025490516001600160a01b039091168152602090f35b918091506003193601126105b7576116fa611cab565b9060249384356001600160401b038111610249573660238201121561024957808501359361172785611d26565b61173385519182611d05565b85815260209586820193368a83830101116108fa578186928b8a930187378301015261175d6121f2565b6117673633611f0a565b61176f6121f2565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa918291879361188e575b50506117b35750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036118795750853b156118645780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156118485750506118449382915190845af461183e612102565b916122b1565b5080f35b9350935050503461185857505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d83116118b7575b6118a68183611d05565b810103126108fa5751903880611797565b503d61189c565b5050346102495781600319360112610249576020906007549051908152f35b5050346102495781600319360112610249576009548151911c6001600160401b03168152602090f35b50503461024957816003193601126102495760015490516001600160a01b039091168152602090f35b8091843461163e5760209182600319360112610fd75761194d6120a7565b6119556120d7565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af1938415611a82578594611a53575b50834710611a1b578347106119ff57508380808086335af16119b4612102565b90156119fa5750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206123398339815191525580f35b6121d1565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611a7b575b611a6b8183611d05565b810103126105f457519285611994565b503d611a61565b82513d87823e3d90fd5b919050346105b75760203660031901126105b7578135611aaa6120a7565b611ab43633611f0a565b8015611b9a576801bc16d674ec80000081026801bc16d674ec7fffff1982820401611b8757600654818110611b555790611af081879493611d41565b6006556002546001600160a01b031694853b15611b5157602491855196879485936354d23f8560e01b85528401525af190811561036c5750611b42575060016000805160206123398339815191525580f35b611b4b90611cc1565b3861033f565b8380fd5b835162461bcd60e51b8152602081870152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b855260118452602485fd5b815162461bcd60e51b815260208185015260076024820152666e6f206b65797360c81b6044820152606490fd5b5050346102495760203660031901126102495760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611c0e611c95565b91611c193633611f0a565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611c4b612065565b5191168152a180f35b505034610249578160031936011261024957602090516127108152f35b84903461024957816003193601126102495790546001600160a01b03168152602090f35b600435906001600160401b03821682036105f457565b600435906001600160a01b03821682036105f457565b6001600160401b038111611cd457604052565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611cd457604052565b90601f801991011681019081106001600160401b03821117611cd457604052565b6001600160401b038111611cd457601f01601f191660200190565b91908203918211611d4e57565b634e487b7160e01b600052601160045260246000fd5b91908201809211611d4e57565b15611d7857565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611dc457565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611e0857565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611e3d57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b9190916001600160401b0380809416911601918211611d4e57565b15611e8f57565b60405162461bcd60e51b815260206004820152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b15611ed157565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b6000805160206122f98339815191528054909290916001600160a01b0380841692600481106105f45760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152611f7d81611cea565b828052826020525190895afa612054575b15611f9d575b50505050505050565b63ffffffff161561203e5760ff60a01b19948516600160a01b178655833b156105f457606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156120345750612025575b50815416905538808080808080611f94565b61202e90611cc1565b38612013565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611f8e565b6009546001600160401b03808260401c16818360801c16028091811603611d4e576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b60008051602061233983398151915260028154146120c55760029055565b604051633ee5aeb560e01b8152600490fd5b60ff60008051602061231983398151915254166120f057565b60405163d93c066560e01b8152600490fd5b3d1561212d573d9061211382611d26565b916121216040519384611d05565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611d4e576237b1d0918201809211611d4e578115612162570490565b634e487b7160e01b600052601260045260246000fd5b6000805160206122f983398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b8051156121e057602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612242575b505061223057565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612228565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561229f57565b604051631afcd79f60e31b8152600490fd5b906122bc57506121d1565b815115806122ef575b6122cd575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156122c556fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a26469706673582212207edd8a0959cd1ef501e62be22bc5f616c66bd80779ca9431d901955abaf62af964736f6c63430008190033",
975
+ "deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611c715750816316343da414611c5457816335923b0414611bc757816335d079ad14611a8c57838263379607f51461192f5750816337d5fe991461190657816337eb45d6146118dd57816341b3d185146118be5781634f1ef286146116e4578163504b82bf146116bb57816352d1902d1461164257838263595c6a671461159d575081635c975abb1461156c57816360830ebb1461154557816369d421481461151c5781636bde0bae14611466578163754ae7dc146113de578163762106d81461139257816377680e0b1461130757816378613da9146112355781637a389d2d146111655781637a9e5e4b146110e85781637fbe73d614610fea5781638a2ddd0314610f245781638fb3603714610ed05781638fcc9cfb14610eac57816391b7655f14610e8d5781639624e83e14610e655781639b8095b314610bd7578163a1a6af8314610bb8578163a664150a14610b90578163ad3cb1cc14610af0578163b574439314610ac5578163bf7e214f14610a8f578163c60b494f146109ff578163cb58db931461098d578163d0e30db01461076f578163d1118dee14610668578163d932971f14610646578163d9d4e8ab14610491578163e311d67b146103f4578163efd96309146102b557508063f43d19b91461028e578063f7fb721f14610270578063f81f4ae61461024d5763fb6ff161146102305780610012565b3461024957816003193601126102495751478152602090f35b5080fd5b5034610249578160031936011261024957602090516801bc16d674ec8000008152f35b50346102495781600319360112610249576020906005549051908152f35b50346102495781600319360112610249576020906001600160401b03600954169051908152f35b83915034610249578260031936011261024957602435906102d46120a7565b6102de3633611f0a565b670de0b6b3a764000082106103b157476102fa60085484611d64565b10156103795792829360018060a01b0360025416803b156103755760248592845195869384926348ab019760e11b84528035908401525af190811561036c5750610355575b5060016000805160206123398339815191525580f35b61035e90611cc1565b61036957808261033f565b80fd5b513d84823e3d90fd5b8480fd5b606490602085519162461bcd60e51b83528201526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152fd5b606490602085519162461bcd60e51b8352820152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152fd5b5050346102495760203660031901126102495760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610433611c95565b9061043e3633611f0a565b6001600160401b038216916104566127108410611eca565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b16919091179055610489612065565b51908152a180f35b83809250600319360112610249576104a76120a7565b6801bc16d674ec800000340361060b57918180936104c734600654611d64565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156106015783956105c5575b5060025416803b156105b757835163ca7a285f60e01b815233928101928352346020840152918391839182908490829060400103925af180156105bb576105a3575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206123398339815191525580f35b6105ac90611cc1565b6105b757828461055c565b8280fd5b83513d84823e3d90fd5b925093506020823d6020116105f9575b816105e260209383611d05565b810103126105f457849151938661051a565b600080fd5b3d91506105d5565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461024957816003193601126102495760209060095460c01c9051908152f35b919050346105b75760203660031901126105b757828235926106886120d7565b6106923633611f0a565b61069a6120a7565b6106a5841515611e36565b600a546001600160401b036106cd816106c48160095416828616611e6d565b16421015611e88565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156105b75784602484928387519586948593631b870ba760e01b85528401525af180156105bb5761075b575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206123398339815191525580f35b61076490611cc1565b6105b757823861071b565b919050826003193601126105b7576107856120a7565b600754341061093f57825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa908115610935578891610908575b5061089f575b508061080d946107d98434611d41565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af1938415610895578694610866575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206123398339815191525580f35b9080945081813d831161088e575b61087e8183611d05565b810103126105f45751923861081f565b503d610874565b83513d88823e3d90fd5b9150856108ab34612132565b92836108b8575b506107c9565b803b15610249578180916024875180948193631b870ba760e01b8352898d8401525af180156108fe57156108b2576108ef90611cc1565b6108fa5785386108b2565b8580fd5b85513d84823e3d90fd5b90508281813d831161092e575b61091f8183611d05565b810103126105f45751386107c3565b503d610915565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b5050816003193601126102495760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e4916109c56120a7565b6109da60018060a01b03600354163314611dbd565b6109e5341515611e01565b51348152a160016000805160206123398339815191525580f35b9050346105b75760203660031901126105b757610a1a611cab565b610a243633611f0a565b6001600160a01b0316918215610a4c5750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b5050346102495781600319360112610249576000805160206122f98339815191525490516001600160a01b039091168152602090f35b5050346102495781600319360112610249576020906001600160401b0360095460801c169051908152f35b9050346105b757826003193601126105b757815190828201908282106001600160401b03831117610b7b5750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610b6557505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610b47565b604190634e487b7160e01b6000525260246000fd5b5050346102495781600319360112610249576020906001600160401b03600a54169051908152f35b5050346102495781600319360112610249576020906006549051908152f35b9050346105b7576101003660031901126105b757610bf3611cab565b906024356001600160a01b0381811692918390036105f45760443592818416809403610e615760643593828516809503610e5d57608435928316809303610e5d5760a4356001600160401b039485821682036105f45760c43593868516938486036105f45760e435968888168098036105f4578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610e56575b6001809e149081610e4c575b159081610e43575b50610e33578f9067ffffffffffffffff60401b989796959493928f8f928f610d0f946001600160401b03198316178355610e13575b5050610cf2612270565b610cfa612270565b610d02612270565b610d0a612270565b612178565b610d17612270565b610d1f612270565b610d27612270565b8c60008051602061233983398151915255610d40612270565b610d48612270565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610d906127106009549410611eca565b610d9b851515611d71565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610dca612065565b610dd2578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610ce8565b8e5163f92ee8a960e01b81528790fd5b90501538610cb3565b303b159150610cab565b508b610c9f565b8780fd5b8680fd5b9050346105b757826003193601126105b7575490516001600160a01b03909116815260209150f35b5050346102495781600319360112610249576020906008549051908152f35b83903461024957602036600319011261024957610ec93633611f0a565b3560075580f35b50503461024957816003193601126102495760209160ff6000805160206122f98339815191525460a01c16600014610f1e5750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f0d565b83915034610249578160031936011261024957610f413633611f0a565b6000805160206123198339815191529283549360ff851615610fdc57839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b15610fd7578151631fa5d41d60e11b81529284918491829084905af190811561036c5750610fc75750f35b610fd090611cc1565b6103695780f35b505050fd5b5051638dfc202b60e01b8152fd5b919050346105b75760203660031901126105b7578282359261100a6120d7565b6110143633611f0a565b61101c6120a7565b611027841515611e36565b600a546001600160401b03611046816106c48160095416828616611e6d565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156105b757846024849283875195869485936371cfd2e960e11b85528401525af180156105bb576110d4575b507f253c58b2836c12fd1cbc42a28f292482dcc2a34e84dc78d1445ab52674ac722a6020848451908152a160016000805160206123398339815191525580f35b6110dd90611cc1565b6105b7578238611094565b9050346105b75760203660031901126105b757611103611cab565b6000805160206122f98339815191525490926001600160a01b03918216330361115157833b1561113a578461113785612178565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126105b75761117a6120a7565b61118f60018060a01b03600354163314611dbd565b61119a341515611e01565b600554903482106111f257507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c916111d56020923490611d41565b60055551348152a160016000805160206123398339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b905082346103695780600319360112610369576112554760055490611d64565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa80156112fd5782906112c9575b6112939150600654611d64565b908183106112b657906112a69192611d41565b905b825191825215156020820152f35b506001916112c391611d41565b906112a8565b506020813d6020116112f5575b816112e360209383611d05565b810103126105f4576112939051611286565b3d91506112d6565b84513d84823e3d90fd5b919050346105b75760203660031901126105b757611323611cab565b61132d3633611f0a565b6001600160a01b0316908115611350575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b8334610369576020366003190112610369576001600160401b036113b4611c95565b6113be3633611f0a565b166113ca811515611d71565b6001600160401b0319600954161760095580f35b9050346105b75760203660031901126105b7576113f9611cab565b6114033633611f0a565b6001600160a01b031691821561142b5750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346105b75760203660031901126105b75780359182156114e2576003546001600160a01b031633036114a757836114a184600554611d64565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461024957816003193601126102495760035490516001600160a01b039091168152602090f35b828434610369576020366003190112610369575061156560209235612132565b9051908152f35b50503461024957816003193601126102495760209060ff600080516020612319833981519152541690519015158152f35b8091843461163e578260031936011261163e576115ba3633611f0a565b6115c26120d7565b600080516020612319833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208251338152a182546001600160a01b031691823b15610fd7578151638456cb5960e01b81529284918491829084905af190811561036c5750610fc75750f35b5050fd5b828434610369578060031936011261036957507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036116ae57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461024957816003193601126102495760025490516001600160a01b039091168152602090f35b918091506003193601126105b7576116fa611cab565b9060249384356001600160401b038111610249573660238201121561024957808501359361172785611d26565b61173385519182611d05565b85815260209586820193368a83830101116108fa578186928b8a930187378301015261175d6121f2565b6117673633611f0a565b61176f6121f2565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa918291879361188e575b50506117b35750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036118795750853b156118645780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156118485750506118449382915190845af461183e612102565b916122b1565b5080f35b9350935050503461185857505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d83116118b7575b6118a68183611d05565b810103126108fa5751903880611797565b503d61189c565b5050346102495781600319360112610249576020906007549051908152f35b5050346102495781600319360112610249576009548151911c6001600160401b03168152602090f35b50503461024957816003193601126102495760015490516001600160a01b039091168152602090f35b8091843461163e5760209182600319360112610fd75761194d6120a7565b6119556120d7565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af1938415611a82578594611a53575b50834710611a1b578347106119ff57508380808086335af16119b4612102565b90156119fa5750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206123398339815191525580f35b6121d1565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611a7b575b611a6b8183611d05565b810103126105f457519285611994565b503d611a61565b82513d87823e3d90fd5b919050346105b75760203660031901126105b7578135611aaa6120a7565b611ab43633611f0a565b8015611b9a576801bc16d674ec80000081026801bc16d674ec7fffff1982820401611b8757600654818110611b555790611af081879493611d41565b6006556002546001600160a01b031694853b15611b5157602491855196879485936354d23f8560e01b85528401525af190811561036c5750611b42575060016000805160206123398339815191525580f35b611b4b90611cc1565b3861033f565b8380fd5b835162461bcd60e51b8152602081870152600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b855260118452602485fd5b815162461bcd60e51b815260208185015260076024820152666e6f206b65797360c81b6044820152606490fd5b5050346102495760203660031901126102495760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611c0e611c95565b91611c193633611f0a565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611c4b612065565b5191168152a180f35b505034610249578160031936011261024957602090516127108152f35b84903461024957816003193601126102495790546001600160a01b03168152602090f35b600435906001600160401b03821682036105f457565b600435906001600160a01b03821682036105f457565b6001600160401b038111611cd457604052565b634e487b7160e01b600052604160045260246000fd5b60a081019081106001600160401b03821117611cd457604052565b90601f801991011681019081106001600160401b03821117611cd457604052565b6001600160401b038111611cd457601f01601f191660200190565b91908203918211611d4e57565b634e487b7160e01b600052601160045260246000fd5b91908201809211611d4e57565b15611d7857565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611dc457565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611e0857565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611e3d57565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b9190916001600160401b0380809416911601918211611d4e57565b15611e8f57565b60405162461bcd60e51b815260206004820152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b15611ed157565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b6000805160206122f98339815191528054909290916001600160a01b0380841692600481106105f45760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152611f7d81611cea565b828052826020525190895afa612054575b15611f9d575b50505050505050565b63ffffffff161561203e5760ff60a01b19948516600160a01b178655833b156105f457606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156120345750612025575b50815416905538808080808080611f94565b61202e90611cc1565b38612013565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290611f8e565b6009546001600160401b03808260401c16818360801c16028091811603611d4e576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b60008051602061233983398151915260028154146120c55760029055565b604051633ee5aeb560e01b8152600490fd5b60ff60008051602061231983398151915254166120f057565b60405163d93c066560e01b8152600490fd5b3d1561212d573d9061211382611d26565b916121216040519384611d05565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611d4e576237b1d0918201809211611d4e578115612162570490565b634e487b7160e01b600052601260045260246000fd5b6000805160206122f983398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b8051156121e057602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612242575b505061223057565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612228565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561229f57565b604051631afcd79f60e31b8152600490fd5b906122bc57506121d1565b815115806122ef575b6122cd575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156122c556fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a26469706673582212207edd8a0959cd1ef501e62be22bc5f616c66bd80779ca9431d901955abaf62af964736f6c63430008190033",
976
+ "linkReferences": {},
977
+ "deployedLinkReferences": {}
978
+ }