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