@wireio/stake 2.5.1 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/lib/stake.browser.js +28102 -730
  2. package/lib/stake.browser.js.map +1 -1
  3. package/lib/stake.d.ts +53 -11
  4. package/lib/stake.js +28126 -730
  5. package/lib/stake.js.map +1 -1
  6. package/lib/stake.m.js +28102 -730
  7. package/lib/stake.m.js.map +1 -1
  8. package/package.json +3 -3
  9. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  10. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.json +164 -0
  11. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  12. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  13. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  14. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  15. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  16. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.json +618 -0
  17. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  18. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.json +40 -0
  19. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  20. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.json +10 -0
  21. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  22. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.json +10 -0
  23. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  24. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  25. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  26. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.json +49 -0
  27. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  28. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  29. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  30. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.json +1458 -0
  31. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  32. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.json +1532 -0
  33. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  34. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.json +1525 -0
  35. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  36. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.json +1076 -0
  37. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  38. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.json +807 -0
  39. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  41. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  43. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  45. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  47. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  49. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  51. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  53. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  66. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  70. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  71. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  73. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  74. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  75. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/StakingLib.sol/StakingLib.json +89 -0
  77. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.json +1376 -0
  79. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  80. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  81. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  83. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  85. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  88. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  90. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  98. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  100. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  110. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +542 -0
  111. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  112. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  113. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  115. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  117. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  120. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  121. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.dbg.json +4 -0
  122. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BARV2.json +1915 -0
  123. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  124. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/DepositorV2.json +1845 -0
  125. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  127. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +551 -0
  129. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +948 -0
  131. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  132. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +88 -0
  133. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  134. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  135. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  136. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +194 -0
  137. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  138. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  139. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  140. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +36 -0
  141. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  142. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +199 -0
  143. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  144. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +273 -0
  145. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  146. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +394 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +378 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +224 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1010 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +291 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +298 -0
  157. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  158. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +488 -0
  159. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  160. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  161. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  162. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  163. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  164. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  165. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  166. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  167. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  168. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  169. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  170. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  171. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  172. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  173. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  174. package/src/assets/ethereum/hoodi/outpost/Pool.sol/PoolV2.json +943 -0
  175. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  176. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  177. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  178. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +2015 -0
  179. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  180. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  181. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  182. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  183. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  184. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  185. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  186. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  187. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/v1/BAR.sol/BAR.json +1871 -0
  189. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/v1/Depositor.sol/Depositor.json +1653 -0
  191. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/v1/OutpostManager.sol/OutpostManager.json +730 -0
  193. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/v1/Pool.sol/Pool.json +936 -0
  195. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/v1/Pretoken.sol/Pretoken.json +1665 -0
  197. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  199. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  201. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  203. package/src/networks/ethereum/clients/stake.client.ts +81 -7
  204. package/src/networks/ethereum/contract.ts +189 -81
  205. package/src/networks/ethereum/ethereum.ts +47 -6
  206. package/src/networks/ethereum/types.ts +10 -0
  207. package/src/networks/solana/constants.ts +3 -3
  208. package/src/networks/solana/solana.ts +92 -7
  209. package/src/networks/solana/types.ts +2 -2
  210. package/src/types.ts +10 -1
@@ -0,0 +1,1915 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "BARV2",
4
+ "sourceName": "contracts/outpost/BAR.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": "FailedCall",
74
+ "type": "error"
75
+ },
76
+ {
77
+ "inputs": [],
78
+ "name": "InvalidInitialization",
79
+ "type": "error"
80
+ },
81
+ {
82
+ "inputs": [],
83
+ "name": "NotInitializing",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "bytes32",
90
+ "name": "expected",
91
+ "type": "bytes32"
92
+ },
93
+ {
94
+ "internalType": "bytes32",
95
+ "name": "actual",
96
+ "type": "bytes32"
97
+ }
98
+ ],
99
+ "name": "OPP_EpochHashMismatch",
100
+ "type": "error"
101
+ },
102
+ {
103
+ "inputs": [
104
+ {
105
+ "internalType": "uint256",
106
+ "name": "required",
107
+ "type": "uint256"
108
+ },
109
+ {
110
+ "internalType": "uint256",
111
+ "name": "provided",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "name": "OPP_InsufficientSignatureWeight",
116
+ "type": "error"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "caller",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "address",
127
+ "name": "expected",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "OPP_InvalidOPPAddress",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "bytes32",
138
+ "name": "expected",
139
+ "type": "bytes32"
140
+ },
141
+ {
142
+ "internalType": "bytes32",
143
+ "name": "actual",
144
+ "type": "bytes32"
145
+ }
146
+ ],
147
+ "name": "OPP_MessageIDMismatch",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "OPP_NoAssertionsSent",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "OPP_NoPendingAssertions",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "inputs": [
162
+ {
163
+ "internalType": "uint32",
164
+ "name": "expected",
165
+ "type": "uint32"
166
+ },
167
+ {
168
+ "internalType": "uint32",
169
+ "name": "actual",
170
+ "type": "uint32"
171
+ }
172
+ ],
173
+ "name": "OPP_NonSequentialEpoch",
174
+ "type": "error"
175
+ },
176
+ {
177
+ "inputs": [],
178
+ "name": "OPP_NotSending",
179
+ "type": "error"
180
+ },
181
+ {
182
+ "inputs": [],
183
+ "name": "OPP_OPPAddressNotSet",
184
+ "type": "error"
185
+ },
186
+ {
187
+ "inputs": [
188
+ {
189
+ "internalType": "bytes32",
190
+ "name": "expected",
191
+ "type": "bytes32"
192
+ },
193
+ {
194
+ "internalType": "bytes32",
195
+ "name": "actual",
196
+ "type": "bytes32"
197
+ }
198
+ ],
199
+ "name": "OPP_PayloadHashMismatch",
200
+ "type": "error"
201
+ },
202
+ {
203
+ "inputs": [
204
+ {
205
+ "internalType": "uint32",
206
+ "name": "epochNumber",
207
+ "type": "uint32"
208
+ },
209
+ {
210
+ "internalType": "uint256",
211
+ "name": "messageCount",
212
+ "type": "uint256"
213
+ }
214
+ ],
215
+ "name": "OPP_PreviousEpochPendingMessages",
216
+ "type": "error"
217
+ },
218
+ {
219
+ "inputs": [
220
+ {
221
+ "internalType": "uint32",
222
+ "name": "epochNumber",
223
+ "type": "uint32"
224
+ }
225
+ ],
226
+ "name": "OPP_PreviousEpochSent",
227
+ "type": "error"
228
+ },
229
+ {
230
+ "inputs": [
231
+ {
232
+ "internalType": "uint32",
233
+ "name": "epochNumber",
234
+ "type": "uint32"
235
+ }
236
+ ],
237
+ "name": "OPP_PreviousEpochUnsent",
238
+ "type": "error"
239
+ },
240
+ {
241
+ "inputs": [
242
+ {
243
+ "internalType": "uint256",
244
+ "name": "stack",
245
+ "type": "uint256"
246
+ }
247
+ ],
248
+ "name": "OPP_SendStackError",
249
+ "type": "error"
250
+ },
251
+ {
252
+ "inputs": [
253
+ {
254
+ "internalType": "uint256",
255
+ "name": "expectedMaxMessages",
256
+ "type": "uint256"
257
+ },
258
+ {
259
+ "internalType": "uint256",
260
+ "name": "actualMessages",
261
+ "type": "uint256"
262
+ }
263
+ ],
264
+ "name": "OPP_TooManyMessages",
265
+ "type": "error"
266
+ },
267
+ {
268
+ "inputs": [
269
+ {
270
+ "internalType": "address",
271
+ "name": "sender",
272
+ "type": "address"
273
+ },
274
+ {
275
+ "internalType": "uint16",
276
+ "name": "assertionType",
277
+ "type": "uint16"
278
+ }
279
+ ],
280
+ "name": "OPP_UnauthorizedAssertionType",
281
+ "type": "error"
282
+ },
283
+ {
284
+ "inputs": [
285
+ {
286
+ "internalType": "uint16",
287
+ "name": "assertionType",
288
+ "type": "uint16"
289
+ }
290
+ ],
291
+ "name": "OPP_UnhandledAssertionType",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [],
296
+ "name": "OPP_ZeroTag",
297
+ "type": "error"
298
+ },
299
+ {
300
+ "inputs": [
301
+ {
302
+ "internalType": "address",
303
+ "name": "token",
304
+ "type": "address"
305
+ }
306
+ ],
307
+ "name": "SafeERC20FailedOperation",
308
+ "type": "error"
309
+ },
310
+ {
311
+ "inputs": [],
312
+ "name": "UUPSUnauthorizedCallContext",
313
+ "type": "error"
314
+ },
315
+ {
316
+ "inputs": [
317
+ {
318
+ "internalType": "bytes32",
319
+ "name": "slot",
320
+ "type": "bytes32"
321
+ }
322
+ ],
323
+ "name": "UUPSUnsupportedProxiableUUID",
324
+ "type": "error"
325
+ },
326
+ {
327
+ "inputs": [
328
+ {
329
+ "internalType": "address",
330
+ "name": "actor",
331
+ "type": "address"
332
+ }
333
+ ],
334
+ "name": "WIRE_ActorAlreadyBonded",
335
+ "type": "error"
336
+ },
337
+ {
338
+ "inputs": [
339
+ {
340
+ "internalType": "address",
341
+ "name": "actor",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "name": "WIRE_ActorNotBonded",
346
+ "type": "error"
347
+ },
348
+ {
349
+ "inputs": [
350
+ {
351
+ "internalType": "uint32",
352
+ "name": "tokenType",
353
+ "type": "uint32"
354
+ },
355
+ {
356
+ "internalType": "bytes32",
357
+ "name": "bondLevelId",
358
+ "type": "bytes32"
359
+ }
360
+ ],
361
+ "name": "WIRE_BadBondLevel",
362
+ "type": "error"
363
+ },
364
+ {
365
+ "inputs": [
366
+ {
367
+ "internalType": "string",
368
+ "name": "name",
369
+ "type": "string"
370
+ },
371
+ {
372
+ "internalType": "address",
373
+ "name": "provided",
374
+ "type": "address"
375
+ }
376
+ ],
377
+ "name": "WIRE_BadContractAddress",
378
+ "type": "error"
379
+ },
380
+ {
381
+ "inputs": [
382
+ {
383
+ "internalType": "uint256",
384
+ "name": "bps",
385
+ "type": "uint256"
386
+ },
387
+ {
388
+ "internalType": "uint256",
389
+ "name": "maxBps",
390
+ "type": "uint256"
391
+ }
392
+ ],
393
+ "name": "WIRE_BasisPointsTooHigh",
394
+ "type": "error"
395
+ },
396
+ {
397
+ "inputs": [
398
+ {
399
+ "internalType": "address",
400
+ "name": "actor",
401
+ "type": "address"
402
+ },
403
+ {
404
+ "internalType": "uint256",
405
+ "name": "cooldownEnd",
406
+ "type": "uint256"
407
+ }
408
+ ],
409
+ "name": "WIRE_BondInCooldown",
410
+ "type": "error"
411
+ },
412
+ {
413
+ "inputs": [
414
+ {
415
+ "internalType": "address",
416
+ "name": "actor",
417
+ "type": "address"
418
+ },
419
+ {
420
+ "internalType": "uint256",
421
+ "name": "warmupEnd",
422
+ "type": "uint256"
423
+ }
424
+ ],
425
+ "name": "WIRE_BondInWarmup",
426
+ "type": "error"
427
+ },
428
+ {
429
+ "inputs": [
430
+ {
431
+ "internalType": "uint256",
432
+ "name": "required",
433
+ "type": "uint256"
434
+ },
435
+ {
436
+ "internalType": "uint256",
437
+ "name": "provided",
438
+ "type": "uint256"
439
+ }
440
+ ],
441
+ "name": "WIRE_BondInsufficientEth",
442
+ "type": "error"
443
+ },
444
+ {
445
+ "inputs": [
446
+ {
447
+ "internalType": "uint256",
448
+ "name": "required",
449
+ "type": "uint256"
450
+ },
451
+ {
452
+ "internalType": "uint256",
453
+ "name": "provided",
454
+ "type": "uint256"
455
+ }
456
+ ],
457
+ "name": "WIRE_BondInsufficientEthEquivalent",
458
+ "type": "error"
459
+ },
460
+ {
461
+ "inputs": [
462
+ {
463
+ "internalType": "uint256",
464
+ "name": "value",
465
+ "type": "uint256"
466
+ },
467
+ {
468
+ "internalType": "uint256",
469
+ "name": "minValue",
470
+ "type": "uint256"
471
+ }
472
+ ],
473
+ "name": "WIRE_BondLevelCooldownTooShort",
474
+ "type": "error"
475
+ },
476
+ {
477
+ "inputs": [
478
+ {
479
+ "internalType": "uint32",
480
+ "name": "tokenType",
481
+ "type": "uint32"
482
+ },
483
+ {
484
+ "internalType": "bytes32",
485
+ "name": "bondLevelId",
486
+ "type": "bytes32"
487
+ }
488
+ ],
489
+ "name": "WIRE_BondLevelExists",
490
+ "type": "error"
491
+ },
492
+ {
493
+ "inputs": [
494
+ {
495
+ "internalType": "uint32",
496
+ "name": "tokenType",
497
+ "type": "uint32"
498
+ },
499
+ {
500
+ "internalType": "bytes32",
501
+ "name": "bondLevelId",
502
+ "type": "bytes32"
503
+ }
504
+ ],
505
+ "name": "WIRE_BondLevelHasNoRoles",
506
+ "type": "error"
507
+ },
508
+ {
509
+ "inputs": [
510
+ {
511
+ "internalType": "uint32",
512
+ "name": "tokenType",
513
+ "type": "uint32"
514
+ },
515
+ {
516
+ "internalType": "bytes32",
517
+ "name": "bondLevelId",
518
+ "type": "bytes32"
519
+ }
520
+ ],
521
+ "name": "WIRE_BondLevelNoAmount",
522
+ "type": "error"
523
+ },
524
+ {
525
+ "inputs": [
526
+ {
527
+ "internalType": "uint32",
528
+ "name": "tokenType",
529
+ "type": "uint32"
530
+ },
531
+ {
532
+ "internalType": "bytes32",
533
+ "name": "bondLevelId",
534
+ "type": "bytes32"
535
+ }
536
+ ],
537
+ "name": "WIRE_BondLevelNoEthEquivalent",
538
+ "type": "error"
539
+ },
540
+ {
541
+ "inputs": [
542
+ {
543
+ "internalType": "uint32",
544
+ "name": "tokenType",
545
+ "type": "uint32"
546
+ },
547
+ {
548
+ "internalType": "bytes32",
549
+ "name": "bondLevelId",
550
+ "type": "bytes32"
551
+ }
552
+ ],
553
+ "name": "WIRE_BondLevelNoTokenContract",
554
+ "type": "error"
555
+ },
556
+ {
557
+ "inputs": [
558
+ {
559
+ "internalType": "uint32",
560
+ "name": "tokenType",
561
+ "type": "uint32"
562
+ },
563
+ {
564
+ "internalType": "bytes32",
565
+ "name": "bondLevelId",
566
+ "type": "bytes32"
567
+ }
568
+ ],
569
+ "name": "WIRE_BondLevelNoTokenId",
570
+ "type": "error"
571
+ },
572
+ {
573
+ "inputs": [
574
+ {
575
+ "internalType": "uint256",
576
+ "name": "value",
577
+ "type": "uint256"
578
+ },
579
+ {
580
+ "internalType": "uint256",
581
+ "name": "minValue",
582
+ "type": "uint256"
583
+ }
584
+ ],
585
+ "name": "WIRE_BondLevelWarmupTooShort",
586
+ "type": "error"
587
+ },
588
+ {
589
+ "inputs": [
590
+ {
591
+ "internalType": "address",
592
+ "name": "actor",
593
+ "type": "address"
594
+ }
595
+ ],
596
+ "name": "WIRE_BondNotUnbonding",
597
+ "type": "error"
598
+ },
599
+ {
600
+ "inputs": [
601
+ {
602
+ "internalType": "uint32",
603
+ "name": "tokenType",
604
+ "type": "uint32"
605
+ },
606
+ {
607
+ "internalType": "bytes32",
608
+ "name": "bondLevelId",
609
+ "type": "bytes32"
610
+ },
611
+ {
612
+ "internalType": "uint256",
613
+ "name": "requiredTokenId",
614
+ "type": "uint256"
615
+ },
616
+ {
617
+ "internalType": "uint256",
618
+ "name": "providedTokenId",
619
+ "type": "uint256"
620
+ }
621
+ ],
622
+ "name": "WIRE_BondTokenIdMismatch",
623
+ "type": "error"
624
+ },
625
+ {
626
+ "inputs": [
627
+ {
628
+ "internalType": "address",
629
+ "name": "to",
630
+ "type": "address"
631
+ },
632
+ {
633
+ "internalType": "uint256",
634
+ "name": "amount",
635
+ "type": "uint256"
636
+ }
637
+ ],
638
+ "name": "WIRE_EthSendFailed",
639
+ "type": "error"
640
+ },
641
+ {
642
+ "inputs": [],
643
+ "name": "WIRE_GoLiveInProgress",
644
+ "type": "error"
645
+ },
646
+ {
647
+ "inputs": [
648
+ {
649
+ "internalType": "uint256",
650
+ "name": "required",
651
+ "type": "uint256"
652
+ },
653
+ {
654
+ "internalType": "uint256",
655
+ "name": "available",
656
+ "type": "uint256"
657
+ }
658
+ ],
659
+ "name": "WIRE_InsufficientEthBalance",
660
+ "type": "error"
661
+ },
662
+ {
663
+ "inputs": [],
664
+ "name": "WIRE_InvalidPrice",
665
+ "type": "error"
666
+ },
667
+ {
668
+ "inputs": [
669
+ {
670
+ "internalType": "address",
671
+ "name": "from",
672
+ "type": "address"
673
+ },
674
+ {
675
+ "internalType": "address",
676
+ "name": "to",
677
+ "type": "address"
678
+ },
679
+ {
680
+ "internalType": "uint256",
681
+ "name": "amount",
682
+ "type": "uint256"
683
+ }
684
+ ],
685
+ "name": "WIRE_LiqEthTransferFailed",
686
+ "type": "error"
687
+ },
688
+ {
689
+ "inputs": [],
690
+ "name": "WIRE_NoPricesRecorded",
691
+ "type": "error"
692
+ },
693
+ {
694
+ "inputs": [],
695
+ "name": "WIRE_NoYield",
696
+ "type": "error"
697
+ },
698
+ {
699
+ "inputs": [
700
+ {
701
+ "internalType": "address",
702
+ "name": "actor",
703
+ "type": "address"
704
+ },
705
+ {
706
+ "internalType": "address",
707
+ "name": "owner",
708
+ "type": "address"
709
+ },
710
+ {
711
+ "internalType": "address",
712
+ "name": "caller",
713
+ "type": "address"
714
+ }
715
+ ],
716
+ "name": "WIRE_NotBondOwner",
717
+ "type": "error"
718
+ },
719
+ {
720
+ "inputs": [
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "receiptId",
724
+ "type": "uint256"
725
+ },
726
+ {
727
+ "internalType": "address",
728
+ "name": "owner",
729
+ "type": "address"
730
+ },
731
+ {
732
+ "internalType": "address",
733
+ "name": "caller",
734
+ "type": "address"
735
+ }
736
+ ],
737
+ "name": "WIRE_NotReceiptOwner",
738
+ "type": "error"
739
+ },
740
+ {
741
+ "inputs": [
742
+ {
743
+ "internalType": "uint256",
744
+ "name": "price",
745
+ "type": "uint256"
746
+ },
747
+ {
748
+ "internalType": "uint256",
749
+ "name": "minPrice",
750
+ "type": "uint256"
751
+ },
752
+ {
753
+ "internalType": "uint256",
754
+ "name": "maxPrice",
755
+ "type": "uint256"
756
+ }
757
+ ],
758
+ "name": "WIRE_PriceOutOfBounds",
759
+ "type": "error"
760
+ },
761
+ {
762
+ "inputs": [
763
+ {
764
+ "internalType": "uint256",
765
+ "name": "receiptId",
766
+ "type": "uint256"
767
+ }
768
+ ],
769
+ "name": "WIRE_ReceiptNotWithdrawable",
770
+ "type": "error"
771
+ },
772
+ {
773
+ "inputs": [],
774
+ "name": "WIRE_RefundingInProgress",
775
+ "type": "error"
776
+ },
777
+ {
778
+ "inputs": [],
779
+ "name": "WIRE_RefundingOnly",
780
+ "type": "error"
781
+ },
782
+ {
783
+ "inputs": [
784
+ {
785
+ "internalType": "string",
786
+ "name": "reason",
787
+ "type": "string"
788
+ }
789
+ ],
790
+ "name": "WIRE_UnexpectedError",
791
+ "type": "error"
792
+ },
793
+ {
794
+ "inputs": [],
795
+ "name": "WIRE_ZeroAmount",
796
+ "type": "error"
797
+ },
798
+ {
799
+ "inputs": [],
800
+ "name": "WIRE_ZeroShares",
801
+ "type": "error"
802
+ },
803
+ {
804
+ "anonymous": false,
805
+ "inputs": [
806
+ {
807
+ "indexed": true,
808
+ "internalType": "address",
809
+ "name": "actor",
810
+ "type": "address"
811
+ },
812
+ {
813
+ "indexed": true,
814
+ "internalType": "address",
815
+ "name": "owner",
816
+ "type": "address"
817
+ },
818
+ {
819
+ "indexed": true,
820
+ "internalType": "bytes32",
821
+ "name": "bondId",
822
+ "type": "bytes32"
823
+ }
824
+ ],
825
+ "name": "ActorBondClaimed",
826
+ "type": "event"
827
+ },
828
+ {
829
+ "anonymous": false,
830
+ "inputs": [
831
+ {
832
+ "indexed": true,
833
+ "internalType": "address",
834
+ "name": "actor",
835
+ "type": "address"
836
+ },
837
+ {
838
+ "indexed": true,
839
+ "internalType": "address",
840
+ "name": "owner",
841
+ "type": "address"
842
+ },
843
+ {
844
+ "indexed": true,
845
+ "internalType": "bytes32",
846
+ "name": "bondId",
847
+ "type": "bytes32"
848
+ },
849
+ {
850
+ "indexed": false,
851
+ "internalType": "uint256",
852
+ "name": "tokenId",
853
+ "type": "uint256"
854
+ },
855
+ {
856
+ "indexed": false,
857
+ "internalType": "uint256",
858
+ "name": "bondedAt",
859
+ "type": "uint256"
860
+ }
861
+ ],
862
+ "name": "ActorBonding",
863
+ "type": "event"
864
+ },
865
+ {
866
+ "anonymous": false,
867
+ "inputs": [
868
+ {
869
+ "indexed": true,
870
+ "internalType": "address",
871
+ "name": "actor",
872
+ "type": "address"
873
+ },
874
+ {
875
+ "indexed": false,
876
+ "internalType": "uint256",
877
+ "name": "unbondedAt",
878
+ "type": "uint256"
879
+ }
880
+ ],
881
+ "name": "ActorUnbonding",
882
+ "type": "event"
883
+ },
884
+ {
885
+ "anonymous": false,
886
+ "inputs": [
887
+ {
888
+ "indexed": false,
889
+ "internalType": "address",
890
+ "name": "authority",
891
+ "type": "address"
892
+ }
893
+ ],
894
+ "name": "AuthorityUpdated",
895
+ "type": "event"
896
+ },
897
+ {
898
+ "anonymous": false,
899
+ "inputs": [
900
+ {
901
+ "indexed": true,
902
+ "internalType": "bytes32",
903
+ "name": "id",
904
+ "type": "bytes32"
905
+ },
906
+ {
907
+ "components": [
908
+ {
909
+ "internalType": "uint32",
910
+ "name": "tokenType",
911
+ "type": "uint32"
912
+ },
913
+ {
914
+ "internalType": "address",
915
+ "name": "tokenContract",
916
+ "type": "address"
917
+ },
918
+ {
919
+ "internalType": "uint256",
920
+ "name": "tokenId",
921
+ "type": "uint256"
922
+ },
923
+ {
924
+ "internalType": "uint256",
925
+ "name": "tokenAmount",
926
+ "type": "uint256"
927
+ },
928
+ {
929
+ "internalType": "uint256",
930
+ "name": "ethEquivalent",
931
+ "type": "uint256"
932
+ },
933
+ {
934
+ "internalType": "uint256",
935
+ "name": "warmupPeriod",
936
+ "type": "uint256"
937
+ },
938
+ {
939
+ "internalType": "uint256",
940
+ "name": "cooldownPeriod",
941
+ "type": "uint256"
942
+ },
943
+ {
944
+ "components": [
945
+ {
946
+ "internalType": "uint64",
947
+ "name": "roleId",
948
+ "type": "uint64"
949
+ },
950
+ {
951
+ "internalType": "uint32",
952
+ "name": "executionDelay",
953
+ "type": "uint32"
954
+ }
955
+ ],
956
+ "internalType": "struct BARV2.BondGrantedRole[]",
957
+ "name": "roles",
958
+ "type": "tuple[]"
959
+ }
960
+ ],
961
+ "indexed": false,
962
+ "internalType": "struct BARV2.BondLevel",
963
+ "name": "level",
964
+ "type": "tuple"
965
+ }
966
+ ],
967
+ "name": "BondLevelAdded",
968
+ "type": "event"
969
+ },
970
+ {
971
+ "anonymous": false,
972
+ "inputs": [
973
+ {
974
+ "indexed": true,
975
+ "internalType": "bytes32",
976
+ "name": "id",
977
+ "type": "bytes32"
978
+ }
979
+ ],
980
+ "name": "BondLevelDisabled",
981
+ "type": "event"
982
+ },
983
+ {
984
+ "anonymous": false,
985
+ "inputs": [
986
+ {
987
+ "indexed": true,
988
+ "internalType": "bytes32",
989
+ "name": "id",
990
+ "type": "bytes32"
991
+ },
992
+ {
993
+ "indexed": false,
994
+ "internalType": "uint256",
995
+ "name": "warmupPeriod",
996
+ "type": "uint256"
997
+ }
998
+ ],
999
+ "name": "BondLevelEnabled",
1000
+ "type": "event"
1001
+ },
1002
+ {
1003
+ "anonymous": false,
1004
+ "inputs": [
1005
+ {
1006
+ "indexed": false,
1007
+ "internalType": "uint64",
1008
+ "name": "version",
1009
+ "type": "uint64"
1010
+ }
1011
+ ],
1012
+ "name": "Initialized",
1013
+ "type": "event"
1014
+ },
1015
+ {
1016
+ "anonymous": false,
1017
+ "inputs": [
1018
+ {
1019
+ "indexed": true,
1020
+ "internalType": "address",
1021
+ "name": "implementation",
1022
+ "type": "address"
1023
+ }
1024
+ ],
1025
+ "name": "Upgraded",
1026
+ "type": "event"
1027
+ },
1028
+ {
1029
+ "inputs": [],
1030
+ "name": "BONDED_ACTOR_ASSERTION",
1031
+ "outputs": [
1032
+ {
1033
+ "internalType": "uint16",
1034
+ "name": "",
1035
+ "type": "uint16"
1036
+ }
1037
+ ],
1038
+ "stateMutability": "view",
1039
+ "type": "function"
1040
+ },
1041
+ {
1042
+ "inputs": [],
1043
+ "name": "BOND_SLASHED_ASSERTION",
1044
+ "outputs": [
1045
+ {
1046
+ "internalType": "uint16",
1047
+ "name": "",
1048
+ "type": "uint16"
1049
+ }
1050
+ ],
1051
+ "stateMutability": "view",
1052
+ "type": "function"
1053
+ },
1054
+ {
1055
+ "inputs": [],
1056
+ "name": "DEFAULT_MIN_WARMUP_COOLDOWN",
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": "MIN_WARMUP_COOLDOWN",
1070
+ "outputs": [
1071
+ {
1072
+ "internalType": "uint256",
1073
+ "name": "",
1074
+ "type": "uint256"
1075
+ }
1076
+ ],
1077
+ "stateMutability": "view",
1078
+ "type": "function"
1079
+ },
1080
+ {
1081
+ "inputs": [],
1082
+ "name": "UNBONDED_ACTOR_ASSERTION",
1083
+ "outputs": [
1084
+ {
1085
+ "internalType": "uint16",
1086
+ "name": "",
1087
+ "type": "uint16"
1088
+ }
1089
+ ],
1090
+ "stateMutability": "view",
1091
+ "type": "function"
1092
+ },
1093
+ {
1094
+ "inputs": [],
1095
+ "name": "UPGRADE_INTERFACE_VERSION",
1096
+ "outputs": [
1097
+ {
1098
+ "internalType": "string",
1099
+ "name": "",
1100
+ "type": "string"
1101
+ }
1102
+ ],
1103
+ "stateMutability": "view",
1104
+ "type": "function"
1105
+ },
1106
+ {
1107
+ "inputs": [
1108
+ {
1109
+ "internalType": "address",
1110
+ "name": "owner",
1111
+ "type": "address"
1112
+ }
1113
+ ],
1114
+ "name": "__OPPEndpointManaged_init",
1115
+ "outputs": [],
1116
+ "stateMutability": "nonpayable",
1117
+ "type": "function"
1118
+ },
1119
+ {
1120
+ "inputs": [
1121
+ {
1122
+ "internalType": "bytes32",
1123
+ "name": "id",
1124
+ "type": "bytes32"
1125
+ },
1126
+ {
1127
+ "internalType": "address",
1128
+ "name": "tokenContract",
1129
+ "type": "address"
1130
+ },
1131
+ {
1132
+ "internalType": "uint256",
1133
+ "name": "tokenId",
1134
+ "type": "uint256"
1135
+ },
1136
+ {
1137
+ "internalType": "uint256",
1138
+ "name": "tokenAmount",
1139
+ "type": "uint256"
1140
+ },
1141
+ {
1142
+ "internalType": "uint256",
1143
+ "name": "ethEquivalent",
1144
+ "type": "uint256"
1145
+ },
1146
+ {
1147
+ "internalType": "uint256",
1148
+ "name": "warmupPeriod",
1149
+ "type": "uint256"
1150
+ },
1151
+ {
1152
+ "internalType": "uint256",
1153
+ "name": "cooldownPeriod",
1154
+ "type": "uint256"
1155
+ },
1156
+ {
1157
+ "components": [
1158
+ {
1159
+ "internalType": "uint64",
1160
+ "name": "roleId",
1161
+ "type": "uint64"
1162
+ },
1163
+ {
1164
+ "internalType": "uint32",
1165
+ "name": "executionDelay",
1166
+ "type": "uint32"
1167
+ }
1168
+ ],
1169
+ "internalType": "struct BARV2.BondGrantedRole[]",
1170
+ "name": "roles",
1171
+ "type": "tuple[]"
1172
+ }
1173
+ ],
1174
+ "name": "addERC1155BondLevel",
1175
+ "outputs": [],
1176
+ "stateMutability": "nonpayable",
1177
+ "type": "function"
1178
+ },
1179
+ {
1180
+ "inputs": [
1181
+ {
1182
+ "internalType": "bytes32",
1183
+ "name": "id",
1184
+ "type": "bytes32"
1185
+ },
1186
+ {
1187
+ "internalType": "address",
1188
+ "name": "tokenContract",
1189
+ "type": "address"
1190
+ },
1191
+ {
1192
+ "internalType": "uint256",
1193
+ "name": "tokenAmount",
1194
+ "type": "uint256"
1195
+ },
1196
+ {
1197
+ "internalType": "uint256",
1198
+ "name": "ethEquivalent",
1199
+ "type": "uint256"
1200
+ },
1201
+ {
1202
+ "internalType": "uint256",
1203
+ "name": "warmupPeriod",
1204
+ "type": "uint256"
1205
+ },
1206
+ {
1207
+ "internalType": "uint256",
1208
+ "name": "cooldownPeriod",
1209
+ "type": "uint256"
1210
+ },
1211
+ {
1212
+ "components": [
1213
+ {
1214
+ "internalType": "uint64",
1215
+ "name": "roleId",
1216
+ "type": "uint64"
1217
+ },
1218
+ {
1219
+ "internalType": "uint32",
1220
+ "name": "executionDelay",
1221
+ "type": "uint32"
1222
+ }
1223
+ ],
1224
+ "internalType": "struct BARV2.BondGrantedRole[]",
1225
+ "name": "roles",
1226
+ "type": "tuple[]"
1227
+ }
1228
+ ],
1229
+ "name": "addERC20BondLevel",
1230
+ "outputs": [],
1231
+ "stateMutability": "nonpayable",
1232
+ "type": "function"
1233
+ },
1234
+ {
1235
+ "inputs": [
1236
+ {
1237
+ "internalType": "bytes32",
1238
+ "name": "id",
1239
+ "type": "bytes32"
1240
+ },
1241
+ {
1242
+ "internalType": "address",
1243
+ "name": "tokenContract",
1244
+ "type": "address"
1245
+ },
1246
+ {
1247
+ "internalType": "uint256",
1248
+ "name": "ethEquivalent",
1249
+ "type": "uint256"
1250
+ },
1251
+ {
1252
+ "internalType": "uint256",
1253
+ "name": "warmupPeriod",
1254
+ "type": "uint256"
1255
+ },
1256
+ {
1257
+ "internalType": "uint256",
1258
+ "name": "cooldownPeriod",
1259
+ "type": "uint256"
1260
+ },
1261
+ {
1262
+ "components": [
1263
+ {
1264
+ "internalType": "uint64",
1265
+ "name": "roleId",
1266
+ "type": "uint64"
1267
+ },
1268
+ {
1269
+ "internalType": "uint32",
1270
+ "name": "executionDelay",
1271
+ "type": "uint32"
1272
+ }
1273
+ ],
1274
+ "internalType": "struct BARV2.BondGrantedRole[]",
1275
+ "name": "roles",
1276
+ "type": "tuple[]"
1277
+ }
1278
+ ],
1279
+ "name": "addERC721BondLevel",
1280
+ "outputs": [],
1281
+ "stateMutability": "nonpayable",
1282
+ "type": "function"
1283
+ },
1284
+ {
1285
+ "inputs": [
1286
+ {
1287
+ "internalType": "bytes32",
1288
+ "name": "id",
1289
+ "type": "bytes32"
1290
+ },
1291
+ {
1292
+ "internalType": "uint256",
1293
+ "name": "ethEquivalent",
1294
+ "type": "uint256"
1295
+ },
1296
+ {
1297
+ "internalType": "uint256",
1298
+ "name": "warmupPeriod",
1299
+ "type": "uint256"
1300
+ },
1301
+ {
1302
+ "internalType": "uint256",
1303
+ "name": "cooldownPeriod",
1304
+ "type": "uint256"
1305
+ },
1306
+ {
1307
+ "components": [
1308
+ {
1309
+ "internalType": "uint64",
1310
+ "name": "roleId",
1311
+ "type": "uint64"
1312
+ },
1313
+ {
1314
+ "internalType": "uint32",
1315
+ "name": "executionDelay",
1316
+ "type": "uint32"
1317
+ }
1318
+ ],
1319
+ "internalType": "struct BARV2.BondGrantedRole[]",
1320
+ "name": "roles",
1321
+ "type": "tuple[]"
1322
+ }
1323
+ ],
1324
+ "name": "addEthBondLevel",
1325
+ "outputs": [],
1326
+ "stateMutability": "nonpayable",
1327
+ "type": "function"
1328
+ },
1329
+ {
1330
+ "inputs": [],
1331
+ "name": "authority",
1332
+ "outputs": [
1333
+ {
1334
+ "internalType": "address",
1335
+ "name": "",
1336
+ "type": "address"
1337
+ }
1338
+ ],
1339
+ "stateMutability": "view",
1340
+ "type": "function"
1341
+ },
1342
+ {
1343
+ "inputs": [
1344
+ {
1345
+ "internalType": "address",
1346
+ "name": "actor",
1347
+ "type": "address"
1348
+ },
1349
+ {
1350
+ "internalType": "bytes32",
1351
+ "name": "bondId",
1352
+ "type": "bytes32"
1353
+ },
1354
+ {
1355
+ "internalType": "uint256",
1356
+ "name": "tokenId",
1357
+ "type": "uint256"
1358
+ }
1359
+ ],
1360
+ "name": "bond",
1361
+ "outputs": [],
1362
+ "stateMutability": "payable",
1363
+ "type": "function"
1364
+ },
1365
+ {
1366
+ "inputs": [
1367
+ {
1368
+ "internalType": "bytes32",
1369
+ "name": "",
1370
+ "type": "bytes32"
1371
+ }
1372
+ ],
1373
+ "name": "bondLevelsById",
1374
+ "outputs": [
1375
+ {
1376
+ "internalType": "uint32",
1377
+ "name": "tokenType",
1378
+ "type": "uint32"
1379
+ },
1380
+ {
1381
+ "internalType": "address",
1382
+ "name": "tokenContract",
1383
+ "type": "address"
1384
+ },
1385
+ {
1386
+ "internalType": "uint256",
1387
+ "name": "tokenId",
1388
+ "type": "uint256"
1389
+ },
1390
+ {
1391
+ "internalType": "uint256",
1392
+ "name": "tokenAmount",
1393
+ "type": "uint256"
1394
+ },
1395
+ {
1396
+ "internalType": "uint256",
1397
+ "name": "ethEquivalent",
1398
+ "type": "uint256"
1399
+ },
1400
+ {
1401
+ "internalType": "uint256",
1402
+ "name": "warmupPeriod",
1403
+ "type": "uint256"
1404
+ },
1405
+ {
1406
+ "internalType": "uint256",
1407
+ "name": "cooldownPeriod",
1408
+ "type": "uint256"
1409
+ }
1410
+ ],
1411
+ "stateMutability": "view",
1412
+ "type": "function"
1413
+ },
1414
+ {
1415
+ "inputs": [
1416
+ {
1417
+ "internalType": "address",
1418
+ "name": "",
1419
+ "type": "address"
1420
+ }
1421
+ ],
1422
+ "name": "bondedActors",
1423
+ "outputs": [
1424
+ {
1425
+ "internalType": "bytes32",
1426
+ "name": "bondLevelId",
1427
+ "type": "bytes32"
1428
+ },
1429
+ {
1430
+ "internalType": "address",
1431
+ "name": "bondOwner",
1432
+ "type": "address"
1433
+ },
1434
+ {
1435
+ "internalType": "uint256",
1436
+ "name": "bondedAt",
1437
+ "type": "uint256"
1438
+ },
1439
+ {
1440
+ "internalType": "uint256",
1441
+ "name": "unbondedAt",
1442
+ "type": "uint256"
1443
+ },
1444
+ {
1445
+ "internalType": "uint256",
1446
+ "name": "tokenId",
1447
+ "type": "uint256"
1448
+ },
1449
+ {
1450
+ "internalType": "uint256",
1451
+ "name": "tokenAmount",
1452
+ "type": "uint256"
1453
+ },
1454
+ {
1455
+ "internalType": "uint256",
1456
+ "name": "ethEquivalent",
1457
+ "type": "uint256"
1458
+ }
1459
+ ],
1460
+ "stateMutability": "view",
1461
+ "type": "function"
1462
+ },
1463
+ {
1464
+ "inputs": [
1465
+ {
1466
+ "internalType": "address",
1467
+ "name": "actor",
1468
+ "type": "address"
1469
+ },
1470
+ {
1471
+ "internalType": "bool",
1472
+ "name": "reclaimStorage",
1473
+ "type": "bool"
1474
+ }
1475
+ ],
1476
+ "name": "claimBond",
1477
+ "outputs": [],
1478
+ "stateMutability": "nonpayable",
1479
+ "type": "function"
1480
+ },
1481
+ {
1482
+ "inputs": [
1483
+ {
1484
+ "internalType": "address",
1485
+ "name": "actor",
1486
+ "type": "address"
1487
+ }
1488
+ ],
1489
+ "name": "claimRoles",
1490
+ "outputs": [],
1491
+ "stateMutability": "nonpayable",
1492
+ "type": "function"
1493
+ },
1494
+ {
1495
+ "inputs": [
1496
+ {
1497
+ "internalType": "bytes32",
1498
+ "name": "id",
1499
+ "type": "bytes32"
1500
+ }
1501
+ ],
1502
+ "name": "disableBondLevel",
1503
+ "outputs": [],
1504
+ "stateMutability": "nonpayable",
1505
+ "type": "function"
1506
+ },
1507
+ {
1508
+ "inputs": [
1509
+ {
1510
+ "internalType": "bytes32",
1511
+ "name": "id",
1512
+ "type": "bytes32"
1513
+ },
1514
+ {
1515
+ "internalType": "uint256",
1516
+ "name": "warmupPeriod",
1517
+ "type": "uint256"
1518
+ }
1519
+ ],
1520
+ "name": "enableBondLevel",
1521
+ "outputs": [],
1522
+ "stateMutability": "nonpayable",
1523
+ "type": "function"
1524
+ },
1525
+ {
1526
+ "inputs": [],
1527
+ "name": "getSummaryAssertions",
1528
+ "outputs": [
1529
+ {
1530
+ "components": [
1531
+ {
1532
+ "internalType": "uint16",
1533
+ "name": "assertionType",
1534
+ "type": "uint16"
1535
+ },
1536
+ {
1537
+ "internalType": "bytes",
1538
+ "name": "assertion",
1539
+ "type": "bytes"
1540
+ }
1541
+ ],
1542
+ "internalType": "struct OPPAssertion[]",
1543
+ "name": "",
1544
+ "type": "tuple[]"
1545
+ }
1546
+ ],
1547
+ "stateMutability": "nonpayable",
1548
+ "type": "function"
1549
+ },
1550
+ {
1551
+ "inputs": [
1552
+ {
1553
+ "internalType": "address",
1554
+ "name": "actor",
1555
+ "type": "address"
1556
+ },
1557
+ {
1558
+ "internalType": "bytes32",
1559
+ "name": "bondId",
1560
+ "type": "bytes32"
1561
+ }
1562
+ ],
1563
+ "name": "hasBond",
1564
+ "outputs": [
1565
+ {
1566
+ "internalType": "bool",
1567
+ "name": "",
1568
+ "type": "bool"
1569
+ }
1570
+ ],
1571
+ "stateMutability": "view",
1572
+ "type": "function"
1573
+ },
1574
+ {
1575
+ "inputs": [
1576
+ {
1577
+ "internalType": "address",
1578
+ "name": "_authority",
1579
+ "type": "address"
1580
+ }
1581
+ ],
1582
+ "name": "initialize",
1583
+ "outputs": [],
1584
+ "stateMutability": "nonpayable",
1585
+ "type": "function"
1586
+ },
1587
+ {
1588
+ "inputs": [],
1589
+ "name": "initializeV2",
1590
+ "outputs": [],
1591
+ "stateMutability": "nonpayable",
1592
+ "type": "function"
1593
+ },
1594
+ {
1595
+ "inputs": [],
1596
+ "name": "isConsumingScheduledOp",
1597
+ "outputs": [
1598
+ {
1599
+ "internalType": "bytes4",
1600
+ "name": "",
1601
+ "type": "bytes4"
1602
+ }
1603
+ ],
1604
+ "stateMutability": "view",
1605
+ "type": "function"
1606
+ },
1607
+ {
1608
+ "inputs": [
1609
+ {
1610
+ "internalType": "address",
1611
+ "name": "",
1612
+ "type": "address"
1613
+ },
1614
+ {
1615
+ "internalType": "address",
1616
+ "name": "",
1617
+ "type": "address"
1618
+ },
1619
+ {
1620
+ "internalType": "uint256[]",
1621
+ "name": "",
1622
+ "type": "uint256[]"
1623
+ },
1624
+ {
1625
+ "internalType": "uint256[]",
1626
+ "name": "",
1627
+ "type": "uint256[]"
1628
+ },
1629
+ {
1630
+ "internalType": "bytes",
1631
+ "name": "",
1632
+ "type": "bytes"
1633
+ }
1634
+ ],
1635
+ "name": "onERC1155BatchReceived",
1636
+ "outputs": [
1637
+ {
1638
+ "internalType": "bytes4",
1639
+ "name": "",
1640
+ "type": "bytes4"
1641
+ }
1642
+ ],
1643
+ "stateMutability": "nonpayable",
1644
+ "type": "function"
1645
+ },
1646
+ {
1647
+ "inputs": [
1648
+ {
1649
+ "internalType": "address",
1650
+ "name": "",
1651
+ "type": "address"
1652
+ },
1653
+ {
1654
+ "internalType": "address",
1655
+ "name": "",
1656
+ "type": "address"
1657
+ },
1658
+ {
1659
+ "internalType": "uint256",
1660
+ "name": "",
1661
+ "type": "uint256"
1662
+ },
1663
+ {
1664
+ "internalType": "uint256",
1665
+ "name": "",
1666
+ "type": "uint256"
1667
+ },
1668
+ {
1669
+ "internalType": "bytes",
1670
+ "name": "",
1671
+ "type": "bytes"
1672
+ }
1673
+ ],
1674
+ "name": "onERC1155Received",
1675
+ "outputs": [
1676
+ {
1677
+ "internalType": "bytes4",
1678
+ "name": "",
1679
+ "type": "bytes4"
1680
+ }
1681
+ ],
1682
+ "stateMutability": "nonpayable",
1683
+ "type": "function"
1684
+ },
1685
+ {
1686
+ "inputs": [
1687
+ {
1688
+ "internalType": "address",
1689
+ "name": "",
1690
+ "type": "address"
1691
+ },
1692
+ {
1693
+ "internalType": "address",
1694
+ "name": "",
1695
+ "type": "address"
1696
+ },
1697
+ {
1698
+ "internalType": "uint256",
1699
+ "name": "",
1700
+ "type": "uint256"
1701
+ },
1702
+ {
1703
+ "internalType": "bytes",
1704
+ "name": "",
1705
+ "type": "bytes"
1706
+ }
1707
+ ],
1708
+ "name": "onERC721Received",
1709
+ "outputs": [
1710
+ {
1711
+ "internalType": "bytes4",
1712
+ "name": "",
1713
+ "type": "bytes4"
1714
+ }
1715
+ ],
1716
+ "stateMutability": "nonpayable",
1717
+ "type": "function"
1718
+ },
1719
+ {
1720
+ "inputs": [],
1721
+ "name": "oppAddress",
1722
+ "outputs": [
1723
+ {
1724
+ "internalType": "address",
1725
+ "name": "",
1726
+ "type": "address"
1727
+ }
1728
+ ],
1729
+ "stateMutability": "view",
1730
+ "type": "function"
1731
+ },
1732
+ {
1733
+ "inputs": [],
1734
+ "name": "oppInboundAddress",
1735
+ "outputs": [
1736
+ {
1737
+ "internalType": "address",
1738
+ "name": "",
1739
+ "type": "address"
1740
+ }
1741
+ ],
1742
+ "stateMutability": "view",
1743
+ "type": "function"
1744
+ },
1745
+ {
1746
+ "inputs": [],
1747
+ "name": "proxiableUUID",
1748
+ "outputs": [
1749
+ {
1750
+ "internalType": "bytes32",
1751
+ "name": "",
1752
+ "type": "bytes32"
1753
+ }
1754
+ ],
1755
+ "stateMutability": "view",
1756
+ "type": "function"
1757
+ },
1758
+ {
1759
+ "inputs": [
1760
+ {
1761
+ "internalType": "address",
1762
+ "name": "newAuthority",
1763
+ "type": "address"
1764
+ }
1765
+ ],
1766
+ "name": "setAuthority",
1767
+ "outputs": [],
1768
+ "stateMutability": "nonpayable",
1769
+ "type": "function"
1770
+ },
1771
+ {
1772
+ "inputs": [
1773
+ {
1774
+ "internalType": "uint256",
1775
+ "name": "minWarmupCooldown",
1776
+ "type": "uint256"
1777
+ }
1778
+ ],
1779
+ "name": "setMinWarmupCooldown",
1780
+ "outputs": [],
1781
+ "stateMutability": "nonpayable",
1782
+ "type": "function"
1783
+ },
1784
+ {
1785
+ "inputs": [
1786
+ {
1787
+ "internalType": "address",
1788
+ "name": "_oppAddress",
1789
+ "type": "address"
1790
+ },
1791
+ {
1792
+ "internalType": "address",
1793
+ "name": "_oppInboundAddress",
1794
+ "type": "address"
1795
+ }
1796
+ ],
1797
+ "name": "setOPPAddresses",
1798
+ "outputs": [],
1799
+ "stateMutability": "nonpayable",
1800
+ "type": "function"
1801
+ },
1802
+ {
1803
+ "inputs": [
1804
+ {
1805
+ "internalType": "bytes4",
1806
+ "name": "interfaceId",
1807
+ "type": "bytes4"
1808
+ }
1809
+ ],
1810
+ "name": "supportsInterface",
1811
+ "outputs": [
1812
+ {
1813
+ "internalType": "bool",
1814
+ "name": "",
1815
+ "type": "bool"
1816
+ }
1817
+ ],
1818
+ "stateMutability": "view",
1819
+ "type": "function"
1820
+ },
1821
+ {
1822
+ "inputs": [
1823
+ {
1824
+ "internalType": "address",
1825
+ "name": "actor",
1826
+ "type": "address"
1827
+ }
1828
+ ],
1829
+ "name": "unbond",
1830
+ "outputs": [],
1831
+ "stateMutability": "nonpayable",
1832
+ "type": "function"
1833
+ },
1834
+ {
1835
+ "inputs": [
1836
+ {
1837
+ "internalType": "address",
1838
+ "name": "newImplementation",
1839
+ "type": "address"
1840
+ },
1841
+ {
1842
+ "internalType": "bytes",
1843
+ "name": "data",
1844
+ "type": "bytes"
1845
+ }
1846
+ ],
1847
+ "name": "upgradeToAndCall",
1848
+ "outputs": [],
1849
+ "stateMutability": "payable",
1850
+ "type": "function"
1851
+ }
1852
+ ],
1853
+ "bytecode": "0x60a0806040523460295730608052613906908161002f8239608051818181610ac301526134020152f35b600080fdfe6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461025757806304826a89146102525780630de68f391461024d578063150b7a021461024857806317456467146102435780631c83fe211461023e5780631db3cfd1146102395780631e28eccd146102345780631fea92ad1461022f57806324ca659c1461022a578063407a282f146102255780634dc530ff146102205780634f1ef2861461021b57806352d1902d146102165780635476095e146102115780635c87798f1461020c5780635cd8a76b14610207578063712c2782146102025780637a9e5e4b146101fd57806387f0cea4146101f85780638869630b146101f35780638ab3d3f9146101ee5780638e7eb902146101e95780638fb36037146101e45780638fe9ab36146101df57806399275cc7146101da5780639943bd86146101d5578063ad3cb1cc146101d0578063bc197c81146101cb578063bf7e214f146101c6578063c360b5e9146101c1578063c4d66de8146101bc578063ca34df47146101b7578063cde78421146101b2578063e4da61ab146101ad5763f23a6e61146101a857600080fd5b611c14565b611b85565b611b3d565b611b07565b611a40565b611934565b6118fe565b611876565b6117cc565b611787565b61169b565b6115ed565b61159a565b61151f565b611502565b61130a565b610eb7565b610e32565b610da9565b610cd6565b610c0b565b610b1b565b610ab0565b6109a9565b610914565b6108af565b610790565b6105f7565b610567565b610549565b610526565b610509565b6104b4565b610306565b6102bd565b346102ad5760203660031901126102ad5760043563ffffffff60e01b81168091036102ad57602090630271189760e51b811490811561029c575b506040519015158152f35b6301ffc9a760e01b14905038610291565b600080fd5b60009103126102ad57565b346102ad5760003660031901126102ad5760206040516107d18152f35b600435906001600160a01b03821682036102ad57565b602435906001600160a01b03821682036102ad57565b346102ad5760203660031901126102ad5760e06001600160a01b038061032a6102da565b166000526002602052604060002080549160018201541690600281015460038201546004830154916006600585015494015494604051968752602087015260408601526060850152608084015260a083015260c0820152f35b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b038211176103b457604052565b610383565b6001600160401b0381116103b457604052565b61010081019081106001600160401b038211176103b457604052565b602081019081106001600160401b038211176103b457604052565b90601f801991011681019081106001600160401b038211176103b457604052565b60405190610431826103cc565b565b6040519060e082018281106001600160401b038211176103b457604052565b6001600160401b0381116103b457601f01601f191660200190565b81601f820112156102ad5780359061048482610452565b926104926040519485610403565b828452602083830101116102ad57816000926020809301838601378301015290565b346102ad5760803660031901126102ad576104cd6102da565b506104d66102f0565b506064356001600160401b0381116102ad576104f690369060040161046d565b50604051630a85bd0160e11b8152602090f35b346102ad5760003660031901126102ad5760206040516101808152f35b346102ad5760203660031901126102ad57610541363361266b565b600435600055005b346102ad5760003660031901126102ad576020600054604051908152f35b346102ad5760203660031901126102ad57600435610585363361266b565b6000908082526001602052604082206005810154156105cb576004839101557f27b64cfe9a6a6be655815f15aebac998f62824aad02b5d0131a4cb760973756f8280a280f35b546040516325813c2f60e11b815263ffffffff90911660048201526024810191909152604490fd5b0390fd5b346102ad5760403660031901126102ad57600435602435610618363361266b565b816000526001602052604060002060048101908154158015906106ca575b610698575060005480831061067757508190556040519081527f6460648e7d51bd473d3770bf779615e583c223045d2e5f5029db55638a74ee3990602090a2005b6040516363af013760e01b8152600481018490526024810191909152604490fd5b54839063ffffffff165b6040516325813c2f60e11b815263ffffffff9190911660048201526024810191909152604490fd5b50600581015415610636565b6001600160401b0381116103b45760051b60200190565b9080601f830112156102ad578135916020610707846106d6565b936040936107186040519687610403565b818652828087019260061b850101938185116102ad578301915b8483106107425750505050505090565b85838303126102ad5785519061075782610399565b83356001600160401b03811681036102ad578252848401359063ffffffff821682036102ad57828692838a950152815201920191610732565b346102ad576101003660031901126102ad576004356107ad6102f0565b6044359160643560e4356001600160401b0381116102ad576107d39036906004016106ed565b906107de363361266b565b6001600160a01b0384161561088e57841561086d57801561084c5761084a9461081e610808610424565b6104838152956001600160a01b03166020870152565b60408501526060840152608435608084015260a43560a084015260c43560c084015260e0830152612996565b005b604051633679086b60e21b8152610483600482015260248101849052604490fd5b60405163b6da4e7f60e01b8152610483600482015260248101849052604490fd5b6040516321839b8360e01b8152610483600482015260248101849052604490fd5b346102ad5760003660031901126102ad5760206040516107d38152f35b60005b8381106108df5750506000910152565b81810151838201526020016108cf565b90602091610908815180928185528580860191016108cc565b601f01601f1916010190565b346102ad5760003660031901126102ad5760408051610932816103e8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b8388106109675786860387f35b90919293948380610998600193603f198b820301875285838b5161ffff8151168452015191818582015201906108ef565b97019301970196909392919361095a565b60403660031901126102ad576109bd6102da565b6024356001600160401b0381116102ad576109dc90369060040161046d565b906109e56133f8565b6109ef363361266b565b6109f76133f8565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a7f575b50610a4657604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b906000805160206138518339815191528303610a665761084a92506136e4565b604051632a87526960e21b815260048101849052602490fd5b610aa291945060203d602011610aa9575b610a9a8183610403565b810190611e50565b9238610a20565b503d610a90565b346102ad5760003660031901126102ad577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610b095760206040516000805160206138518339815191528152f35b60405163703e46dd60e11b8152600490fd5b346102ad5760e03660031901126102ad57600435610b376102f0565b6044359160c4356001600160401b0381116102ad57610b5a9036906004016106ed565b610b64363361266b565b6001600160a01b03831615610beb578315610bcb5761084a93610b9d610b88610424565b60148152946001600160a01b03166020860152565b600060408501526060840152606435608084015260843560a084015260a43560c084015260e0830152612996565b604051633679086b60e21b81526014600482015260248101839052604490fd5b6040516321839b8360e01b81526014600482015260248101839052604490fd5b346102ad5760c03660031901126102ad57600435610c276102f0565b60a4356001600160401b0381116102ad57610c469036906004016106ed565b610c50363361266b565b6001600160a01b03821615610cb5579161084a92610c85610c6f610424565b6102d18152936001600160a01b03166020850152565b6000604084015260016060840152604435608084015260643560a084015260843560c084015260e0830152612996565b6040516321839b8360e01b81526102d1600482015260248101849052604490fd5b346102ad5760003660031901126102ad576000805160206138b1833981519152805460ff8160401c16908115610d94575b50610d82576000805160206138b1833981519152805467ffffffffffffffff19166002179055805460ff60401b1916600160401b179055610d46611c85565b610d4e611c69565b604051600281527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29080602081015b0390a1005b60405163f92ee8a960e01b8152600490fd5b600291506001600160401b0316101538610d07565b346102ad5760403660031901126102ad57610dc26102da565b610dca6102f0565b90610dd5363361266b565b60008051602061389183398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b346102ad5760203660031901126102ad57610e4b6102da565b600080516020613831833981519152546001600160a01b03919082163303610e9657803b15610e7d5761084a90612a91565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b801515036102ad57565b346102ad576040806003193601126102ad57610ed16102da565b602435610edd81610ead565b6001600160a01b0382166000908152600260205260409020610efe90611c97565b908382015180156112ea574281116112c25750606082018051156112a2575180421061127a575060208201516001600160a01b039490851633810361124b5750610f5b610f5684516000526001602052604060002090565b611d7d565b9160c08301511561120b57156111ea576001600160a01b0384166000908152600260205260409020610fb19060066000918281558260018201558260028201558260038201558260048201558260058201550155565b610fcb610fc2835163ffffffff1690565b63ffffffff1690565b8061102857505050600080808060c085015181811561101f575b3390f11561101a575b51913391167fbdeb968197f12e4fd7afd5935adf1d1d570fe13fad6b0d82ae73813af7f81a54600080a4005b611e16565b506108fc610fe5565b6014810361106957505060208101516110649190606090611059906001600160a01b03165b6001600160a01b031690565b910151903390612c60565b610fee565b6102d181036110f3575060209091015161108d9061104d906001600160a01b031681565b90608083015190823b156102ad5751632142170760e11b81523060048201523360248201526044810191909152906000908290606490829084905af1801561101a576110da575b50610fee565b806110e76110ed926103b9565b806102b2565b386110d4565b6104838103611179575060208201516111169061104d906001600160a01b031681565b6060608085015193015190803b156102ad579151637921219560e11b81523060048201523360248201526044810193909352606483015260a06084830152600060a4830181905290829060c490829084905af1801561101a576110da5750610fee565b6105f3916111d061118c6111c293612b1c565b82517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83015b90611dff565b03601f198101845283610403565b5160016245d25360e11b03198152918291600483016117b8565b6001600160a01b038416600090815260026020819052604082200155610fb1565b50826105f361121e845163ffffffff1690565b915192516325813c2f60e11b815263ffffffff909216600483015260248201929092529081906044820190565b905163b42d7b9b60e01b81526001600160a01b0385811660048301529091166024820152336044820152606490fd5b84516393758d4760e01b81526001600160a01b03851660048201526024810191909152604490fd5b845163019926f960e71b81526001600160a01b0385166004820152602490fd5b8451630d81a8ff60e21b81526001600160a01b03851660048201526024810191909152604490fd5b84516324d632eb60e21b81526001600160a01b0385166004820152602490fd5b346102ad5760203660031901126102ad576113236102da565b6001600160a01b0381166000908152600260205260409020600281015480156114e1574281116114b8575060038101548061148f57505461136e816000526001602052604060002090565b9060058201541561148257600682019182541561145a575050600080516020613831833981519152546001600160a01b03169060005b815481101561084a576113c86113ba8284611e22565b50546001600160401b031690565b906113e46113d68285611e22565b505460401c63ffffffff1690565b91843b156102ad5760405163012e238d60e51b81526001600160401b039190911660048201526001600160a01b038616602482015263ffffffff92909216604483015260008260648183885af191821561101a57600192611447575b50016113a4565b806110e7611454926103b9565b38611440565b5460405163064e161d60e31b815263ffffffff90911660048201526024810191909152604490fd5b815463ffffffff166106a2565b6040516393758d4760e01b81526001600160a01b03841660048201526024810191909152604490fd5b604051630d81a8ff60e21b81526001600160a01b03841660048201526024810191909152604490fd5b6040516324d632eb60e21b81526001600160a01b0384166004820152602490fd5b346102ad5760003660031901126102ad5760206040516107d28152f35b346102ad5760203660031901126102ad57600435600052600160205260e06040600020805490600181015490600281015460038201549060056004840154930154936040519563ffffffff8116875260018060a01b039060201c16602087015260408601526060850152608084015260a083015260c0820152f35b346102ad5760003660031901126102ad576000805160206138318339815191525460a01c60ff16156115e4576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006115d1565b346102ad5760a03660031901126102ad576004356024356084356001600160401b0381116102ad576116239036906004016106ed565b61162d363361266b565b811561167b576116789192611640610424565b91600094858452856020850152856040850152856060850152608084015260443560a084015260643560c084015260e0830152612996565b80f35b604051632903a44760e01b81526000600482015260248101849052604490fd5b60603660031901126102ad576116af6102da565b600080516020613891833981519152546001600160a01b03168015611775575a90803b156102ad576040516327e935a160e01b815260048101839052600093909290848460248183875af190811561101a57859461171a92611762575b506044359060243590611e82565b813b1561175e5760405163f5786b4b60e01b8152600481019190915291908290602490829084905af1801561101a57611751575080f35b806110e7611678926103b9565b5050fd5b806110e761176f926103b9565b3861170c565b604051632ea0fec960e11b8152600490fd5b346102ad5760403660031901126102ad5760206117ae6117a56102da565b60243590612311565b6040519015158152f35b9060206117c99281815201906108ef565b90565b346102ad5760003660031901126102ad576118126040516117ec81610399565b60058152640352e302e360dc1b60208201526040519182916020835260208301906108ef565b0390f35b9080601f830112156102ad576020908235611830816106d6565b9361183e6040519586610403565b81855260208086019260051b8201019283116102ad57602001905b828210611867575050505090565b81358152908301908301611859565b346102ad5760a03660031901126102ad5761188f6102da565b506118986102f0565b506001600160401b036044358181116102ad576118b9903690600401611816565b506064358181116102ad576118d2903690600401611816565b506084359081116102ad576118eb90369060040161046d565b5060405163bc197c8160e01b8152602090f35b346102ad5760003660031901126102ad57600080516020613831833981519152546040516001600160a01b039091168152602090f35b346102ad5760203660031901126102ad5761194d6102da565b6000805160206138b183398151915254906001600160401b0360ff8360401c1615921680159081611a38575b6001149081611a2e575b159081611a25575b50610d82576000805160206138b1833981519152805467ffffffffffffffff191660011790556119bf9082611a0057612388565b6119c557005b6119cd611c69565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2908060208101610d7d565b6000805160206138b1833981519152805460ff60401b1916600160401b179055612388565b9050153861198b565b303b159150611983565b839150611979565b346102ad5760203660031901126102ad57611a596102da565b6000805160206138b183398151915254906001600160401b0360ff8360401c1615921680159081611aff575b6001149081611af5575b159081611aec575b50610d82576000805160206138b1833981519152805467ffffffffffffffff191660011790556119bf9082156123b9576000805160206138b1833981519152805460ff60401b1916600160401b1790556123b9565b90501538611a97565b303b159150611a8f565b839150611a85565b346102ad5760003660031901126102ad57600080516020613891833981519152546040516001600160a01b039091168152602090f35b346102ad5760003660031901126102ad577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b346102ad5760203660031901126102ad57611b9e6102da565b600080516020613891833981519152546001600160a01b03168015611775575a90803b156102ad576040516327e935a160e01b815260048101839052600093909290848460248183875af190811561101a57859461171a92611c01575b506123f2565b806110e7611c0e926103b9565b38611bfb565b346102ad5760a03660031901126102ad57611c2d6102da565b50611c366102f0565b506084356001600160401b0381116102ad57611c5690369060040161046d565b5060405163f23a6e6160e01b8152602090f35b6000805160206138b1833981519152805460ff60401b19169055565b611c8f363361266b565b610180600055565b9060405160e081018181106001600160401b038211176103b45760409081528354825260018401546001600160a01b031660208301526002840154908201526003830154606082015260048301546080820152600583015460a082015260069092015460c0830152565b908154611d0d816106d6565b92604093611d1e6040519182610403565b82815280946020809201926000526020600020906000935b858510611d4557505050505050565b60018481928451611d5581610399565b63ffffffff87546001600160401b0381168352871c1683820152815201930194019391611d36565b90604051611d8a816103cc565b60e0611dfa60068395611dc28154611dae63ffffffff8216889063ffffffff169052565b602090811c6001600160a01b031690870152565b600181015460408601526002810154606086015260038101546080860152600481015460a0860152600581015460c086015201611d01565b910152565b90611e12602092828151948592016108cc565b0190565b6040513d6000823e3d90fd5b8054821015611e3a5760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b908160209103126102ad575190565b91908201809211611e6c57565b634e487b7160e01b600052601160045260246000fd5b909291611e99846000526001602052604060002090565b93600492838601938454156122d3576001600160a01b038216600090815260026020819052604090912001546122ac5760009660028101549785825463ffffffff81168015600014611fdf575050505060030154803410611fbe575050611fb76104319596611f0b34965b5442611e5f565b95611f14610433565b858152336020820152918760408401526000606084015286608084015260a083015260c0820152611f578360018060a01b03166000526002602052604060002090565b9060c0600691805184556001840160018060a01b036020830151166bffffffffffffffffffffffff60a01b82541617905560408101516002850155606081015160038501556080810151600485015560a081015160058501550151910155565b3390612cf5565b604080516317c032d760e21b81529283019182523460208301528291010390fd5b6014819c9693949a9b9c14600014612029575050505090611f0b610431976120248361201b61104d611fb7975460018060a01b039060201c1690565b30903390612c9e565b611f04565b92949391926102d1810361216e5750506003810154806120cb575b505461205d9061104d9060201c6001600160a01b031681565b92833b156102ad5760408051632142170760e11b815233938101938452306020850152908301919091529260009184919082908490829060600103925af1801561101a5761043197611fb793611f0b926120b8575b50611f04565b806110e76120c5926103b9565b386120b2565b81546120e49061104d9060201c6001600160a01b031681565b602060405180926312439fa960e21b825281806121088b8a83019190602083019252565b03915afa998a1561101a579961214d575b50888181106121285750612044565b604080516309cdbd2960e21b8152808601938452602084019290925290918291010390fd5b61216791995060203d602011610aa957610a9a8183610403565b9738612119565b9097509293919290610483820361224d5760010154918281036122125750909560201c6001600160a01b031691869150823b1561220e5760408051637921219560e11b815233928101928352306020840152908201929092526060810184905260a060808201819052600090820152909291879184919082908490829060c00103925af1801561101a5761043197611fb793611f0b926120b85750611f04565b8780fd5b6105f39193928760405195869563186ec2d760e31b875286019094939260609263ffffffff6080840197168352602083015260408201520152565b6111c28461229261225d85612b1c565b6040517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83016111bc565b6105f3604051928392637fba2dad60e11b845283016117b8565b6040516305fb93b360e41b81526001600160a01b0390921690820190815281906020010390fd5b90506105f36122e6875463ffffffff1690565b604080516325813c2f60e11b815263ffffffff90921693820193845260208401949094529283920190565b60018060a01b03166000526002602052604060002090806000526001602052604060002090825414908161237a575b5061234b5750600090565b600281015490811515918261236f575b5081612365575090565b6003915001541590565b42101591503861235b565b600491500154151538612340565b6123a1906123946136b5565b61239c6136b5565b612a91565b6123a96136b5565b6123b16136b5565b6104316136b5565b6123c5906123946136b5565b6123cd6136b5565b6123d56136b5565b600160801b600080516020613871833981519152556104316136b5565b6001600160a01b038116600090815260026020526040902090919091600283015480156125d6574281116125ae5750600383019081548061258657506001848101546001600160a01b0395908616338103612555575080549161245f836000526001602052604060002090565b60058101978854156125465760008051602061383183398151915254839190612490906001600160a01b031661104d565b906006600094019116915b6124c1575b505050506004906124b661043196975442611e5f565b809555015491613118565b8054831015612541576124d76113ba8483611e22565b92823b156102ad57604051635be958b160e11b81526001600160401b039490941660048501526001600160a01b038816602485015260008460448183875af190811561101a578594859261252e575b50019261249b565b806110e761253b926103b9565b38612526565b6124a0565b846106a2835463ffffffff1690565b60405163b42d7b9b60e01b81526001600160a01b038581166004830152919091166024820152336044820152606490fd5b6040516393758d4760e01b81526001600160a01b039290921660048301526024820152604490fd5b604051630d81a8ff60e21b81526001600160a01b039290921660048301526024820152604490fd5b6040516324d632eb60e21b81526001600160a01b0383166004820152602490fd5b6004116102ad57600090600490565b6001600160e01b0319903581811693926004811061262357505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b60008051602061383183398151915280546126a4906001600160a01b031661269b612695866125f7565b90612606565b90843091613369565b90156126b1575b50505050565b63ffffffff161561276557600080516020613831833981519152805460ff60a01b1916600160a01b1790556126f39061104d908190546001600160a01b031690565b91823b156102ad5761271f9260009283604051809681958294634a63ebf760e11b845260048401612632565b03925af1801561101a57612752575b50600080516020613831833981519152805460ff60a01b19169055388080806126ab565b806110e761275f926103b9565b3861272e565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b815191600160401b83116103b457815483835580841061281a575b506127b5602080920192600052602060002090565b6000925b8484106127c7575050505050565b8051805183546020909201516bffffffffffffffffffffffff199092166001600160401b03919091161760409190911b6bffffffff000000000000000016178255600190819084019201930192906127b9565b60008360005284602060002092830192015b82811061283a5750506127a0565b81815560010161282c565b600660e06104319363ffffffff81511663ffffffff1985541617845561289f612877602083015160018060a01b031690565b8554640100000000600160c01b03191660209190911b640100000000600160c01b0316178555565b60408101516001850155606081015160028501556080810151600385015560a0810151600485015560c0810151600585015501519101612785565b90815180825260208080930193019160005b8281106128fa575050505090565b835180516001600160401b0316865282015163ffffffff1685830152604090940193928101926001016128ec565b61012060e06117c9936020845263ffffffff815116602085015260018060a01b0360208201511660408501526040810151606085015260608101516080850152608081015160a085015260a081015160c085015260c0810151828501520151916101008082015201906128da565b9060056129ad836000526001602052604060002090565b0154612a695760a081015160005490818110612a47575060c0820151818110612a25575050612a2081612a147f96aadfe09322bba19498a70e6e7477e2e2a268c8e73ce4c7c477ae5ecf402dc493612a0f866000526001602052604060002090565b612845565b60405191829182612928565b0390a2565b604051630b20119160e41b815260048101919091526024810191909152604490fd5b6040516363af013760e01b815260048101919091526024810191909152604490fd5b5160405163637f688f60e01b815263ffffffff90911660048201526024810191909152604490fd5b60008051602061383183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90612af482610452565b612b016040519182610403565b8281528092612b12601f1991610452565b0190602036910137565b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015612c52575b506d04ee2d6d415b85acef810000000080831015612c43575b50662386f26fc1000080831015612c34575b506305f5e10080831015612c25575b5061271080831015612c16575b506064821015612c06575b600a80921015612bfc575b600190816021612bb460018701612aea565b95860101905b612bc6575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215612bf757919082612bba565b612bbf565b9160010191612ba2565b9190606460029104910191612b97565b60049193920491019138612b8c565b60089193920491019138612b7f565b60109193920491019138612b70565b60209193920491019138612b5e565b604093508104915038612b45565b60405163a9059cbb60e01b60208201526001600160a01b039092166024830152604482019290925261043191612c9982606481016111c2565b613452565b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606482019290925261043191612c9982608481016111c2565b908160209103126102ad57516117c981610ead565b6000805160206138918339815191525460008051602061387183398151915280549096909590949093909290916001600160a01b03168015611775576020600491604051928380926372277dad60e11b82525afa90811561101a57600091612dc5575b5015612db357612d7c6001612d8197811b1760008051602061387183398151915255565b612efb565b54600180821614612da15760011c60008051602061387183398151915255565b6040516383db270d60e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612de7915060203d602011612ded575b612ddf8183610403565b810190612ce0565b38612d58565b503d612dd5565b906020828203126102ad5781516001600160401b03928382116102ad5701916020838303126102ad5760405192612e2a846103e8565b80519182116102ad570181601f820112156102ad578051612e4a81610452565b92612e586040519485610403565b818452602082840101116102ad57612e7691602080850191016108cc565b815290565b90612e9a602091949394604084525182604085015260608401906108ef565b6001600160a01b03909416910152565b929190612ec8602091604086525182604087015260608601906108ef565b930152565b906001600160401b03612ef4602092959495604085525183604086015260608501906108ef565b9416910152565b60408051858152602081018790529495909490929084906001600160a01b0380841691908516907f55c1057daef6a7b9bc5ae556cc2c253bcbbd4603c0d1b9d237408ef68e3c2969908990a48451635ca2159160e11b815260009690878160048173__$871508ae888325252fdba23f15f3f16064$__5af4801561101a57612fb79189916130fe575b508873__$46bbbc6398365a8909166570292cf8d34e$__95895180948192631f21838760e01b9586845260048401612e7b565b0381885af490811561101a57899283926130e2575b50612fe289519586938493845260048401612e7b565b0381865af491821561101a5761301f9588936130059285916130c8575b506134ae565b865163fb70775b60e01b8152958692839260048401612eaa565b0381845af491821561101a5761306194869485946130a1575b50516375a2a7e360e01b815294859384928392916001600160401b039091169060048401612ecd565b03915af490811561101a5782610431939261307e575b505061359d565b61309a92503d8091833e6130928183610403565b810190612df4565b3880613077565b6001600160401b03929194506130c0903d8088833e6130928183610403565b939091613038565b6130dc91503d8087833e6130928183610403565b38612fff565b6130f79192503d8085833e6130928183610403565b9038612fcc565b61311291503d808b833e6130928183610403565b38612f84565b600080516020613891833981519152546000805160206138718339815191528054909590949093909290916001600160a01b03168015611775576020600491604051928380926372277dad60e11b82525afa90811561101a576000916131a2575b5015612db35761319d6001612d8196811b1760008051602061387183398151915255565b6131c1565b6131bb915060203d602011612ded57612ddf8183610403565b38613179565b6040518481529293926001600160a01b038216907f94d8ddc6f80145996222d7180403871efb33aa076a778215183f76faf3b0143690602090a2604051635ca2159160e11b8152600094858260048173__$871508ae888325252fdba23f15f3f16064$__5af491821561101a578690819361334b575b50604051631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__9490938491829161326f919060048401612e7b565b0381865af491821561101a576132ac9487936132919285916130c857506134ae565b60405163fb70775b60e01b8152948592839260048401612eaa565b0381845af490811561101a576132ee9385938493613326575b506001600160401b0390604051958694859384936375a2a7e360e01b8552169060048401612ecd565b03915af490811561101a5782610431939261330b575b5050613644565b61331f92503d8091833e6130928183610403565b3880613304565b6001600160401b03919350613344903d8087833e6130928183610403565b92906132c5565b61326f9350613363903d8084833e6130928183610403565b92613237565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b038311848410176103b457604093859385528380528360205251915afa6133e65750565b9150915051906020518060201c150290565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613436575b5050610b0957565b600080516020613851833981519152541614159050388061342e565b906000602091828151910182855af115611e16576000513d6134a557506001600160a01b0381163b155b6134835750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b6001141561347c565b61350760009160606040516134c2816103e8565b52604051936134d085610399565b6020855260208501526135196040519485938493638353c19960e01b855260406004860152516020604486015260648501906108ef565b838103600319016024850152906108ef565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561101a57600091613544575090565b6117c991503d806000833e6130928183610403565b60606117c9926107d183526040602084015251916020604082015201906108ef565b60606117c9926107d283526040602084015251916020604082015201906108ef565b6000805160206138718339815191528054600181161561362c57600119169055600080516020613891833981519152546135e19061104d906001600160a01b031681565b803b156102ad576040516327710fa960e11b815291600091839182908490829061360e9060048301613559565b03925af1801561101a5761361f5750565b806110e7610431926103b9565b60249060405190633b48047760e01b82526004820152fd5b6000805160206138718339815191528054600181161561362c57600119169055600080516020613891833981519152546136889061104d906001600160a01b031681565b803b156102ad576040516327710fa960e11b815291600091839182908490829061360e906004830161357b565b60ff6000805160206138b18339815191525460401c16156136d257565b604051631afcd79f60e31b8152600490fd5b90813b1561376a5760008051602061385183398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a280511561374f5761374c9161378b565b50565b50503461375857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806117c993602081519101845af43d156137c9573d916137ac83610452565b926137ba6040519485610403565b83523d6000602085013e6137cd565b6060915b906137f457508051156137e257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613827575b613805575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156137fd56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122053a498f18d33992ecd4141738f31f587c8c09e1d105e87d7f5e08487622938c264736f6c63430008190033",
1854
+ "deployedBytecode": "0x6080604052600436101561001257600080fd5b60003560e01c806301ffc9a71461025757806304826a89146102525780630de68f391461024d578063150b7a021461024857806317456467146102435780631c83fe211461023e5780631db3cfd1146102395780631e28eccd146102345780631fea92ad1461022f57806324ca659c1461022a578063407a282f146102255780634dc530ff146102205780634f1ef2861461021b57806352d1902d146102165780635476095e146102115780635c87798f1461020c5780635cd8a76b14610207578063712c2782146102025780637a9e5e4b146101fd57806387f0cea4146101f85780638869630b146101f35780638ab3d3f9146101ee5780638e7eb902146101e95780638fb36037146101e45780638fe9ab36146101df57806399275cc7146101da5780639943bd86146101d5578063ad3cb1cc146101d0578063bc197c81146101cb578063bf7e214f146101c6578063c360b5e9146101c1578063c4d66de8146101bc578063ca34df47146101b7578063cde78421146101b2578063e4da61ab146101ad5763f23a6e61146101a857600080fd5b611c14565b611b85565b611b3d565b611b07565b611a40565b611934565b6118fe565b611876565b6117cc565b611787565b61169b565b6115ed565b61159a565b61151f565b611502565b61130a565b610eb7565b610e32565b610da9565b610cd6565b610c0b565b610b1b565b610ab0565b6109a9565b610914565b6108af565b610790565b6105f7565b610567565b610549565b610526565b610509565b6104b4565b610306565b6102bd565b346102ad5760203660031901126102ad5760043563ffffffff60e01b81168091036102ad57602090630271189760e51b811490811561029c575b506040519015158152f35b6301ffc9a760e01b14905038610291565b600080fd5b60009103126102ad57565b346102ad5760003660031901126102ad5760206040516107d18152f35b600435906001600160a01b03821682036102ad57565b602435906001600160a01b03821682036102ad57565b346102ad5760203660031901126102ad5760e06001600160a01b038061032a6102da565b166000526002602052604060002080549160018201541690600281015460038201546004830154916006600585015494015494604051968752602087015260408601526060850152608084015260a083015260c0820152f35b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b038211176103b457604052565b610383565b6001600160401b0381116103b457604052565b61010081019081106001600160401b038211176103b457604052565b602081019081106001600160401b038211176103b457604052565b90601f801991011681019081106001600160401b038211176103b457604052565b60405190610431826103cc565b565b6040519060e082018281106001600160401b038211176103b457604052565b6001600160401b0381116103b457601f01601f191660200190565b81601f820112156102ad5780359061048482610452565b926104926040519485610403565b828452602083830101116102ad57816000926020809301838601378301015290565b346102ad5760803660031901126102ad576104cd6102da565b506104d66102f0565b506064356001600160401b0381116102ad576104f690369060040161046d565b50604051630a85bd0160e11b8152602090f35b346102ad5760003660031901126102ad5760206040516101808152f35b346102ad5760203660031901126102ad57610541363361266b565b600435600055005b346102ad5760003660031901126102ad576020600054604051908152f35b346102ad5760203660031901126102ad57600435610585363361266b565b6000908082526001602052604082206005810154156105cb576004839101557f27b64cfe9a6a6be655815f15aebac998f62824aad02b5d0131a4cb760973756f8280a280f35b546040516325813c2f60e11b815263ffffffff90911660048201526024810191909152604490fd5b0390fd5b346102ad5760403660031901126102ad57600435602435610618363361266b565b816000526001602052604060002060048101908154158015906106ca575b610698575060005480831061067757508190556040519081527f6460648e7d51bd473d3770bf779615e583c223045d2e5f5029db55638a74ee3990602090a2005b6040516363af013760e01b8152600481018490526024810191909152604490fd5b54839063ffffffff165b6040516325813c2f60e11b815263ffffffff9190911660048201526024810191909152604490fd5b50600581015415610636565b6001600160401b0381116103b45760051b60200190565b9080601f830112156102ad578135916020610707846106d6565b936040936107186040519687610403565b818652828087019260061b850101938185116102ad578301915b8483106107425750505050505090565b85838303126102ad5785519061075782610399565b83356001600160401b03811681036102ad578252848401359063ffffffff821682036102ad57828692838a950152815201920191610732565b346102ad576101003660031901126102ad576004356107ad6102f0565b6044359160643560e4356001600160401b0381116102ad576107d39036906004016106ed565b906107de363361266b565b6001600160a01b0384161561088e57841561086d57801561084c5761084a9461081e610808610424565b6104838152956001600160a01b03166020870152565b60408501526060840152608435608084015260a43560a084015260c43560c084015260e0830152612996565b005b604051633679086b60e21b8152610483600482015260248101849052604490fd5b60405163b6da4e7f60e01b8152610483600482015260248101849052604490fd5b6040516321839b8360e01b8152610483600482015260248101849052604490fd5b346102ad5760003660031901126102ad5760206040516107d38152f35b60005b8381106108df5750506000910152565b81810151838201526020016108cf565b90602091610908815180928185528580860191016108cc565b601f01601f1916010190565b346102ad5760003660031901126102ad5760408051610932816103e8565b60008152815190602080830181845282518091528484019180868360051b8701019401926000965b8388106109675786860387f35b90919293948380610998600193603f198b820301875285838b5161ffff8151168452015191818582015201906108ef565b97019301970196909392919361095a565b60403660031901126102ad576109bd6102da565b6024356001600160401b0381116102ad576109dc90369060040161046d565b906109e56133f8565b6109ef363361266b565b6109f76133f8565b6040516352d1902d60e01b8152916020836004816001600160a01b0386165afa60009381610a7f575b50610a4657604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b906000805160206138518339815191528303610a665761084a92506136e4565b604051632a87526960e21b815260048101849052602490fd5b610aa291945060203d602011610aa9575b610a9a8183610403565b810190611e50565b9238610a20565b503d610a90565b346102ad5760003660031901126102ad577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610b095760206040516000805160206138518339815191528152f35b60405163703e46dd60e11b8152600490fd5b346102ad5760e03660031901126102ad57600435610b376102f0565b6044359160c4356001600160401b0381116102ad57610b5a9036906004016106ed565b610b64363361266b565b6001600160a01b03831615610beb578315610bcb5761084a93610b9d610b88610424565b60148152946001600160a01b03166020860152565b600060408501526060840152606435608084015260843560a084015260a43560c084015260e0830152612996565b604051633679086b60e21b81526014600482015260248101839052604490fd5b6040516321839b8360e01b81526014600482015260248101839052604490fd5b346102ad5760c03660031901126102ad57600435610c276102f0565b60a4356001600160401b0381116102ad57610c469036906004016106ed565b610c50363361266b565b6001600160a01b03821615610cb5579161084a92610c85610c6f610424565b6102d18152936001600160a01b03166020850152565b6000604084015260016060840152604435608084015260643560a084015260843560c084015260e0830152612996565b6040516321839b8360e01b81526102d1600482015260248101849052604490fd5b346102ad5760003660031901126102ad576000805160206138b1833981519152805460ff8160401c16908115610d94575b50610d82576000805160206138b1833981519152805467ffffffffffffffff19166002179055805460ff60401b1916600160401b179055610d46611c85565b610d4e611c69565b604051600281527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29080602081015b0390a1005b60405163f92ee8a960e01b8152600490fd5b600291506001600160401b0316101538610d07565b346102ad5760403660031901126102ad57610dc26102da565b610dca6102f0565b90610dd5363361266b565b60008051602061389183398151915280546001600160a01b039283166001600160a01b0319918216179091557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd98054939092169216919091179055005b346102ad5760203660031901126102ad57610e4b6102da565b600080516020613831833981519152546001600160a01b03919082163303610e9657803b15610e7d5761084a90612a91565b6040516361798f2f60e11b815291166004820152602490fd5b60405162d1953b60e31b8152336004820152602490fd5b801515036102ad57565b346102ad576040806003193601126102ad57610ed16102da565b602435610edd81610ead565b6001600160a01b0382166000908152600260205260409020610efe90611c97565b908382015180156112ea574281116112c25750606082018051156112a2575180421061127a575060208201516001600160a01b039490851633810361124b5750610f5b610f5684516000526001602052604060002090565b611d7d565b9160c08301511561120b57156111ea576001600160a01b0384166000908152600260205260409020610fb19060066000918281558260018201558260028201558260038201558260048201558260058201550155565b610fcb610fc2835163ffffffff1690565b63ffffffff1690565b8061102857505050600080808060c085015181811561101f575b3390f11561101a575b51913391167fbdeb968197f12e4fd7afd5935adf1d1d570fe13fad6b0d82ae73813af7f81a54600080a4005b611e16565b506108fc610fe5565b6014810361106957505060208101516110649190606090611059906001600160a01b03165b6001600160a01b031690565b910151903390612c60565b610fee565b6102d181036110f3575060209091015161108d9061104d906001600160a01b031681565b90608083015190823b156102ad5751632142170760e11b81523060048201523360248201526044810191909152906000908290606490829084905af1801561101a576110da575b50610fee565b806110e76110ed926103b9565b806102b2565b386110d4565b6104838103611179575060208201516111169061104d906001600160a01b031681565b6060608085015193015190803b156102ad579151637921219560e11b81523060048201523360248201526044810193909352606483015260a06084830152600060a4830181905290829060c490829084905af1801561101a576110da5750610fee565b6105f3916111d061118c6111c293612b1c565b82517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83015b90611dff565b03601f198101845283610403565b5160016245d25360e11b03198152918291600483016117b8565b6001600160a01b038416600090815260026020819052604082200155610fb1565b50826105f361121e845163ffffffff1690565b915192516325813c2f60e11b815263ffffffff909216600483015260248201929092529081906044820190565b905163b42d7b9b60e01b81526001600160a01b0385811660048301529091166024820152336044820152606490fd5b84516393758d4760e01b81526001600160a01b03851660048201526024810191909152604490fd5b845163019926f960e71b81526001600160a01b0385166004820152602490fd5b8451630d81a8ff60e21b81526001600160a01b03851660048201526024810191909152604490fd5b84516324d632eb60e21b81526001600160a01b0385166004820152602490fd5b346102ad5760203660031901126102ad576113236102da565b6001600160a01b0381166000908152600260205260409020600281015480156114e1574281116114b8575060038101548061148f57505461136e816000526001602052604060002090565b9060058201541561148257600682019182541561145a575050600080516020613831833981519152546001600160a01b03169060005b815481101561084a576113c86113ba8284611e22565b50546001600160401b031690565b906113e46113d68285611e22565b505460401c63ffffffff1690565b91843b156102ad5760405163012e238d60e51b81526001600160401b039190911660048201526001600160a01b038616602482015263ffffffff92909216604483015260008260648183885af191821561101a57600192611447575b50016113a4565b806110e7611454926103b9565b38611440565b5460405163064e161d60e31b815263ffffffff90911660048201526024810191909152604490fd5b815463ffffffff166106a2565b6040516393758d4760e01b81526001600160a01b03841660048201526024810191909152604490fd5b604051630d81a8ff60e21b81526001600160a01b03841660048201526024810191909152604490fd5b6040516324d632eb60e21b81526001600160a01b0384166004820152602490fd5b346102ad5760003660031901126102ad5760206040516107d28152f35b346102ad5760203660031901126102ad57600435600052600160205260e06040600020805490600181015490600281015460038201549060056004840154930154936040519563ffffffff8116875260018060a01b039060201c16602087015260408601526060850152608084015260a083015260c0820152f35b346102ad5760003660031901126102ad576000805160206138318339815191525460a01c60ff16156115e4576020638fb3603760e01b5b6040516001600160e01b03199091168152f35b602060006115d1565b346102ad5760a03660031901126102ad576004356024356084356001600160401b0381116102ad576116239036906004016106ed565b61162d363361266b565b811561167b576116789192611640610424565b91600094858452856020850152856040850152856060850152608084015260443560a084015260643560c084015260e0830152612996565b80f35b604051632903a44760e01b81526000600482015260248101849052604490fd5b60603660031901126102ad576116af6102da565b600080516020613891833981519152546001600160a01b03168015611775575a90803b156102ad576040516327e935a160e01b815260048101839052600093909290848460248183875af190811561101a57859461171a92611762575b506044359060243590611e82565b813b1561175e5760405163f5786b4b60e01b8152600481019190915291908290602490829084905af1801561101a57611751575080f35b806110e7611678926103b9565b5050fd5b806110e761176f926103b9565b3861170c565b604051632ea0fec960e11b8152600490fd5b346102ad5760403660031901126102ad5760206117ae6117a56102da565b60243590612311565b6040519015158152f35b9060206117c99281815201906108ef565b90565b346102ad5760003660031901126102ad576118126040516117ec81610399565b60058152640352e302e360dc1b60208201526040519182916020835260208301906108ef565b0390f35b9080601f830112156102ad576020908235611830816106d6565b9361183e6040519586610403565b81855260208086019260051b8201019283116102ad57602001905b828210611867575050505090565b81358152908301908301611859565b346102ad5760a03660031901126102ad5761188f6102da565b506118986102f0565b506001600160401b036044358181116102ad576118b9903690600401611816565b506064358181116102ad576118d2903690600401611816565b506084359081116102ad576118eb90369060040161046d565b5060405163bc197c8160e01b8152602090f35b346102ad5760003660031901126102ad57600080516020613831833981519152546040516001600160a01b039091168152602090f35b346102ad5760203660031901126102ad5761194d6102da565b6000805160206138b183398151915254906001600160401b0360ff8360401c1615921680159081611a38575b6001149081611a2e575b159081611a25575b50610d82576000805160206138b1833981519152805467ffffffffffffffff191660011790556119bf9082611a0057612388565b6119c557005b6119cd611c69565b604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2908060208101610d7d565b6000805160206138b1833981519152805460ff60401b1916600160401b179055612388565b9050153861198b565b303b159150611983565b839150611979565b346102ad5760203660031901126102ad57611a596102da565b6000805160206138b183398151915254906001600160401b0360ff8360401c1615921680159081611aff575b6001149081611af5575b159081611aec575b50610d82576000805160206138b1833981519152805467ffffffffffffffff191660011790556119bf9082156123b9576000805160206138b1833981519152805460ff60401b1916600160401b1790556123b9565b90501538611a97565b303b159150611a8f565b839150611a85565b346102ad5760003660031901126102ad57600080516020613891833981519152546040516001600160a01b039091168152602090f35b346102ad5760003660031901126102ad577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b346102ad5760203660031901126102ad57611b9e6102da565b600080516020613891833981519152546001600160a01b03168015611775575a90803b156102ad576040516327e935a160e01b815260048101839052600093909290848460248183875af190811561101a57859461171a92611c01575b506123f2565b806110e7611c0e926103b9565b38611bfb565b346102ad5760a03660031901126102ad57611c2d6102da565b50611c366102f0565b506084356001600160401b0381116102ad57611c5690369060040161046d565b5060405163f23a6e6160e01b8152602090f35b6000805160206138b1833981519152805460ff60401b19169055565b611c8f363361266b565b610180600055565b9060405160e081018181106001600160401b038211176103b45760409081528354825260018401546001600160a01b031660208301526002840154908201526003830154606082015260048301546080820152600583015460a082015260069092015460c0830152565b908154611d0d816106d6565b92604093611d1e6040519182610403565b82815280946020809201926000526020600020906000935b858510611d4557505050505050565b60018481928451611d5581610399565b63ffffffff87546001600160401b0381168352871c1683820152815201930194019391611d36565b90604051611d8a816103cc565b60e0611dfa60068395611dc28154611dae63ffffffff8216889063ffffffff169052565b602090811c6001600160a01b031690870152565b600181015460408601526002810154606086015260038101546080860152600481015460a0860152600581015460c086015201611d01565b910152565b90611e12602092828151948592016108cc565b0190565b6040513d6000823e3d90fd5b8054821015611e3a5760005260206000200190600090565b634e487b7160e01b600052603260045260246000fd5b908160209103126102ad575190565b91908201809211611e6c57565b634e487b7160e01b600052601160045260246000fd5b909291611e99846000526001602052604060002090565b93600492838601938454156122d3576001600160a01b038216600090815260026020819052604090912001546122ac5760009660028101549785825463ffffffff81168015600014611fdf575050505060030154803410611fbe575050611fb76104319596611f0b34965b5442611e5f565b95611f14610433565b858152336020820152918760408401526000606084015286608084015260a083015260c0820152611f578360018060a01b03166000526002602052604060002090565b9060c0600691805184556001840160018060a01b036020830151166bffffffffffffffffffffffff60a01b82541617905560408101516002850155606081015160038501556080810151600485015560a081015160058501550151910155565b3390612cf5565b604080516317c032d760e21b81529283019182523460208301528291010390fd5b6014819c9693949a9b9c14600014612029575050505090611f0b610431976120248361201b61104d611fb7975460018060a01b039060201c1690565b30903390612c9e565b611f04565b92949391926102d1810361216e5750506003810154806120cb575b505461205d9061104d9060201c6001600160a01b031681565b92833b156102ad5760408051632142170760e11b815233938101938452306020850152908301919091529260009184919082908490829060600103925af1801561101a5761043197611fb793611f0b926120b8575b50611f04565b806110e76120c5926103b9565b386120b2565b81546120e49061104d9060201c6001600160a01b031681565b602060405180926312439fa960e21b825281806121088b8a83019190602083019252565b03915afa998a1561101a579961214d575b50888181106121285750612044565b604080516309cdbd2960e21b8152808601938452602084019290925290918291010390fd5b61216791995060203d602011610aa957610a9a8183610403565b9738612119565b9097509293919290610483820361224d5760010154918281036122125750909560201c6001600160a01b031691869150823b1561220e5760408051637921219560e11b815233928101928352306020840152908201929092526060810184905260a060808201819052600090820152909291879184919082908490829060c00103925af1801561101a5761043197611fb793611f0b926120b85750611f04565b8780fd5b6105f39193928760405195869563186ec2d760e31b875286019094939260609263ffffffff6080840197168352602083015260408201520152565b6111c28461229261225d85612b1c565b6040517f556e737570706f7274656420626f6e6420746f6b656e207479706520000000006020820152938491603c83016111bc565b6105f3604051928392637fba2dad60e11b845283016117b8565b6040516305fb93b360e41b81526001600160a01b0390921690820190815281906020010390fd5b90506105f36122e6875463ffffffff1690565b604080516325813c2f60e11b815263ffffffff90921693820193845260208401949094529283920190565b60018060a01b03166000526002602052604060002090806000526001602052604060002090825414908161237a575b5061234b5750600090565b600281015490811515918261236f575b5081612365575090565b6003915001541590565b42101591503861235b565b600491500154151538612340565b6123a1906123946136b5565b61239c6136b5565b612a91565b6123a96136b5565b6123b16136b5565b6104316136b5565b6123c5906123946136b5565b6123cd6136b5565b6123d56136b5565b600160801b600080516020613871833981519152556104316136b5565b6001600160a01b038116600090815260026020526040902090919091600283015480156125d6574281116125ae5750600383019081548061258657506001848101546001600160a01b0395908616338103612555575080549161245f836000526001602052604060002090565b60058101978854156125465760008051602061383183398151915254839190612490906001600160a01b031661104d565b906006600094019116915b6124c1575b505050506004906124b661043196975442611e5f565b809555015491613118565b8054831015612541576124d76113ba8483611e22565b92823b156102ad57604051635be958b160e11b81526001600160401b039490941660048501526001600160a01b038816602485015260008460448183875af190811561101a578594859261252e575b50019261249b565b806110e761253b926103b9565b38612526565b6124a0565b846106a2835463ffffffff1690565b60405163b42d7b9b60e01b81526001600160a01b038581166004830152919091166024820152336044820152606490fd5b6040516393758d4760e01b81526001600160a01b039290921660048301526024820152604490fd5b604051630d81a8ff60e21b81526001600160a01b039290921660048301526024820152604490fd5b6040516324d632eb60e21b81526001600160a01b0383166004820152602490fd5b6004116102ad57600090600490565b6001600160e01b0319903581811693926004811061262357505050565b60040360031b82901b16169150565b6001600160a01b0390911681526040602082018190528101829052606091806000848401376000828201840152601f01601f1916010190565b60008051602061383183398151915280546126a4906001600160a01b031661269b612695866125f7565b90612606565b90843091613369565b90156126b1575b50505050565b63ffffffff161561276557600080516020613831833981519152805460ff60a01b1916600160a01b1790556126f39061104d908190546001600160a01b031690565b91823b156102ad5761271f9260009283604051809681958294634a63ebf760e11b845260048401612632565b03925af1801561101a57612752575b50600080516020613831833981519152805460ff60a01b19169055388080806126ab565b806110e761275f926103b9565b3861272e565b60405162d1953b60e31b81526001600160a01b0383166004820152602490fd5b815191600160401b83116103b457815483835580841061281a575b506127b5602080920192600052602060002090565b6000925b8484106127c7575050505050565b8051805183546020909201516bffffffffffffffffffffffff199092166001600160401b03919091161760409190911b6bffffffff000000000000000016178255600190819084019201930192906127b9565b60008360005284602060002092830192015b82811061283a5750506127a0565b81815560010161282c565b600660e06104319363ffffffff81511663ffffffff1985541617845561289f612877602083015160018060a01b031690565b8554640100000000600160c01b03191660209190911b640100000000600160c01b0316178555565b60408101516001850155606081015160028501556080810151600385015560a0810151600485015560c0810151600585015501519101612785565b90815180825260208080930193019160005b8281106128fa575050505090565b835180516001600160401b0316865282015163ffffffff1685830152604090940193928101926001016128ec565b61012060e06117c9936020845263ffffffff815116602085015260018060a01b0360208201511660408501526040810151606085015260608101516080850152608081015160a085015260a081015160c085015260c0810151828501520151916101008082015201906128da565b9060056129ad836000526001602052604060002090565b0154612a695760a081015160005490818110612a47575060c0820151818110612a25575050612a2081612a147f96aadfe09322bba19498a70e6e7477e2e2a268c8e73ce4c7c477ae5ecf402dc493612a0f866000526001602052604060002090565b612845565b60405191829182612928565b0390a2565b604051630b20119160e41b815260048101919091526024810191909152604490fd5b6040516363af013760e01b815260048101919091526024810191909152604490fd5b5160405163637f688f60e01b815263ffffffff90911660048201526024810191909152604490fd5b60008051602061383183398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b90612af482610452565b612b016040519182610403565b8281528092612b12601f1991610452565b0190602036910137565b806000917a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000080821015612c52575b506d04ee2d6d415b85acef810000000080831015612c43575b50662386f26fc1000080831015612c34575b506305f5e10080831015612c25575b5061271080831015612c16575b506064821015612c06575b600a80921015612bfc575b600190816021612bb460018701612aea565b95860101905b612bc6575b5050505090565b600019019083906f181899199a1a9b1b9c1cb0b131b232b360811b8282061a835304918215612bf757919082612bba565b612bbf565b9160010191612ba2565b9190606460029104910191612b97565b60049193920491019138612b8c565b60089193920491019138612b7f565b60109193920491019138612b70565b60209193920491019138612b5e565b604093508104915038612b45565b60405163a9059cbb60e01b60208201526001600160a01b039092166024830152604482019290925261043191612c9982606481016111c2565b613452565b6040516323b872dd60e01b60208201526001600160a01b039283166024820152929091166044830152606482019290925261043191612c9982608481016111c2565b908160209103126102ad57516117c981610ead565b6000805160206138918339815191525460008051602061387183398151915280549096909590949093909290916001600160a01b03168015611775576020600491604051928380926372277dad60e11b82525afa90811561101a57600091612dc5575b5015612db357612d7c6001612d8197811b1760008051602061387183398151915255565b612efb565b54600180821614612da15760011c60008051602061387183398151915255565b6040516383db270d60e01b8152600490fd5b60405163738c481160e01b8152600490fd5b612de7915060203d602011612ded575b612ddf8183610403565b810190612ce0565b38612d58565b503d612dd5565b906020828203126102ad5781516001600160401b03928382116102ad5701916020838303126102ad5760405192612e2a846103e8565b80519182116102ad570181601f820112156102ad578051612e4a81610452565b92612e586040519485610403565b818452602082840101116102ad57612e7691602080850191016108cc565b815290565b90612e9a602091949394604084525182604085015260608401906108ef565b6001600160a01b03909416910152565b929190612ec8602091604086525182604087015260608601906108ef565b930152565b906001600160401b03612ef4602092959495604085525183604086015260608501906108ef565b9416910152565b60408051858152602081018790529495909490929084906001600160a01b0380841691908516907f55c1057daef6a7b9bc5ae556cc2c253bcbbd4603c0d1b9d237408ef68e3c2969908990a48451635ca2159160e11b815260009690878160048173__$871508ae888325252fdba23f15f3f16064$__5af4801561101a57612fb79189916130fe575b508873__$46bbbc6398365a8909166570292cf8d34e$__95895180948192631f21838760e01b9586845260048401612e7b565b0381885af490811561101a57899283926130e2575b50612fe289519586938493845260048401612e7b565b0381865af491821561101a5761301f9588936130059285916130c8575b506134ae565b865163fb70775b60e01b8152958692839260048401612eaa565b0381845af491821561101a5761306194869485946130a1575b50516375a2a7e360e01b815294859384928392916001600160401b039091169060048401612ecd565b03915af490811561101a5782610431939261307e575b505061359d565b61309a92503d8091833e6130928183610403565b810190612df4565b3880613077565b6001600160401b03929194506130c0903d8088833e6130928183610403565b939091613038565b6130dc91503d8087833e6130928183610403565b38612fff565b6130f79192503d8085833e6130928183610403565b9038612fcc565b61311291503d808b833e6130928183610403565b38612f84565b600080516020613891833981519152546000805160206138718339815191528054909590949093909290916001600160a01b03168015611775576020600491604051928380926372277dad60e11b82525afa90811561101a576000916131a2575b5015612db35761319d6001612d8196811b1760008051602061387183398151915255565b6131c1565b6131bb915060203d602011612ded57612ddf8183610403565b38613179565b6040518481529293926001600160a01b038216907f94d8ddc6f80145996222d7180403871efb33aa076a778215183f76faf3b0143690602090a2604051635ca2159160e11b8152600094858260048173__$871508ae888325252fdba23f15f3f16064$__5af491821561101a578690819361334b575b50604051631f21838760e01b815273__$46bbbc6398365a8909166570292cf8d34e$__9490938491829161326f919060048401612e7b565b0381865af491821561101a576132ac9487936132919285916130c857506134ae565b60405163fb70775b60e01b8152948592839260048401612eaa565b0381845af490811561101a576132ee9385938493613326575b506001600160401b0390604051958694859384936375a2a7e360e01b8552169060048401612ecd565b03915af490811561101a5782610431939261330b575b5050613644565b61331f92503d8091833e6130928183610403565b3880613304565b6001600160401b03919350613344903d8087833e6130928183610403565b92906132c5565b61326f9350613363903d8084833e6130928183610403565b92613237565b60405163b700961360e01b602082019081526001600160a01b0393841660248301529290931660448401526001600160e01b03199093166064808401919091528252600093849390928492909160a08301916001600160401b038311848410176103b457604093859385528380528360205251915afa6133e65750565b9150915051906020518060201c150290565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215613436575b5050610b0957565b600080516020613851833981519152541614159050388061342e565b906000602091828151910182855af115611e16576000513d6134a557506001600160a01b0381163b155b6134835750565b604051635274afe760e01b81526001600160a01b039091166004820152602490fd5b6001141561347c565b61350760009160606040516134c2816103e8565b52604051936134d085610399565b6020855260208501526135196040519485938493638353c19960e01b855260406004860152516020604486015260648501906108ef565b838103600319016024850152906108ef565b038173__$871508ae888325252fdba23f15f3f16064$__5af490811561101a57600091613544575090565b6117c991503d806000833e6130928183610403565b60606117c9926107d183526040602084015251916020604082015201906108ef565b60606117c9926107d283526040602084015251916020604082015201906108ef565b6000805160206138718339815191528054600181161561362c57600119169055600080516020613891833981519152546135e19061104d906001600160a01b031681565b803b156102ad576040516327710fa960e11b815291600091839182908490829061360e9060048301613559565b03925af1801561101a5761361f5750565b806110e7610431926103b9565b60249060405190633b48047760e01b82526004820152fd5b6000805160206138718339815191528054600181161561362c57600119169055600080516020613891833981519152546136889061104d906001600160a01b031681565b803b156102ad576040516327710fa960e11b815291600091839182908490829061360e906004830161357b565b60ff6000805160206138b18339815191525460401c16156136d257565b604051631afcd79f60e31b8152600490fd5b90813b1561376a5760008051602061385183398151915280546001600160a01b0319166001600160a01b0384169081179091557fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b600080a280511561374f5761374c9161378b565b50565b50503461375857565b60405163b398979f60e01b8152600490fd5b604051634c9c8ce360e01b81526001600160a01b0383166004820152602490fd5b6000806117c993602081519101845af43d156137c9573d916137ac83610452565b926137ba6040519485610403565b83523d6000602085013e6137cd565b6060915b906137f457508051156137e257602081519101fd5b60405163d6bda27560e01b8152600490fd5b81511580613827575b613805575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156137fd56fef3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8f0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122053a498f18d33992ecd4141738f31f587c8c09e1d105e87d7f5e08487622938c264736f6c63430008190033",
1855
+ "linkReferences": {
1856
+ "contracts/common/iodata.sol": {
1857
+ "iodata": [
1858
+ {
1859
+ "length": 20,
1860
+ "start": 12173
1861
+ },
1862
+ {
1863
+ "length": 20,
1864
+ "start": 12865
1865
+ },
1866
+ {
1867
+ "length": 20,
1868
+ "start": 13644
1869
+ }
1870
+ ]
1871
+ },
1872
+ "contracts/common/sysio_write.sol": {
1873
+ "sysio_write": [
1874
+ {
1875
+ "length": 20,
1876
+ "start": 12215
1877
+ },
1878
+ {
1879
+ "length": 20,
1880
+ "start": 12918
1881
+ }
1882
+ ]
1883
+ }
1884
+ },
1885
+ "deployedLinkReferences": {
1886
+ "contracts/common/iodata.sol": {
1887
+ "iodata": [
1888
+ {
1889
+ "length": 20,
1890
+ "start": 12126
1891
+ },
1892
+ {
1893
+ "length": 20,
1894
+ "start": 12818
1895
+ },
1896
+ {
1897
+ "length": 20,
1898
+ "start": 13597
1899
+ }
1900
+ ]
1901
+ },
1902
+ "contracts/common/sysio_write.sol": {
1903
+ "sysio_write": [
1904
+ {
1905
+ "length": 20,
1906
+ "start": 12168
1907
+ },
1908
+ {
1909
+ "length": 20,
1910
+ "start": 12871
1911
+ }
1912
+ ]
1913
+ }
1914
+ }
1915
+ }