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