@wireio/stake 2.5.2 → 2.6.1

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 +28125 -753
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +53 -11
  4. package/lib/stake.js +28149 -753
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +28125 -753
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +2 -2
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  13. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  15. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  17. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  19. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  37. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
  39. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  41. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  43. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  71. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  73. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  74. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  75. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.json +89 -0
  77. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
  79. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  80. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  81. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  98. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  110. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +542 -0
  111. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  112. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  113. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  115. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  117. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  120. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  121. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.dbg.json +4 -0
  122. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.json +1915 -0
  123. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  124. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.json +1845 -0
  125. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  127. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
  129. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +948 -0
  131. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  132. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +88 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +298 -0
  157. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  158. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +488 -0
  159. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  160. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  161. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  173. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  174. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.json +943 -0
  175. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  176. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  177. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  178. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
  179. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  180. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  181. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  182. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  183. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  184. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  185. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  186. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  187. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.json +1871 -0
  189. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  191. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
  193. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.json +936 -0
  195. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  197. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  199. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  201. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  203. package/src/networks/ethereum/clients/stake.client.ts +81 -7
  204. package/src/networks/ethereum/contract.ts +212 -104
  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,1323 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "LiqEthTokenV2",
4
+ "sourceName": "contracts/liqEth/liqEth.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
+ "name": "ECDSAInvalidSignature",
58
+ "type": "error"
59
+ },
60
+ {
61
+ "inputs": [
62
+ {
63
+ "internalType": "uint256",
64
+ "name": "length",
65
+ "type": "uint256"
66
+ }
67
+ ],
68
+ "name": "ECDSAInvalidSignatureLength",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "bytes32",
75
+ "name": "s",
76
+ "type": "bytes32"
77
+ }
78
+ ],
79
+ "name": "ECDSAInvalidSignatureS",
80
+ "type": "error"
81
+ },
82
+ {
83
+ "inputs": [
84
+ {
85
+ "internalType": "address",
86
+ "name": "implementation",
87
+ "type": "address"
88
+ }
89
+ ],
90
+ "name": "ERC1967InvalidImplementation",
91
+ "type": "error"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "ERC1967NonPayable",
96
+ "type": "error"
97
+ },
98
+ {
99
+ "inputs": [
100
+ {
101
+ "internalType": "address",
102
+ "name": "spender",
103
+ "type": "address"
104
+ },
105
+ {
106
+ "internalType": "uint256",
107
+ "name": "allowance",
108
+ "type": "uint256"
109
+ },
110
+ {
111
+ "internalType": "uint256",
112
+ "name": "needed",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "name": "ERC20InsufficientAllowance",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "address",
123
+ "name": "sender",
124
+ "type": "address"
125
+ },
126
+ {
127
+ "internalType": "uint256",
128
+ "name": "balance",
129
+ "type": "uint256"
130
+ },
131
+ {
132
+ "internalType": "uint256",
133
+ "name": "needed",
134
+ "type": "uint256"
135
+ }
136
+ ],
137
+ "name": "ERC20InsufficientBalance",
138
+ "type": "error"
139
+ },
140
+ {
141
+ "inputs": [
142
+ {
143
+ "internalType": "address",
144
+ "name": "approver",
145
+ "type": "address"
146
+ }
147
+ ],
148
+ "name": "ERC20InvalidApprover",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [
153
+ {
154
+ "internalType": "address",
155
+ "name": "receiver",
156
+ "type": "address"
157
+ }
158
+ ],
159
+ "name": "ERC20InvalidReceiver",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [
164
+ {
165
+ "internalType": "address",
166
+ "name": "sender",
167
+ "type": "address"
168
+ }
169
+ ],
170
+ "name": "ERC20InvalidSender",
171
+ "type": "error"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "spender",
178
+ "type": "address"
179
+ }
180
+ ],
181
+ "name": "ERC20InvalidSpender",
182
+ "type": "error"
183
+ },
184
+ {
185
+ "inputs": [
186
+ {
187
+ "internalType": "uint256",
188
+ "name": "deadline",
189
+ "type": "uint256"
190
+ }
191
+ ],
192
+ "name": "ERC2612ExpiredSignature",
193
+ "type": "error"
194
+ },
195
+ {
196
+ "inputs": [
197
+ {
198
+ "internalType": "address",
199
+ "name": "signer",
200
+ "type": "address"
201
+ },
202
+ {
203
+ "internalType": "address",
204
+ "name": "owner",
205
+ "type": "address"
206
+ }
207
+ ],
208
+ "name": "ERC2612InvalidSigner",
209
+ "type": "error"
210
+ },
211
+ {
212
+ "inputs": [],
213
+ "name": "EnforcedPause",
214
+ "type": "error"
215
+ },
216
+ {
217
+ "inputs": [],
218
+ "name": "ExpectedPause",
219
+ "type": "error"
220
+ },
221
+ {
222
+ "inputs": [],
223
+ "name": "FailedCall",
224
+ "type": "error"
225
+ },
226
+ {
227
+ "inputs": [
228
+ {
229
+ "internalType": "address",
230
+ "name": "account",
231
+ "type": "address"
232
+ },
233
+ {
234
+ "internalType": "uint256",
235
+ "name": "currentNonce",
236
+ "type": "uint256"
237
+ }
238
+ ],
239
+ "name": "InvalidAccountNonce",
240
+ "type": "error"
241
+ },
242
+ {
243
+ "inputs": [],
244
+ "name": "InvalidInitialization",
245
+ "type": "error"
246
+ },
247
+ {
248
+ "inputs": [],
249
+ "name": "NotInitializing",
250
+ "type": "error"
251
+ },
252
+ {
253
+ "inputs": [
254
+ {
255
+ "internalType": "address",
256
+ "name": "receiver",
257
+ "type": "address"
258
+ },
259
+ {
260
+ "internalType": "uint256",
261
+ "name": "balance",
262
+ "type": "uint256"
263
+ },
264
+ {
265
+ "internalType": "uint256",
266
+ "name": "liqEthValue",
267
+ "type": "uint256"
268
+ }
269
+ ],
270
+ "name": "RewardsERC20InsufficientValue",
271
+ "type": "error"
272
+ },
273
+ {
274
+ "inputs": [],
275
+ "name": "UUPSUnauthorizedCallContext",
276
+ "type": "error"
277
+ },
278
+ {
279
+ "inputs": [
280
+ {
281
+ "internalType": "bytes32",
282
+ "name": "slot",
283
+ "type": "bytes32"
284
+ }
285
+ ],
286
+ "name": "UUPSUnsupportedProxiableUUID",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "anonymous": false,
291
+ "inputs": [
292
+ {
293
+ "indexed": true,
294
+ "internalType": "address",
295
+ "name": "owner",
296
+ "type": "address"
297
+ },
298
+ {
299
+ "indexed": true,
300
+ "internalType": "address",
301
+ "name": "spender",
302
+ "type": "address"
303
+ },
304
+ {
305
+ "indexed": false,
306
+ "internalType": "uint256",
307
+ "name": "value",
308
+ "type": "uint256"
309
+ }
310
+ ],
311
+ "name": "Approval",
312
+ "type": "event"
313
+ },
314
+ {
315
+ "anonymous": false,
316
+ "inputs": [
317
+ {
318
+ "indexed": false,
319
+ "internalType": "address",
320
+ "name": "authority",
321
+ "type": "address"
322
+ }
323
+ ],
324
+ "name": "AuthorityUpdated",
325
+ "type": "event"
326
+ },
327
+ {
328
+ "anonymous": false,
329
+ "inputs": [],
330
+ "name": "EIP712DomainChanged",
331
+ "type": "event"
332
+ },
333
+ {
334
+ "anonymous": false,
335
+ "inputs": [
336
+ {
337
+ "indexed": false,
338
+ "internalType": "uint256",
339
+ "name": "newIndex",
340
+ "type": "uint256"
341
+ },
342
+ {
343
+ "indexed": false,
344
+ "internalType": "uint256",
345
+ "name": "tokenPenalty",
346
+ "type": "uint256"
347
+ }
348
+ ],
349
+ "name": "IndexDecreased",
350
+ "type": "event"
351
+ },
352
+ {
353
+ "anonymous": false,
354
+ "inputs": [
355
+ {
356
+ "indexed": false,
357
+ "internalType": "uint256",
358
+ "name": "newIndex",
359
+ "type": "uint256"
360
+ },
361
+ {
362
+ "indexed": false,
363
+ "internalType": "uint256",
364
+ "name": "tokenReward",
365
+ "type": "uint256"
366
+ }
367
+ ],
368
+ "name": "IndexIncreased",
369
+ "type": "event"
370
+ },
371
+ {
372
+ "anonymous": false,
373
+ "inputs": [
374
+ {
375
+ "indexed": false,
376
+ "internalType": "uint64",
377
+ "name": "version",
378
+ "type": "uint64"
379
+ }
380
+ ],
381
+ "name": "Initialized",
382
+ "type": "event"
383
+ },
384
+ {
385
+ "anonymous": false,
386
+ "inputs": [
387
+ {
388
+ "indexed": false,
389
+ "internalType": "address",
390
+ "name": "account",
391
+ "type": "address"
392
+ }
393
+ ],
394
+ "name": "Paused",
395
+ "type": "event"
396
+ },
397
+ {
398
+ "anonymous": false,
399
+ "inputs": [
400
+ {
401
+ "indexed": true,
402
+ "internalType": "address",
403
+ "name": "from",
404
+ "type": "address"
405
+ },
406
+ {
407
+ "indexed": false,
408
+ "internalType": "uint256",
409
+ "name": "shares",
410
+ "type": "uint256"
411
+ },
412
+ {
413
+ "indexed": false,
414
+ "internalType": "uint256",
415
+ "name": "tokenValue",
416
+ "type": "uint256"
417
+ }
418
+ ],
419
+ "name": "SharesBurned",
420
+ "type": "event"
421
+ },
422
+ {
423
+ "anonymous": false,
424
+ "inputs": [
425
+ {
426
+ "indexed": true,
427
+ "internalType": "address",
428
+ "name": "to",
429
+ "type": "address"
430
+ },
431
+ {
432
+ "indexed": false,
433
+ "internalType": "uint256",
434
+ "name": "shares",
435
+ "type": "uint256"
436
+ },
437
+ {
438
+ "indexed": false,
439
+ "internalType": "uint256",
440
+ "name": "tokenValue",
441
+ "type": "uint256"
442
+ }
443
+ ],
444
+ "name": "SharesMinted",
445
+ "type": "event"
446
+ },
447
+ {
448
+ "anonymous": false,
449
+ "inputs": [
450
+ {
451
+ "indexed": true,
452
+ "internalType": "address",
453
+ "name": "from",
454
+ "type": "address"
455
+ },
456
+ {
457
+ "indexed": true,
458
+ "internalType": "address",
459
+ "name": "to",
460
+ "type": "address"
461
+ },
462
+ {
463
+ "indexed": false,
464
+ "internalType": "uint256",
465
+ "name": "value",
466
+ "type": "uint256"
467
+ }
468
+ ],
469
+ "name": "Transfer",
470
+ "type": "event"
471
+ },
472
+ {
473
+ "anonymous": false,
474
+ "inputs": [
475
+ {
476
+ "indexed": false,
477
+ "internalType": "address",
478
+ "name": "account",
479
+ "type": "address"
480
+ }
481
+ ],
482
+ "name": "Unpaused",
483
+ "type": "event"
484
+ },
485
+ {
486
+ "anonymous": false,
487
+ "inputs": [
488
+ {
489
+ "indexed": true,
490
+ "internalType": "address",
491
+ "name": "implementation",
492
+ "type": "address"
493
+ }
494
+ ],
495
+ "name": "Upgraded",
496
+ "type": "event"
497
+ },
498
+ {
499
+ "anonymous": false,
500
+ "inputs": [
501
+ {
502
+ "indexed": true,
503
+ "internalType": "address",
504
+ "name": "from",
505
+ "type": "address"
506
+ },
507
+ {
508
+ "indexed": false,
509
+ "internalType": "uint256",
510
+ "name": "liqEthAmount",
511
+ "type": "uint256"
512
+ },
513
+ {
514
+ "indexed": false,
515
+ "internalType": "uint256",
516
+ "name": "shares",
517
+ "type": "uint256"
518
+ },
519
+ {
520
+ "indexed": false,
521
+ "internalType": "uint256",
522
+ "name": "oldIndex",
523
+ "type": "uint256"
524
+ },
525
+ {
526
+ "indexed": false,
527
+ "internalType": "uint256",
528
+ "name": "newIndex",
529
+ "type": "uint256"
530
+ }
531
+ ],
532
+ "name": "ValueShiftedFrom",
533
+ "type": "event"
534
+ },
535
+ {
536
+ "anonymous": false,
537
+ "inputs": [
538
+ {
539
+ "indexed": true,
540
+ "internalType": "address",
541
+ "name": "to",
542
+ "type": "address"
543
+ },
544
+ {
545
+ "indexed": false,
546
+ "internalType": "uint256",
547
+ "name": "liqEthAmount",
548
+ "type": "uint256"
549
+ },
550
+ {
551
+ "indexed": false,
552
+ "internalType": "uint256",
553
+ "name": "shares",
554
+ "type": "uint256"
555
+ },
556
+ {
557
+ "indexed": false,
558
+ "internalType": "uint256",
559
+ "name": "oldIndex",
560
+ "type": "uint256"
561
+ },
562
+ {
563
+ "indexed": false,
564
+ "internalType": "uint256",
565
+ "name": "newIndex",
566
+ "type": "uint256"
567
+ }
568
+ ],
569
+ "name": "ValueShiftedTo",
570
+ "type": "event"
571
+ },
572
+ {
573
+ "inputs": [],
574
+ "name": "DOMAIN_SEPARATOR",
575
+ "outputs": [
576
+ {
577
+ "internalType": "bytes32",
578
+ "name": "",
579
+ "type": "bytes32"
580
+ }
581
+ ],
582
+ "stateMutability": "view",
583
+ "type": "function"
584
+ },
585
+ {
586
+ "inputs": [],
587
+ "name": "MINTER_ROLE",
588
+ "outputs": [
589
+ {
590
+ "internalType": "bytes32",
591
+ "name": "",
592
+ "type": "bytes32"
593
+ }
594
+ ],
595
+ "stateMutability": "view",
596
+ "type": "function"
597
+ },
598
+ {
599
+ "inputs": [],
600
+ "name": "ORACLE_ROLE",
601
+ "outputs": [
602
+ {
603
+ "internalType": "bytes32",
604
+ "name": "",
605
+ "type": "bytes32"
606
+ }
607
+ ],
608
+ "stateMutability": "view",
609
+ "type": "function"
610
+ },
611
+ {
612
+ "inputs": [],
613
+ "name": "UNIT",
614
+ "outputs": [
615
+ {
616
+ "internalType": "uint256",
617
+ "name": "",
618
+ "type": "uint256"
619
+ }
620
+ ],
621
+ "stateMutability": "view",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "inputs": [],
626
+ "name": "UPGRADE_INTERFACE_VERSION",
627
+ "outputs": [
628
+ {
629
+ "internalType": "string",
630
+ "name": "",
631
+ "type": "string"
632
+ }
633
+ ],
634
+ "stateMutability": "view",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [],
639
+ "name": "_withdrawalQueue",
640
+ "outputs": [
641
+ {
642
+ "internalType": "contract IWithdrawalRecord",
643
+ "name": "",
644
+ "type": "address"
645
+ }
646
+ ],
647
+ "stateMutability": "view",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [
652
+ {
653
+ "internalType": "address",
654
+ "name": "owner",
655
+ "type": "address"
656
+ },
657
+ {
658
+ "internalType": "address",
659
+ "name": "spender",
660
+ "type": "address"
661
+ }
662
+ ],
663
+ "name": "allowance",
664
+ "outputs": [
665
+ {
666
+ "internalType": "uint256",
667
+ "name": "",
668
+ "type": "uint256"
669
+ }
670
+ ],
671
+ "stateMutability": "view",
672
+ "type": "function"
673
+ },
674
+ {
675
+ "inputs": [
676
+ {
677
+ "internalType": "address",
678
+ "name": "spender",
679
+ "type": "address"
680
+ },
681
+ {
682
+ "internalType": "uint256",
683
+ "name": "value",
684
+ "type": "uint256"
685
+ }
686
+ ],
687
+ "name": "approve",
688
+ "outputs": [
689
+ {
690
+ "internalType": "bool",
691
+ "name": "",
692
+ "type": "bool"
693
+ }
694
+ ],
695
+ "stateMutability": "nonpayable",
696
+ "type": "function"
697
+ },
698
+ {
699
+ "inputs": [],
700
+ "name": "authority",
701
+ "outputs": [
702
+ {
703
+ "internalType": "address",
704
+ "name": "",
705
+ "type": "address"
706
+ }
707
+ ],
708
+ "stateMutability": "view",
709
+ "type": "function"
710
+ },
711
+ {
712
+ "inputs": [
713
+ {
714
+ "internalType": "address",
715
+ "name": "account",
716
+ "type": "address"
717
+ }
718
+ ],
719
+ "name": "balanceOf",
720
+ "outputs": [
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "",
724
+ "type": "uint256"
725
+ }
726
+ ],
727
+ "stateMutability": "view",
728
+ "type": "function"
729
+ },
730
+ {
731
+ "inputs": [],
732
+ "name": "decimals",
733
+ "outputs": [
734
+ {
735
+ "internalType": "uint8",
736
+ "name": "",
737
+ "type": "uint8"
738
+ }
739
+ ],
740
+ "stateMutability": "view",
741
+ "type": "function"
742
+ },
743
+ {
744
+ "inputs": [
745
+ {
746
+ "internalType": "uint256",
747
+ "name": "tokenReward",
748
+ "type": "uint256"
749
+ }
750
+ ],
751
+ "name": "decreaseIndex",
752
+ "outputs": [],
753
+ "stateMutability": "nonpayable",
754
+ "type": "function"
755
+ },
756
+ {
757
+ "inputs": [
758
+ {
759
+ "internalType": "address",
760
+ "name": "from",
761
+ "type": "address"
762
+ },
763
+ {
764
+ "internalType": "uint256",
765
+ "name": "liqEthAmount",
766
+ "type": "uint256"
767
+ }
768
+ ],
769
+ "name": "distributeYield",
770
+ "outputs": [],
771
+ "stateMutability": "nonpayable",
772
+ "type": "function"
773
+ },
774
+ {
775
+ "inputs": [],
776
+ "name": "eip712Domain",
777
+ "outputs": [
778
+ {
779
+ "internalType": "bytes1",
780
+ "name": "fields",
781
+ "type": "bytes1"
782
+ },
783
+ {
784
+ "internalType": "string",
785
+ "name": "name",
786
+ "type": "string"
787
+ },
788
+ {
789
+ "internalType": "string",
790
+ "name": "version",
791
+ "type": "string"
792
+ },
793
+ {
794
+ "internalType": "uint256",
795
+ "name": "chainId",
796
+ "type": "uint256"
797
+ },
798
+ {
799
+ "internalType": "address",
800
+ "name": "verifyingContract",
801
+ "type": "address"
802
+ },
803
+ {
804
+ "internalType": "bytes32",
805
+ "name": "salt",
806
+ "type": "bytes32"
807
+ },
808
+ {
809
+ "internalType": "uint256[]",
810
+ "name": "extensions",
811
+ "type": "uint256[]"
812
+ }
813
+ ],
814
+ "stateMutability": "view",
815
+ "type": "function"
816
+ },
817
+ {
818
+ "inputs": [
819
+ {
820
+ "internalType": "uint256",
821
+ "name": "tokenReward",
822
+ "type": "uint256"
823
+ }
824
+ ],
825
+ "name": "increaseIndex",
826
+ "outputs": [],
827
+ "stateMutability": "nonpayable",
828
+ "type": "function"
829
+ },
830
+ {
831
+ "inputs": [],
832
+ "name": "index",
833
+ "outputs": [
834
+ {
835
+ "internalType": "uint256",
836
+ "name": "",
837
+ "type": "uint256"
838
+ }
839
+ ],
840
+ "stateMutability": "view",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "inputs": [
845
+ {
846
+ "internalType": "address",
847
+ "name": "manager",
848
+ "type": "address"
849
+ },
850
+ {
851
+ "internalType": "contract IWithdrawalRecord",
852
+ "name": "withdrawalQueue",
853
+ "type": "address"
854
+ }
855
+ ],
856
+ "name": "initialize",
857
+ "outputs": [],
858
+ "stateMutability": "nonpayable",
859
+ "type": "function"
860
+ },
861
+ {
862
+ "inputs": [],
863
+ "name": "initializeV2",
864
+ "outputs": [],
865
+ "stateMutability": "nonpayable",
866
+ "type": "function"
867
+ },
868
+ {
869
+ "inputs": [],
870
+ "name": "isConsumingScheduledOp",
871
+ "outputs": [
872
+ {
873
+ "internalType": "bytes4",
874
+ "name": "",
875
+ "type": "bytes4"
876
+ }
877
+ ],
878
+ "stateMutability": "view",
879
+ "type": "function"
880
+ },
881
+ {
882
+ "inputs": [],
883
+ "name": "lastDistributeYieldAt",
884
+ "outputs": [
885
+ {
886
+ "internalType": "uint64",
887
+ "name": "",
888
+ "type": "uint64"
889
+ }
890
+ ],
891
+ "stateMutability": "view",
892
+ "type": "function"
893
+ },
894
+ {
895
+ "inputs": [],
896
+ "name": "maxShiftPercent",
897
+ "outputs": [
898
+ {
899
+ "internalType": "uint8",
900
+ "name": "",
901
+ "type": "uint8"
902
+ }
903
+ ],
904
+ "stateMutability": "view",
905
+ "type": "function"
906
+ },
907
+ {
908
+ "inputs": [
909
+ {
910
+ "internalType": "address",
911
+ "name": "to",
912
+ "type": "address"
913
+ },
914
+ {
915
+ "internalType": "uint256",
916
+ "name": "tokenValue",
917
+ "type": "uint256"
918
+ }
919
+ ],
920
+ "name": "mint",
921
+ "outputs": [
922
+ {
923
+ "internalType": "uint256",
924
+ "name": "shares",
925
+ "type": "uint256"
926
+ }
927
+ ],
928
+ "stateMutability": "nonpayable",
929
+ "type": "function"
930
+ },
931
+ {
932
+ "inputs": [],
933
+ "name": "name",
934
+ "outputs": [
935
+ {
936
+ "internalType": "string",
937
+ "name": "",
938
+ "type": "string"
939
+ }
940
+ ],
941
+ "stateMutability": "view",
942
+ "type": "function"
943
+ },
944
+ {
945
+ "inputs": [
946
+ {
947
+ "internalType": "address",
948
+ "name": "owner",
949
+ "type": "address"
950
+ }
951
+ ],
952
+ "name": "nonces",
953
+ "outputs": [
954
+ {
955
+ "internalType": "uint256",
956
+ "name": "",
957
+ "type": "uint256"
958
+ }
959
+ ],
960
+ "stateMutability": "view",
961
+ "type": "function"
962
+ },
963
+ {
964
+ "inputs": [],
965
+ "name": "pause",
966
+ "outputs": [],
967
+ "stateMutability": "nonpayable",
968
+ "type": "function"
969
+ },
970
+ {
971
+ "inputs": [],
972
+ "name": "paused",
973
+ "outputs": [
974
+ {
975
+ "internalType": "bool",
976
+ "name": "",
977
+ "type": "bool"
978
+ }
979
+ ],
980
+ "stateMutability": "view",
981
+ "type": "function"
982
+ },
983
+ {
984
+ "inputs": [
985
+ {
986
+ "internalType": "address",
987
+ "name": "owner",
988
+ "type": "address"
989
+ },
990
+ {
991
+ "internalType": "address",
992
+ "name": "spender",
993
+ "type": "address"
994
+ },
995
+ {
996
+ "internalType": "uint256",
997
+ "name": "value",
998
+ "type": "uint256"
999
+ },
1000
+ {
1001
+ "internalType": "uint256",
1002
+ "name": "deadline",
1003
+ "type": "uint256"
1004
+ },
1005
+ {
1006
+ "internalType": "uint8",
1007
+ "name": "v",
1008
+ "type": "uint8"
1009
+ },
1010
+ {
1011
+ "internalType": "bytes32",
1012
+ "name": "r",
1013
+ "type": "bytes32"
1014
+ },
1015
+ {
1016
+ "internalType": "bytes32",
1017
+ "name": "s",
1018
+ "type": "bytes32"
1019
+ }
1020
+ ],
1021
+ "name": "permit",
1022
+ "outputs": [],
1023
+ "stateMutability": "nonpayable",
1024
+ "type": "function"
1025
+ },
1026
+ {
1027
+ "inputs": [
1028
+ {
1029
+ "internalType": "uint256",
1030
+ "name": "tokenValue",
1031
+ "type": "uint256"
1032
+ }
1033
+ ],
1034
+ "name": "previewShares",
1035
+ "outputs": [
1036
+ {
1037
+ "internalType": "uint256",
1038
+ "name": "",
1039
+ "type": "uint256"
1040
+ }
1041
+ ],
1042
+ "stateMutability": "view",
1043
+ "type": "function"
1044
+ },
1045
+ {
1046
+ "inputs": [],
1047
+ "name": "proxiableUUID",
1048
+ "outputs": [
1049
+ {
1050
+ "internalType": "bytes32",
1051
+ "name": "",
1052
+ "type": "bytes32"
1053
+ }
1054
+ ],
1055
+ "stateMutability": "view",
1056
+ "type": "function"
1057
+ },
1058
+ {
1059
+ "inputs": [
1060
+ {
1061
+ "internalType": "address",
1062
+ "name": "from",
1063
+ "type": "address"
1064
+ },
1065
+ {
1066
+ "internalType": "uint256",
1067
+ "name": "tokenValue",
1068
+ "type": "uint256"
1069
+ }
1070
+ ],
1071
+ "name": "safeBurn",
1072
+ "outputs": [
1073
+ {
1074
+ "internalType": "uint256",
1075
+ "name": "shares",
1076
+ "type": "uint256"
1077
+ }
1078
+ ],
1079
+ "stateMutability": "nonpayable",
1080
+ "type": "function"
1081
+ },
1082
+ {
1083
+ "inputs": [
1084
+ {
1085
+ "internalType": "address",
1086
+ "name": "newAuthority",
1087
+ "type": "address"
1088
+ }
1089
+ ],
1090
+ "name": "setAuthority",
1091
+ "outputs": [],
1092
+ "stateMutability": "nonpayable",
1093
+ "type": "function"
1094
+ },
1095
+ {
1096
+ "inputs": [
1097
+ {
1098
+ "internalType": "uint256",
1099
+ "name": "share",
1100
+ "type": "uint256"
1101
+ }
1102
+ ],
1103
+ "name": "shareToToken",
1104
+ "outputs": [
1105
+ {
1106
+ "internalType": "uint256",
1107
+ "name": "",
1108
+ "type": "uint256"
1109
+ }
1110
+ ],
1111
+ "stateMutability": "view",
1112
+ "type": "function"
1113
+ },
1114
+ {
1115
+ "inputs": [
1116
+ {
1117
+ "internalType": "address",
1118
+ "name": "account",
1119
+ "type": "address"
1120
+ }
1121
+ ],
1122
+ "name": "sharesOf",
1123
+ "outputs": [
1124
+ {
1125
+ "internalType": "uint256",
1126
+ "name": "",
1127
+ "type": "uint256"
1128
+ }
1129
+ ],
1130
+ "stateMutability": "view",
1131
+ "type": "function"
1132
+ },
1133
+ {
1134
+ "inputs": [
1135
+ {
1136
+ "internalType": "address",
1137
+ "name": "from",
1138
+ "type": "address"
1139
+ },
1140
+ {
1141
+ "internalType": "uint256",
1142
+ "name": "liqEthAmount",
1143
+ "type": "uint256"
1144
+ }
1145
+ ],
1146
+ "name": "shiftValueFrom",
1147
+ "outputs": [],
1148
+ "stateMutability": "nonpayable",
1149
+ "type": "function"
1150
+ },
1151
+ {
1152
+ "inputs": [
1153
+ {
1154
+ "internalType": "address",
1155
+ "name": "to",
1156
+ "type": "address"
1157
+ },
1158
+ {
1159
+ "internalType": "uint256",
1160
+ "name": "liqEthAmount",
1161
+ "type": "uint256"
1162
+ }
1163
+ ],
1164
+ "name": "shiftValueTo",
1165
+ "outputs": [],
1166
+ "stateMutability": "nonpayable",
1167
+ "type": "function"
1168
+ },
1169
+ {
1170
+ "inputs": [],
1171
+ "name": "symbol",
1172
+ "outputs": [
1173
+ {
1174
+ "internalType": "string",
1175
+ "name": "",
1176
+ "type": "string"
1177
+ }
1178
+ ],
1179
+ "stateMutability": "view",
1180
+ "type": "function"
1181
+ },
1182
+ {
1183
+ "inputs": [
1184
+ {
1185
+ "internalType": "uint256",
1186
+ "name": "tokenValue",
1187
+ "type": "uint256"
1188
+ }
1189
+ ],
1190
+ "name": "tokenToShare",
1191
+ "outputs": [
1192
+ {
1193
+ "internalType": "uint256",
1194
+ "name": "",
1195
+ "type": "uint256"
1196
+ }
1197
+ ],
1198
+ "stateMutability": "view",
1199
+ "type": "function"
1200
+ },
1201
+ {
1202
+ "inputs": [],
1203
+ "name": "totalShares",
1204
+ "outputs": [
1205
+ {
1206
+ "internalType": "uint256",
1207
+ "name": "",
1208
+ "type": "uint256"
1209
+ }
1210
+ ],
1211
+ "stateMutability": "view",
1212
+ "type": "function"
1213
+ },
1214
+ {
1215
+ "inputs": [],
1216
+ "name": "totalSupply",
1217
+ "outputs": [
1218
+ {
1219
+ "internalType": "uint256",
1220
+ "name": "",
1221
+ "type": "uint256"
1222
+ }
1223
+ ],
1224
+ "stateMutability": "view",
1225
+ "type": "function"
1226
+ },
1227
+ {
1228
+ "inputs": [
1229
+ {
1230
+ "internalType": "address",
1231
+ "name": "to",
1232
+ "type": "address"
1233
+ },
1234
+ {
1235
+ "internalType": "uint256",
1236
+ "name": "value",
1237
+ "type": "uint256"
1238
+ }
1239
+ ],
1240
+ "name": "transfer",
1241
+ "outputs": [
1242
+ {
1243
+ "internalType": "bool",
1244
+ "name": "",
1245
+ "type": "bool"
1246
+ }
1247
+ ],
1248
+ "stateMutability": "nonpayable",
1249
+ "type": "function"
1250
+ },
1251
+ {
1252
+ "inputs": [
1253
+ {
1254
+ "internalType": "address",
1255
+ "name": "from",
1256
+ "type": "address"
1257
+ },
1258
+ {
1259
+ "internalType": "address",
1260
+ "name": "to",
1261
+ "type": "address"
1262
+ },
1263
+ {
1264
+ "internalType": "uint256",
1265
+ "name": "value",
1266
+ "type": "uint256"
1267
+ }
1268
+ ],
1269
+ "name": "transferFrom",
1270
+ "outputs": [
1271
+ {
1272
+ "internalType": "bool",
1273
+ "name": "",
1274
+ "type": "bool"
1275
+ }
1276
+ ],
1277
+ "stateMutability": "nonpayable",
1278
+ "type": "function"
1279
+ },
1280
+ {
1281
+ "inputs": [],
1282
+ "name": "unit",
1283
+ "outputs": [
1284
+ {
1285
+ "internalType": "uint256",
1286
+ "name": "",
1287
+ "type": "uint256"
1288
+ }
1289
+ ],
1290
+ "stateMutability": "view",
1291
+ "type": "function"
1292
+ },
1293
+ {
1294
+ "inputs": [],
1295
+ "name": "unpause",
1296
+ "outputs": [],
1297
+ "stateMutability": "nonpayable",
1298
+ "type": "function"
1299
+ },
1300
+ {
1301
+ "inputs": [
1302
+ {
1303
+ "internalType": "address",
1304
+ "name": "newImplementation",
1305
+ "type": "address"
1306
+ },
1307
+ {
1308
+ "internalType": "bytes",
1309
+ "name": "data",
1310
+ "type": "bytes"
1311
+ }
1312
+ ],
1313
+ "name": "upgradeToAndCall",
1314
+ "outputs": [],
1315
+ "stateMutability": "payable",
1316
+ "type": "function"
1317
+ }
1318
+ ],
1319
+ "bytecode": "0x60a0806040523460295730608052613376908161002f823960805181818161116f0152612cf80152f35b600080fdfe608080604052600436101561001357600080fd5b60003560e01c90816302cea26b146120ac5750806306fdde031461200257806307e2cea514611fc7578063095ea7b314611fa157806318160ddd14611f765780631b870ba714611eed5780631bfac16f14611ecf57806323b872dd14611e975780632986c0e514611e7c578063313ce56714611e4e5780633644e51514611e335780633a98ef3914611e085780633f4ba83a14611d8f57806340c10f1914611c83578063485cc955146113da5780634f1ef286146111d957806352d1902d1461115c5780635c975abb1461112c5780635cd8a76b1461101757806370a0823114610fd05780637a9e5e4b14610f555780637ecebe0014610efc5780637f20db0014610ed25780638456cb5914610e6957806384b0196e14610d0d5780638797dfeb14610b0157806388d7f8c914610adb5780638fb3603714610a88578063907af6c014610a5d57806395d89b411461095857806398b2f1601461093c5780639d8e2177146109155780639f15d700146106d9578063a9059cbb146106a8578063ad3cb1cc1461065e578063bd4ba9c014610607578063bf7e214f146105d1578063c664a83d146105a0578063cdcc560014610577578063d505accf146103ea578063d5391393146103af578063dd62ed3e14610366578063e39fa5d21461024f5763f5eb42dc1461020357600080fd5b3461024a57602036600319011261024a576001600160a01b0361022461214b565b166000526000805160206132018339815191526020526020604060002054604051908152f35b600080fd5b3461024a57602036600319011261024a5760043561026d36336124de565b6000805160206132c18339815191529081549061028f600a8304821115612399565b80156103215760008051602061326183398151915254156102f0577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b926102d882604094612639565b90556102e2612829565b9082519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b3461024a57604036600319011261024a5761037f61214b565b61039061038a612161565b916123d6565b9060018060a01b03166000526020526020604060002054604051908152f35b3461024a57600036600319011261024a5760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b3461024a5760e036600319011261024a5761040361214b565b61040b612161565b60443590606435926084359360ff8516850361024a5780421161055f5760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b03841117610549576105169361050d936040525190206104e6612c4a565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612d85565b90929192612e35565b1684810361052b57506105299350612bba565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b3461024a57600036600319011261024a576000546040516001600160a01b039091168152602090f35b3461024a57600036600319011261024a57602060ff6000805160206131818339815191525460081c16604051908152f35b3461024a57600036600319011261024a576000805160206131a1833981519152546040516001600160a01b039091168152602090f35b3461024a57604036600319011261024a5761063661062361214b565b61062d36336124de565b60243590612922565b6000805467ffffffffffffffff60a01b19164260a01b67ffffffffffffffff60a01b16179055005b3461024a57600036600319011261024a576106a460405161067e8161218a565b60058152640352e302e360dc1b602082015260405191829160208352602083019061210b565b0390f35b3461024a57604036600319011261024a576106ce6106c461214b565b6024359033612774565b602060405160018152f35b3461024a57604036600319011261024a576106f261214b565b6024359081156108c2576001600160a01b038181169081156108a957338203610899575b61071e612d5a565b610726612d5a565b61072f8461240f565b928260005260008051602061320183398151915290816020526040600020548581106108535750508260005260205260406000208381540390556000805160206132618339815191528381540390556000805160206132c18339815191528481540390556000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b1561024a5760446000928360405196879485936326995e5f60e21b8552600485015260248401525af191821561084757602092610838575b50604051908152f35b61084190612177565b8261082f565b6040513d6000823e3d90fd5b906108956108618893612669565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b6108a484338561269f565b610716565b604051634b637e8f60e11b815260006004820152602490fd5b60405162461bcd60e51b815260206004820152602560248201527f546f6b656e2076616c7565206d7573742062652067726561746572207468616e604482015264207a65726f60d81b6064820152608490fd5b3461024a57600036600319011261024a5760206040516b033b2e3c9fd0803ce80000008152f35b3461024a57604036600319011261024a5761052961062d61214b565b3461024a57600036600319011261024a576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711805482600061099b836121fc565b9283835260209460019186600182169182600014610a3b5750506001146109df575b50506109cb925003836121c0565b6106a460405192828493845283019061210b565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610a235750506109cb935082010185806109bd565b80548389018501528794508693909201918101610a0b565b92509350506109cb94915060ff191682840152151560051b82010185806109bd565b3461024a57600036600319011261024a5760206000805160206132e183398151915254604051908152f35b3461024a57600036600319011261024a576000805160206131a18339815191525460a01c60ff1615610ad2576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610abf565b3461024a57602036600319011261024a576020610af960043561240f565b604051908152f35b3461024a57604036600319011261024a57610b1a61214b565b60243590610b2836336124de565b610b338215156128d6565b6001600160a01b038116908115610cf4578160005260008051602061320183398151915292836020526040600020549360008051602061326183398151915280549580871115610caf57610b89610b9e91612669565b6000805160206132c183398151915254612639565b95610ba7612829565b9484610bd960ff6000805160206131818339815191525460081c166064610bce828d612ec0565b918c0915159061265c565b10610c7e5750610c19610c3a91610c12867f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d1603999a612639565b9086612bae565b87600052836020526040600020610c3182825461265c565b9055825461265c565b905584600052602052610c7960406000205492610c55612829565b90604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810188905260448101859052606490fd5b60405162461bcd60e51b815260206004820152601d60248201527f4e6f206f746865722073686172657320746f2073686966742066726f6d0000006044820152606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b3461024a57600036600319011261024a577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610e40575b15610e0357610d54612236565b610d5c6122fc565b6040516020808201928284106001600160401b0385111761054957916020610db68594610da8979660405260008452604051978897600f60f81b895260e0858a015260e089019061210b565b90878203604089015261210b565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610dec57505050500390f35b835185528695509381019392810192600101610ddd565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610d47565b3461024a57600036600319011261024a57610e8436336124de565b610e8c612d5a565b600080516020613281833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461024a57600036600319011261024a5760206001600160401b0360005460a01c16604051908152f35b3461024a57602036600319011261024a576001600160a01b03610f1d61214b565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461024a57602036600319011261024a57610f6e61214b565b6000805160206131a1833981519152546001600160a01b03919082163303610fb957803b15610fa0576105299061287d565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461024a57602036600319011261024a576001600160a01b03610ff161214b565b166000526000805160206132018339815191526020526020610af9604060002054612669565b3461024a57600036600319011261024a57600080516020613301833981519152805460ff8160401c168015611118575b6111065760029068ffffffffffffffffff19166801000000000000000281178355611070612cbf565b6000805160206132c18339815191526110d481546110cf600080516020613261833981519152547f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc715546000805160206132e18339815191525491612fd0565b612639565b90551790557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160028152a1005b60405163f92ee8a960e01b8152600490fd5b5060026001600160401b0382161015611047565b3461024a57600036600319011261024a57602060ff60008051602061328183398151915254166040519015158152f35b3461024a57600036600319011261024a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111c75760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261024a576111ed61214b565b60249081356001600160401b03811161024a573660238201121561024a578060040135611219816121e1565b9261122760405194856121c0565b818452602091828501933687838301011161024a578160009288869301873786010152611252612cee565b61125c36336124de565b611264612cee565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113ab575b506112ab57604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113965750843b15611380575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2815115611365575060006105299481925190845af4903d1561135c573d61133f816121e1565b9061134d60405192836121c0565b8152600081943d92013e61311d565b6060925061311d565b93505050503461137157005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113d3575b6113c381836121c0565b8101031261024a5751908861128e565b503d6113b9565b3461024a57604036600319011261024a576113f361214b565b6024356001600160a01b038116810361024a5760008051602061330183398151915254916001600160401b03831680159081611c73575b6001149081611c69575b159081611c60575b50611106576114959060016001600160401b03198516176000805160206133018339815191525560ff8460401c1615611c33575b611478612cbf565b611480612cbf565b611488612cbf565b611490612cbf565b61287d565b61149d612cbf565b604051916114aa8361218a565b6006835265098d2e28aa8960d31b6020840152604051916114ca8361218a565b60068352650d8d2e28aa8960d31b60208401526114e5612cbf565b6114ed612cbf565b6114f5612cbf565b6040516115018161218a565b60018152603160f81b6020820152611517612cbf565b61151f612cbf565b84516001600160401b038111610549576115476000805160206131e1833981519152546121fc565b601f8111611bbd575b50806020601f8211600114611b3057600091611b25575b508160011b916000199060031b1c1916176000805160206131e1833981519152555b8051906001600160401b0382116105495781906115b4600080516020613221833981519152546121fc565b601f8111611aa4575b50602090601f8311600114611a1257600092611a07575b50508160011b916000199060031b1c191617600080516020613221833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10155611647612cbf565b61164f612cbf565b83516001600160401b038111610549576116776000805160206131c1833981519152546121fc565b601f811161198d575b50602094601f8211600114611901579481929394956000926118f6575b50508160011b916000199060031b1c1916176000805160206131c1833981519152555b82516001600160401b038111610549577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711906116fc82546121fc565b601f8111611892575b506020601f821160011461180d57819060ff96600092611802575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000006000805160206132e183398151915255600080516020613181833981519152805461ffff1916610a12179055611776612cbf565b61177e612cbf565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117a957005b68ff0000000000000000196000805160206133018339815191525416600080516020613301833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611720565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b81811061187a57509160ff9791846001959410611861575b505050811b019055611735565b015160001960f88460031b161c19169055868080611854565b8383015189556001909801976020938401930161183c565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c810191602084106118ec575b601f0160051c01905b8181106118e05750611705565b600081556001016118d3565b90915081906118ca565b01519050858061169d565b601f198216956000805160206131c18339815191526000526000805160206132a18339815191529160005b8881106119755750836001959697981061195c575b505050811b016000805160206131c1833981519152556116c0565b015160001960f88460031b161c19169055858080611941565b9192602060018192868501518155019401920161192c565b6000805160206131c1833981519152600052601f820160051c6000805160206132a18339815191520190602083106119f1575b601f0160051c6000805160206132a183398151915201905b8181106119e55750611680565b600081556001016119d8565b6000805160206132a183398151915291506119c0565b0151905086806115d4565b9250600080516020613221833981519152600052600080516020613321833981519152906000935b601f1984168510611a89576001945083601f19811610611a70575b505050811b01600080516020613221833981519152556115f7565b015160001960f88460031b161c19169055868080611a55565b81810151835560209485019460019093019290910190611a3a565b909150600080516020613221833981519152600052601f830160051c6000805160206133218339815191520160208410611b10575b908392915b601f820160051c600080516020613321833981519152018110611b0157506115bd565b60008155849350600101611ade565b50600080516020613321833981519152611ad9565b905086015187611567565b91506000805160206131e18339815191526000526000805160206132418339815191526000925b601f1983168410611ba5576001935082601f19811610611b8c575b5050811b016000805160206131e183398151915255611589565b88015160001960f88460031b161c191690558780611b72565b88810151825560209384019360019092019101611b57565b6000805160206131e1833981519152600052601f820160051c6000805160206132418339815191520160208310611c1e575b601f820160051c600080516020613241833981519152018110611c125750611550565b60008155600101611bef565b50600080516020613241833981519152611bef565b68ffffffffffffffffff198416680100000000000000011760008051602061330183398151915255611470565b9050158461143c565b303b159150611434565b604085901c60ff1615915061142a565b3461024a57604036600319011261024a57611c9c61214b565b60243590611caa36336124de565b6001600160a01b0316908115610cf457602091611cc5612d5a565b611ccd612d5a565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611cf98461240f565b93600080516020613261833981519152611d1486825461265c565b90556000805160206132c1833981519152611d3082825461265c565b9055836000526000805160206132018339815191528652816000208581540190558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461024a57600036600319011261024a57611daa36336124de565b600080516020613281833981519152805460ff811615611df65760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461024a57600036600319011261024a57602060008051602061326183398151915254604051908152f35b3461024a57600036600319011261024a576020610af9612c4a565b3461024a57600036600319011261024a57602060ff6000805160206131818339815191525416604051908152f35b3461024a57600036600319011261024a576020610af9612829565b3461024a57606036600319011261024a576106ce611eb361214b565b611ebb612161565b60443591611eca83338361269f565b612774565b3461024a57602036600319011261024a576020610af9600435612669565b3461024a57602036600319011261024a57600435611f0b36336124de565b6000805160206132c183398151915290815490611f2d600a8304821115612399565b80156103215760008051602061326183398151915254156102f0577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a926102d88260409461265c565b3461024a57600036600319011261024a5760206000805160206132c183398151915254604051908152f35b3461024a57604036600319011261024a576106ce611fbd61214b565b6024359033612bba565b3461024a57600036600319011261024a5760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461024a57600036600319011261024a576040516000805160206131c18339815191528054826000612033836121fc565b9283835260209460019186600182169182600014610a3b5750506001146120625750506109cb925003836121c0565b8592506000526000805160206132a1833981519152906000915b8583106120945750506109cb935082010185806109bd565b8054838901850152879450869390920191810161207c565b3461024a57602036600319011261024a576004359081156120d2576020610af98361240f565b62461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b919082519283825260005b848110612137575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612116565b600435906001600160a01b038216820361024a57565b602435906001600160a01b038216820361024a57565b6001600160401b03811161054957604052565b604081019081106001600160401b0382111761054957604052565b60a081019081106001600160401b0382111761054957604052565b90601f801991011681019081106001600160401b0382111761054957604052565b6001600160401b03811161054957601f01601f191660200190565b90600182811c9216801561222c575b602083101461221657565b634e487b7160e01b600052602260045260246000fd5b91607f169161220b565b604051906000826000805160206131e183398151915291825492612259846121fc565b808452936020916001918281169081156122d65750600114612287575b505050612285925003836121c0565b565b60009081526000805160206132418339815191529590935091905b8284106122be5750612285945050508101602001388080612276565b855488850183015294850194879450928101926122a2565b925050506020925061228594915060ff191682840152151560051b820101388080612276565b604051906000826000805160206132218339815191529182549261231f846121fc565b808452936020916001918281169081156122d6575060011461234a57505050612285925003836121c0565b60009081526000805160206133218339815191529590935091905b8284106123815750612285945050508101602001388080612276565b85548885018301529485019487945092810192612365565b156123a057565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b6000805160206132618339815191525480158015612478575b612474576000805160206132c183398151915254612447818385612fd0565b91811561245e5761245b930915159061265c565b90565b634e487b7160e01b600052601260045260246000fd5b5090565b506000805160206132c18339815191525415612428565b60008051602061326183398151915254801580156124c7575b612474579061245b916000805160206132c18339815191525491612fd0565b506000805160206132c183398151915254156124a8565b6000805160206131a18339815191528054909290916001600160a01b03808416926004811061024a5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612551816121a5565b828052826020525190895afa612628575b15612571575b50505050505050565b63ffffffff16156126125760ff60a01b19948516600160a01b178655833b1561024a57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561260857506125f9575b50815416905538808080808080612568565b61260290612177565b386125e7565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612562565b9190820391821161264657565b634e487b7160e01b600052601160045260246000fd5b9190820180921161264657565b600080516020613261833981519152548015612698576000805160206132c18339815191525461245b92612fd0565b5050600090565b91906126aa836123d6565b9260018060a01b03908183169160009583875260205260408620549360001985106126d85750505050505050565b858510612743575081161561272a57811561271157906126fb60409493926123d6565b9085526020520391205538808080808080612568565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b038084169283156108a95716928315610cf457612797612d5a565b61279f612d5a565b6127a88261248f565b906000908482526000805160206132018339815191529081602052604083205484811061281b57505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b906108956108618793612669565b6000805160206132618339815191525480156128695761245b906000805160206132c1833981519152546000805160206132e18339815191525490612fd0565b506000805160206132e18339815191525490565b6000805160206131a183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b156128dd57565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b6001600160a01b038116918215801561294e57604051634b637e8f60e11b815260006004820152602490fd5b338403612b9e575b6129618215156128d6565b6108a9576000838152600080516020613201833981519152908160205260409182822054946000805160206132618339815191529081549680881115612b5a576129aa81612669565b878110612b2b576000805160206132c183398151915254926129cc8285612639565b996129e96129e28b6129dc612829565b9d61265c565b828c612bae565b94848611612a7e575b50505050509284927f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f578097969592612a44612a79968b855283602052858520612a3b828254612639565b90558254612639565b9055888252602052205493612a57612829565b9151948594859094939260609260808301968352602083015260408201520152565b0390a2565b909192939485612a8d91612639565b91612a988183612f39565b918115612b1757906001612ab093920915159061265c565b10612ae6575083905082612a44612a797f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f57806129f2565b865163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101879052606490fd5b634e487b7160e01b8a52601260045260248afd5b865163391434e360e21b81526001600160a01b0384166004820152602481019190915260448101889052606490fd5b855162461bcd60e51b815260206004820152601b60248201527f4e6f206f746865722073686172657320746f20736869667420746f00000000006044820152606490fd5b612ba982338561269f565b612956565b91612447818385612fd0565b916001600160a01b03808416928315612c315716928315612c18577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591612c026020926123d6565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b612c5261306e565b612c5a6130d8565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176105495760405251902090565b60ff6000805160206133018339815191525460401c1615612cdc57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612d2c575b50506111c757565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612d24565b60ff6000805160206132818339815191525416612d7357565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612e0957926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612dfd5780516001600160a01b03811615612df457918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612e1f57565b634e487b7160e01b600052602160045260246000fd5b612e3e81612e15565b80612e47575050565b612e5081612e15565b60018103612e6a5760405163f645eedf60e01b8152600490fd5b612e7381612e15565b60028103612e945760405163fce698f760e01b815260048101839052602490fd5b80612ea0600392612e15565b14612ea85750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612f2f578160641115612f1c577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612fc45782811115612fac57806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b8092501561245e570490565b909160001983830992808302928380861095039480860395146130605784831115613047579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b50508092501561245e570490565b613076612236565b8051908115613086576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005480156130b35790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b6130e06122fc565b80519081156130f0576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015480156130b35790565b90613144575080511561313257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613177575b613155575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561314d56fe0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc713f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220cdff76678924308dac1fb50972a41fddfd615e1f7b0ae384b700a27910175dc264736f6c63430008190033",
1320
+ "deployedBytecode": "0x608080604052600436101561001357600080fd5b60003560e01c90816302cea26b146120ac5750806306fdde031461200257806307e2cea514611fc7578063095ea7b314611fa157806318160ddd14611f765780631b870ba714611eed5780631bfac16f14611ecf57806323b872dd14611e975780632986c0e514611e7c578063313ce56714611e4e5780633644e51514611e335780633a98ef3914611e085780633f4ba83a14611d8f57806340c10f1914611c83578063485cc955146113da5780634f1ef286146111d957806352d1902d1461115c5780635c975abb1461112c5780635cd8a76b1461101757806370a0823114610fd05780637a9e5e4b14610f555780637ecebe0014610efc5780637f20db0014610ed25780638456cb5914610e6957806384b0196e14610d0d5780638797dfeb14610b0157806388d7f8c914610adb5780638fb3603714610a88578063907af6c014610a5d57806395d89b411461095857806398b2f1601461093c5780639d8e2177146109155780639f15d700146106d9578063a9059cbb146106a8578063ad3cb1cc1461065e578063bd4ba9c014610607578063bf7e214f146105d1578063c664a83d146105a0578063cdcc560014610577578063d505accf146103ea578063d5391393146103af578063dd62ed3e14610366578063e39fa5d21461024f5763f5eb42dc1461020357600080fd5b3461024a57602036600319011261024a576001600160a01b0361022461214b565b166000526000805160206132018339815191526020526020604060002054604051908152f35b600080fd5b3461024a57602036600319011261024a5760043561026d36336124de565b6000805160206132c18339815191529081549061028f600a8304821115612399565b80156103215760008051602061326183398151915254156102f0577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b926102d882604094612639565b90556102e2612829565b9082519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b3461024a57604036600319011261024a5761037f61214b565b61039061038a612161565b916123d6565b9060018060a01b03166000526020526020604060002054604051908152f35b3461024a57600036600319011261024a5760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b3461024a5760e036600319011261024a5761040361214b565b61040b612161565b60443590606435926084359360ff8516850361024a5780421161055f5760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b03841117610549576105169361050d936040525190206104e6612c4a565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612d85565b90929192612e35565b1684810361052b57506105299350612bba565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b3461024a57600036600319011261024a576000546040516001600160a01b039091168152602090f35b3461024a57600036600319011261024a57602060ff6000805160206131818339815191525460081c16604051908152f35b3461024a57600036600319011261024a576000805160206131a1833981519152546040516001600160a01b039091168152602090f35b3461024a57604036600319011261024a5761063661062361214b565b61062d36336124de565b60243590612922565b6000805467ffffffffffffffff60a01b19164260a01b67ffffffffffffffff60a01b16179055005b3461024a57600036600319011261024a576106a460405161067e8161218a565b60058152640352e302e360dc1b602082015260405191829160208352602083019061210b565b0390f35b3461024a57604036600319011261024a576106ce6106c461214b565b6024359033612774565b602060405160018152f35b3461024a57604036600319011261024a576106f261214b565b6024359081156108c2576001600160a01b038181169081156108a957338203610899575b61071e612d5a565b610726612d5a565b61072f8461240f565b928260005260008051602061320183398151915290816020526040600020548581106108535750508260005260205260406000208381540390556000805160206132618339815191528381540390556000805160206132c18339815191528481540390556000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b1561024a5760446000928360405196879485936326995e5f60e21b8552600485015260248401525af191821561084757602092610838575b50604051908152f35b61084190612177565b8261082f565b6040513d6000823e3d90fd5b906108956108618893612669565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b6108a484338561269f565b610716565b604051634b637e8f60e11b815260006004820152602490fd5b60405162461bcd60e51b815260206004820152602560248201527f546f6b656e2076616c7565206d7573742062652067726561746572207468616e604482015264207a65726f60d81b6064820152608490fd5b3461024a57600036600319011261024a5760206040516b033b2e3c9fd0803ce80000008152f35b3461024a57604036600319011261024a5761052961062d61214b565b3461024a57600036600319011261024a576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711805482600061099b836121fc565b9283835260209460019186600182169182600014610a3b5750506001146109df575b50506109cb925003836121c0565b6106a460405192828493845283019061210b565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610a235750506109cb935082010185806109bd565b80548389018501528794508693909201918101610a0b565b92509350506109cb94915060ff191682840152151560051b82010185806109bd565b3461024a57600036600319011261024a5760206000805160206132e183398151915254604051908152f35b3461024a57600036600319011261024a576000805160206131a18339815191525460a01c60ff1615610ad2576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610abf565b3461024a57602036600319011261024a576020610af960043561240f565b604051908152f35b3461024a57604036600319011261024a57610b1a61214b565b60243590610b2836336124de565b610b338215156128d6565b6001600160a01b038116908115610cf4578160005260008051602061320183398151915292836020526040600020549360008051602061326183398151915280549580871115610caf57610b89610b9e91612669565b6000805160206132c183398151915254612639565b95610ba7612829565b9484610bd960ff6000805160206131818339815191525460081c166064610bce828d612ec0565b918c0915159061265c565b10610c7e5750610c19610c3a91610c12867f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d1603999a612639565b9086612bae565b87600052836020526040600020610c3182825461265c565b9055825461265c565b905584600052602052610c7960406000205492610c55612829565b90604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810188905260448101859052606490fd5b60405162461bcd60e51b815260206004820152601d60248201527f4e6f206f746865722073686172657320746f2073686966742066726f6d0000006044820152606490fd5b60405163ec442f0560e01b815260006004820152602490fd5b3461024a57600036600319011261024a577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610e40575b15610e0357610d54612236565b610d5c6122fc565b6040516020808201928284106001600160401b0385111761054957916020610db68594610da8979660405260008452604051978897600f60f81b895260e0858a015260e089019061210b565b90878203604089015261210b565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610dec57505050500390f35b835185528695509381019392810192600101610ddd565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610d47565b3461024a57600036600319011261024a57610e8436336124de565b610e8c612d5a565b600080516020613281833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461024a57600036600319011261024a5760206001600160401b0360005460a01c16604051908152f35b3461024a57602036600319011261024a576001600160a01b03610f1d61214b565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461024a57602036600319011261024a57610f6e61214b565b6000805160206131a1833981519152546001600160a01b03919082163303610fb957803b15610fa0576105299061287d565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b3461024a57602036600319011261024a576001600160a01b03610ff161214b565b166000526000805160206132018339815191526020526020610af9604060002054612669565b3461024a57600036600319011261024a57600080516020613301833981519152805460ff8160401c168015611118575b6111065760029068ffffffffffffffffff19166801000000000000000281178355611070612cbf565b6000805160206132c18339815191526110d481546110cf600080516020613261833981519152547f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc715546000805160206132e18339815191525491612fd0565b612639565b90551790557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160028152a1005b60405163f92ee8a960e01b8152600490fd5b5060026001600160401b0382161015611047565b3461024a57600036600319011261024a57602060ff60008051602061328183398151915254166040519015158152f35b3461024a57600036600319011261024a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111c75760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261024a576111ed61214b565b60249081356001600160401b03811161024a573660238201121561024a578060040135611219816121e1565b9261122760405194856121c0565b818452602091828501933687838301011161024a578160009288869301873786010152611252612cee565b61125c36336124de565b611264612cee565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113ab575b506112ab57604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113965750843b15611380575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a2815115611365575060006105299481925190845af4903d1561135c573d61133f816121e1565b9061134d60405192836121c0565b8152600081943d92013e61311d565b6060925061311d565b93505050503461137157005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113d3575b6113c381836121c0565b8101031261024a5751908861128e565b503d6113b9565b3461024a57604036600319011261024a576113f361214b565b6024356001600160a01b038116810361024a5760008051602061330183398151915254916001600160401b03831680159081611c73575b6001149081611c69575b159081611c60575b50611106576114959060016001600160401b03198516176000805160206133018339815191525560ff8460401c1615611c33575b611478612cbf565b611480612cbf565b611488612cbf565b611490612cbf565b61287d565b61149d612cbf565b604051916114aa8361218a565b6006835265098d2e28aa8960d31b6020840152604051916114ca8361218a565b60068352650d8d2e28aa8960d31b60208401526114e5612cbf565b6114ed612cbf565b6114f5612cbf565b6040516115018161218a565b60018152603160f81b6020820152611517612cbf565b61151f612cbf565b84516001600160401b038111610549576115476000805160206131e1833981519152546121fc565b601f8111611bbd575b50806020601f8211600114611b3057600091611b25575b508160011b916000199060031b1c1916176000805160206131e1833981519152555b8051906001600160401b0382116105495781906115b4600080516020613221833981519152546121fc565b601f8111611aa4575b50602090601f8311600114611a1257600092611a07575b50508160011b916000199060031b1c191617600080516020613221833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10155611647612cbf565b61164f612cbf565b83516001600160401b038111610549576116776000805160206131c1833981519152546121fc565b601f811161198d575b50602094601f8211600114611901579481929394956000926118f6575b50508160011b916000199060031b1c1916176000805160206131c1833981519152555b82516001600160401b038111610549577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711906116fc82546121fc565b601f8111611892575b506020601f821160011461180d57819060ff96600092611802575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000006000805160206132e183398151915255600080516020613181833981519152805461ffff1916610a12179055611776612cbf565b61177e612cbf565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117a957005b68ff0000000000000000196000805160206133018339815191525416600080516020613301833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611720565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b81811061187a57509160ff9791846001959410611861575b505050811b019055611735565b015160001960f88460031b161c19169055868080611854565b8383015189556001909801976020938401930161183c565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c810191602084106118ec575b601f0160051c01905b8181106118e05750611705565b600081556001016118d3565b90915081906118ca565b01519050858061169d565b601f198216956000805160206131c18339815191526000526000805160206132a18339815191529160005b8881106119755750836001959697981061195c575b505050811b016000805160206131c1833981519152556116c0565b015160001960f88460031b161c19169055858080611941565b9192602060018192868501518155019401920161192c565b6000805160206131c1833981519152600052601f820160051c6000805160206132a18339815191520190602083106119f1575b601f0160051c6000805160206132a183398151915201905b8181106119e55750611680565b600081556001016119d8565b6000805160206132a183398151915291506119c0565b0151905086806115d4565b9250600080516020613221833981519152600052600080516020613321833981519152906000935b601f1984168510611a89576001945083601f19811610611a70575b505050811b01600080516020613221833981519152556115f7565b015160001960f88460031b161c19169055868080611a55565b81810151835560209485019460019093019290910190611a3a565b909150600080516020613221833981519152600052601f830160051c6000805160206133218339815191520160208410611b10575b908392915b601f820160051c600080516020613321833981519152018110611b0157506115bd565b60008155849350600101611ade565b50600080516020613321833981519152611ad9565b905086015187611567565b91506000805160206131e18339815191526000526000805160206132418339815191526000925b601f1983168410611ba5576001935082601f19811610611b8c575b5050811b016000805160206131e183398151915255611589565b88015160001960f88460031b161c191690558780611b72565b88810151825560209384019360019092019101611b57565b6000805160206131e1833981519152600052601f820160051c6000805160206132418339815191520160208310611c1e575b601f820160051c600080516020613241833981519152018110611c125750611550565b60008155600101611bef565b50600080516020613241833981519152611bef565b68ffffffffffffffffff198416680100000000000000011760008051602061330183398151915255611470565b9050158461143c565b303b159150611434565b604085901c60ff1615915061142a565b3461024a57604036600319011261024a57611c9c61214b565b60243590611caa36336124de565b6001600160a01b0316908115610cf457602091611cc5612d5a565b611ccd612d5a565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611cf98461240f565b93600080516020613261833981519152611d1486825461265c565b90556000805160206132c1833981519152611d3082825461265c565b9055836000526000805160206132018339815191528652816000208581540190558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461024a57600036600319011261024a57611daa36336124de565b600080516020613281833981519152805460ff811615611df65760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461024a57600036600319011261024a57602060008051602061326183398151915254604051908152f35b3461024a57600036600319011261024a576020610af9612c4a565b3461024a57600036600319011261024a57602060ff6000805160206131818339815191525416604051908152f35b3461024a57600036600319011261024a576020610af9612829565b3461024a57606036600319011261024a576106ce611eb361214b565b611ebb612161565b60443591611eca83338361269f565b612774565b3461024a57602036600319011261024a576020610af9600435612669565b3461024a57602036600319011261024a57600435611f0b36336124de565b6000805160206132c183398151915290815490611f2d600a8304821115612399565b80156103215760008051602061326183398151915254156102f0577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a926102d88260409461265c565b3461024a57600036600319011261024a5760206000805160206132c183398151915254604051908152f35b3461024a57604036600319011261024a576106ce611fbd61214b565b6024359033612bba565b3461024a57600036600319011261024a5760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461024a57600036600319011261024a576040516000805160206131c18339815191528054826000612033836121fc565b9283835260209460019186600182169182600014610a3b5750506001146120625750506109cb925003836121c0565b8592506000526000805160206132a1833981519152906000915b8583106120945750506109cb935082010185806109bd565b8054838901850152879450869390920191810161207c565b3461024a57602036600319011261024a576004359081156120d2576020610af98361240f565b62461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b919082519283825260005b848110612137575050826000602080949584010152601f8019910116010190565b602081830181015184830182015201612116565b600435906001600160a01b038216820361024a57565b602435906001600160a01b038216820361024a57565b6001600160401b03811161054957604052565b604081019081106001600160401b0382111761054957604052565b60a081019081106001600160401b0382111761054957604052565b90601f801991011681019081106001600160401b0382111761054957604052565b6001600160401b03811161054957601f01601f191660200190565b90600182811c9216801561222c575b602083101461221657565b634e487b7160e01b600052602260045260246000fd5b91607f169161220b565b604051906000826000805160206131e183398151915291825492612259846121fc565b808452936020916001918281169081156122d65750600114612287575b505050612285925003836121c0565b565b60009081526000805160206132418339815191529590935091905b8284106122be5750612285945050508101602001388080612276565b855488850183015294850194879450928101926122a2565b925050506020925061228594915060ff191682840152151560051b820101388080612276565b604051906000826000805160206132218339815191529182549261231f846121fc565b808452936020916001918281169081156122d6575060011461234a57505050612285925003836121c0565b60009081526000805160206133218339815191529590935091905b8284106123815750612285945050508101602001388080612276565b85548885018301529485019487945092810192612365565b156123a057565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b6000805160206132618339815191525480158015612478575b612474576000805160206132c183398151915254612447818385612fd0565b91811561245e5761245b930915159061265c565b90565b634e487b7160e01b600052601260045260246000fd5b5090565b506000805160206132c18339815191525415612428565b60008051602061326183398151915254801580156124c7575b612474579061245b916000805160206132c18339815191525491612fd0565b506000805160206132c183398151915254156124a8565b6000805160206131a18339815191528054909290916001600160a01b03808416926004811061024a5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b833516606482015260648152612551816121a5565b828052826020525190895afa612628575b15612571575b50505050505050565b63ffffffff16156126125760ff60a01b19948516600160a01b178655833b1561024a57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561260857506125f9575b50815416905538808080808080612568565b61260290612177565b386125e7565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c150290612562565b9190820391821161264657565b634e487b7160e01b600052601160045260246000fd5b9190820180921161264657565b600080516020613261833981519152548015612698576000805160206132c18339815191525461245b92612fd0565b5050600090565b91906126aa836123d6565b9260018060a01b03908183169160009583875260205260408620549360001985106126d85750505050505050565b858510612743575081161561272a57811561271157906126fb60409493926123d6565b9085526020520391205538808080808080612568565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b038084169283156108a95716928315610cf457612797612d5a565b61279f612d5a565b6127a88261248f565b906000908482526000805160206132018339815191529081602052604083205484811061281b57505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b906108956108618793612669565b6000805160206132618339815191525480156128695761245b906000805160206132c1833981519152546000805160206132e18339815191525490612fd0565b506000805160206132e18339815191525490565b6000805160206131a183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b156128dd57565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b6001600160a01b038116918215801561294e57604051634b637e8f60e11b815260006004820152602490fd5b338403612b9e575b6129618215156128d6565b6108a9576000838152600080516020613201833981519152908160205260409182822054946000805160206132618339815191529081549680881115612b5a576129aa81612669565b878110612b2b576000805160206132c183398151915254926129cc8285612639565b996129e96129e28b6129dc612829565b9d61265c565b828c612bae565b94848611612a7e575b50505050509284927f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f578097969592612a44612a79968b855283602052858520612a3b828254612639565b90558254612639565b9055888252602052205493612a57612829565b9151948594859094939260609260808301968352602083015260408201520152565b0390a2565b909192939485612a8d91612639565b91612a988183612f39565b918115612b1757906001612ab093920915159061265c565b10612ae6575083905082612a44612a797f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f57806129f2565b865163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101879052606490fd5b634e487b7160e01b8a52601260045260248afd5b865163391434e360e21b81526001600160a01b0384166004820152602481019190915260448101889052606490fd5b855162461bcd60e51b815260206004820152601b60248201527f4e6f206f746865722073686172657320746f20736869667420746f00000000006044820152606490fd5b612ba982338561269f565b612956565b91612447818385612fd0565b916001600160a01b03808416928315612c315716928315612c18577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591612c026020926123d6565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b612c5261306e565b612c5a6130d8565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176105495760405251902090565b60ff6000805160206133018339815191525460401c1615612cdc57565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612d2c575b50506111c757565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612d24565b60ff6000805160206132818339815191525416612d7357565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612e0957926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612dfd5780516001600160a01b03811615612df457918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612e1f57565b634e487b7160e01b600052602160045260246000fd5b612e3e81612e15565b80612e47575050565b612e5081612e15565b60018103612e6a5760405163f645eedf60e01b8152600490fd5b612e7381612e15565b60028103612e945760405163fce698f760e01b815260048101839052602490fd5b80612ea0600392612e15565b14612ea85750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612f2f578160641115612f1c577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612fc45782811115612fac57806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b8092501561245e570490565b909160001983830992808302928380861095039480860395146130605784831115613047579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b50508092501561245e570490565b613076612236565b8051908115613086576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005480156130b35790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b6130e06122fc565b80519081156130f0576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015480156130b35790565b90613144575080511561313257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613177575b613155575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b1561314d56fe0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc713f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220cdff76678924308dac1fb50972a41fddfd615e1f7b0ae384b700a27910175dc264736f6c63430008190033",
1321
+ "linkReferences": {},
1322
+ "deployedLinkReferences": {}
1323
+ }