@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,1665 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Pretoken",
4
+ "sourceName": "contracts/outpost/v1/Pretoken.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "authority",
11
+ "type": "address"
12
+ }
13
+ ],
14
+ "name": "AccessManagedInvalidAuthority",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [
19
+ {
20
+ "internalType": "address",
21
+ "name": "caller",
22
+ "type": "address"
23
+ },
24
+ {
25
+ "internalType": "uint32",
26
+ "name": "delay",
27
+ "type": "uint32"
28
+ }
29
+ ],
30
+ "name": "AccessManagedRequiredDelay",
31
+ "type": "error"
32
+ },
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "caller",
38
+ "type": "address"
39
+ }
40
+ ],
41
+ "name": "AccessManagedUnauthorized",
42
+ "type": "error"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "address",
48
+ "name": "target",
49
+ "type": "address"
50
+ }
51
+ ],
52
+ "name": "AddressEmptyCode",
53
+ "type": "error"
54
+ },
55
+ {
56
+ "inputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "implementation",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "name": "ERC1967InvalidImplementation",
64
+ "type": "error"
65
+ },
66
+ {
67
+ "inputs": [],
68
+ "name": "ERC1967NonPayable",
69
+ "type": "error"
70
+ },
71
+ {
72
+ "inputs": [
73
+ {
74
+ "internalType": "address",
75
+ "name": "spender",
76
+ "type": "address"
77
+ },
78
+ {
79
+ "internalType": "uint256",
80
+ "name": "allowance",
81
+ "type": "uint256"
82
+ },
83
+ {
84
+ "internalType": "uint256",
85
+ "name": "needed",
86
+ "type": "uint256"
87
+ }
88
+ ],
89
+ "name": "ERC20InsufficientAllowance",
90
+ "type": "error"
91
+ },
92
+ {
93
+ "inputs": [
94
+ {
95
+ "internalType": "address",
96
+ "name": "sender",
97
+ "type": "address"
98
+ },
99
+ {
100
+ "internalType": "uint256",
101
+ "name": "balance",
102
+ "type": "uint256"
103
+ },
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "needed",
107
+ "type": "uint256"
108
+ }
109
+ ],
110
+ "name": "ERC20InsufficientBalance",
111
+ "type": "error"
112
+ },
113
+ {
114
+ "inputs": [
115
+ {
116
+ "internalType": "address",
117
+ "name": "approver",
118
+ "type": "address"
119
+ }
120
+ ],
121
+ "name": "ERC20InvalidApprover",
122
+ "type": "error"
123
+ },
124
+ {
125
+ "inputs": [
126
+ {
127
+ "internalType": "address",
128
+ "name": "receiver",
129
+ "type": "address"
130
+ }
131
+ ],
132
+ "name": "ERC20InvalidReceiver",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "address",
139
+ "name": "sender",
140
+ "type": "address"
141
+ }
142
+ ],
143
+ "name": "ERC20InvalidSender",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [
148
+ {
149
+ "internalType": "address",
150
+ "name": "spender",
151
+ "type": "address"
152
+ }
153
+ ],
154
+ "name": "ERC20InvalidSpender",
155
+ "type": "error"
156
+ },
157
+ {
158
+ "inputs": [],
159
+ "name": "EnforcedPause",
160
+ "type": "error"
161
+ },
162
+ {
163
+ "inputs": [],
164
+ "name": "ExpectedPause",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [],
169
+ "name": "FailedCall",
170
+ "type": "error"
171
+ },
172
+ {
173
+ "inputs": [],
174
+ "name": "InvalidInitialization",
175
+ "type": "error"
176
+ },
177
+ {
178
+ "inputs": [],
179
+ "name": "NotInitializing",
180
+ "type": "error"
181
+ },
182
+ {
183
+ "inputs": [
184
+ {
185
+ "internalType": "bytes32",
186
+ "name": "expected",
187
+ "type": "bytes32"
188
+ },
189
+ {
190
+ "internalType": "bytes32",
191
+ "name": "actual",
192
+ "type": "bytes32"
193
+ }
194
+ ],
195
+ "name": "OPP_EpochHashMismatch",
196
+ "type": "error"
197
+ },
198
+ {
199
+ "inputs": [
200
+ {
201
+ "internalType": "uint256",
202
+ "name": "required",
203
+ "type": "uint256"
204
+ },
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "provided",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "name": "OPP_InsufficientSignatureWeight",
212
+ "type": "error"
213
+ },
214
+ {
215
+ "inputs": [
216
+ {
217
+ "internalType": "address",
218
+ "name": "caller",
219
+ "type": "address"
220
+ },
221
+ {
222
+ "internalType": "address",
223
+ "name": "expected",
224
+ "type": "address"
225
+ }
226
+ ],
227
+ "name": "OPP_InvalidOPPAddress",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "inputs": [
232
+ {
233
+ "internalType": "bytes32",
234
+ "name": "expected",
235
+ "type": "bytes32"
236
+ },
237
+ {
238
+ "internalType": "bytes32",
239
+ "name": "actual",
240
+ "type": "bytes32"
241
+ }
242
+ ],
243
+ "name": "OPP_MessageIDMismatch",
244
+ "type": "error"
245
+ },
246
+ {
247
+ "inputs": [],
248
+ "name": "OPP_NoAssertionsSent",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [],
253
+ "name": "OPP_NoPendingAssertions",
254
+ "type": "error"
255
+ },
256
+ {
257
+ "inputs": [
258
+ {
259
+ "internalType": "uint32",
260
+ "name": "expected",
261
+ "type": "uint32"
262
+ },
263
+ {
264
+ "internalType": "uint32",
265
+ "name": "actual",
266
+ "type": "uint32"
267
+ }
268
+ ],
269
+ "name": "OPP_NonSequentialEpoch",
270
+ "type": "error"
271
+ },
272
+ {
273
+ "inputs": [],
274
+ "name": "OPP_NotSending",
275
+ "type": "error"
276
+ },
277
+ {
278
+ "inputs": [],
279
+ "name": "OPP_OPPAddressNotSet",
280
+ "type": "error"
281
+ },
282
+ {
283
+ "inputs": [
284
+ {
285
+ "internalType": "bytes32",
286
+ "name": "expected",
287
+ "type": "bytes32"
288
+ },
289
+ {
290
+ "internalType": "bytes32",
291
+ "name": "actual",
292
+ "type": "bytes32"
293
+ }
294
+ ],
295
+ "name": "OPP_PayloadHashMismatch",
296
+ "type": "error"
297
+ },
298
+ {
299
+ "inputs": [
300
+ {
301
+ "internalType": "uint32",
302
+ "name": "epochNumber",
303
+ "type": "uint32"
304
+ },
305
+ {
306
+ "internalType": "uint256",
307
+ "name": "messageCount",
308
+ "type": "uint256"
309
+ }
310
+ ],
311
+ "name": "OPP_PreviousEpochPendingMessages",
312
+ "type": "error"
313
+ },
314
+ {
315
+ "inputs": [
316
+ {
317
+ "internalType": "uint32",
318
+ "name": "epochNumber",
319
+ "type": "uint32"
320
+ }
321
+ ],
322
+ "name": "OPP_PreviousEpochSent",
323
+ "type": "error"
324
+ },
325
+ {
326
+ "inputs": [
327
+ {
328
+ "internalType": "uint32",
329
+ "name": "epochNumber",
330
+ "type": "uint32"
331
+ }
332
+ ],
333
+ "name": "OPP_PreviousEpochUnsent",
334
+ "type": "error"
335
+ },
336
+ {
337
+ "inputs": [
338
+ {
339
+ "internalType": "uint256",
340
+ "name": "stack",
341
+ "type": "uint256"
342
+ }
343
+ ],
344
+ "name": "OPP_SendStackError",
345
+ "type": "error"
346
+ },
347
+ {
348
+ "inputs": [
349
+ {
350
+ "internalType": "uint256",
351
+ "name": "expectedMaxMessages",
352
+ "type": "uint256"
353
+ },
354
+ {
355
+ "internalType": "uint256",
356
+ "name": "actualMessages",
357
+ "type": "uint256"
358
+ }
359
+ ],
360
+ "name": "OPP_TooManyMessages",
361
+ "type": "error"
362
+ },
363
+ {
364
+ "inputs": [
365
+ {
366
+ "internalType": "address",
367
+ "name": "sender",
368
+ "type": "address"
369
+ },
370
+ {
371
+ "internalType": "uint16",
372
+ "name": "assertionType",
373
+ "type": "uint16"
374
+ }
375
+ ],
376
+ "name": "OPP_UnauthorizedAssertionType",
377
+ "type": "error"
378
+ },
379
+ {
380
+ "inputs": [
381
+ {
382
+ "internalType": "uint16",
383
+ "name": "assertionType",
384
+ "type": "uint16"
385
+ }
386
+ ],
387
+ "name": "OPP_UnhandledAssertionType",
388
+ "type": "error"
389
+ },
390
+ {
391
+ "inputs": [],
392
+ "name": "OPP_ZeroTag",
393
+ "type": "error"
394
+ },
395
+ {
396
+ "inputs": [],
397
+ "name": "UUPSUnauthorizedCallContext",
398
+ "type": "error"
399
+ },
400
+ {
401
+ "inputs": [
402
+ {
403
+ "internalType": "bytes32",
404
+ "name": "slot",
405
+ "type": "bytes32"
406
+ }
407
+ ],
408
+ "name": "UUPSUnsupportedProxiableUUID",
409
+ "type": "error"
410
+ },
411
+ {
412
+ "inputs": [
413
+ {
414
+ "internalType": "address",
415
+ "name": "actor",
416
+ "type": "address"
417
+ }
418
+ ],
419
+ "name": "WIRE_ActorAlreadyBonded",
420
+ "type": "error"
421
+ },
422
+ {
423
+ "inputs": [
424
+ {
425
+ "internalType": "address",
426
+ "name": "actor",
427
+ "type": "address"
428
+ }
429
+ ],
430
+ "name": "WIRE_ActorNotBonded",
431
+ "type": "error"
432
+ },
433
+ {
434
+ "inputs": [
435
+ {
436
+ "internalType": "uint32",
437
+ "name": "tokenType",
438
+ "type": "uint32"
439
+ },
440
+ {
441
+ "internalType": "bytes32",
442
+ "name": "bondLevelId",
443
+ "type": "bytes32"
444
+ }
445
+ ],
446
+ "name": "WIRE_BadBondLevel",
447
+ "type": "error"
448
+ },
449
+ {
450
+ "inputs": [
451
+ {
452
+ "internalType": "string",
453
+ "name": "name",
454
+ "type": "string"
455
+ },
456
+ {
457
+ "internalType": "address",
458
+ "name": "provided",
459
+ "type": "address"
460
+ }
461
+ ],
462
+ "name": "WIRE_BadContractAddress",
463
+ "type": "error"
464
+ },
465
+ {
466
+ "inputs": [
467
+ {
468
+ "internalType": "uint256",
469
+ "name": "bps",
470
+ "type": "uint256"
471
+ },
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "maxBps",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "name": "WIRE_BasisPointsTooHigh",
479
+ "type": "error"
480
+ },
481
+ {
482
+ "inputs": [
483
+ {
484
+ "internalType": "address",
485
+ "name": "actor",
486
+ "type": "address"
487
+ },
488
+ {
489
+ "internalType": "uint256",
490
+ "name": "cooldownEnd",
491
+ "type": "uint256"
492
+ }
493
+ ],
494
+ "name": "WIRE_BondInCooldown",
495
+ "type": "error"
496
+ },
497
+ {
498
+ "inputs": [
499
+ {
500
+ "internalType": "address",
501
+ "name": "actor",
502
+ "type": "address"
503
+ },
504
+ {
505
+ "internalType": "uint256",
506
+ "name": "warmupEnd",
507
+ "type": "uint256"
508
+ }
509
+ ],
510
+ "name": "WIRE_BondInWarmup",
511
+ "type": "error"
512
+ },
513
+ {
514
+ "inputs": [
515
+ {
516
+ "internalType": "uint256",
517
+ "name": "required",
518
+ "type": "uint256"
519
+ },
520
+ {
521
+ "internalType": "uint256",
522
+ "name": "provided",
523
+ "type": "uint256"
524
+ }
525
+ ],
526
+ "name": "WIRE_BondInsufficientEth",
527
+ "type": "error"
528
+ },
529
+ {
530
+ "inputs": [
531
+ {
532
+ "internalType": "uint256",
533
+ "name": "required",
534
+ "type": "uint256"
535
+ },
536
+ {
537
+ "internalType": "uint256",
538
+ "name": "provided",
539
+ "type": "uint256"
540
+ }
541
+ ],
542
+ "name": "WIRE_BondInsufficientEthEquivalent",
543
+ "type": "error"
544
+ },
545
+ {
546
+ "inputs": [
547
+ {
548
+ "internalType": "uint256",
549
+ "name": "value",
550
+ "type": "uint256"
551
+ },
552
+ {
553
+ "internalType": "uint256",
554
+ "name": "minValue",
555
+ "type": "uint256"
556
+ }
557
+ ],
558
+ "name": "WIRE_BondLevelCooldownTooShort",
559
+ "type": "error"
560
+ },
561
+ {
562
+ "inputs": [
563
+ {
564
+ "internalType": "uint32",
565
+ "name": "tokenType",
566
+ "type": "uint32"
567
+ },
568
+ {
569
+ "internalType": "bytes32",
570
+ "name": "bondLevelId",
571
+ "type": "bytes32"
572
+ }
573
+ ],
574
+ "name": "WIRE_BondLevelExists",
575
+ "type": "error"
576
+ },
577
+ {
578
+ "inputs": [
579
+ {
580
+ "internalType": "uint32",
581
+ "name": "tokenType",
582
+ "type": "uint32"
583
+ },
584
+ {
585
+ "internalType": "bytes32",
586
+ "name": "bondLevelId",
587
+ "type": "bytes32"
588
+ }
589
+ ],
590
+ "name": "WIRE_BondLevelHasNoRoles",
591
+ "type": "error"
592
+ },
593
+ {
594
+ "inputs": [
595
+ {
596
+ "internalType": "uint32",
597
+ "name": "tokenType",
598
+ "type": "uint32"
599
+ },
600
+ {
601
+ "internalType": "bytes32",
602
+ "name": "bondLevelId",
603
+ "type": "bytes32"
604
+ }
605
+ ],
606
+ "name": "WIRE_BondLevelNoAmount",
607
+ "type": "error"
608
+ },
609
+ {
610
+ "inputs": [
611
+ {
612
+ "internalType": "uint32",
613
+ "name": "tokenType",
614
+ "type": "uint32"
615
+ },
616
+ {
617
+ "internalType": "bytes32",
618
+ "name": "bondLevelId",
619
+ "type": "bytes32"
620
+ }
621
+ ],
622
+ "name": "WIRE_BondLevelNoEthEquivalent",
623
+ "type": "error"
624
+ },
625
+ {
626
+ "inputs": [
627
+ {
628
+ "internalType": "uint32",
629
+ "name": "tokenType",
630
+ "type": "uint32"
631
+ },
632
+ {
633
+ "internalType": "bytes32",
634
+ "name": "bondLevelId",
635
+ "type": "bytes32"
636
+ }
637
+ ],
638
+ "name": "WIRE_BondLevelNoTokenContract",
639
+ "type": "error"
640
+ },
641
+ {
642
+ "inputs": [
643
+ {
644
+ "internalType": "uint32",
645
+ "name": "tokenType",
646
+ "type": "uint32"
647
+ },
648
+ {
649
+ "internalType": "bytes32",
650
+ "name": "bondLevelId",
651
+ "type": "bytes32"
652
+ }
653
+ ],
654
+ "name": "WIRE_BondLevelNoTokenId",
655
+ "type": "error"
656
+ },
657
+ {
658
+ "inputs": [
659
+ {
660
+ "internalType": "uint256",
661
+ "name": "value",
662
+ "type": "uint256"
663
+ },
664
+ {
665
+ "internalType": "uint256",
666
+ "name": "minValue",
667
+ "type": "uint256"
668
+ }
669
+ ],
670
+ "name": "WIRE_BondLevelWarmupTooShort",
671
+ "type": "error"
672
+ },
673
+ {
674
+ "inputs": [
675
+ {
676
+ "internalType": "address",
677
+ "name": "actor",
678
+ "type": "address"
679
+ }
680
+ ],
681
+ "name": "WIRE_BondNotUnbonding",
682
+ "type": "error"
683
+ },
684
+ {
685
+ "inputs": [
686
+ {
687
+ "internalType": "uint32",
688
+ "name": "tokenType",
689
+ "type": "uint32"
690
+ },
691
+ {
692
+ "internalType": "bytes32",
693
+ "name": "bondLevelId",
694
+ "type": "bytes32"
695
+ },
696
+ {
697
+ "internalType": "uint256",
698
+ "name": "requiredTokenId",
699
+ "type": "uint256"
700
+ },
701
+ {
702
+ "internalType": "uint256",
703
+ "name": "providedTokenId",
704
+ "type": "uint256"
705
+ }
706
+ ],
707
+ "name": "WIRE_BondTokenIdMismatch",
708
+ "type": "error"
709
+ },
710
+ {
711
+ "inputs": [
712
+ {
713
+ "internalType": "address",
714
+ "name": "to",
715
+ "type": "address"
716
+ },
717
+ {
718
+ "internalType": "uint256",
719
+ "name": "amount",
720
+ "type": "uint256"
721
+ }
722
+ ],
723
+ "name": "WIRE_EthSendFailed",
724
+ "type": "error"
725
+ },
726
+ {
727
+ "inputs": [],
728
+ "name": "WIRE_GoLiveInProgress",
729
+ "type": "error"
730
+ },
731
+ {
732
+ "inputs": [
733
+ {
734
+ "internalType": "uint256",
735
+ "name": "required",
736
+ "type": "uint256"
737
+ },
738
+ {
739
+ "internalType": "uint256",
740
+ "name": "available",
741
+ "type": "uint256"
742
+ }
743
+ ],
744
+ "name": "WIRE_InsufficientEthBalance",
745
+ "type": "error"
746
+ },
747
+ {
748
+ "inputs": [],
749
+ "name": "WIRE_InvalidPrice",
750
+ "type": "error"
751
+ },
752
+ {
753
+ "inputs": [
754
+ {
755
+ "internalType": "address",
756
+ "name": "from",
757
+ "type": "address"
758
+ },
759
+ {
760
+ "internalType": "address",
761
+ "name": "to",
762
+ "type": "address"
763
+ },
764
+ {
765
+ "internalType": "uint256",
766
+ "name": "amount",
767
+ "type": "uint256"
768
+ }
769
+ ],
770
+ "name": "WIRE_LiqEthTransferFailed",
771
+ "type": "error"
772
+ },
773
+ {
774
+ "inputs": [],
775
+ "name": "WIRE_NoPricesRecorded",
776
+ "type": "error"
777
+ },
778
+ {
779
+ "inputs": [],
780
+ "name": "WIRE_NoYield",
781
+ "type": "error"
782
+ },
783
+ {
784
+ "inputs": [
785
+ {
786
+ "internalType": "address",
787
+ "name": "actor",
788
+ "type": "address"
789
+ },
790
+ {
791
+ "internalType": "address",
792
+ "name": "owner",
793
+ "type": "address"
794
+ },
795
+ {
796
+ "internalType": "address",
797
+ "name": "caller",
798
+ "type": "address"
799
+ }
800
+ ],
801
+ "name": "WIRE_NotBondOwner",
802
+ "type": "error"
803
+ },
804
+ {
805
+ "inputs": [
806
+ {
807
+ "internalType": "uint256",
808
+ "name": "receiptId",
809
+ "type": "uint256"
810
+ },
811
+ {
812
+ "internalType": "address",
813
+ "name": "owner",
814
+ "type": "address"
815
+ },
816
+ {
817
+ "internalType": "address",
818
+ "name": "caller",
819
+ "type": "address"
820
+ }
821
+ ],
822
+ "name": "WIRE_NotReceiptOwner",
823
+ "type": "error"
824
+ },
825
+ {
826
+ "inputs": [
827
+ {
828
+ "internalType": "uint256",
829
+ "name": "price",
830
+ "type": "uint256"
831
+ },
832
+ {
833
+ "internalType": "uint256",
834
+ "name": "minPrice",
835
+ "type": "uint256"
836
+ },
837
+ {
838
+ "internalType": "uint256",
839
+ "name": "maxPrice",
840
+ "type": "uint256"
841
+ }
842
+ ],
843
+ "name": "WIRE_PriceOutOfBounds",
844
+ "type": "error"
845
+ },
846
+ {
847
+ "inputs": [
848
+ {
849
+ "internalType": "uint256",
850
+ "name": "receiptId",
851
+ "type": "uint256"
852
+ }
853
+ ],
854
+ "name": "WIRE_ReceiptNotWithdrawable",
855
+ "type": "error"
856
+ },
857
+ {
858
+ "inputs": [],
859
+ "name": "WIRE_RefundingInProgress",
860
+ "type": "error"
861
+ },
862
+ {
863
+ "inputs": [],
864
+ "name": "WIRE_RefundingOnly",
865
+ "type": "error"
866
+ },
867
+ {
868
+ "inputs": [],
869
+ "name": "WIRE_TooManyTranches",
870
+ "type": "error"
871
+ },
872
+ {
873
+ "inputs": [
874
+ {
875
+ "internalType": "string",
876
+ "name": "reason",
877
+ "type": "string"
878
+ }
879
+ ],
880
+ "name": "WIRE_UnexpectedError",
881
+ "type": "error"
882
+ },
883
+ {
884
+ "inputs": [],
885
+ "name": "WIRE_ZeroAmount",
886
+ "type": "error"
887
+ },
888
+ {
889
+ "inputs": [],
890
+ "name": "WIRE_ZeroShares",
891
+ "type": "error"
892
+ },
893
+ {
894
+ "anonymous": false,
895
+ "inputs": [
896
+ {
897
+ "indexed": true,
898
+ "internalType": "address",
899
+ "name": "adapter",
900
+ "type": "address"
901
+ }
902
+ ],
903
+ "name": "AdapterUpdated",
904
+ "type": "event"
905
+ },
906
+ {
907
+ "anonymous": false,
908
+ "inputs": [
909
+ {
910
+ "indexed": true,
911
+ "internalType": "address",
912
+ "name": "owner",
913
+ "type": "address"
914
+ },
915
+ {
916
+ "indexed": true,
917
+ "internalType": "address",
918
+ "name": "spender",
919
+ "type": "address"
920
+ },
921
+ {
922
+ "indexed": false,
923
+ "internalType": "uint256",
924
+ "name": "value",
925
+ "type": "uint256"
926
+ }
927
+ ],
928
+ "name": "Approval",
929
+ "type": "event"
930
+ },
931
+ {
932
+ "anonymous": false,
933
+ "inputs": [
934
+ {
935
+ "indexed": false,
936
+ "internalType": "address",
937
+ "name": "authority",
938
+ "type": "address"
939
+ }
940
+ ],
941
+ "name": "AuthorityUpdated",
942
+ "type": "event"
943
+ },
944
+ {
945
+ "anonymous": false,
946
+ "inputs": [
947
+ {
948
+ "indexed": false,
949
+ "internalType": "uint64",
950
+ "name": "version",
951
+ "type": "uint64"
952
+ }
953
+ ],
954
+ "name": "Initialized",
955
+ "type": "event"
956
+ },
957
+ {
958
+ "anonymous": false,
959
+ "inputs": [
960
+ {
961
+ "indexed": false,
962
+ "internalType": "address",
963
+ "name": "account",
964
+ "type": "address"
965
+ }
966
+ ],
967
+ "name": "Paused",
968
+ "type": "event"
969
+ },
970
+ {
971
+ "anonymous": false,
972
+ "inputs": [
973
+ {
974
+ "indexed": true,
975
+ "internalType": "uint256",
976
+ "name": "trancheNumber",
977
+ "type": "uint256"
978
+ },
979
+ {
980
+ "indexed": false,
981
+ "internalType": "uint256",
982
+ "name": "fullSupply",
983
+ "type": "uint256"
984
+ },
985
+ {
986
+ "indexed": false,
987
+ "internalType": "uint256",
988
+ "name": "priceUsd",
989
+ "type": "uint256"
990
+ }
991
+ ],
992
+ "name": "TrancheAdvanced",
993
+ "type": "event"
994
+ },
995
+ {
996
+ "anonymous": false,
997
+ "inputs": [
998
+ {
999
+ "indexed": true,
1000
+ "internalType": "address",
1001
+ "name": "from",
1002
+ "type": "address"
1003
+ },
1004
+ {
1005
+ "indexed": true,
1006
+ "internalType": "address",
1007
+ "name": "to",
1008
+ "type": "address"
1009
+ },
1010
+ {
1011
+ "indexed": false,
1012
+ "internalType": "uint256",
1013
+ "name": "value",
1014
+ "type": "uint256"
1015
+ }
1016
+ ],
1017
+ "name": "Transfer",
1018
+ "type": "event"
1019
+ },
1020
+ {
1021
+ "anonymous": false,
1022
+ "inputs": [
1023
+ {
1024
+ "indexed": false,
1025
+ "internalType": "address",
1026
+ "name": "account",
1027
+ "type": "address"
1028
+ }
1029
+ ],
1030
+ "name": "Unpaused",
1031
+ "type": "event"
1032
+ },
1033
+ {
1034
+ "anonymous": false,
1035
+ "inputs": [
1036
+ {
1037
+ "indexed": true,
1038
+ "internalType": "address",
1039
+ "name": "implementation",
1040
+ "type": "address"
1041
+ }
1042
+ ],
1043
+ "name": "Upgraded",
1044
+ "type": "event"
1045
+ },
1046
+ {
1047
+ "inputs": [],
1048
+ "name": "UPGRADE_INTERFACE_VERSION",
1049
+ "outputs": [
1050
+ {
1051
+ "internalType": "string",
1052
+ "name": "",
1053
+ "type": "string"
1054
+ }
1055
+ ],
1056
+ "stateMutability": "view",
1057
+ "type": "function"
1058
+ },
1059
+ {
1060
+ "inputs": [
1061
+ {
1062
+ "internalType": "address",
1063
+ "name": "owner",
1064
+ "type": "address"
1065
+ }
1066
+ ],
1067
+ "name": "__OPPEndpointManaged_init",
1068
+ "outputs": [],
1069
+ "stateMutability": "nonpayable",
1070
+ "type": "function"
1071
+ },
1072
+ {
1073
+ "inputs": [
1074
+ {
1075
+ "internalType": "address",
1076
+ "name": "owner",
1077
+ "type": "address"
1078
+ },
1079
+ {
1080
+ "internalType": "address",
1081
+ "name": "spender",
1082
+ "type": "address"
1083
+ }
1084
+ ],
1085
+ "name": "allowance",
1086
+ "outputs": [
1087
+ {
1088
+ "internalType": "uint256",
1089
+ "name": "",
1090
+ "type": "uint256"
1091
+ }
1092
+ ],
1093
+ "stateMutability": "view",
1094
+ "type": "function"
1095
+ },
1096
+ {
1097
+ "inputs": [
1098
+ {
1099
+ "internalType": "address",
1100
+ "name": "spender",
1101
+ "type": "address"
1102
+ },
1103
+ {
1104
+ "internalType": "uint256",
1105
+ "name": "value",
1106
+ "type": "uint256"
1107
+ }
1108
+ ],
1109
+ "name": "approve",
1110
+ "outputs": [
1111
+ {
1112
+ "internalType": "bool",
1113
+ "name": "",
1114
+ "type": "bool"
1115
+ }
1116
+ ],
1117
+ "stateMutability": "nonpayable",
1118
+ "type": "function"
1119
+ },
1120
+ {
1121
+ "inputs": [],
1122
+ "name": "authority",
1123
+ "outputs": [
1124
+ {
1125
+ "internalType": "address",
1126
+ "name": "",
1127
+ "type": "address"
1128
+ }
1129
+ ],
1130
+ "stateMutability": "view",
1131
+ "type": "function"
1132
+ },
1133
+ {
1134
+ "inputs": [
1135
+ {
1136
+ "internalType": "address",
1137
+ "name": "account",
1138
+ "type": "address"
1139
+ }
1140
+ ],
1141
+ "name": "balanceOf",
1142
+ "outputs": [
1143
+ {
1144
+ "internalType": "uint256",
1145
+ "name": "",
1146
+ "type": "uint256"
1147
+ }
1148
+ ],
1149
+ "stateMutability": "view",
1150
+ "type": "function"
1151
+ },
1152
+ {
1153
+ "inputs": [],
1154
+ "name": "decimals",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "uint8",
1158
+ "name": "",
1159
+ "type": "uint8"
1160
+ }
1161
+ ],
1162
+ "stateMutability": "view",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [],
1167
+ "name": "getSummaryAssertions",
1168
+ "outputs": [
1169
+ {
1170
+ "components": [
1171
+ {
1172
+ "internalType": "uint16",
1173
+ "name": "assertionType",
1174
+ "type": "uint16"
1175
+ },
1176
+ {
1177
+ "internalType": "bytes",
1178
+ "name": "assertion",
1179
+ "type": "bytes"
1180
+ }
1181
+ ],
1182
+ "internalType": "struct OPPAssertion[]",
1183
+ "name": "",
1184
+ "type": "tuple[]"
1185
+ }
1186
+ ],
1187
+ "stateMutability": "nonpayable",
1188
+ "type": "function"
1189
+ },
1190
+ {
1191
+ "inputs": [
1192
+ {
1193
+ "internalType": "address",
1194
+ "name": "_owner",
1195
+ "type": "address"
1196
+ },
1197
+ {
1198
+ "internalType": "address",
1199
+ "name": "_priceConsumer",
1200
+ "type": "address"
1201
+ },
1202
+ {
1203
+ "internalType": "uint256",
1204
+ "name": "startSupply",
1205
+ "type": "uint256"
1206
+ },
1207
+ {
1208
+ "internalType": "uint256",
1209
+ "name": "startPriceUsd",
1210
+ "type": "uint256"
1211
+ },
1212
+ {
1213
+ "internalType": "uint256",
1214
+ "name": "_supplyGrowthBps",
1215
+ "type": "uint256"
1216
+ },
1217
+ {
1218
+ "internalType": "uint256",
1219
+ "name": "_priceIncrementUsd",
1220
+ "type": "uint256"
1221
+ }
1222
+ ],
1223
+ "name": "initialize",
1224
+ "outputs": [],
1225
+ "stateMutability": "nonpayable",
1226
+ "type": "function"
1227
+ },
1228
+ {
1229
+ "inputs": [],
1230
+ "name": "isConsumingScheduledOp",
1231
+ "outputs": [
1232
+ {
1233
+ "internalType": "bytes4",
1234
+ "name": "",
1235
+ "type": "bytes4"
1236
+ }
1237
+ ],
1238
+ "stateMutability": "view",
1239
+ "type": "function"
1240
+ },
1241
+ {
1242
+ "inputs": [],
1243
+ "name": "name",
1244
+ "outputs": [
1245
+ {
1246
+ "internalType": "string",
1247
+ "name": "",
1248
+ "type": "string"
1249
+ }
1250
+ ],
1251
+ "stateMutability": "view",
1252
+ "type": "function"
1253
+ },
1254
+ {
1255
+ "inputs": [],
1256
+ "name": "oppAddress",
1257
+ "outputs": [
1258
+ {
1259
+ "internalType": "address",
1260
+ "name": "",
1261
+ "type": "address"
1262
+ }
1263
+ ],
1264
+ "stateMutability": "view",
1265
+ "type": "function"
1266
+ },
1267
+ {
1268
+ "inputs": [],
1269
+ "name": "oppInboundAddress",
1270
+ "outputs": [
1271
+ {
1272
+ "internalType": "address",
1273
+ "name": "",
1274
+ "type": "address"
1275
+ }
1276
+ ],
1277
+ "stateMutability": "view",
1278
+ "type": "function"
1279
+ },
1280
+ {
1281
+ "inputs": [],
1282
+ "name": "pause",
1283
+ "outputs": [],
1284
+ "stateMutability": "nonpayable",
1285
+ "type": "function"
1286
+ },
1287
+ {
1288
+ "inputs": [],
1289
+ "name": "paused",
1290
+ "outputs": [
1291
+ {
1292
+ "internalType": "bool",
1293
+ "name": "",
1294
+ "type": "bool"
1295
+ }
1296
+ ],
1297
+ "stateMutability": "view",
1298
+ "type": "function"
1299
+ },
1300
+ {
1301
+ "inputs": [],
1302
+ "name": "priceConsumer",
1303
+ "outputs": [
1304
+ {
1305
+ "internalType": "contract EthUsdPriceConsumer",
1306
+ "name": "",
1307
+ "type": "address"
1308
+ }
1309
+ ],
1310
+ "stateMutability": "view",
1311
+ "type": "function"
1312
+ },
1313
+ {
1314
+ "inputs": [],
1315
+ "name": "priceIncrementUsd",
1316
+ "outputs": [
1317
+ {
1318
+ "internalType": "uint256",
1319
+ "name": "",
1320
+ "type": "uint256"
1321
+ }
1322
+ ],
1323
+ "stateMutability": "view",
1324
+ "type": "function"
1325
+ },
1326
+ {
1327
+ "inputs": [],
1328
+ "name": "proxiableUUID",
1329
+ "outputs": [
1330
+ {
1331
+ "internalType": "bytes32",
1332
+ "name": "",
1333
+ "type": "bytes32"
1334
+ }
1335
+ ],
1336
+ "stateMutability": "view",
1337
+ "type": "function"
1338
+ },
1339
+ {
1340
+ "inputs": [
1341
+ {
1342
+ "internalType": "address",
1343
+ "name": "buyer",
1344
+ "type": "address"
1345
+ },
1346
+ {
1347
+ "internalType": "uint256",
1348
+ "name": "ethAmountWei",
1349
+ "type": "uint256"
1350
+ }
1351
+ ],
1352
+ "name": "purchase",
1353
+ "outputs": [],
1354
+ "stateMutability": "nonpayable",
1355
+ "type": "function"
1356
+ },
1357
+ {
1358
+ "inputs": [
1359
+ {
1360
+ "internalType": "address",
1361
+ "name": "",
1362
+ "type": "address"
1363
+ }
1364
+ ],
1365
+ "name": "purchaserPretokens",
1366
+ "outputs": [
1367
+ {
1368
+ "internalType": "uint256",
1369
+ "name": "",
1370
+ "type": "uint256"
1371
+ }
1372
+ ],
1373
+ "stateMutability": "view",
1374
+ "type": "function"
1375
+ },
1376
+ {
1377
+ "inputs": [
1378
+ {
1379
+ "internalType": "address",
1380
+ "name": "",
1381
+ "type": "address"
1382
+ }
1383
+ ],
1384
+ "name": "purchaserPrincipalWei",
1385
+ "outputs": [
1386
+ {
1387
+ "internalType": "uint256",
1388
+ "name": "",
1389
+ "type": "uint256"
1390
+ }
1391
+ ],
1392
+ "stateMutability": "view",
1393
+ "type": "function"
1394
+ },
1395
+ {
1396
+ "inputs": [
1397
+ {
1398
+ "internalType": "address",
1399
+ "name": "newAuthority",
1400
+ "type": "address"
1401
+ }
1402
+ ],
1403
+ "name": "setAuthority",
1404
+ "outputs": [],
1405
+ "stateMutability": "nonpayable",
1406
+ "type": "function"
1407
+ },
1408
+ {
1409
+ "inputs": [
1410
+ {
1411
+ "internalType": "uint256",
1412
+ "name": "_supplyGrowthBps",
1413
+ "type": "uint256"
1414
+ },
1415
+ {
1416
+ "internalType": "uint256",
1417
+ "name": "_priceIncrementUsd",
1418
+ "type": "uint256"
1419
+ }
1420
+ ],
1421
+ "name": "setGrowthBps",
1422
+ "outputs": [],
1423
+ "stateMutability": "nonpayable",
1424
+ "type": "function"
1425
+ },
1426
+ {
1427
+ "inputs": [
1428
+ {
1429
+ "internalType": "address",
1430
+ "name": "_oppAddress",
1431
+ "type": "address"
1432
+ },
1433
+ {
1434
+ "internalType": "address",
1435
+ "name": "_oppInboundAddress",
1436
+ "type": "address"
1437
+ }
1438
+ ],
1439
+ "name": "setOPPAddresses",
1440
+ "outputs": [],
1441
+ "stateMutability": "nonpayable",
1442
+ "type": "function"
1443
+ },
1444
+ {
1445
+ "inputs": [
1446
+ {
1447
+ "internalType": "address",
1448
+ "name": "_consumer",
1449
+ "type": "address"
1450
+ }
1451
+ ],
1452
+ "name": "setPriceConsumer",
1453
+ "outputs": [],
1454
+ "stateMutability": "nonpayable",
1455
+ "type": "function"
1456
+ },
1457
+ {
1458
+ "inputs": [],
1459
+ "name": "supplyGrowthBps",
1460
+ "outputs": [
1461
+ {
1462
+ "internalType": "uint256",
1463
+ "name": "",
1464
+ "type": "uint256"
1465
+ }
1466
+ ],
1467
+ "stateMutability": "view",
1468
+ "type": "function"
1469
+ },
1470
+ {
1471
+ "inputs": [],
1472
+ "name": "symbol",
1473
+ "outputs": [
1474
+ {
1475
+ "internalType": "string",
1476
+ "name": "",
1477
+ "type": "string"
1478
+ }
1479
+ ],
1480
+ "stateMutability": "view",
1481
+ "type": "function"
1482
+ },
1483
+ {
1484
+ "inputs": [],
1485
+ "name": "totalSupply",
1486
+ "outputs": [
1487
+ {
1488
+ "internalType": "uint256",
1489
+ "name": "",
1490
+ "type": "uint256"
1491
+ }
1492
+ ],
1493
+ "stateMutability": "view",
1494
+ "type": "function"
1495
+ },
1496
+ {
1497
+ "inputs": [],
1498
+ "name": "trancheFullSupply",
1499
+ "outputs": [
1500
+ {
1501
+ "internalType": "uint256",
1502
+ "name": "",
1503
+ "type": "uint256"
1504
+ }
1505
+ ],
1506
+ "stateMutability": "view",
1507
+ "type": "function"
1508
+ },
1509
+ {
1510
+ "inputs": [],
1511
+ "name": "trancheNumber",
1512
+ "outputs": [
1513
+ {
1514
+ "internalType": "uint256",
1515
+ "name": "",
1516
+ "type": "uint256"
1517
+ }
1518
+ ],
1519
+ "stateMutability": "view",
1520
+ "type": "function"
1521
+ },
1522
+ {
1523
+ "inputs": [],
1524
+ "name": "tranchePriceUsd",
1525
+ "outputs": [
1526
+ {
1527
+ "internalType": "uint256",
1528
+ "name": "",
1529
+ "type": "uint256"
1530
+ }
1531
+ ],
1532
+ "stateMutability": "view",
1533
+ "type": "function"
1534
+ },
1535
+ {
1536
+ "inputs": [],
1537
+ "name": "trancheSupply",
1538
+ "outputs": [
1539
+ {
1540
+ "internalType": "uint256",
1541
+ "name": "",
1542
+ "type": "uint256"
1543
+ }
1544
+ ],
1545
+ "stateMutability": "view",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "inputs": [
1550
+ {
1551
+ "internalType": "address",
1552
+ "name": "to",
1553
+ "type": "address"
1554
+ },
1555
+ {
1556
+ "internalType": "uint256",
1557
+ "name": "value",
1558
+ "type": "uint256"
1559
+ }
1560
+ ],
1561
+ "name": "transfer",
1562
+ "outputs": [
1563
+ {
1564
+ "internalType": "bool",
1565
+ "name": "",
1566
+ "type": "bool"
1567
+ }
1568
+ ],
1569
+ "stateMutability": "nonpayable",
1570
+ "type": "function"
1571
+ },
1572
+ {
1573
+ "inputs": [
1574
+ {
1575
+ "internalType": "address",
1576
+ "name": "from",
1577
+ "type": "address"
1578
+ },
1579
+ {
1580
+ "internalType": "address",
1581
+ "name": "to",
1582
+ "type": "address"
1583
+ },
1584
+ {
1585
+ "internalType": "uint256",
1586
+ "name": "value",
1587
+ "type": "uint256"
1588
+ }
1589
+ ],
1590
+ "name": "transferFrom",
1591
+ "outputs": [
1592
+ {
1593
+ "internalType": "bool",
1594
+ "name": "",
1595
+ "type": "bool"
1596
+ }
1597
+ ],
1598
+ "stateMutability": "nonpayable",
1599
+ "type": "function"
1600
+ },
1601
+ {
1602
+ "inputs": [],
1603
+ "name": "unpause",
1604
+ "outputs": [],
1605
+ "stateMutability": "nonpayable",
1606
+ "type": "function"
1607
+ },
1608
+ {
1609
+ "inputs": [
1610
+ {
1611
+ "internalType": "address",
1612
+ "name": "newImplementation",
1613
+ "type": "address"
1614
+ },
1615
+ {
1616
+ "internalType": "bytes",
1617
+ "name": "data",
1618
+ "type": "bytes"
1619
+ }
1620
+ ],
1621
+ "name": "upgradeToAndCall",
1622
+ "outputs": [],
1623
+ "stateMutability": "payable",
1624
+ "type": "function"
1625
+ }
1626
+ ],
1627
+ "bytecode": "0x60a0806040523460295730608052612528908161002f823960805181818161179801526122fe0152f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cf63d25bf274734cb7e9d80a2230063c652bd564f6e675c4a10e7557b6e1073c64736f6c63430008190033",
1628
+ "deployedBytecode": "0x608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cf63d25bf274734cb7e9d80a2230063c652bd564f6e675c4a10e7557b6e1073c64736f6c63430008190033",
1629
+ "linkReferences": {
1630
+ "contracts/common/iodata.sol": {
1631
+ "iodata": [
1632
+ {
1633
+ "length": 20,
1634
+ "start": 2292
1635
+ }
1636
+ ]
1637
+ },
1638
+ "contracts/common/sysio_write.sol": {
1639
+ "sysio_write": [
1640
+ {
1641
+ "length": 20,
1642
+ "start": 2334
1643
+ }
1644
+ ]
1645
+ }
1646
+ },
1647
+ "deployedLinkReferences": {
1648
+ "contracts/common/iodata.sol": {
1649
+ "iodata": [
1650
+ {
1651
+ "length": 20,
1652
+ "start": 2245
1653
+ }
1654
+ ]
1655
+ },
1656
+ "contracts/common/sysio_write.sol": {
1657
+ "sysio_write": [
1658
+ {
1659
+ "length": 20,
1660
+ "start": 2287
1661
+ }
1662
+ ]
1663
+ }
1664
+ }
1665
+ }