@wireio/stake 2.5.2 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/stake.browser.js +28102 -730
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +53 -11
  4. package/lib/stake.js +28126 -730
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +28102 -730
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +2 -2
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  13. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  15. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  17. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  19. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  37. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
  39. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  41. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  43. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  71. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  73. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  74. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  75. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.json +89 -0
  77. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
  79. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  80. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  81. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  98. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  110. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +542 -0
  111. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  112. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  113. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  115. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  117. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  120. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  121. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.dbg.json +4 -0
  122. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.json +1915 -0
  123. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  124. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.json +1845 -0
  125. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  127. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
  129. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +948 -0
  131. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  132. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +88 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +298 -0
  157. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  158. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +488 -0
  159. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  160. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  161. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  173. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  174. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.json +943 -0
  175. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  176. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  177. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  178. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
  179. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  180. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  181. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  182. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  183. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  184. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  185. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  186. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  187. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.json +1871 -0
  189. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  191. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
  193. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.json +936 -0
  195. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  197. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  199. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  201. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  203. package/src/networks/ethereum/clients/stake.client.ts +81 -7
  204. package/src/networks/ethereum/contract.ts +189 -81
  205. package/src/networks/ethereum/ethereum.ts +47 -6
  206. package/src/networks/ethereum/types.ts +10 -0
  207. package/src/networks/solana/constants.ts +3 -3
  208. package/src/networks/solana/solana.ts +92 -7
  209. package/src/networks/solana/types.ts +2 -2
  210. package/src/types.ts +10 -1
@@ -0,0 +1,1233 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "LiqEthToken",
4
+ "sourceName": "contracts/liqEth/v1/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": "isConsumingScheduledOp",
864
+ "outputs": [
865
+ {
866
+ "internalType": "bytes4",
867
+ "name": "",
868
+ "type": "bytes4"
869
+ }
870
+ ],
871
+ "stateMutability": "view",
872
+ "type": "function"
873
+ },
874
+ {
875
+ "inputs": [],
876
+ "name": "lastDistributeYieldAt",
877
+ "outputs": [
878
+ {
879
+ "internalType": "uint64",
880
+ "name": "",
881
+ "type": "uint64"
882
+ }
883
+ ],
884
+ "stateMutability": "view",
885
+ "type": "function"
886
+ },
887
+ {
888
+ "inputs": [
889
+ {
890
+ "internalType": "address",
891
+ "name": "to",
892
+ "type": "address"
893
+ },
894
+ {
895
+ "internalType": "uint256",
896
+ "name": "tokenValue",
897
+ "type": "uint256"
898
+ }
899
+ ],
900
+ "name": "mint",
901
+ "outputs": [
902
+ {
903
+ "internalType": "uint256",
904
+ "name": "shares",
905
+ "type": "uint256"
906
+ }
907
+ ],
908
+ "stateMutability": "nonpayable",
909
+ "type": "function"
910
+ },
911
+ {
912
+ "inputs": [],
913
+ "name": "name",
914
+ "outputs": [
915
+ {
916
+ "internalType": "string",
917
+ "name": "",
918
+ "type": "string"
919
+ }
920
+ ],
921
+ "stateMutability": "view",
922
+ "type": "function"
923
+ },
924
+ {
925
+ "inputs": [
926
+ {
927
+ "internalType": "address",
928
+ "name": "owner",
929
+ "type": "address"
930
+ }
931
+ ],
932
+ "name": "nonces",
933
+ "outputs": [
934
+ {
935
+ "internalType": "uint256",
936
+ "name": "",
937
+ "type": "uint256"
938
+ }
939
+ ],
940
+ "stateMutability": "view",
941
+ "type": "function"
942
+ },
943
+ {
944
+ "inputs": [],
945
+ "name": "pause",
946
+ "outputs": [],
947
+ "stateMutability": "nonpayable",
948
+ "type": "function"
949
+ },
950
+ {
951
+ "inputs": [],
952
+ "name": "paused",
953
+ "outputs": [
954
+ {
955
+ "internalType": "bool",
956
+ "name": "",
957
+ "type": "bool"
958
+ }
959
+ ],
960
+ "stateMutability": "view",
961
+ "type": "function"
962
+ },
963
+ {
964
+ "inputs": [
965
+ {
966
+ "internalType": "address",
967
+ "name": "owner",
968
+ "type": "address"
969
+ },
970
+ {
971
+ "internalType": "address",
972
+ "name": "spender",
973
+ "type": "address"
974
+ },
975
+ {
976
+ "internalType": "uint256",
977
+ "name": "value",
978
+ "type": "uint256"
979
+ },
980
+ {
981
+ "internalType": "uint256",
982
+ "name": "deadline",
983
+ "type": "uint256"
984
+ },
985
+ {
986
+ "internalType": "uint8",
987
+ "name": "v",
988
+ "type": "uint8"
989
+ },
990
+ {
991
+ "internalType": "bytes32",
992
+ "name": "r",
993
+ "type": "bytes32"
994
+ },
995
+ {
996
+ "internalType": "bytes32",
997
+ "name": "s",
998
+ "type": "bytes32"
999
+ }
1000
+ ],
1001
+ "name": "permit",
1002
+ "outputs": [],
1003
+ "stateMutability": "nonpayable",
1004
+ "type": "function"
1005
+ },
1006
+ {
1007
+ "inputs": [
1008
+ {
1009
+ "internalType": "uint256",
1010
+ "name": "tokenValue",
1011
+ "type": "uint256"
1012
+ }
1013
+ ],
1014
+ "name": "previewShares",
1015
+ "outputs": [
1016
+ {
1017
+ "internalType": "uint256",
1018
+ "name": "",
1019
+ "type": "uint256"
1020
+ }
1021
+ ],
1022
+ "stateMutability": "view",
1023
+ "type": "function"
1024
+ },
1025
+ {
1026
+ "inputs": [],
1027
+ "name": "proxiableUUID",
1028
+ "outputs": [
1029
+ {
1030
+ "internalType": "bytes32",
1031
+ "name": "",
1032
+ "type": "bytes32"
1033
+ }
1034
+ ],
1035
+ "stateMutability": "view",
1036
+ "type": "function"
1037
+ },
1038
+ {
1039
+ "inputs": [
1040
+ {
1041
+ "internalType": "address",
1042
+ "name": "from",
1043
+ "type": "address"
1044
+ },
1045
+ {
1046
+ "internalType": "uint256",
1047
+ "name": "tokenValue",
1048
+ "type": "uint256"
1049
+ }
1050
+ ],
1051
+ "name": "safeBurn",
1052
+ "outputs": [
1053
+ {
1054
+ "internalType": "uint256",
1055
+ "name": "shares",
1056
+ "type": "uint256"
1057
+ }
1058
+ ],
1059
+ "stateMutability": "nonpayable",
1060
+ "type": "function"
1061
+ },
1062
+ {
1063
+ "inputs": [
1064
+ {
1065
+ "internalType": "address",
1066
+ "name": "newAuthority",
1067
+ "type": "address"
1068
+ }
1069
+ ],
1070
+ "name": "setAuthority",
1071
+ "outputs": [],
1072
+ "stateMutability": "nonpayable",
1073
+ "type": "function"
1074
+ },
1075
+ {
1076
+ "inputs": [
1077
+ {
1078
+ "internalType": "address",
1079
+ "name": "from",
1080
+ "type": "address"
1081
+ },
1082
+ {
1083
+ "internalType": "uint256",
1084
+ "name": "liqEthAmount",
1085
+ "type": "uint256"
1086
+ }
1087
+ ],
1088
+ "name": "shiftValueFrom",
1089
+ "outputs": [],
1090
+ "stateMutability": "nonpayable",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [
1095
+ {
1096
+ "internalType": "address",
1097
+ "name": "to",
1098
+ "type": "address"
1099
+ },
1100
+ {
1101
+ "internalType": "uint256",
1102
+ "name": "liqEthAmount",
1103
+ "type": "uint256"
1104
+ }
1105
+ ],
1106
+ "name": "shiftValueTo",
1107
+ "outputs": [],
1108
+ "stateMutability": "nonpayable",
1109
+ "type": "function"
1110
+ },
1111
+ {
1112
+ "inputs": [],
1113
+ "name": "symbol",
1114
+ "outputs": [
1115
+ {
1116
+ "internalType": "string",
1117
+ "name": "",
1118
+ "type": "string"
1119
+ }
1120
+ ],
1121
+ "stateMutability": "view",
1122
+ "type": "function"
1123
+ },
1124
+ {
1125
+ "inputs": [],
1126
+ "name": "totalSupply",
1127
+ "outputs": [
1128
+ {
1129
+ "internalType": "uint256",
1130
+ "name": "",
1131
+ "type": "uint256"
1132
+ }
1133
+ ],
1134
+ "stateMutability": "view",
1135
+ "type": "function"
1136
+ },
1137
+ {
1138
+ "inputs": [
1139
+ {
1140
+ "internalType": "address",
1141
+ "name": "to",
1142
+ "type": "address"
1143
+ },
1144
+ {
1145
+ "internalType": "uint256",
1146
+ "name": "value",
1147
+ "type": "uint256"
1148
+ }
1149
+ ],
1150
+ "name": "transfer",
1151
+ "outputs": [
1152
+ {
1153
+ "internalType": "bool",
1154
+ "name": "",
1155
+ "type": "bool"
1156
+ }
1157
+ ],
1158
+ "stateMutability": "nonpayable",
1159
+ "type": "function"
1160
+ },
1161
+ {
1162
+ "inputs": [
1163
+ {
1164
+ "internalType": "address",
1165
+ "name": "from",
1166
+ "type": "address"
1167
+ },
1168
+ {
1169
+ "internalType": "address",
1170
+ "name": "to",
1171
+ "type": "address"
1172
+ },
1173
+ {
1174
+ "internalType": "uint256",
1175
+ "name": "value",
1176
+ "type": "uint256"
1177
+ }
1178
+ ],
1179
+ "name": "transferFrom",
1180
+ "outputs": [
1181
+ {
1182
+ "internalType": "bool",
1183
+ "name": "",
1184
+ "type": "bool"
1185
+ }
1186
+ ],
1187
+ "stateMutability": "nonpayable",
1188
+ "type": "function"
1189
+ },
1190
+ {
1191
+ "inputs": [],
1192
+ "name": "unit",
1193
+ "outputs": [
1194
+ {
1195
+ "internalType": "uint256",
1196
+ "name": "",
1197
+ "type": "uint256"
1198
+ }
1199
+ ],
1200
+ "stateMutability": "view",
1201
+ "type": "function"
1202
+ },
1203
+ {
1204
+ "inputs": [],
1205
+ "name": "unpause",
1206
+ "outputs": [],
1207
+ "stateMutability": "nonpayable",
1208
+ "type": "function"
1209
+ },
1210
+ {
1211
+ "inputs": [
1212
+ {
1213
+ "internalType": "address",
1214
+ "name": "newImplementation",
1215
+ "type": "address"
1216
+ },
1217
+ {
1218
+ "internalType": "bytes",
1219
+ "name": "data",
1220
+ "type": "bytes"
1221
+ }
1222
+ ],
1223
+ "name": "upgradeToAndCall",
1224
+ "outputs": [],
1225
+ "stateMutability": "payable",
1226
+ "type": "function"
1227
+ }
1228
+ ],
1229
+ "bytecode": "0x60a08060405234602957306080526132e1908161002f82396080518181816111940152612c630152f35b600080fdfe6080604052600436101561001257600080fd5b6000358060e01c90816302cea26b1461210457816306fdde031461205a57816307e2cea51461201f578163095ea7b314611ff957816318160ddd14611fde5781631b870ba714611f6257816323b872dd14611f2a5781632986c0e514611eff578163313ce56714611ebf5781633644e51514611ea45781633f4ba83a14611e2b57816340c10f1914611cdf578163485cc955146113ff5781634f1ef286146111fe57816352d1902d146111815781635c975abb1461115157816370a08231146110e15781637a9e5e4b1461107d5781637ecebe00146110245781637f20db0014610ffa5781638456cb5914610f9157816384b0196e14610e355781638797dfeb14610bba5781638fb3603714610b67578163907af6c014610b3c57816395d89b4114610a3757816398b2f16014610a125781639d8e2177146109eb5781639f15d700146107a0578163a9059cbb1461076f578163ad3cb1cc14610725578163bd4ba9c01461058f57508063bf7e214f14610559578063cdcc560014610530578063d505accf146103a3578063d539139314610368578063dd62ed3e1461031f5763e39fa5d2146101c157600080fd5b3461031a57602036600319011261031a576004356101df363361250a565b6101f5600a6101ec612442565b04821115612494565b80156102d5576000805160206131cc833981519152549081156102a4577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b918161028761024b604094610246612442565b61241f565b61028160008051602061324c83398151915254610269868285612ace565b80968160008051602061310c83398151915255612f3b565b9061241f565b60008051602061322c8339815191525582519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b600080fd5b3461031a57604036600319011261031a57610338612162565b610349610343612178565b916124d1565b9060018060a01b03166000526020526020604060002054604051908152f35b3461031a57600036600319011261031a5760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b3461031a5760e036600319011261031a576103bc612162565b6103c4612178565b60443590606435926084359360ff8516850361031a578042116105185760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b03841117610502576104cf936104c69360405251902061049f612bb5565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612cf0565b90929192612da0565b168481036104e457506104e29350612b25565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b3461031a57600036600319011261031a576000546040516001600160a01b039091168152602090f35b3461031a57600036600319011261031a576000805160206130ec833981519152546040516001600160a01b039091168152602090f35b3461031a57604036600319011261031a576105a8612162565b6000805160206130ec83398151915280546001600160a01b038116933660041161031a5760006040600080938251602081019163b700961360e01b835233602483015230604483015263ffffffff60e01b1660648201526064815261060c816121bc565b828052826020525190895afa610711575b15610657575b61062f60243585612917565b6000805467ffffffffffffffff60a01b19164260a01b67ffffffffffffffff60a01b16179055005b63ffffffff16156106fa5760ff60a01b19908116600160a01b178255833b1561031a5760006040518095634a63ebf760e11b8252336004830152604060248301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af19384156106ee5761062f946106df575b508154169055828080610623565b6106e89061218e565b846106d1565b6040513d6000823e3d90fd5b60405162d1953b60e31b8152336004820152602490fd5b50506000516020518060201c15029061061d565b3461031a57600036600319011261031a5761076b604051610745816121a1565b60058152640352e302e360dc1b6020820152604051918291602083526020830190612122565b0390f35b3461031a57604036600319011261031a5761079561078b612162565b6024359033612747565b602060405160018152f35b3461031a57604036600319011261031a576107b9612162565b602435906001600160a01b038082169081156109d2573382036109c2575b6107df612cc5565b6107e7612cc5565b6107ef612442565b60008051602061322c833981519152908561080b835482612665565b60008051602061324c8339815191528054809861083b60008051602061310c833981519152948554938491612f3b565b998960005260008051602061316c83398151915292836020526040600020548c811061097a57505050508760005260205260406000208881540390556000805160206131cc8339815191528881548181038355141560001461096c57610246926108b59594926108b092549154905491612f3b565b612665565b90555b6000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b1561031a5760446000928360405196879485936326995e5f60e21b8552600485015260248401525af19182156106ee5760209261095d575b50604051908152f35b6109669061218e565b82610954565b5050505050600090556108b8565b8793926109be9261098a92612f3b565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b6109cd843385612672565b6107d7565b604051634b637e8f60e11b815260006004820152602490fd5b3461031a57600036600319011261031a5760206040516b033b2e3c9fd0803ce80000008152f35b3461031a57604036600319011261031a576104e2610a2e612162565b60243590612917565b3461031a57600036600319011261031a576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7118054826000610a7a83612282565b9283835260209460019186600182169182600014610b1a575050600114610abe575b5050610aaa925003836121d7565b61076b604051928284938452830190612122565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610b02575050610aaa93508201018580610a9c565b80548389018501528794508693909201918101610aea565b9250935050610aaa94915060ff191682840152151560051b8201018580610a9c565b3461031a57600036600319011261031a57602060008051602061324c83398151915254604051908152f35b3461031a57600036600319011261031a576000805160206130ec8339815191525460a01c60ff1615610bb1576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610b9e565b3461031a57604036600319011261031a57610bd3612162565b602435610be0363361250a565b610beb81151561287f565b6001600160a01b038216918215610e1c578260005260008051602061316c833981519152806020526040600020549160008051602061310c8339815191529182549260008051602061324c83398151915292835492610c4b848789612f3b565b610c53612442565b94610c6e6000805160206131cc833981519152998a5461241f565b938415610dcc57610c7f838861241f565b908b610cc360ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135460081c166064610cb88287612e2b565b918609151590612665565b10610d9a5750508a98956102468996610d4487610d959b977f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d16039f9d610d6c988f98610d2b8a610d22610d729f95610281610d3097610d549f8790612ace565b93848a55612665565b612ace565b9e6000526020528d6040600020558d612665565b8099555497889554958691612f3b565b918260008051602061322c8339815191525585612b04565b116128cb565b604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810191909152604481018b9052606490fd5b60405162461bcd60e51b815260206004820152602260248201527f4e6f206f746865722073686172657320746f20646973747269627574652066726044820152616f6d60f01b6064820152608490fd5b60405163ec442f0560e01b815260006004820152602490fd5b3461031a57600036600319011261031a577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610f68575b15610f2b57610e7c6122bc565b610e84612382565b6040516020808201928284106001600160401b0385111761050257916020610ede8594610ed0979660405260008452604051978897600f60f81b895260e0858a015260e0890190612122565b908782036040890152612122565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610f1457505050500390f35b835185528695509381019392810192600101610f05565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610e6f565b3461031a57600036600319011261031a57610fac363361250a565b610fb4612cc5565b6000805160206131ec833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461031a57600036600319011261031a5760206001600160401b0360005460a01c16604051908152f35b3461031a57602036600319011261031a576001600160a01b03611045612162565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461031a57602036600319011261031a57611096612162565b6000805160206130ec833981519152546001600160a01b039190821633036106fa57803b156110c8576104e290612826565b6040516361798f2f60e11b815291166004820152602490fd5b3461031a57602036600319011261031a576001600160a01b03611102612162565b1660005260008051602061316c833981519152602052602061114960406000205460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b604051908152f35b3461031a57600036600319011261031a57602060ff6000805160206131ec83398151915254166040519015158152f35b3461031a57600036600319011261031a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111ec5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261031a57611212612162565b60249081356001600160401b03811161031a573660238201121561031a57806004013561123e816121f8565b9261124c60405194856121d7565b818452602091828501933687838301011161031a578160009288869301873786010152611277612c59565b611281363361250a565b611289612c59565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113d0575b506112d057604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113bb5750843b156113a5575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a281511561138a575060006104e29481925190845af4903d15611381573d611364816121f8565b9061137260405192836121d7565b8152600081943d92013e613088565b60609250613088565b93505050503461139657005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113f8575b6113e881836121d7565b8101031261031a575190886112b3565b503d6113de565b3461031a57604036600319011261031a57611418612162565b6024356001600160a01b038116810361031a5760008051602061326c83398151915254916001600160401b03831680159081611ccf575b6001149081611cc5575b159081611cbc575b50611caa576114ba9060016001600160401b031985161760008051602061326c8339815191525560ff8460401c1615611c7d575b61149d612c2a565b6114a5612c2a565b6114ad612c2a565b6114b5612c2a565b612826565b6114c2612c2a565b604051916114cf836121a1565b6006835265098d2e28aa8960d31b6020840152604051916114ef836121a1565b60068352650d8d2e28aa8960d31b602084015261150a612c2a565b611512612c2a565b61151a612c2a565b604051611526816121a1565b60018152603160f81b602082015261153c612c2a565b611544612c2a565b84516001600160401b0381116105025761156c60008051602061314c83398151915254612282565b601f8111611c07575b50806020601f8211600114611b7a57600091611b6f575b508160011b916000199060031b1c19161760008051602061314c833981519152555b8051906001600160401b0382116105025781906115d960008051602061318c83398151915254612282565b601f8111611aee575b50602090601f8311600114611a5c57600092611a51575b50508160011b916000199060031b1c19161760008051602061318c833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015561166c612c2a565b611674612c2a565b83516001600160401b0381116105025761169c60008051602061312c83398151915254612282565b601f81116119d7575b50602094601f821160011461194b57948192939495600092611940575b50508160011b916000199060031b1c19161760008051602061312c833981519152555b82516001600160401b038111610502577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711906117218254612282565b601f81116118dc575b506020601f821160011461185757819060ff9660009261184c575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000008060008051602061324c83398151915255610a127f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7139182549060008051602061310c8339815191525561ffff19161790556117c0612c2a565b6117c8612c2a565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117f357005b68ff00000000000000001960008051602061326c833981519152541660008051602061326c833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611745565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b8181106118c457509160ff97918460019594106118ab575b505050811b01905561175a565b015160001960f88460031b161c1916905586808061189e565b83830151895560019098019760209384019301611886565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c81019160208410611936575b601f0160051c01905b81811061192a575061172a565b6000815560010161191d565b9091508190611914565b0151905085806116c2565b601f1982169560008051602061312c83398151915260005260008051602061320c8339815191529160005b8881106119bf575083600195969798106119a6575b505050811b0160008051602061312c833981519152556116e5565b015160001960f88460031b161c1916905585808061198b565b91926020600181928685015181550194019201611976565b60008051602061312c833981519152600052601f820160051c60008051602061320c833981519152019060208310611a3b575b601f0160051c60008051602061320c83398151915201905b818110611a2f57506116a5565b60008155600101611a22565b60008051602061320c8339815191529150611a0a565b0151905086806115f9565b925060008051602061318c83398151915260005260008051602061328c833981519152906000935b601f1984168510611ad3576001945083601f19811610611aba575b505050811b0160008051602061318c8339815191525561161c565b015160001960f88460031b161c19169055868080611a9f565b81810151835560209485019460019093019290910190611a84565b90915060008051602061318c833981519152600052601f830160051c60008051602061328c8339815191520160208410611b5a575b908392915b601f820160051c60008051602061328c833981519152018110611b4b57506115e2565b60008155849350600101611b28565b5060008051602061328c833981519152611b23565b90508601518761158c565b915060008051602061314c8339815191526000526000805160206131ac8339815191526000925b601f1983168410611bef576001935082601f19811610611bd6575b5050811b0160008051602061314c833981519152556115ae565b88015160001960f88460031b161c191690558780611bbc565b88810151825560209384019360019092019101611ba1565b60008051602061314c833981519152600052601f820160051c6000805160206131ac8339815191520160208310611c68575b601f820160051c6000805160206131ac833981519152018110611c5c5750611575565b60008155600101611c39565b506000805160206131ac833981519152611c39565b68ffffffffffffffffff198416680100000000000000011760008051602061326c83398151915255611495565b60405163f92ee8a960e01b8152600490fd5b90501584611461565b303b159150611459565b604085901c60ff1615915061144f565b3461031a57604036600319011261031a57611cf8612162565b60243590611d06363361250a565b6001600160a01b0316908115610e1c57602091611d21612cc5565b611d29612cc5565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611d54612442565b9360008051602061322c833981519152611deb611d7a611d7583548561241f565b612213565b96610246611dc3856000805160206131cc83398151915293611d9d8c8654612665565b85558a60005260008051602061316c8339815191528d52886000208c8154019055612665565b915460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b90558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461031a57600036600319011261031a57611e46363361250a565b6000805160206131ec833981519152805460ff811615611e925760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461031a57600036600319011261031a576020611149612bb5565b3461031a57600036600319011261031a57602060ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135416604051908152f35b3461031a57600036600319011261031a57602060008051602061310c83398151915254604051908152f35b3461031a57606036600319011261031a57610795611f46612162565b611f4e612178565b60443591611f5d833383612672565b612747565b3461031a57602036600319011261031a57600435611f80363361250a565b611f8d600a6101ec612442565b80156102d5576000805160206131cc833981519152549081156102a4577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a918161028761024b6040946108b0612442565b3461031a57600036600319011261031a576020611149612442565b3461031a57604036600319011261031a57610795612015612162565b6024359033612b25565b3461031a57600036600319011261031a5760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461031a57600036600319011261031a5760405160008051602061312c833981519152805482600061208b83612282565b9283835260209460019186600182169182600014610b1a5750506001146120ba575050610aaa925003836121d7565b85925060005260008051602061320c833981519152906000915b8583106120ec575050610aaa93508201018580610a9c565b805483890185015287945086939092019181016120d4565b3461031a57602036600319011261031a576020611149600435612213565b919082519283825260005b84811061214e575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161212d565b600435906001600160a01b038216820361031a57565b602435906001600160a01b038216820361031a57565b6001600160401b03811161050257604052565b604081019081106001600160401b0382111761050257604052565b60a081019081106001600160401b0382111761050257604052565b90601f801991011681019081106001600160401b0382111761050257604052565b6001600160401b03811161050257601f01601f191660200190565b8015612246576122439060008051602061324c8339815191525460008051602061310c8339815191525491612ace565b90565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c921680156122b2575b602083101461229c57565b634e487b7160e01b600052602260045260246000fd5b91607f1691612291565b6040519060008260008051602061314c833981519152918254926122df84612282565b8084529360209160019182811690811561235c575060011461230d575b50505061230b925003836121d7565b565b60009081526000805160206131ac8339815191529590935091905b828410612344575061230b9450505081016020013880806122fc565b85548885018301529485019487945092810192612328565b925050506020925061230b94915060ff191682840152151560051b8201013880806122fc565b6040519060008260008051602061318c833981519152918254926123a584612282565b8084529360209160019182811690811561235c57506001146123d05750505061230b925003836121d7565b600090815260008051602061328c8339815191529590935091905b828410612407575061230b9450505081016020013880806122fc565b855488850183015294850194879450928101926123eb565b9190820391821161242c57565b634e487b7160e01b600052601160045260246000fd5b61224361247e6000805160206131cc8339815191525460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b60008051602061322c833981519152549061241f565b1561249b57565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b6000805160206130ec8339815191528054909290916001600160a01b03808416926004811061031a5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b83351660648201526064815261257d816121bc565b828052826020525190895afa612654575b1561259d575b50505050505050565b63ffffffff161561263e5760ff60a01b19948516600160a01b178655833b1561031a57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156126345750612625575b50815416905538808080808080612594565b61262e9061218e565b38612613565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061258e565b9190820180921161242c57565b919061267d836124d1565b9260018060a01b03908183169160009583875260205260408620549360001985106126ab5750505050505050565b85851061271657508116156126fd5781156126e457906126ce60409493926124d1565b9085526020520391205538808080808080612594565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b038084169283156109d25716928315610e1c5761276a612cc5565b612772612cc5565b61277a612442565b5061278482612213565b9060009084825260008051602061316c833981519152908160205260408320548481106127f757505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b906109be61098a879360008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b6000805160206130ec83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b1561288657565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b156128d257565b60405162461bcd60e51b815260206004820152601e60248201527f496e76617269616e7420746f74616c537570706c792076696f6c6174656400006044820152606490fd5b6001600160a01b03811691908215801561294457604051634b637e8f60e11b815260006004820152602490fd5b338403612abe575b61295783151561287f565b6109d2578260005260008051602061316c833981519152918260205260406000205460008051602061310c83398151915290815460008051602061324c8339815191528054956129a8878486612f3b565b90868210612a8c5750856129bb9161241f565b906129c4612442565b976129df6000805160206131cc83398151915295865461241f565b908115612a48577f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f578099610246612a4398610d44858f9d95610d30610d729a8f98612a3a8e612a34610d6c9d84610d549e612f3b565b90612665565b91828855612ace565b0390a2565b606460405162461bcd60e51b815260206004820152602060248201527f4e6f206f746865722073686172657320746f206469737472696275746520746f6044820152fd5b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101869052606490fd5b612ac9833384612672565b61294c565b91612ada818385612f3b565b918115612aee576122439309151590612665565b634e487b7160e01b600052601260045260246000fd5b90612b0f8183612ea4565b908015612aee5760016122439309151590612665565b916001600160a01b03808416928315612b9c5716928315612b83577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591612b6d6020926124d1565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b612bbd612fd9565b612bc5613043565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176105025760405251902090565b60ff60008051602061326c8339815191525460401c1615612c4757565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612c97575b50506111ec57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612c8f565b60ff6000805160206131ec8339815191525416612cde57565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612d7457926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612d685780516001600160a01b03811615612d5f57918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612d8a57565b634e487b7160e01b600052602160045260246000fd5b612da981612d80565b80612db2575050565b612dbb81612d80565b60018103612dd55760405163f645eedf60e01b8152600490fd5b612dde81612d80565b60028103612dff5760405163fce698f760e01b815260048101839052602490fd5b80612e0b600392612d80565b14612e135750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612e9a578160641115612e87577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612f2f5782811115612f1757806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b80925015612aee570490565b90916000198383099280830292838086109503948086039514612fcb5784831115612fb2579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b505080925015612aee570490565b612fe16122bc565b8051908115612ff1576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10054801561301e5790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61304b612382565b805190811561305b576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10154801561301e5790565b906130af575080511561309d57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806130e2575b6130c0575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156130b856fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7150884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220e120ebfbf6df6034d012507770ca6b2ba8dc1d22278bd3a1eec7a0a45db0b72d64736f6c63430008190033",
1230
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b6000358060e01c90816302cea26b1461210457816306fdde031461205a57816307e2cea51461201f578163095ea7b314611ff957816318160ddd14611fde5781631b870ba714611f6257816323b872dd14611f2a5781632986c0e514611eff578163313ce56714611ebf5781633644e51514611ea45781633f4ba83a14611e2b57816340c10f1914611cdf578163485cc955146113ff5781634f1ef286146111fe57816352d1902d146111815781635c975abb1461115157816370a08231146110e15781637a9e5e4b1461107d5781637ecebe00146110245781637f20db0014610ffa5781638456cb5914610f9157816384b0196e14610e355781638797dfeb14610bba5781638fb3603714610b67578163907af6c014610b3c57816395d89b4114610a3757816398b2f16014610a125781639d8e2177146109eb5781639f15d700146107a0578163a9059cbb1461076f578163ad3cb1cc14610725578163bd4ba9c01461058f57508063bf7e214f14610559578063cdcc560014610530578063d505accf146103a3578063d539139314610368578063dd62ed3e1461031f5763e39fa5d2146101c157600080fd5b3461031a57602036600319011261031a576004356101df363361250a565b6101f5600a6101ec612442565b04821115612494565b80156102d5576000805160206131cc833981519152549081156102a4577fb762d39071f358aadf087b91215286e9bcf9076ce362828ff37c813424b35a2b918161028761024b604094610246612442565b61241f565b61028160008051602061324c83398151915254610269868285612ace565b80968160008051602061310c83398151915255612f3b565b9061241f565b60008051602061322c8339815191525582519182526020820152a1005b60405162461bcd60e51b81526020600482015260096024820152686e6f2073686172657360b81b6044820152606490fd5b60405162461bcd60e51b815260206004820152601b60248201527f52657761726420616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b600080fd5b3461031a57604036600319011261031a57610338612162565b610349610343612178565b916124d1565b9060018060a01b03166000526020526020604060002054604051908152f35b3461031a57600036600319011261031a5760206040517ff0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc98152f35b3461031a5760e036600319011261031a576103bc612162565b6103c4612178565b60443590606435926084359360ff8516850361031a578042116105185760018060a01b039081831695866000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526040600020908154916001830190556040519260208401927f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98452896040860152858816606086015288608086015260a085015260c084015260c0835260e08301918383106001600160401b03841117610502576104cf936104c69360405251902061049f612bb5565b906040519161190160f01b83526002830152602282015260c43591604260a4359220612cf0565b90929192612da0565b168481036104e457506104e29350612b25565b005b60449085604051916325c0072360e11b835260048301526024820152fd5b634e487b7160e01b600052604160045260246000fd5b6024906040519063313c898160e11b82526004820152fd5b3461031a57600036600319011261031a576000546040516001600160a01b039091168152602090f35b3461031a57600036600319011261031a576000805160206130ec833981519152546040516001600160a01b039091168152602090f35b3461031a57604036600319011261031a576105a8612162565b6000805160206130ec83398151915280546001600160a01b038116933660041161031a5760006040600080938251602081019163b700961360e01b835233602483015230604483015263ffffffff60e01b1660648201526064815261060c816121bc565b828052826020525190895afa610711575b15610657575b61062f60243585612917565b6000805467ffffffffffffffff60a01b19164260a01b67ffffffffffffffff60a01b16179055005b63ffffffff16156106fa5760ff60a01b19908116600160a01b178255833b1561031a5760006040518095634a63ebf760e11b8252336004830152604060248301523660448301523683606484013782606436840101528183606482601f19601f36011681010301925af19384156106ee5761062f946106df575b508154169055828080610623565b6106e89061218e565b846106d1565b6040513d6000823e3d90fd5b60405162d1953b60e31b8152336004820152602490fd5b50506000516020518060201c15029061061d565b3461031a57600036600319011261031a5761076b604051610745816121a1565b60058152640352e302e360dc1b6020820152604051918291602083526020830190612122565b0390f35b3461031a57604036600319011261031a5761079561078b612162565b6024359033612747565b602060405160018152f35b3461031a57604036600319011261031a576107b9612162565b602435906001600160a01b038082169081156109d2573382036109c2575b6107df612cc5565b6107e7612cc5565b6107ef612442565b60008051602061322c833981519152908561080b835482612665565b60008051602061324c8339815191528054809861083b60008051602061310c833981519152948554938491612f3b565b998960005260008051602061316c83398151915292836020526040600020548c811061097a57505050508760005260205260406000208881540390556000805160206131cc8339815191528881548181038355141560001461096c57610246926108b59594926108b092549154905491612f3b565b612665565b90555b6000827fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051888152a3817f8038d1806af22a919dcd5b2a4c313824e515ceb65343ff568379f92a1f32301060408051868152876020820152a26000541692833b1561031a5760446000928360405196879485936326995e5f60e21b8552600485015260248401525af19182156106ee5760209261095d575b50604051908152f35b6109669061218e565b82610954565b5050505050600090556108b8565b8793926109be9261098a92612f3b565b60405163391434e360e21b81526001600160a01b039093166004840152602483015260448201929092529081906064820190565b0390fd5b6109cd843385612672565b6107d7565b604051634b637e8f60e11b815260006004820152602490fd5b3461031a57600036600319011261031a5760206040516b033b2e3c9fd0803ce80000008152f35b3461031a57604036600319011261031a576104e2610a2e612162565b60243590612917565b3461031a57600036600319011261031a576040517f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7118054826000610a7a83612282565b9283835260209460019186600182169182600014610b1a575050600114610abe575b5050610aaa925003836121d7565b61076b604051928284938452830190612122565b8592506000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b906000915b858310610b02575050610aaa93508201018580610a9c565b80548389018501528794508693909201918101610aea565b9250935050610aaa94915060ff191682840152151560051b8201018580610a9c565b3461031a57600036600319011261031a57602060008051602061324c83398151915254604051908152f35b3461031a57600036600319011261031a576000805160206130ec8339815191525460a01c60ff1615610bb1576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60206000610b9e565b3461031a57604036600319011261031a57610bd3612162565b602435610be0363361250a565b610beb81151561287f565b6001600160a01b038216918215610e1c578260005260008051602061316c833981519152806020526040600020549160008051602061310c8339815191529182549260008051602061324c83398151915292835492610c4b848789612f3b565b610c53612442565b94610c6e6000805160206131cc833981519152998a5461241f565b938415610dcc57610c7f838861241f565b908b610cc360ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135460081c166064610cb88287612e2b565b918609151590612665565b10610d9a5750508a98956102468996610d4487610d959b977f294a3cc6299d1f322723499283f8b463dabdf1089c17870224adaa01837d16039f9d610d6c988f98610d2b8a610d22610d729f95610281610d3097610d549f8790612ace565b93848a55612665565b612ace565b9e6000526020528d6040600020558d612665565b8099555497889554958691612f3b565b918260008051602061322c8339815191525585612b04565b116128cb565b604051948594859094939260609260808301968352602083015260408201520152565b0390a2005b6040516344e7f86360e11b81526001600160a01b039190911660048201526024810191909152604481018b9052606490fd5b60405162461bcd60e51b815260206004820152602260248201527f4e6f206f746865722073686172657320746f20646973747269627574652066726044820152616f6d60f01b6064820152608490fd5b60405163ec442f0560e01b815260006004820152602490fd5b3461031a57600036600319011261031a577fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d100541580610f68575b15610f2b57610e7c6122bc565b610e84612382565b6040516020808201928284106001600160401b0385111761050257916020610ede8594610ed0979660405260008452604051978897600f60f81b895260e0858a015260e0890190612122565b908782036040890152612122565b91466060870152306080870152600060a087015285830360c0870152519182815201929160005b828110610f1457505050500390f35b835185528695509381019392810192600101610f05565b60405162461bcd60e51b81526020600482015260156024820152741152540dcc4c8e88155b9a5b9a5d1a585b1a5e9959605a1b6044820152606490fd5b507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015415610e6f565b3461031a57600036600319011261031a57610fac363361250a565b610fb4612cc5565b6000805160206131ec833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a1005b3461031a57600036600319011261031a5760206001600160401b0360005460a01c16604051908152f35b3461031a57602036600319011261031a576001600160a01b03611045612162565b166000527f5ab42ced628888259c08ac98db1eb0cf702fc1501344311d8b100cd1bfe4bb006020526020604060002054604051908152f35b3461031a57602036600319011261031a57611096612162565b6000805160206130ec833981519152546001600160a01b039190821633036106fa57803b156110c8576104e290612826565b6040516361798f2f60e11b815291166004820152602490fd5b3461031a57602036600319011261031a576001600160a01b03611102612162565b1660005260008051602061316c833981519152602052602061114960406000205460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b604051908152f35b3461031a57600036600319011261031a57602060ff6000805160206131ec83398151915254166040519015158152f35b3461031a57600036600319011261031a577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036111ec5760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b604036600319011261031a57611212612162565b60249081356001600160401b03811161031a573660238201121561031a57806004013561123e816121f8565b9261124c60405194856121d7565b818452602091828501933687838301011161031a578160009288869301873786010152611277612c59565b611281363361250a565b611289612c59565b6040516352d1902d60e01b81526001600160a01b03821694908381600481895afa600091816113d0575b506112d057604051634c9c8ce360e01b8152600481018790528790fd5b8590877f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036113bb5750843b156113a5575080546001600160a01b03191682179055604051907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a281511561138a575060006104e29481925190845af4903d15611381573d611364816121f8565b9061137260405192836121d7565b8152600081943d92013e613088565b60609250613088565b93505050503461139657005b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d83116113f8575b6113e881836121d7565b8101031261031a575190886112b3565b503d6113de565b3461031a57604036600319011261031a57611418612162565b6024356001600160a01b038116810361031a5760008051602061326c83398151915254916001600160401b03831680159081611ccf575b6001149081611cc5575b159081611cbc575b50611caa576114ba9060016001600160401b031985161760008051602061326c8339815191525560ff8460401c1615611c7d575b61149d612c2a565b6114a5612c2a565b6114ad612c2a565b6114b5612c2a565b612826565b6114c2612c2a565b604051916114cf836121a1565b6006835265098d2e28aa8960d31b6020840152604051916114ef836121a1565b60068352650d8d2e28aa8960d31b602084015261150a612c2a565b611512612c2a565b61151a612c2a565b604051611526816121a1565b60018152603160f81b602082015261153c612c2a565b611544612c2a565b84516001600160401b0381116105025761156c60008051602061314c83398151915254612282565b601f8111611c07575b50806020601f8211600114611b7a57600091611b6f575b508160011b916000199060031b1c19161760008051602061314c833981519152555b8051906001600160401b0382116105025781906115d960008051602061318c83398151915254612282565b601f8111611aee575b50602090601f8311600114611a5c57600092611a51575b50508160011b916000199060031b1c19161760008051602061318c833981519152555b60007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1005560007fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1015561166c612c2a565b611674612c2a565b83516001600160401b0381116105025761169c60008051602061312c83398151915254612282565b601f81116119d7575b50602094601f821160011461194b57948192939495600092611940575b50508160011b916000199060031b1c19161760008051602061312c833981519152555b82516001600160401b038111610502577f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc711906117218254612282565b601f81116118dc575b506020601f821160011461185757819060ff9660009261184c575b50508160011b916000199060031b1c19161790555b6b033b2e3c9fd0803ce80000008060008051602061324c83398151915255610a127f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7139182549060008051602061310c8339815191525561ffff19161790556117c0612c2a565b6117c8612c2a565b60018060a01b03166bffffffffffffffffffffffff60a01b600054161760005560401c16156117f357005b68ff00000000000000001960008051602061326c833981519152541660008051602061326c833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1005b015190508680611745565b601f19821695836000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b9660005b8181106118c457509160ff97918460019594106118ab575b505050811b01905561175a565b015160001960f88460031b161c1916905586808061189e565b83830151895560019098019760209384019301611886565b826000527f8e8879b336e5b07f58381d4bd014859b78667419272151a69affb85e7f9ca77b601f830160051c81019160208410611936575b601f0160051c01905b81811061192a575061172a565b6000815560010161191d565b9091508190611914565b0151905085806116c2565b601f1982169560008051602061312c83398151915260005260008051602061320c8339815191529160005b8881106119bf575083600195969798106119a6575b505050811b0160008051602061312c833981519152556116e5565b015160001960f88460031b161c1916905585808061198b565b91926020600181928685015181550194019201611976565b60008051602061312c833981519152600052601f820160051c60008051602061320c833981519152019060208310611a3b575b601f0160051c60008051602061320c83398151915201905b818110611a2f57506116a5565b60008155600101611a22565b60008051602061320c8339815191529150611a0a565b0151905086806115f9565b925060008051602061318c83398151915260005260008051602061328c833981519152906000935b601f1984168510611ad3576001945083601f19811610611aba575b505050811b0160008051602061318c8339815191525561161c565b015160001960f88460031b161c19169055868080611a9f565b81810151835560209485019460019093019290910190611a84565b90915060008051602061318c833981519152600052601f830160051c60008051602061328c8339815191520160208410611b5a575b908392915b601f820160051c60008051602061328c833981519152018110611b4b57506115e2565b60008155849350600101611b28565b5060008051602061328c833981519152611b23565b90508601518761158c565b915060008051602061314c8339815191526000526000805160206131ac8339815191526000925b601f1983168410611bef576001935082601f19811610611bd6575b5050811b0160008051602061314c833981519152556115ae565b88015160001960f88460031b161c191690558780611bbc565b88810151825560209384019360019092019101611ba1565b60008051602061314c833981519152600052601f820160051c6000805160206131ac8339815191520160208310611c68575b601f820160051c6000805160206131ac833981519152018110611c5c5750611575565b60008155600101611c39565b506000805160206131ac833981519152611c39565b68ffffffffffffffffff198416680100000000000000011760008051602061326c83398151915255611495565b60405163f92ee8a960e01b8152600490fd5b90501584611461565b303b159150611459565b604085901c60ff1615915061144f565b3461031a57604036600319011261031a57611cf8612162565b60243590611d06363361250a565b6001600160a01b0316908115610e1c57602091611d21612cc5565b611d29612cc5565b7fd5103f333769455df788908e17b0f6f83838ebeae2cd1ed6f23ec20dad88c9a36040611d54612442565b9360008051602061322c833981519152611deb611d7a611d7583548561241f565b612213565b96610246611dc3856000805160206131cc83398151915293611d9d8c8654612665565b85558a60005260008051602061316c8339815191528d52886000208c8154019055612665565b915460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b90558360007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef888551858152a381519085825286820152a2604051908152f35b3461031a57600036600319011261031a57611e46363361250a565b6000805160206131ec833981519152805460ff811615611e925760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a1005b604051638dfc202b60e01b8152600490fd5b3461031a57600036600319011261031a576020611149612bb5565b3461031a57600036600319011261031a57602060ff7f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7135416604051908152f35b3461031a57600036600319011261031a57602060008051602061310c83398151915254604051908152f35b3461031a57606036600319011261031a57610795611f46612162565b611f4e612178565b60443591611f5d833383612672565b612747565b3461031a57602036600319011261031a57600435611f80363361250a565b611f8d600a6101ec612442565b80156102d5576000805160206131cc833981519152549081156102a4577f5cbb2dcb38e3f81288892582319561f83597c750f6e15b840461f14557b7c24a918161028761024b6040946108b0612442565b3461031a57600036600319011261031a576020611149612442565b3461031a57604036600319011261031a57610795612015612162565b6024359033612b25565b3461031a57600036600319011261031a5760206040517f352d05fe3946dbe49277552ba941e744d5a96d9c60bc1ba0ea5f1d3ae000f7c88152f35b3461031a57600036600319011261031a5760405160008051602061312c833981519152805482600061208b83612282565b9283835260209460019186600182169182600014610b1a5750506001146120ba575050610aaa925003836121d7565b85925060005260008051602061320c833981519152906000915b8583106120ec575050610aaa93508201018580610a9c565b805483890185015287945086939092019181016120d4565b3461031a57602036600319011261031a576020611149600435612213565b919082519283825260005b84811061214e575050826000602080949584010152601f8019910116010190565b60208183018101518483018201520161212d565b600435906001600160a01b038216820361031a57565b602435906001600160a01b038216820361031a57565b6001600160401b03811161050257604052565b604081019081106001600160401b0382111761050257604052565b60a081019081106001600160401b0382111761050257604052565b90601f801991011681019081106001600160401b0382111761050257604052565b6001600160401b03811161050257601f01601f191660200190565b8015612246576122439060008051602061324c8339815191525460008051602061310c8339815191525491612ace565b90565b60405162461bcd60e51b8152602060048201526014602482015273416d6f756e742063616e2774206265207a65726f60601b6044820152606490fd5b90600182811c921680156122b2575b602083101461229c57565b634e487b7160e01b600052602260045260246000fd5b91607f1691612291565b6040519060008260008051602061314c833981519152918254926122df84612282565b8084529360209160019182811690811561235c575060011461230d575b50505061230b925003836121d7565b565b60009081526000805160206131ac8339815191529590935091905b828410612344575061230b9450505081016020013880806122fc565b85548885018301529485019487945092810192612328565b925050506020925061230b94915060ff191682840152151560051b8201013880806122fc565b6040519060008260008051602061318c833981519152918254926123a584612282565b8084529360209160019182811690811561235c57506001146123d05750505061230b925003836121d7565b600090815260008051602061328c8339815191529590935091905b828410612407575061230b9450505081016020013880806122fc565b855488850183015294850194879450928101926123eb565b9190820391821161242c57565b634e487b7160e01b600052601160045260246000fd5b61224361247e6000805160206131cc8339815191525460008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b60008051602061322c833981519152549061241f565b1561249b57565b60405162461bcd60e51b815260206004820152600e60248201526d52656261736520746f6f2062696760901b6044820152606490fd5b6001600160a01b031660009081527f0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70f6020526040902090565b6000805160206130ec8339815191528054909290916001600160a01b03808416926004811061031a5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b83351660648201526064815261257d816121bc565b828052826020525190895afa612654575b1561259d575b50505050505050565b63ffffffff161561263e5760ff60a01b19948516600160a01b178655833b1561031a57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af19081156126345750612625575b50815416905538808080808080612594565b61262e9061218e565b38612613565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c15029061258e565b9190820180921161242c57565b919061267d836124d1565b9260018060a01b03908183169160009583875260205260408620549360001985106126ab5750505050505050565b85851061271657508116156126fd5781156126e457906126ce60409493926124d1565b9085526020520391205538808080808080612594565b604051634a1406b160e11b815260048101869052602490fd5b60405163e602df0560e01b815260048101869052602490fd5b604051637dc7a0d960e11b81526001600160a01b039190911660048201526024810185905260448101869052606490fd5b916001600160a01b038084169283156109d25716928315610e1c5761276a612cc5565b612772612cc5565b61277a612442565b5061278482612213565b9060009084825260008051602061316c833981519152908160205260408320548481106127f757505091604082602094877fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef979552855281812083815403905587815220908154019055604051908152a3565b906109be61098a879360008051602061310c8339815191525460008051602061324c8339815191525491612f3b565b6000805160206130ec83398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b1561288657565b60405162461bcd60e51b815260206004820152601b60248201527f4c697145746820616d6f756e742063616e2774206265207a65726f00000000006044820152606490fd5b156128d257565b60405162461bcd60e51b815260206004820152601e60248201527f496e76617269616e7420746f74616c537570706c792076696f6c6174656400006044820152606490fd5b6001600160a01b03811691908215801561294457604051634b637e8f60e11b815260006004820152602490fd5b338403612abe575b61295783151561287f565b6109d2578260005260008051602061316c833981519152918260205260406000205460008051602061310c83398151915290815460008051602061324c8339815191528054956129a8878486612f3b565b90868210612a8c5750856129bb9161241f565b906129c4612442565b976129df6000805160206131cc83398151915295865461241f565b908115612a48577f533f82715fcbb2bcfb4016a949f797cb146ff629ae7061497ba49c3a921f578099610246612a4398610d44858f9d95610d30610d729a8f98612a3a8e612a34610d6c9d84610d549e612f3b565b90612665565b91828855612ace565b0390a2565b606460405162461bcd60e51b815260206004820152602060248201527f4e6f206f746865722073686172657320746f206469737472696275746520746f6044820152fd5b60405163391434e360e21b81526001600160a01b03919091166004820152602481019190915260448101869052606490fd5b612ac9833384612672565b61294c565b91612ada818385612f3b565b918115612aee576122439309151590612665565b634e487b7160e01b600052601260045260246000fd5b90612b0f8183612ea4565b908015612aee5760016122439309151590612665565b916001600160a01b03808416928315612b9c5716928315612b83577f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591612b6d6020926124d1565b85600052825280604060002055604051908152a3565b604051634a1406b160e11b815260006004820152602490fd5b60405163e602df0560e01b815260006004820152602490fd5b612bbd612fd9565b612bc5613043565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a0815260c081018181106001600160401b038211176105025760405251902090565b60ff60008051602061326c8339815191525460401c1615612c4757565b604051631afcd79f60e31b8152600490fd5b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612c97575b50506111ec57565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5416141590503880612c8f565b60ff6000805160206131ec8339815191525416612cde57565b60405163d93c066560e01b8152600490fd5b91907f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411612d7457926020929160ff608095604051948552168484015260408301526060820152600092839182805260015afa15612d685780516001600160a01b03811615612d5f57918190565b50809160019190565b604051903d90823e3d90fd5b50505060009160039190565b60041115612d8a57565b634e487b7160e01b600052602160045260246000fd5b612da981612d80565b80612db2575050565b612dbb81612d80565b60018103612dd55760405163f645eedf60e01b8152600490fd5b612dde81612d80565b60028103612dff5760405163fce698f760e01b815260048101839052602490fd5b80612e0b600392612d80565b14612e135750565b602490604051906335e2f38360e21b82526004820152fd5b60001982820982820291828083109203918083039214612e9a578160641115612e87577f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c28f5c29936064910990828211900360fe1b910360021c170290565b634e487b7160005260116020526024601cfd5b5050606491500490565b6000196001820991818084109303928084039314612f2f5782811115612f1757806001830981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b634e487b71600052156003026011186020526024601cfd5b80925015612aee570490565b90916000198383099280830292838086109503948086039514612fcb5784831115612fb2579082910981600003821680920460028082600302188083028203028083028203028083028203028083028203028083028203028092029003029360018380600003040190848311900302920304170290565b82634e487b71600052156003026011186020526024601cfd5b505080925015612aee570490565b612fe16122bc565b8051908115612ff1576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10054801561301e5790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b61304b612382565b805190811561305b576020012090565b50507fa16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10154801561301e5790565b906130af575080511561309d57602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806130e2575b6130c0575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156130b856fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a000884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7150884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc710a16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d1020884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc70ea16a46d94261c7517cc8ff89f61c0ce93598e3c849801011dee649a6a557d10342ad5d3e1f2e6e70edcf6d991b8a3023d3fca8047a131592f9edb9fd9b89d57d0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc714cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f03300390a762f871b0785569ac27b59765108af0fece04c8b582e72a901e61335fe4e0884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc7160884e82fcc7297d19535a414a4643eca28263693df96068030530de873bbc712f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005f9ce34815f8e11431c7bb75a8e6886a91478f7ffc1dbb0a98dc240fddd76b75a2646970667358221220e120ebfbf6df6034d012507770ca6b2ba8dc1d22278bd3a1eec7a0a45db0b72d64736f6c63430008190033",
1231
+ "linkReferences": {},
1232
+ "deployedLinkReferences": {}
1233
+ }