@wireio/stake 2.5.2 → 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 +2 -2
  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,1004 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "DepositManagerV2",
4
+ "sourceName": "contracts/liqEth/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
+ {
564
+ "internalType": "contract IKeyBondManager",
565
+ "name": "_keyBondManager",
566
+ "type": "address"
567
+ }
568
+ ],
569
+ "name": "initializeV2",
570
+ "outputs": [],
571
+ "stateMutability": "nonpayable",
572
+ "type": "function"
573
+ },
574
+ {
575
+ "inputs": [],
576
+ "name": "isConsumingScheduledOp",
577
+ "outputs": [
578
+ {
579
+ "internalType": "bytes4",
580
+ "name": "",
581
+ "type": "bytes4"
582
+ }
583
+ ],
584
+ "stateMutability": "view",
585
+ "type": "function"
586
+ },
587
+ {
588
+ "inputs": [],
589
+ "name": "keyBondManager",
590
+ "outputs": [
591
+ {
592
+ "internalType": "contract IKeyBondManager",
593
+ "name": "",
594
+ "type": "address"
595
+ }
596
+ ],
597
+ "stateMutability": "view",
598
+ "type": "function"
599
+ },
600
+ {
601
+ "inputs": [],
602
+ "name": "lastRewardPush",
603
+ "outputs": [
604
+ {
605
+ "internalType": "uint64",
606
+ "name": "",
607
+ "type": "uint64"
608
+ }
609
+ ],
610
+ "stateMutability": "view",
611
+ "type": "function"
612
+ },
613
+ {
614
+ "inputs": [],
615
+ "name": "liqEth",
616
+ "outputs": [
617
+ {
618
+ "internalType": "contract IRewardsERC20Pausable",
619
+ "name": "",
620
+ "type": "address"
621
+ }
622
+ ],
623
+ "stateMutability": "view",
624
+ "type": "function"
625
+ },
626
+ {
627
+ "inputs": [],
628
+ "name": "minBal",
629
+ "outputs": [
630
+ {
631
+ "internalType": "uint256",
632
+ "name": "",
633
+ "type": "uint256"
634
+ }
635
+ ],
636
+ "stateMutability": "view",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [],
641
+ "name": "minDeposit",
642
+ "outputs": [
643
+ {
644
+ "internalType": "uint256",
645
+ "name": "",
646
+ "type": "uint256"
647
+ }
648
+ ],
649
+ "stateMutability": "view",
650
+ "type": "function"
651
+ },
652
+ {
653
+ "inputs": [],
654
+ "name": "partialExitReceived",
655
+ "outputs": [],
656
+ "stateMutability": "payable",
657
+ "type": "function"
658
+ },
659
+ {
660
+ "inputs": [
661
+ {
662
+ "internalType": "uint256",
663
+ "name": "ethAmount",
664
+ "type": "uint256"
665
+ }
666
+ ],
667
+ "name": "partialExitRequested",
668
+ "outputs": [],
669
+ "stateMutability": "nonpayable",
670
+ "type": "function"
671
+ },
672
+ {
673
+ "inputs": [],
674
+ "name": "pauseAll",
675
+ "outputs": [],
676
+ "stateMutability": "nonpayable",
677
+ "type": "function"
678
+ },
679
+ {
680
+ "inputs": [],
681
+ "name": "paused",
682
+ "outputs": [
683
+ {
684
+ "internalType": "bool",
685
+ "name": "",
686
+ "type": "bool"
687
+ }
688
+ ],
689
+ "stateMutability": "view",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "inputs": [
694
+ {
695
+ "internalType": "uint256",
696
+ "name": "amount",
697
+ "type": "uint256"
698
+ }
699
+ ],
700
+ "name": "procFee",
701
+ "outputs": [
702
+ {
703
+ "internalType": "uint256",
704
+ "name": "",
705
+ "type": "uint256"
706
+ }
707
+ ],
708
+ "stateMutability": "view",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [],
713
+ "name": "proxiableUUID",
714
+ "outputs": [
715
+ {
716
+ "internalType": "bytes32",
717
+ "name": "",
718
+ "type": "bytes32"
719
+ }
720
+ ],
721
+ "stateMutability": "view",
722
+ "type": "function"
723
+ },
724
+ {
725
+ "inputs": [
726
+ {
727
+ "internalType": "uint256",
728
+ "name": "amount",
729
+ "type": "uint256"
730
+ }
731
+ ],
732
+ "name": "pushPenalty",
733
+ "outputs": [],
734
+ "stateMutability": "nonpayable",
735
+ "type": "function"
736
+ },
737
+ {
738
+ "inputs": [
739
+ {
740
+ "internalType": "uint256",
741
+ "name": "amount",
742
+ "type": "uint256"
743
+ }
744
+ ],
745
+ "name": "pushRewards",
746
+ "outputs": [],
747
+ "stateMutability": "nonpayable",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "inputs": [],
752
+ "name": "queueRate",
753
+ "outputs": [
754
+ {
755
+ "internalType": "uint64",
756
+ "name": "",
757
+ "type": "uint64"
758
+ }
759
+ ],
760
+ "stateMutability": "view",
761
+ "type": "function"
762
+ },
763
+ {
764
+ "inputs": [],
765
+ "name": "rewardCooldown",
766
+ "outputs": [
767
+ {
768
+ "internalType": "uint64",
769
+ "name": "",
770
+ "type": "uint64"
771
+ }
772
+ ],
773
+ "stateMutability": "view",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "inputs": [
778
+ {
779
+ "internalType": "address",
780
+ "name": "_accounting",
781
+ "type": "address"
782
+ }
783
+ ],
784
+ "name": "setAccounting",
785
+ "outputs": [],
786
+ "stateMutability": "nonpayable",
787
+ "type": "function"
788
+ },
789
+ {
790
+ "inputs": [
791
+ {
792
+ "internalType": "address",
793
+ "name": "newAuthority",
794
+ "type": "address"
795
+ }
796
+ ],
797
+ "name": "setAuthority",
798
+ "outputs": [],
799
+ "stateMutability": "nonpayable",
800
+ "type": "function"
801
+ },
802
+ {
803
+ "inputs": [
804
+ {
805
+ "internalType": "uint64",
806
+ "name": "newEntryQueue",
807
+ "type": "uint64"
808
+ }
809
+ ],
810
+ "name": "setEntryQueue",
811
+ "outputs": [],
812
+ "stateMutability": "nonpayable",
813
+ "type": "function"
814
+ },
815
+ {
816
+ "inputs": [
817
+ {
818
+ "internalType": "uint256",
819
+ "name": "_minDeposit",
820
+ "type": "uint256"
821
+ }
822
+ ],
823
+ "name": "setMinDeposit",
824
+ "outputs": [],
825
+ "stateMutability": "nonpayable",
826
+ "type": "function"
827
+ },
828
+ {
829
+ "inputs": [
830
+ {
831
+ "internalType": "uint64",
832
+ "name": "_rewardCooldown",
833
+ "type": "uint64"
834
+ }
835
+ ],
836
+ "name": "setRewardCooldown",
837
+ "outputs": [],
838
+ "stateMutability": "nonpayable",
839
+ "type": "function"
840
+ },
841
+ {
842
+ "inputs": [
843
+ {
844
+ "internalType": "address",
845
+ "name": "module",
846
+ "type": "address"
847
+ }
848
+ ],
849
+ "name": "setStakingModule",
850
+ "outputs": [],
851
+ "stateMutability": "nonpayable",
852
+ "type": "function"
853
+ },
854
+ {
855
+ "inputs": [
856
+ {
857
+ "internalType": "address",
858
+ "name": "_vault",
859
+ "type": "address"
860
+ }
861
+ ],
862
+ "name": "setWithdrawalVault",
863
+ "outputs": [],
864
+ "stateMutability": "nonpayable",
865
+ "type": "function"
866
+ },
867
+ {
868
+ "inputs": [
869
+ {
870
+ "internalType": "uint256",
871
+ "name": "nKeys",
872
+ "type": "uint256"
873
+ }
874
+ ],
875
+ "name": "stakeThroughModule",
876
+ "outputs": [],
877
+ "stateMutability": "nonpayable",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [],
882
+ "name": "stakingModule",
883
+ "outputs": [
884
+ {
885
+ "internalType": "contract IStakingModule",
886
+ "name": "",
887
+ "type": "address"
888
+ }
889
+ ],
890
+ "stateMutability": "view",
891
+ "type": "function"
892
+ },
893
+ {
894
+ "inputs": [
895
+ {
896
+ "internalType": "uint64",
897
+ "name": "index",
898
+ "type": "uint64"
899
+ },
900
+ {
901
+ "internalType": "uint256",
902
+ "name": "ethAmount",
903
+ "type": "uint256"
904
+ }
905
+ ],
906
+ "name": "topUpValidator",
907
+ "outputs": [],
908
+ "stateMutability": "nonpayable",
909
+ "type": "function"
910
+ },
911
+ {
912
+ "inputs": [],
913
+ "name": "unpauseAll",
914
+ "outputs": [],
915
+ "stateMutability": "nonpayable",
916
+ "type": "function"
917
+ },
918
+ {
919
+ "inputs": [
920
+ {
921
+ "internalType": "uint64",
922
+ "name": "newDailyRateBPS",
923
+ "type": "uint64"
924
+ }
925
+ ],
926
+ "name": "updateApyBPS",
927
+ "outputs": [],
928
+ "stateMutability": "nonpayable",
929
+ "type": "function"
930
+ },
931
+ {
932
+ "inputs": [
933
+ {
934
+ "internalType": "address",
935
+ "name": "newImplementation",
936
+ "type": "address"
937
+ },
938
+ {
939
+ "internalType": "bytes",
940
+ "name": "data",
941
+ "type": "bytes"
942
+ }
943
+ ],
944
+ "name": "upgradeToAndCall",
945
+ "outputs": [],
946
+ "stateMutability": "payable",
947
+ "type": "function"
948
+ },
949
+ {
950
+ "inputs": [],
951
+ "name": "valDeposit",
952
+ "outputs": [
953
+ {
954
+ "internalType": "uint256",
955
+ "name": "",
956
+ "type": "uint256"
957
+ }
958
+ ],
959
+ "stateMutability": "view",
960
+ "type": "function"
961
+ },
962
+ {
963
+ "inputs": [],
964
+ "name": "validatorDepositAndLockBond",
965
+ "outputs": [],
966
+ "stateMutability": "payable",
967
+ "type": "function"
968
+ },
969
+ {
970
+ "inputs": [],
971
+ "name": "withdrawalQueue",
972
+ "outputs": [
973
+ {
974
+ "internalType": "contract IWithdrawalRecord",
975
+ "name": "",
976
+ "type": "address"
977
+ }
978
+ ],
979
+ "stateMutability": "view",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [],
984
+ "name": "withdrawalVault",
985
+ "outputs": [
986
+ {
987
+ "internalType": "address",
988
+ "name": "",
989
+ "type": "address"
990
+ }
991
+ ],
992
+ "stateMutability": "view",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "stateMutability": "payable",
997
+ "type": "receive"
998
+ }
999
+ ],
1000
+ "bytecode": "0x60a0806040523460295730608052612523908161002f82396080518181816116d401526123910152f35b600080fdfe6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611e005750816316343da414611de357816329b6eca914611cf257816335923b0414611c6557816335d079ad14611b0957838263379607f5146119ac5750816337d5fe991461198357816337eb45d61461195a57816341b3d1851461193b5781634f1ef28614611761578163504b82bf1461173857816352d1902d146116bf57838263595c6a6714611614575081635ad5e509146115eb5781635c975abb146115ba57816360830ebb1461159357816369d421481461156a5781636bde0bae146114b4578163754ae7dc1461142c578163762106d8146113e057816377680e0b1461135557816378613da9146112835781637a389d2d146111b35781637a9e5e4b146111365781637fbe73d6146110385781638a2ddd0314610f725781638fb3603714610f1e5781638fcc9cfb14610efa57816391b7655f14610edb5781639624e83e14610eb35781639b8095b314610c25578163a1a6af8314610c06578163a664150a14610bde578163ad3cb1cc14610b3e578163b574439314610b13578163bf7e214f14610add578163c60b494f14610a4d578163ca05e6f6146108fe578163cb58db931461088c578163d0e30db01461066e578163d1118dee14610567578163d932971f14610545578163d9d4e8ab1461036757508063e311d67b146102cb578063f43d19b9146102a4578063f7fb721f14610286578063f81f4ae6146102635763fb6ff161146102465780610012565b3461025f578160031936011261025f5751478152602090f35b5080fd5b503461025f578160031936011261025f57602090516801bc16d674ec8000008152f35b503461025f578160031936011261025f576020906005549051908152f35b503461025f578160031936011261025f576020906001600160401b03600954169051908152f35b503461025f57602036600319011261025f5760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610309611e24565b90610314363361207e565b6001600160401b0382169161032c612710841061203e565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b1691909117905561035f6121fa565b51908152a180f35b8380925060031936011261025f5761037d61223c565b6801bc16d674ec800000340361050a579181809361039d34600654611ed8565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156105005783956104c4575b50600a54841c1690610401346122c7565b6001600160401b0360095460801c1692803b156104c05784928360a49288519687958694630d6f922960e11b865233908601523460248601528b6044860152606485015260848401525af180156104b65761049e575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206124ce8339815191525580f35b6104a790611e50565b6104b2578284610457565b8280fd5b83513d84823e3d90fd5b8480fd5b925093506020823d6020116104f8575b816104e160209383611e79565b810103126104f35784915193866103f0565b600080fd5b3d91506104d4565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461025f578160031936011261025f5760209060095460c01c9051908152f35b919050346104b25760203660031901126104b2578282359261058761226c565b610591363361207e565b61059961223c565b6105a4841515611faa565b600a546001600160401b036105cc816105c38160095416828616611fe1565b16421015611ffc565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156104b25784602484928387519586948593631b870ba760e01b85528401525af180156104b65761065a575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206124ce8339815191525580f35b61066390611e50565b6104b257823861061a565b919050826003193601126104b25761068461223c565b600754341061083e57825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa908115610834578891610807575b5061079e575b508061070c946106d88434611eb5565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af1938415610794578694610765575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206124ce8339815191525580f35b9080945081813d831161078d575b61077d8183611e79565b810103126104f35751923861071e565b503d610773565b83513d88823e3d90fd5b9150856107aa346122c7565b92836107b7575b506106c8565b803b1561025f578180916024875180948193631b870ba760e01b8352898d8401525af180156107fd57156107b1576107ee90611e50565b6107f95785386107b1565b8580fd5b85513d84823e3d90fd5b90508281813d831161082d575b61081e8183611e79565b810103126104f35751386106c2565b503d610814565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b50508160031936011261025f5760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e4916108c461223c565b6108d960018060a01b03600354163314611f31565b6108e4341515611f75565b51348152a160016000805160206124ce8339815191525580f35b8391503461025f578260031936011261025f57610919611e24565b926024359361092661223c565b610930363361207e565b670de0b6b3a76400008510610a0a574761094c60085487611ed8565b10156109d257600254939485946001600160a01b0316803b156107f95785926001600160401b03926024928651978895869463dd70fdef60e01b865216908401525af19081156109c957506109b2575b5060016000805160206124ce8339815191525580f35b6109bb90611e50565b6109c657808261099c565b80fd5b513d84823e3d90fd5b815162461bcd60e51b81526020818501526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152606490fd5b815162461bcd60e51b8152602081850152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152606490fd5b9050346104b25760203660031901126104b257610a68611e3a565b610a72363361207e565b6001600160a01b0316918215610a9a5750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b50503461025f578160031936011261025f5760008051602061248e8339815191525490516001600160a01b039091168152602090f35b50503461025f578160031936011261025f576020906001600160401b0360095460801c169051908152f35b9050346104b257826003193601126104b257815190828201908282106001600160401b03831117610bc95750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610bb357505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610b95565b604190634e487b7160e01b6000525260246000fd5b50503461025f578160031936011261025f576020906001600160401b03600a54169051908152f35b50503461025f578160031936011261025f576020906006549051908152f35b9050346104b2576101003660031901126104b257610c41611e3a565b906024356001600160a01b0381811692918390036104f35760443592818416809403610eaf5760643593828516809503610eab57608435928316809303610eab5760a4356001600160401b039485821682036104f35760c43593868516938486036104f35760e435968888168098036104f3578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610ea4575b6001809e149081610e9a575b159081610e91575b50610e81578f9067ffffffffffffffff60401b989796959493928f8f928f610d5d946001600160401b03198316178355610e61575b5050610d40612405565b610d48612405565b610d50612405565b610d58612405565b61230d565b610d65612405565b610d6d612405565b610d75612405565b8c6000805160206124ce83398151915255610d8e612405565b610d96612405565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610dde612710600954941061203e565b610de9851515611ee5565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610e186121fa565b610e20578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610d36565b8e5163f92ee8a960e01b81528790fd5b90501538610d01565b303b159150610cf9565b508b610ced565b8780fd5b8680fd5b9050346104b257826003193601126104b2575490516001600160a01b03909116815260209150f35b50503461025f578160031936011261025f576020906008549051908152f35b83903461025f57602036600319011261025f57610f17363361207e565b3560075580f35b50503461025f578160031936011261025f5760209160ff60008051602061248e8339815191525460a01c16600014610f6c5750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f5b565b8391503461025f578160031936011261025f57610f8f363361207e565b6000805160206124ae8339815191529283549360ff85161561102a57839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b15611025578151631fa5d41d60e11b81529284918491829084905af19081156109c957506110155750f35b61101e90611e50565b6109c65780f35b505050fd5b5051638dfc202b60e01b8152fd5b919050346104b25760203660031901126104b2578282359261105861226c565b611062363361207e565b61106a61223c565b611075841515611faa565b600a546001600160401b03611094816105c38160095416828616611fe1565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156104b257846024849283875195869485936371cfd2e960e11b85528401525af180156104b657611122575b507f253c58b2836c12fd1cbc42a28f292482dcc2a34e84dc78d1445ab52674ac722a6020848451908152a160016000805160206124ce8339815191525580f35b61112b90611e50565b6104b25782386110e2565b9050346104b25760203660031901126104b257611151611e3a565b60008051602061248e8339815191525490926001600160a01b03918216330361119f57833b1561118857846111858561230d565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126104b2576111c861223c565b6111dd60018060a01b03600354163314611f31565b6111e8341515611f75565b6005549034821061124057507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c916112236020923490611eb5565b60055551348152a160016000805160206124ce8339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b905082346109c657806003193601126109c6576112a34760055490611ed8565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa801561134b578290611317575b6112e19150600654611ed8565b9081831061130457906112f49192611eb5565b905b825191825215156020820152f35b5060019161131191611eb5565b906112f6565b506020813d602011611343575b8161133160209383611e79565b810103126104f3576112e190516112d4565b3d9150611324565b84513d84823e3d90fd5b919050346104b25760203660031901126104b257611371611e3a565b61137b363361207e565b6001600160a01b031690811561139e575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b83346109c65760203660031901126109c6576001600160401b03611402611e24565b61140c363361207e565b16611418811515611ee5565b6001600160401b0319600954161760095580f35b9050346104b25760203660031901126104b257611447611e3a565b611451363361207e565b6001600160a01b03169182156114795750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346104b25760203660031901126104b2578035918215611530576003546001600160a01b031633036114f557836114ef84600554611ed8565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461025f578160031936011261025f5760035490516001600160a01b039091168152602090f35b8284346109c65760203660031901126109c657506115b3602092356122c7565b9051908152f35b50503461025f578160031936011261025f5760209060ff6000805160206124ae833981519152541690519015158152f35b50503461025f578160031936011261025f57600a548151911c6001600160a01b03168152602090f35b929150346116bb57826003193601126116bb57611631363361207e565b61163961226c565b6000805160206124ae833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208351338152a182546001600160a01b0316803b15611025578391835180958193638456cb5960e01b83525af19081156109c957506116b2575080f35b61118590611e50565b5050fd5b8284346109c657806003193601126109c657507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361172b57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461025f578160031936011261025f5760025490516001600160a01b039091168152602090f35b918091506003193601126104b257611777611e3a565b9060249384356001600160401b03811161025f573660238201121561025f5780850135936117a485611e9a565b6117b085519182611e79565b85815260209586820193368a83830101116107f9578186928b8a93018737830101526117da612387565b6117e4363361207e565b6117ec612387565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa918291879361190b575b50506118305750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036118f65750853b156118e15780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156118c55750506118c19382915190845af46118bb612297565b91612446565b5080f35b935093505050346118d557505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311611934575b6119238183611e79565b810103126107f95751903880611814565b503d611919565b50503461025f578160031936011261025f576020906007549051908152f35b50503461025f578160031936011261025f576009548151911c6001600160401b03168152602090f35b50503461025f578160031936011261025f5760015490516001600160a01b039091168152602090f35b809184346116bb5760209182600319360112611025576119ca61223c565b6119d261226c565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af1938415611aff578594611ad0575b50834710611a9857834710611a7c57508380808086335af1611a31612297565b9015611a775750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206124ce8339815191525580f35b612366565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611af8575b611ae88183611e79565b810103126104c057519285611a11565b503d611ade565b82513d87823e3d90fd5b9050346104b25760209182600319360112611c61578135611b2861223c565b611b32363361207e565b8015611c35576801bc16d674ec8000008102926801bc16d674ec7fffff1982850401611c2257600654848110611bf057859291611b7186602493611eb5565b60065560025485516354d23f8560e01b8152918201939093529485928391906001600160a01b03165af1908115611be75750611bbe575b8260016000805160206124ce8339815191525580f35b813d8311611be0575b611bd18183611e79565b810103126109c6573880611ba8565b503d611bc7565b513d85823e3d90fd5b835162461bcd60e51b8152808301879052600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b865260119052602485fd5b5091606492519162461bcd60e51b835282015260076024820152666e6f206b65797360c81b6044820152fd5b8380fd5b50503461025f57602036600319011261025f5760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611cac611e24565b91611cb7363361207e565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611ce96121fa565b5191168152a180f35b9050346104b25760203660031901126104b2578035906001600160a01b0382168203611c61577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009182549160ff83861c168015611dcf575b611dc15750600a805468010000000000000000600160e01b03191691851b68010000000000000000600160e01b031691909117905568ffffffffffffffffff1916600290811790915590519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a180f35b845163f92ee8a960e01b8152fd5b5060026001600160401b0384161015611d4a565b50503461025f578160031936011261025f57602090516127108152f35b84903461025f578160031936011261025f5790546001600160a01b03168152602090f35b600435906001600160401b03821682036104f357565b600435906001600160a01b03821682036104f357565b6001600160401b038111611e6357604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611e6357604052565b6001600160401b038111611e6357601f01601f191660200190565b91908203918211611ec257565b634e487b7160e01b600052601160045260246000fd5b91908201809211611ec257565b15611eec57565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611f3857565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611f7c57565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611fb157565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b9190916001600160401b0380809416911601918211611ec257565b1561200357565b60405162461bcd60e51b815260206004820152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b1561204557565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b60008051602061248e8339815191528054909290916001600160a01b0380841692600481106104f357600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b038211176121e65791849188938452828052826020525190895afa6121d5575b1561211e575b50505050505050565b63ffffffff16156121bf5760ff60a01b19948516600160a01b178655833b156104f357606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156121b557506121a6575b50815416905538808080808080612115565b6121af90611e50565b38612194565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061210f565b634e487b7160e01b85526041600452602485fd5b6009546001600160401b03808260401c16818360801c16028091811603611ec2576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b6000805160206124ce833981519152600281541461225a5760029055565b604051633ee5aeb560e01b8152600490fd5b60ff6000805160206124ae833981519152541661228557565b60405163d93c066560e01b8152600490fd5b3d156122c2573d906122a882611e9a565b916122b66040519384611e79565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611ec2576237b1d0918201809211611ec25781156122f7570490565b634e487b7160e01b600052601260045260246000fd5b60008051602061248e83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b80511561237557602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156123d7575b50506123c557565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806123bd565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561243457565b604051631afcd79f60e31b8152600490fd5b906124515750612366565b81511580612484575b612462575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561245a56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220147146be431938cb7bb55b1d80be1643f407e3cbf9542735459d40a5a19d419c64736f6c63430008190033",
1001
+ "deployedBytecode": "0x6080604081815260049182361015610022575b505050361561002057600080fd5b005b600092833560e01c9182630a65176114611e005750816316343da414611de357816329b6eca914611cf257816335923b0414611c6557816335d079ad14611b0957838263379607f5146119ac5750816337d5fe991461198357816337eb45d61461195a57816341b3d1851461193b5781634f1ef28614611761578163504b82bf1461173857816352d1902d146116bf57838263595c6a6714611614575081635ad5e509146115eb5781635c975abb146115ba57816360830ebb1461159357816369d421481461156a5781636bde0bae146114b4578163754ae7dc1461142c578163762106d8146113e057816377680e0b1461135557816378613da9146112835781637a389d2d146111b35781637a9e5e4b146111365781637fbe73d6146110385781638a2ddd0314610f725781638fb3603714610f1e5781638fcc9cfb14610efa57816391b7655f14610edb5781639624e83e14610eb35781639b8095b314610c25578163a1a6af8314610c06578163a664150a14610bde578163ad3cb1cc14610b3e578163b574439314610b13578163bf7e214f14610add578163c60b494f14610a4d578163ca05e6f6146108fe578163cb58db931461088c578163d0e30db01461066e578163d1118dee14610567578163d932971f14610545578163d9d4e8ab1461036757508063e311d67b146102cb578063f43d19b9146102a4578063f7fb721f14610286578063f81f4ae6146102635763fb6ff161146102465780610012565b3461025f578160031936011261025f5751478152602090f35b5080fd5b503461025f578160031936011261025f57602090516801bc16d674ec8000008152f35b503461025f578160031936011261025f576020906005549051908152f35b503461025f578160031936011261025f576020906001600160401b03600954169051908152f35b503461025f57602036600319011261025f5760207fbd6c43abd375d4f889c2ed30000ff0321ae8bc7a7cedd95de8786c918d485d8591610309611e24565b90610314363361207e565b6001600160401b0382169161032c612710841061203e565b6009805467ffffffffffffffff60801b191660809290921b67ffffffffffffffff60801b1691909117905561035f6121fa565b51908152a180f35b8380925060031936011261025f5761037d61223c565b6801bc16d674ec800000340361050a579181809361039d34600654611ed8565b6006558154815484516340c10f1960e01b81526001600160a01b03918216818501908152346020828101919091529197929391928892851691839190829060400103925af19485156105005783956104c4575b50600a54841c1690610401346122c7565b6001600160401b0360095460801c1692803b156104c05784928360a49288519687958694630d6f922960e11b865233908601523460248601528b6044860152606485015260848401525af180156104b65761049e575b5050807f071464ed23d89f47be15656b77a0b638a220b7f85ba6bf9db649c41f64142a4591519234845260208401523392a260016000805160206124ce8339815191525580f35b6104a790611e50565b6104b2578284610457565b8280fd5b83513d84823e3d90fd5b8480fd5b925093506020823d6020116104f8575b816104e160209383611e79565b810103126104f35784915193866103f0565b600080fd5b3d91506104d4565b84513d85823e3d90fd5b606490602084519162461bcd60e51b835282015260156024820152740c2dadeeadce840daeae6e840c4ca406664408aa89605b1b6044820152fd5b50503461025f578160031936011261025f5760209060095460c01c9051908152f35b919050346104b25760203660031901126104b2578282359261058761226c565b610591363361207e565b61059961223c565b6105a4841515611faa565b600a546001600160401b036105cc816105c38160095416828616611fe1565b16421015611ffc565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156104b25784602484928387519586948593631b870ba760e01b85528401525af180156104b65761065a575b507fe85269c35ba75fedfc9cafb0552f5ff47864fc679789f17128ab71fbd2ef38386020848451908152a160016000805160206124ce8339815191525580f35b61066390611e50565b6104b257823861061a565b919050826003193601126104b25761068461223c565b600754341061083e57825481516318160ddd60e01b81526001600160a01b039291859160209185169082818881855afa908115610834578891610807575b5061079e575b508061070c946106d88434611eb5565b885486516340c10f1960e01b815233998101998a5260208a018390529198919788939091169183918b918391604090910190565b03925af1938415610794578694610765575b5082519485528401528201527f91ede45f04a37a7c170f5c1207df3b6bc748dc1e04ad5e917a241d0f52feada360603392a260016000805160206124ce8339815191525580f35b9080945081813d831161078d575b61077d8183611e79565b810103126104f35751923861071e565b503d610773565b83513d88823e3d90fd5b9150856107aa346122c7565b92836107b7575b506106c8565b803b1561025f578180916024875180948193631b870ba760e01b8352898d8401525af180156107fd57156107b1576107ee90611e50565b6107f95785386107b1565b8580fd5b85513d84823e3d90fd5b90508281813d831161082d575b61081e8183611e79565b810103126104f35751386106c2565b503d610814565b85513d8a823e3d90fd5b906020608492519162461bcd60e51b8352820152602260248201527f43616e2774206465706f736974206c657373207468616e206d696e4465706f736044820152611a5d60f21b6064820152fd5b50508160031936011261025f5760207efd69eabb869cd85d570b4c36afea6716ea5475d682213806a615bfef6ec3e4916108c461223c565b6108d960018060a01b03600354163314611f31565b6108e4341515611f75565b51348152a160016000805160206124ce8339815191525580f35b8391503461025f578260031936011261025f57610919611e24565b926024359361092661223c565b610930363361207e565b670de0b6b3a76400008510610a0a574761094c60085487611ed8565b10156109d257600254939485946001600160a01b0316803b156107f95785926001600160401b03926024928651978895869463dd70fdef60e01b865216908401525af19081156109c957506109b2575b5060016000805160206124ce8339815191525580f35b6109bb90611e50565b6109c657808261099c565b80fd5b513d84823e3d90fd5b815162461bcd60e51b81526020818501526012602482015271084c2d8c2dcc6ca40dcdee840cadcdeeaced60731b6044820152606490fd5b815162461bcd60e51b8152602081850152601c60248201527f43616e277420746f70207570206c657373207468616e203120657468000000006044820152606490fd5b9050346104b25760203660031901126104b257610a68611e3a565b610a72363361207e565b6001600160a01b0316918215610a9a5750506001600160601b0360a01b600254161760025580f35b906020606492519162461bcd60e51b8352820152601c60248201527f7374616b696e67206d6f64756c652063616e2774206265207a65726f000000006044820152fd5b50503461025f578160031936011261025f5760008051602061248e8339815191525490516001600160a01b039091168152602090f35b50503461025f578160031936011261025f576020906001600160401b0360095460801c169051908152f35b9050346104b257826003193601126104b257815190828201908282106001600160401b03831117610bc95750825260058152602090640352e302e360dc1b6020820152825193849260208452825192836020860152825b848110610bb357505050828201840152601f01601f19168101030190f35b8181018301518882018801528795508201610b95565b604190634e487b7160e01b6000525260246000fd5b50503461025f578160031936011261025f576020906001600160401b03600a54169051908152f35b50503461025f578160031936011261025f576020906006549051908152f35b9050346104b2576101003660031901126104b257610c41611e3a565b906024356001600160a01b0381811692918390036104f35760443592818416809403610eaf5760643593828516809503610eab57608435928316809303610eab5760a4356001600160401b039485821682036104f35760c43593868516938486036104f35760e435968888168098036104f3578b997ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009b60ff8d54809d1c16159a8c169b8c1580610ea4575b6001809e149081610e9a575b159081610e91575b50610e81578f9067ffffffffffffffff60401b989796959493928f8f928f610d5d946001600160401b03198316178355610e61575b5050610d40612405565b610d48612405565b610d50612405565b610d58612405565b61230d565b610d65612405565b610d6d612405565b610d75612405565b8c6000805160206124ce83398151915255610d8e612405565b610d96612405565b6001600160601b0360a01b9384825416179055828c5416178b55816002541617600255825416179055662386f26fc1000080600755600855610dde612710600954941061203e565b610de9851515611ee5565b881b16906001600160401b0360c01b1617906001600160401b0360801b9060801b161717600955610e186121fa565b610e20578380f35b7fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29260209268ff000000000000000019815416905551908152a13880808380f35b68ffffffffffffffffff1916680100000000000000011790558f38610d36565b8e5163f92ee8a960e01b81528790fd5b90501538610d01565b303b159150610cf9565b508b610ced565b8780fd5b8680fd5b9050346104b257826003193601126104b2575490516001600160a01b03909116815260209150f35b50503461025f578160031936011261025f576020906008549051908152f35b83903461025f57602036600319011261025f57610f17363361207e565b3560075580f35b50503461025f578160031936011261025f5760209160ff60008051602061248e8339815191525460a01c16600014610f6c5750638fb3603760e01b905b516001600160e01b03199091168152f35b90610f5b565b8391503461025f578160031936011261025f57610f8f363361207e565b6000805160206124ae8339815191529283549360ff85161561102a57839460ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa60208251338152a182546001600160a01b031691823b15611025578151631fa5d41d60e11b81529284918491829084905af19081156109c957506110155750f35b61101e90611e50565b6109c65780f35b505050fd5b5051638dfc202b60e01b8152fd5b919050346104b25760203660031901126104b2578282359261105861226c565b611062363361207e565b61106a61223c565b611075841515611faa565b600a546001600160401b03611094816105c38160095416828616611fe1565b421667ffffffffffffffff199190911617600a5581546001600160a01b031690813b156104b257846024849283875195869485936371cfd2e960e11b85528401525af180156104b657611122575b507f253c58b2836c12fd1cbc42a28f292482dcc2a34e84dc78d1445ab52674ac722a6020848451908152a160016000805160206124ce8339815191525580f35b61112b90611e50565b6104b25782386110e2565b9050346104b25760203660031901126104b257611151611e3a565b60008051602061248e8339815191525490926001600160a01b03918216330361119f57833b1561118857846111858561230d565b80f35b516361798f2f60e11b815292169082015260249150fd5b5162d1953b60e31b81523381840152602490fd5b9050826003193601126104b2576111c861223c565b6111dd60018060a01b03600354163314611f31565b6111e8341515611f75565b6005549034821061124057507faace8198adfd57ac0d89093826c5ac4d5135d57ec155bddfbd80d3659f663b6c916112236020923490611eb5565b60055551348152a160016000805160206124ce8339815191525580f35b606490602084519162461bcd60e51b8352820152601d60248201527f726563656976696e67206d6f7265207468616e207265717565737465640000006044820152fd5b905082346109c657806003193601126109c6576112a34760055490611ed8565b60015484516325dd41f160e21b8152919360209183919082906001600160a01b03165afa801561134b578290611317575b6112e19150600654611ed8565b9081831061130457906112f49192611eb5565b905b825191825215156020820152f35b5060019161131191611eb5565b906112f6565b506020813d602011611343575b8161133160209383611e79565b810103126104f3576112e190516112d4565b3d9150611324565b84513d84823e3d90fd5b919050346104b25760203660031901126104b257611371611e3a565b61137b363361207e565b6001600160a01b031690811561139e575081546001600160a01b03191617905580f35b5162461bcd60e51b8152602081840152601860248201527f6163636f756e74696e672063616e2774206265207a65726f00000000000000006044820152606490fd5b83346109c65760203660031901126109c6576001600160401b03611402611e24565b61140c363361207e565b16611418811515611ee5565b6001600160401b0319600954161760095580f35b9050346104b25760203660031901126104b257611447611e3a565b611451363361207e565b6001600160a01b03169182156114795750506001600160601b0360a01b600354161760035580f35b906020606492519162461bcd60e51b83528201526015602482015274616464726573732063616e2774206265207a65726f60581b6044820152fd5b9050346104b25760203660031901126104b2578035918215611530576003546001600160a01b031633036114f557836114ef84600554611ed8565b60055580f35b906020606492519162461bcd60e51b8352820152601560248201527413db9b1e481dda5d1a191c985dd85b081d985d5b1d605a1b6044820152fd5b906020606492519162461bcd60e51b83528201526014602482015273616d6f756e742063616e2774206265207a65726f60601b6044820152fd5b50503461025f578160031936011261025f5760035490516001600160a01b039091168152602090f35b8284346109c65760203660031901126109c657506115b3602092356122c7565b9051908152f35b50503461025f578160031936011261025f5760209060ff6000805160206124ae833981519152541690519015158152f35b50503461025f578160031936011261025f57600a548151911c6001600160a01b03168152602090f35b929150346116bb57826003193601126116bb57611631363361207e565b61163961226c565b6000805160206124ae833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a25860208351338152a182546001600160a01b0316803b15611025578391835180958193638456cb5960e01b83525af19081156109c957506116b2575080f35b61118590611e50565b5050fd5b8284346109c657806003193601126109c657507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361172b57602090517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b5163703e46dd60e11b8152fd5b50503461025f578160031936011261025f5760025490516001600160a01b039091168152602090f35b918091506003193601126104b257611777611e3a565b9060249384356001600160401b03811161025f573660238201121561025f5780850135936117a485611e9a565b6117b085519182611e79565b85815260209586820193368a83830101116107f9578186928b8a93018737830101526117da612387565b6117e4363361207e565b6117ec612387565b84516352d1902d60e01b81526001600160a01b0383169680828a818b5afa918291879361190b575b50506118305750505050505191634c9c8ce360e01b8352820152fd5b86899689927f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc908181036118f65750853b156118e15780546001600160a01b0319168317905551869392917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8580a28251156118c55750506118c19382915190845af46118bb612297565b91612446565b5080f35b935093505050346118d557505080f35b63b398979f60e01b8152fd5b5051634c9c8ce360e01b815291820152859150fd5b848a91845191632a87526960e21b8352820152fd5b9080929350813d8311611934575b6119238183611e79565b810103126107f95751903880611814565b503d611919565b50503461025f578160031936011261025f576020906007549051908152f35b50503461025f578160031936011261025f576009548151911c6001600160401b03168152602090f35b50503461025f578160031936011261025f5760015490516001600160a01b039091168152602090f35b809184346116bb5760209182600319360112611025576119ca61223c565b6119d261226c565b600154825163084e1b0f60e31b815282358382015233602482015294849186916044918391906001600160a01b03165af1938415611aff578594611ad0575b50834710611a9857834710611a7c57508380808086335af1611a31612297565b9015611a775750907fd8138f8a3f377c5259ca548e70e4c2de94f129f5a11036a15b69513cba2b426a91519283523392a260016000805160206124ce8339815191525580f35b612366565b836044924790519263cf47918160e01b84528301526024820152fd5b82606492519162461bcd60e51b83528201526014602482015273496e73756666696369656e742062616c616e636560601b6044820152fd5b9093508281813d8311611af8575b611ae88183611e79565b810103126104c057519285611a11565b503d611ade565b82513d87823e3d90fd5b9050346104b25760209182600319360112611c61578135611b2861223c565b611b32363361207e565b8015611c35576801bc16d674ec8000008102926801bc16d674ec7fffff1982850401611c2257600654848110611bf057859291611b7186602493611eb5565b60065560025485516354d23f8560e01b8152918201939093529485928391906001600160a01b03165af1908115611be75750611bbe575b8260016000805160206124ce8339815191525580f35b813d8311611be0575b611bd18183611e79565b810103126109c6573880611ba8565b503d611bc7565b513d85823e3d90fd5b835162461bcd60e51b8152808301879052600c60248201526b1b9bdd081c995cd95c9d995960a21b6044820152606490fd5b634e487b7160e01b865260119052602485fd5b5091606492519162461bcd60e51b835282015260076024820152666e6f206b65797360c81b6044820152fd5b8380fd5b50503461025f57602036600319011261025f5760207fbed5c6f60eb5063b2dcda29db3ea53c1e62c7868ca5bb66f7d9bc681ee3220d9916001600160401b03611cac611e24565b91611cb7363361207e565b600980546fffffffffffffffff0000000000000000191684831b67ffffffffffffffff60401b16179055611ce96121fa565b5191168152a180f35b9050346104b25760203660031901126104b2578035906001600160a01b0382168203611c61577ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a009182549160ff83861c168015611dcf575b611dc15750600a805468010000000000000000600160e01b03191691851b68010000000000000000600160e01b031691909117905568ffffffffffffffffff1916600290811790915590519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d290602090a180f35b845163f92ee8a960e01b8152fd5b5060026001600160401b0384161015611d4a565b50503461025f578160031936011261025f57602090516127108152f35b84903461025f578160031936011261025f5790546001600160a01b03168152602090f35b600435906001600160401b03821682036104f357565b600435906001600160a01b03821682036104f357565b6001600160401b038111611e6357604052565b634e487b7160e01b600052604160045260246000fd5b90601f801991011681019081106001600160401b03821117611e6357604052565b6001600160401b038111611e6357601f01601f191660200190565b91908203918211611ec257565b634e487b7160e01b600052601160045260246000fd5b91908201809211611ec257565b15611eec57565b60405162461bcd60e51b815260206004820152601d60248201527f52657761726420636f6f6c646f776e2063616e2774206265207a65726f0000006044820152606490fd5b15611f3857565b60405162461bcd60e51b815260206004820152601560248201527413db9b1e481dda5d1a191c985dd85b0815985d5b1d605a1b6044820152606490fd5b15611f7c57565b60405162461bcd60e51b815260206004820152600660248201526509cde40cae8d60d31b6044820152606490fd5b15611fb157565b60405162461bcd60e51b81526020600482015260086024820152670416d6f756e7420360c41b6044820152606490fd5b9190916001600160401b0380809416911601918211611ec257565b1561200357565b60405162461bcd60e51b815260206004820152601360248201527210dbdbdb191bdddb881b9bdd081c185cdcd959606a1b6044820152606490fd5b1561204557565b60405162461bcd60e51b815260206004820152601160248201527004170792063616e2774206265202531303607c1b6044820152606490fd5b60008051602061248e8339815191528054909290916001600160a01b0380841692600481106104f357600080604094855194602086019163b700961360e01b8352169485602482015230604482015263ffffffff60e01b84351660648201526064815260a081018181106001600160401b038211176121e65791849188938452828052826020525190895afa6121d5575b1561211e575b50505050505050565b63ffffffff16156121bf5760ff60a01b19948516600160a01b178655833b156104f357606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156121b557506121a6575b50815416905538808080808080612115565b6121af90611e50565b38612194565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061210f565b634e487b7160e01b85526041600452602485fd5b6009546001600160401b03808260401c16818360801c16028091811603611ec2576001600160c01b0390911660c09190911b6001600160c01b03191617600955565b6000805160206124ce833981519152600281541461225a5760029055565b604051633ee5aeb560e01b8152600490fd5b60ff6000805160206124ae833981519152541661228557565b60405163d93c066560e01b8152600490fd5b3d156122c2573d906122a882611e9a565b916122b66040519384611e79565b82523d6000602084013e565b606090565b60095460c01c9081810290808204831490151715611ec2576237b1d0918201809211611ec25781156122f7570490565b634e487b7160e01b600052601260045260246000fd5b60008051602061248e83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b80511561237557602081519101fd5b60405163d6bda27560e01b8152600490fd5b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081163081149182156123d7575b50506123c557565b60405163703e46dd60e11b8152600490fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc54161415905038806123bd565b60ff7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005460401c161561243457565b604051631afcd79f60e31b8152600490fd5b906124515750612366565b81511580612484575b612462575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561245a56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f033009b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220147146be431938cb7bb55b1d80be1643f407e3cbf9542735459d40a5a19d419c64736f6c63430008190033",
1002
+ "linkReferences": {},
1003
+ "deployedLinkReferences": {}
1004
+ }