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