@wireio/stake 0.6.0 → 0.6.69

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 (586) hide show
  1. package/README.md +185 -243
  2. package/lib/stake.browser.js +44095 -8541
  3. package/lib/stake.browser.js.map +1 -1
  4. package/lib/stake.d.ts +11351 -1479
  5. package/lib/stake.js +44672 -9038
  6. package/lib/stake.js.map +1 -1
  7. package/lib/stake.m.js +44095 -8541
  8. package/lib/stake.m.js.map +1 -1
  9. package/package.json +4 -3
  10. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.dbg.json +4 -0
  11. package/src/assets/ethereum/hoodi/WNS/BucketWNS.sol/BucketWNS.json +699 -0
  12. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.dbg.json +4 -0
  13. package/src/assets/ethereum/hoodi/WNS/Challenge.sol/Challenge.json +3139 -0
  14. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.dbg.json +4 -0
  15. package/src/assets/ethereum/hoodi/WNS/ChallengeLib.sol/ChallengeLib.json +106 -0
  16. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.dbg.json +4 -0
  17. package/src/assets/ethereum/hoodi/WNS/Errors.sol/WNSErrs.json +180 -0
  18. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.dbg.json +4 -0
  19. package/src/assets/ethereum/hoodi/WNS/LiqWNS.sol/LiqWNS.json +470 -0
  20. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.dbg.json +4 -0
  21. package/src/assets/ethereum/hoodi/WNS/SChain.sol/SChain.json +1983 -0
  22. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.dbg.json +4 -0
  23. package/src/assets/ethereum/hoodi/WNS/UTXO.sol/UTXO.json +1231 -0
  24. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.dbg.json +4 -0
  25. package/src/assets/ethereum/hoodi/WNS/UTXOio.sol/UTXOio.json +1524 -0
  26. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.dbg.json +4 -0
  27. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IBucketWNS.json +119 -0
  28. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.dbg.json +4 -0
  29. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IChallenge.json +374 -0
  30. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.dbg.json +4 -0
  31. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/ISChain.json +865 -0
  32. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.dbg.json +4 -0
  33. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/IUTXO.json +524 -0
  34. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.dbg.json +4 -0
  35. package/src/assets/ethereum/hoodi/WNS/WNSCommon.sol/WNSCommon.json +10 -0
  36. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.dbg.json +4 -0
  37. package/src/assets/ethereum/hoodi/WNS/WithdrawBatch.sol/WithdrawBatch.json +1232 -0
  38. package/src/assets/ethereum/hoodi/common/Base58.sol/Base58.dbg.json +4 -0
  39. package/src/assets/ethereum/hoodi/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  40. package/src/assets/ethereum/hoodi/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  41. package/src/assets/ethereum/hoodi/common/iodata.sol/iodata.dbg.json +4 -0
  42. package/src/assets/ethereum/hoodi/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  43. package/src/assets/ethereum/hoodi/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  44. package/src/assets/ethereum/hoodi/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  45. package/src/assets/ethereum/hoodi/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  46. package/src/assets/ethereum/hoodi/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  47. package/src/assets/ethereum/hoodi/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  48. package/src/assets/ethereum/hoodi/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  49. package/src/assets/ethereum/hoodi/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  50. package/src/assets/ethereum/hoodi/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  51. package/src/assets/ethereum/hoodi/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  52. package/src/assets/ethereum/hoodi/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  53. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  54. package/src/assets/ethereum/hoodi/liqEth/DepositManager.sol/DepositManagerV2.json +985 -0
  55. package/src/assets/ethereum/hoodi/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  56. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  57. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IAccounting.json +182 -0
  58. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  59. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  60. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  61. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  62. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  63. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  64. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  65. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  66. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IStakingModule.json +1 -1
  67. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  68. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  69. package/src/assets/ethereum/hoodi/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  70. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/LiqEthCommon.json +2 -2
  71. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  72. package/src/assets/ethereum/hoodi/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  73. package/src/assets/ethereum/hoodi/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  74. package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthManaged.sol/LiqEthManaged.json +2 -2
  75. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  76. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  77. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  78. package/src/assets/ethereum/hoodi/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  79. package/src/assets/ethereum/hoodi/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  80. package/src/assets/ethereum/{ABI → hoodi}/liqEth/Yield.sol/YieldOracle.json +2 -2
  81. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.dbg.json +4 -0
  82. package/src/assets/ethereum/hoodi/liqEth/accounting.sol/AccountingV2.json +629 -0
  83. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  84. package/src/assets/ethereum/hoodi/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  85. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  86. package/src/assets/ethereum/hoodi/liqEth/stakingModule.sol/StakingModuleV2.json +1779 -0
  87. package/src/assets/ethereum/hoodi/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  88. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/DepositManager.sol/DepositManager.json +3 -3
  89. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  90. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IAccounting.json +1 -1
  91. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  92. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  93. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  94. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  95. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  96. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  97. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  98. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20.json +1 -1
  99. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  100. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/LiqEthCommon.sol/IRewardsERC20Pausable.json +1 -1
  101. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  102. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  103. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  104. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  105. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  106. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  107. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  108. package/src/assets/ethereum/hoodi/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  109. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  110. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20.sol/RewardsERC20Upgradeable.json +1 -1
  111. package/src/assets/ethereum/hoodi/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  112. package/src/assets/ethereum/{ABI/liqEth → hoodi/liqEth/v1}/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +1 -1
  113. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  114. package/src/assets/ethereum/hoodi/liqEth/v1/accounting.sol/Accounting.json +548 -0
  115. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  116. package/src/assets/ethereum/hoodi/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  117. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  118. package/src/assets/ethereum/hoodi/liqEth/v1/stakingModule.sol/StakingModule.json +1772 -0
  119. package/src/assets/ethereum/hoodi/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  120. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +2 -2
  121. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  122. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/Uint64BE.json +2 -2
  123. package/src/assets/ethereum/hoodi/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  124. package/src/assets/ethereum/{ABI → hoodi}/liqEth/withdrawalVault.sol/WithdrawalVault.json +2 -2
  125. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.dbg.json +4 -0
  126. package/src/assets/ethereum/hoodi/outpost/BAR.sol/BAR.json +1111 -0
  127. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.dbg.json +4 -0
  128. package/src/assets/ethereum/hoodi/outpost/Depositor.sol/Depositor.json +1590 -0
  129. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  130. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  131. package/src/assets/ethereum/hoodi/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +274 -0
  132. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.dbg.json +4 -0
  133. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeDepositCodec.json +10 -0
  134. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.dbg.json +4 -0
  135. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawCodec.json +10 -0
  136. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.dbg.json +4 -0
  137. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawConfirmCodec.json +10 -0
  138. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.dbg.json +4 -0
  139. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/BridgeWithdrawFailedCodec.json +10 -0
  140. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.dbg.json +4 -0
  141. package/src/assets/ethereum/hoodi/outpost/InstaswapBridgeAttestations.sol/InstaswapBridgeAttestationTypeLib.json +10 -0
  142. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.dbg.json +4 -0
  143. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/IDepositorBridgeHooks.json +29 -0
  144. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.dbg.json +4 -0
  145. package/src/assets/ethereum/hoodi/outpost/LiqEthBridge.sol/LiqEthBridge.json +1033 -0
  146. package/src/assets/ethereum/hoodi/outpost/MockAggregator.sol/MockAggregator.json +97 -0
  147. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.dbg.json +4 -0
  148. package/src/assets/ethereum/hoodi/outpost/OPP.sol/OPP.json +1055 -0
  149. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  150. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPP.json +81 -0
  151. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  152. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  153. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPInbound.json +330 -0
  154. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  155. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPReceiver.json +29 -0
  156. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  157. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/IOPPSender.json +41 -0
  158. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  159. package/src/assets/ethereum/hoodi/outpost/OPPCommon.sol/OPPCommon.json +287 -0
  160. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  161. package/src/assets/ethereum/hoodi/outpost/OPPEndpoint.sol/OPPEndpoint.json +294 -0
  162. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  163. package/src/assets/ethereum/hoodi/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +415 -0
  164. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  165. package/src/assets/ethereum/hoodi/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +399 -0
  166. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  167. package/src/assets/ethereum/hoodi/outpost/OPPErrors.sol/OPPErrors.json +245 -0
  168. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  169. package/src/assets/ethereum/hoodi/outpost/OPPInbound.sol/OPPInbound.json +1204 -0
  170. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  171. package/src/assets/ethereum/hoodi/outpost/OPPReceiver.sol/OPPReceiver.json +312 -0
  172. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  173. package/src/assets/ethereum/hoodi/outpost/OPPSender.sol/OPPSender.json +324 -0
  174. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.dbg.json +4 -0
  175. package/src/assets/ethereum/hoodi/outpost/OperatorRegistry.sol/OperatorRegistry.json +1068 -0
  176. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  177. package/src/assets/ethereum/hoodi/outpost/OutpostErrors.sol/OutpostErrors.json +211 -0
  178. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  179. package/src/assets/ethereum/hoodi/outpost/OutpostManaged.sol/OutpostManaged.json +229 -0
  180. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  181. package/src/assets/ethereum/hoodi/outpost/OutpostManager.sol/OutpostManager.json +751 -0
  182. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  183. package/src/assets/ethereum/hoodi/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +1432 -0
  184. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  185. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostManager.json +130 -0
  186. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  187. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  188. package/src/assets/ethereum/hoodi/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +141 -0
  189. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  190. package/src/assets/ethereum/hoodi/outpost/OutpostOwnable.sol/OutpostOwnable.json +213 -0
  191. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.dbg.json +4 -0
  192. package/src/assets/ethereum/hoodi/outpost/OutpostReserve.sol/OutpostReserve.json +888 -0
  193. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.dbg.json +4 -0
  194. package/src/assets/ethereum/hoodi/outpost/Pool.sol/Pool.json +659 -0
  195. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.dbg.json +4 -0
  196. package/src/assets/ethereum/hoodi/outpost/Pretoken.sol/Pretoken.json +1393 -0
  197. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  198. package/src/assets/ethereum/hoodi/outpost/ReceiptNFT.sol/ReceiptNFT.json +1738 -0
  199. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.dbg.json +4 -0
  200. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapConfirmCodec.json +10 -0
  201. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.dbg.json +4 -0
  202. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapFailedCodec.json +10 -0
  203. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.dbg.json +4 -0
  204. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapRequestCodec.json +10 -0
  205. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.dbg.json +4 -0
  206. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/InstaswapSettlementCodec.json +10 -0
  207. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.dbg.json +4 -0
  208. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitConfirmCodec.json +10 -0
  209. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.dbg.json +4 -0
  210. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitFailedCodec.json +10 -0
  211. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.dbg.json +4 -0
  212. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalExitRequestCodec.json +10 -0
  213. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.dbg.json +4 -0
  214. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/PrincipalStakeDeltaCodec.json +10 -0
  215. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.dbg.json +4 -0
  216. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAssetCodec.json +10 -0
  217. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.dbg.json +4 -0
  218. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestationTypeLib.json +10 -0
  219. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.dbg.json +4 -0
  220. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/WireYieldHubAttestations.json +1437 -0
  221. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.dbg.json +4 -0
  222. package/src/assets/ethereum/hoodi/outpost/WireYieldHubAttestations.sol/YieldDepositCodec.json +10 -0
  223. package/src/assets/ethereum/hoodi/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  224. package/src/assets/ethereum/hoodi/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  225. package/src/assets/ethereum/hoodi/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  226. package/src/assets/ethereum/hoodi/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  227. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  228. package/src/assets/ethereum/hoodi/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  229. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  230. package/src/assets/ethereum/hoodi/token/ERC20Token.sol/ERC20Token.json +330 -0
  231. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  232. package/src/assets/ethereum/hoodi/token/ERC721Token.sol/ERC721Token.json +449 -0
  233. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.dbg.json +4 -0
  234. package/src/assets/ethereum/hoodi/token/Eman1155.sol/Eman1155.json +560 -0
  235. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.dbg.json +4 -0
  236. package/src/assets/ethereum/hoodi/token/Eman20.sol/Eman20.json +460 -0
  237. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.dbg.json +4 -0
  238. package/src/assets/ethereum/hoodi/token/Eman721.sol/Eman721.json +624 -0
  239. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.dbg.json +4 -0
  240. package/src/assets/ethereum/mainnet/common/Base58.sol/Base58.json +164 -0
  241. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +4 -0
  242. package/src/assets/ethereum/mainnet/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +76 -0
  243. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +4 -0
  244. package/src/assets/ethereum/mainnet/common/RestrictedCallers.sol/RestrictedCallers.json +10 -0
  245. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.dbg.json +4 -0
  246. package/src/assets/ethereum/mainnet/common/iodata.sol/iodata.json +618 -0
  247. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.dbg.json +4 -0
  248. package/src/assets/ethereum/mainnet/common/iodata_util.sol/iodata_util.json +40 -0
  249. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.dbg.json +4 -0
  250. package/src/assets/ethereum/mainnet/common/sysio_data.sol/sysio_data.json +10 -0
  251. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.dbg.json +4 -0
  252. package/src/assets/ethereum/mainnet/common/sysio_errors.sol/sysio_errors.json +10 -0
  253. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.dbg.json +4 -0
  254. package/src/assets/ethereum/mainnet/common/sysio_merkle.sol/sysio_merkle.json +233 -0
  255. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.dbg.json +4 -0
  256. package/src/assets/ethereum/mainnet/common/sysio_name.sol/sysio_name.json +49 -0
  257. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +4 -0
  258. package/src/assets/ethereum/mainnet/common/sysio_pubkey.sol/sysio_pubkey.json +64 -0
  259. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.dbg.json +4 -0
  260. package/src/assets/ethereum/mainnet/common/sysio_read.sol/sysio_read.json +1458 -0
  261. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.dbg.json +4 -0
  262. package/src/assets/ethereum/mainnet/common/sysio_tester.sol/SysioTester.json +1532 -0
  263. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.dbg.json +4 -0
  264. package/src/assets/ethereum/mainnet/common/sysio_verify.sol/sysio_verify.json +1525 -0
  265. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.dbg.json +4 -0
  266. package/src/assets/ethereum/mainnet/common/sysio_write.sol/sysio_write.json +1076 -0
  267. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.dbg.json +4 -0
  268. package/src/assets/ethereum/mainnet/liqEth/BeaconState.sol/BeaconState.json +807 -0
  269. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.dbg.json +4 -0
  270. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/DepositManagerV2.json +1004 -0
  271. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.dbg.json +4 -0
  272. package/src/assets/ethereum/mainnet/liqEth/DepositManager.sol/IStakingModuleBondLocker.json +29 -0
  273. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.dbg.json +4 -0
  274. package/src/assets/ethereum/mainnet/liqEth/KeyBondManager.sol/KeyBondManager.json +897 -0
  275. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +4 -0
  276. package/src/assets/ethereum/mainnet/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +1289 -0
  277. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  278. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositContract.json +39 -0
  279. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  280. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IDepositManager.json +64 -0
  281. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.dbg.json +4 -0
  282. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IKeyBondManager.json +189 -0
  283. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  284. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  285. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  286. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20.json +319 -0
  287. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  288. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.json +333 -0
  289. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  290. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IStakingModule.json +279 -0
  291. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  292. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  293. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  294. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  295. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  296. package/src/assets/ethereum/mainnet/liqEth/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  297. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.dbg.json +4 -0
  298. package/src/assets/ethereum/mainnet/liqEth/LiqEthDeepFreeze.sol/LiqEthDeepFreeze.json +236 -0
  299. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +4 -0
  300. package/src/assets/ethereum/mainnet/liqEth/LiqEthManaged.sol/LiqEthManaged.json +229 -0
  301. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.dbg.json +4 -0
  302. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20.sol/RewardsERC20UpgradeableV2.json +957 -0
  303. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.dbg.json +4 -0
  304. package/src/assets/ethereum/mainnet/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeableV2.json +1020 -0
  305. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.dbg.json +4 -0
  306. package/src/assets/ethereum/mainnet/liqEth/StakingLib.sol/StakingLib.json +89 -0
  307. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.dbg.json +4 -0
  308. package/src/assets/ethereum/mainnet/liqEth/Yield.sol/YieldOracle.json +1376 -0
  309. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.dbg.json +4 -0
  310. package/src/assets/ethereum/mainnet/liqEth/liqEth.sol/LiqEthTokenV2.json +1323 -0
  311. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.dbg.json +4 -0
  312. package/src/assets/ethereum/mainnet/liqEth/stakingModule.sol/StakingModuleV2.json +1896 -0
  313. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.dbg.json +4 -0
  314. package/src/assets/ethereum/mainnet/liqEth/v1/DepositManager.sol/DepositManager.json +978 -0
  315. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.dbg.json +4 -0
  316. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IAccounting.json +176 -0
  317. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.dbg.json +4 -0
  318. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositContract.json +39 -0
  319. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.dbg.json +4 -0
  320. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IDepositManager.json +64 -0
  321. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +4 -0
  322. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/ILiqEthUpgradeable.json +29 -0
  323. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.dbg.json +4 -0
  324. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20.json +249 -0
  325. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +4 -0
  326. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IRewardsERC20Pausable.json +263 -0
  327. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.dbg.json +4 -0
  328. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IStakingModule.json +344 -0
  329. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +4 -0
  330. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IValidatorBalanceVerifier.json +129 -0
  331. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +4 -0
  332. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/IWithdrawalRecord.json +66 -0
  333. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.dbg.json +4 -0
  334. package/src/assets/ethereum/mainnet/liqEth/v1/LiqEthCommon.sol/LiqEthCommon.json +10 -0
  335. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +4 -0
  336. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20.sol/RewardsERC20Upgradeable.json +874 -0
  337. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +4 -0
  338. package/src/assets/ethereum/mainnet/liqEth/v1/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.json +937 -0
  339. package/src/assets/ethereum/mainnet/liqEth/v1/accounting.sol/Accounting.dbg.json +4 -0
  340. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/accounting.sol/Accounting.json +3 -3
  341. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.dbg.json +4 -0
  342. package/src/assets/ethereum/mainnet/liqEth/v1/liqEth.sol/LiqEthToken.json +1233 -0
  343. package/src/assets/ethereum/mainnet/liqEth/v1/stakingModule.sol/StakingModule.dbg.json +4 -0
  344. package/src/assets/ethereum/{ABI/liqEth → mainnet/liqEth/v1}/stakingModule.sol/StakingModule.json +3 -3
  345. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +4 -0
  346. package/src/assets/ethereum/mainnet/liqEth/withdrawalQueue.sol/WithdrawalQueue.json +973 -0
  347. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +4 -0
  348. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/Uint64BE.json +10 -0
  349. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +4 -0
  350. package/src/assets/ethereum/mainnet/liqEth/withdrawalVault.sol/WithdrawalVault.json +441 -0
  351. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.dbg.json +4 -0
  352. package/src/assets/ethereum/mainnet/outpost/BAR.sol/BARV2.json +1915 -0
  353. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.dbg.json +4 -0
  354. package/src/assets/ethereum/mainnet/outpost/Depositor.sol/DepositorV2.json +1845 -0
  355. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +4 -0
  356. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +122 -0
  357. package/src/assets/ethereum/mainnet/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +4 -0
  358. package/src/assets/ethereum/{ABI → mainnet}/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.json +31 -29
  359. package/src/assets/ethereum/mainnet/outpost/OPP.sol/OPP.dbg.json +4 -0
  360. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPP.dbg.json +4 -0
  361. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +4 -0
  362. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPEndpoint.json +29 -0
  363. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPInbound.dbg.json +4 -0
  364. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +4 -0
  365. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/IOPPSender.dbg.json +4 -0
  366. package/src/assets/ethereum/mainnet/outpost/OPPCommon.sol/OPPCommon.dbg.json +4 -0
  367. package/src/assets/ethereum/mainnet/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +4 -0
  368. package/src/assets/ethereum/mainnet/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +4 -0
  369. package/src/assets/ethereum/mainnet/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +4 -0
  370. package/src/assets/ethereum/mainnet/outpost/OPPErrors.sol/OPPErrors.dbg.json +4 -0
  371. package/src/assets/ethereum/mainnet/outpost/OPPInbound.sol/OPPInbound.dbg.json +4 -0
  372. package/src/assets/ethereum/mainnet/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +4 -0
  373. package/src/assets/ethereum/mainnet/outpost/OPPSender.sol/OPPSender.dbg.json +4 -0
  374. package/src/assets/ethereum/mainnet/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +4 -0
  375. package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostErrors.sol/OutpostErrors.json +33 -18
  376. package/src/assets/ethereum/mainnet/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +4 -0
  377. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.dbg.json +4 -0
  378. package/src/assets/ethereum/mainnet/outpost/OutpostManager.sol/OutpostManagerV2.json +737 -0
  379. package/src/assets/ethereum/mainnet/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +4 -0
  380. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +4 -0
  381. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +4 -0
  382. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +29 -0
  383. package/src/assets/ethereum/mainnet/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +4 -0
  384. package/src/assets/ethereum/mainnet/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +4 -0
  385. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.dbg.json +4 -0
  386. package/src/assets/ethereum/mainnet/outpost/Pool.sol/PoolV2.json +943 -0
  387. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.dbg.json +4 -0
  388. package/src/assets/ethereum/mainnet/outpost/Pretoken.sol/PretokenV2.json +1703 -0
  389. package/src/assets/ethereum/mainnet/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +4 -0
  390. package/src/assets/ethereum/{ABI → mainnet}/outpost/ReceiptNFT.sol/ReceiptNFT.json +33 -18
  391. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +4 -0
  392. package/src/assets/ethereum/mainnet/outpost/interfaces/IPretoken.sol/IPretoken.json +29 -0
  393. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +4 -0
  394. package/src/assets/ethereum/mainnet/outpost/interfaces/IWarrant.sol/IWarrant.json +29 -0
  395. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +4 -0
  396. package/src/assets/ethereum/mainnet/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +858 -0
  397. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +4 -0
  398. package/src/assets/ethereum/mainnet/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +30 -0
  399. package/src/assets/ethereum/mainnet/outpost/v1/BAR.sol/BAR.dbg.json +4 -0
  400. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/BAR.sol/BAR.json +34 -19
  401. package/src/assets/ethereum/mainnet/outpost/v1/Depositor.sol/Depositor.dbg.json +4 -0
  402. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Depositor.sol/Depositor.json +34 -19
  403. package/src/assets/ethereum/mainnet/outpost/v1/OutpostManager.sol/OutpostManager.dbg.json +4 -0
  404. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/OutpostManager.sol/OutpostManager.json +3 -3
  405. package/src/assets/ethereum/mainnet/outpost/v1/Pool.sol/Pool.dbg.json +4 -0
  406. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pool.sol/Pool.json +34 -19
  407. package/src/assets/ethereum/mainnet/outpost/v1/Pretoken.sol/Pretoken.dbg.json +4 -0
  408. package/src/assets/ethereum/{ABI/outpost → mainnet/outpost/v1}/Pretoken.sol/Pretoken.json +34 -19
  409. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.dbg.json +4 -0
  410. package/src/assets/ethereum/mainnet/token/ERC1155Token.sol/ERC1155Token.json +472 -0
  411. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.dbg.json +4 -0
  412. package/src/assets/ethereum/mainnet/token/ERC20Token.sol/ERC20Token.json +330 -0
  413. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.dbg.json +4 -0
  414. package/src/assets/ethereum/mainnet/token/ERC721Token.sol/ERC721Token.json +449 -0
  415. package/src/assets/solana/devnet/idl/liqsol_core.json +8566 -0
  416. package/src/assets/solana/{idl → devnet/idl}/liqsol_token.json +34 -0
  417. package/src/assets/solana/devnet/idl/transfer_hook.json +490 -0
  418. package/src/assets/solana/{idl → devnet/idl}/validator_leaderboard.json +15 -0
  419. package/src/assets/solana/devnet/types/liqsol_core.ts +8572 -0
  420. package/src/assets/solana/{types → devnet/types}/liqsol_token.ts +34 -0
  421. package/src/assets/solana/devnet/types/transfer_hook.ts +496 -0
  422. package/src/assets/solana/{types → devnet/types}/validator_leaderboard.ts +15 -0
  423. package/src/assets/solana/{idl → mainnet/idl}/liqsol_core.json +669 -420
  424. package/src/assets/solana/mainnet/idl/liqsol_token.json +217 -0
  425. package/src/assets/solana/mainnet/idl/transfer_hook.json +479 -0
  426. package/src/assets/solana/mainnet/idl/validator_leaderboard.json +574 -0
  427. package/src/assets/solana/{types → mainnet/types}/liqsol_core.ts +669 -420
  428. package/src/assets/solana/mainnet/types/liqsol_token.ts +223 -0
  429. package/src/assets/solana/mainnet/types/transfer_hook.ts +485 -0
  430. package/src/assets/solana/mainnet/types/validator_leaderboard.ts +580 -0
  431. package/src/assets/solana/realdevnet/idl/liqsol_core.json +7112 -0
  432. package/src/assets/solana/realdevnet/idl/liqsol_token.json +217 -0
  433. package/src/assets/solana/realdevnet/idl/transfer_hook.json +479 -0
  434. package/src/assets/solana/realdevnet/idl/validator_leaderboard.json +735 -0
  435. package/src/assets/solana/realdevnet/types/liqsol_core.ts +7118 -0
  436. package/src/assets/solana/realdevnet/types/liqsol_token.ts +223 -0
  437. package/src/assets/solana/realdevnet/types/transfer_hook.ts +485 -0
  438. package/src/assets/solana/realdevnet/types/validator_leaderboard.ts +741 -0
  439. package/src/index.ts +2 -2
  440. package/src/networks/ethereum/clients/convert.client.ts +35 -1
  441. package/src/networks/ethereum/clients/opp.client.ts +20 -21
  442. package/src/networks/ethereum/clients/receipt.client.ts +93 -23
  443. package/src/networks/ethereum/clients/stake.client.ts +192 -20
  444. package/src/networks/ethereum/clients/validator.client.ts +61 -0
  445. package/src/networks/ethereum/contract.ts +421 -235
  446. package/src/networks/ethereum/ethereum.ts +342 -127
  447. package/src/networks/ethereum/types.ts +41 -13
  448. package/src/networks/solana/clients/convert.client.ts +341 -0
  449. package/src/networks/solana/clients/distribution.client.ts +131 -24
  450. package/src/networks/solana/clients/leaderboard.client.ts +10 -13
  451. package/src/networks/solana/clients/outpost.client.ts +110 -78
  452. package/src/networks/solana/clients/token.client.ts +20 -15
  453. package/src/networks/solana/constants.ts +56 -285
  454. package/src/networks/solana/program.ts +446 -28
  455. package/src/networks/solana/solana.ts +817 -404
  456. package/src/networks/solana/types.ts +41 -15
  457. package/src/networks/solana/utils.ts +56 -305
  458. package/src/staker.ts +24 -4
  459. package/src/types.ts +94 -22
  460. package/src/assets/ethereum/ABI/common/Base58.sol/Base58.dbg.json +0 -4
  461. package/src/assets/ethereum/ABI/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.dbg.json +0 -4
  462. package/src/assets/ethereum/ABI/common/RestrictedCallers.sol/RestrictedCallers.dbg.json +0 -4
  463. package/src/assets/ethereum/ABI/common/iodata.sol/iodata.dbg.json +0 -4
  464. package/src/assets/ethereum/ABI/common/iodata_util.sol/iodata_util.dbg.json +0 -4
  465. package/src/assets/ethereum/ABI/common/sysio_data.sol/sysio_data.dbg.json +0 -4
  466. package/src/assets/ethereum/ABI/common/sysio_errors.sol/sysio_errors.dbg.json +0 -4
  467. package/src/assets/ethereum/ABI/common/sysio_merkle.sol/sysio_merkle.dbg.json +0 -4
  468. package/src/assets/ethereum/ABI/common/sysio_name.sol/sysio_name.dbg.json +0 -4
  469. package/src/assets/ethereum/ABI/common/sysio_pubkey.sol/sysio_pubkey.dbg.json +0 -4
  470. package/src/assets/ethereum/ABI/common/sysio_read.sol/sysio_read.dbg.json +0 -4
  471. package/src/assets/ethereum/ABI/common/sysio_tester.sol/SysioTester.dbg.json +0 -4
  472. package/src/assets/ethereum/ABI/common/sysio_verify.sol/sysio_verify.dbg.json +0 -4
  473. package/src/assets/ethereum/ABI/common/sysio_write.sol/sysio_write.dbg.json +0 -4
  474. package/src/assets/ethereum/ABI/liqEth/BeaconState.sol/BeaconState.dbg.json +0 -4
  475. package/src/assets/ethereum/ABI/liqEth/DepositManager.sol/DepositManager.dbg.json +0 -4
  476. package/src/assets/ethereum/ABI/liqEth/LiqEthAuthority.sol/LiqEthAuthority.dbg.json +0 -4
  477. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IAccounting.dbg.json +0 -4
  478. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositContract.dbg.json +0 -4
  479. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IDepositManager.dbg.json +0 -4
  480. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.dbg.json +0 -4
  481. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20.dbg.json +0 -4
  482. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IRewardsERC20Pausable.dbg.json +0 -4
  483. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IStakingModule.dbg.json +0 -4
  484. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.dbg.json +0 -4
  485. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/IWithdrawalRecord.dbg.json +0 -4
  486. package/src/assets/ethereum/ABI/liqEth/LiqEthCommon.sol/LiqEthCommon.dbg.json +0 -4
  487. package/src/assets/ethereum/ABI/liqEth/LiqEthManaged.sol/LiqEthManaged.dbg.json +0 -4
  488. package/src/assets/ethereum/ABI/liqEth/RewardsERC20.sol/RewardsERC20Upgradeable.dbg.json +0 -4
  489. package/src/assets/ethereum/ABI/liqEth/RewardsERC20Pausable.sol/RewardsERC20PausableUpgradeable.dbg.json +0 -4
  490. package/src/assets/ethereum/ABI/liqEth/Yield.sol/YieldOracle.dbg.json +0 -4
  491. package/src/assets/ethereum/ABI/liqEth/accounting.sol/Accounting.dbg.json +0 -4
  492. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.dbg.json +0 -4
  493. package/src/assets/ethereum/ABI/liqEth/liqEth.sol/LiqEthToken.json +0 -1202
  494. package/src/assets/ethereum/ABI/liqEth/stakingModule.sol/StakingModule.dbg.json +0 -4
  495. package/src/assets/ethereum/ABI/liqEth/withdrawalQueue.sol/WithdrawalQueue.dbg.json +0 -4
  496. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/Uint64BE.dbg.json +0 -4
  497. package/src/assets/ethereum/ABI/liqEth/withdrawalVault.sol/WithdrawalVault.dbg.json +0 -4
  498. package/src/assets/ethereum/ABI/outpost/Aggregator.sol/Aggregator.json +0 -82
  499. package/src/assets/ethereum/ABI/outpost/BAR.sol/BAR.dbg.json +0 -4
  500. package/src/assets/ethereum/ABI/outpost/Depositor.sol/Depositor.dbg.json +0 -4
  501. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.dbg.json +0 -4
  502. package/src/assets/ethereum/ABI/outpost/EthUsdPriceConsumer.sol/EthUsdPriceConsumer.dbg.json +0 -4
  503. package/src/assets/ethereum/ABI/outpost/OPP.sol/OPP.dbg.json +0 -4
  504. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPP.dbg.json +0 -4
  505. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPEndpoint.dbg.json +0 -4
  506. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPInbound.dbg.json +0 -4
  507. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPReceiver.dbg.json +0 -4
  508. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/IOPPSender.dbg.json +0 -4
  509. package/src/assets/ethereum/ABI/outpost/OPPCommon.sol/OPPCommon.dbg.json +0 -4
  510. package/src/assets/ethereum/ABI/outpost/OPPEndpoint.sol/OPPEndpoint.dbg.json +0 -4
  511. package/src/assets/ethereum/ABI/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.dbg.json +0 -4
  512. package/src/assets/ethereum/ABI/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.dbg.json +0 -4
  513. package/src/assets/ethereum/ABI/outpost/OPPErrors.sol/OPPErrors.dbg.json +0 -4
  514. package/src/assets/ethereum/ABI/outpost/OPPInbound.sol/OPPInbound.dbg.json +0 -4
  515. package/src/assets/ethereum/ABI/outpost/OPPReceiver.sol/OPPReceiver.dbg.json +0 -4
  516. package/src/assets/ethereum/ABI/outpost/OPPSender.sol/OPPSender.dbg.json +0 -4
  517. package/src/assets/ethereum/ABI/outpost/OutpostErrors.sol/OutpostErrors.dbg.json +0 -4
  518. package/src/assets/ethereum/ABI/outpost/OutpostManaged.sol/OutpostManaged.dbg.json +0 -4
  519. package/src/assets/ethereum/ABI/outpost/OutpostManager.sol/OutpostManager.dbg.json +0 -4
  520. package/src/assets/ethereum/ABI/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.dbg.json +0 -4
  521. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostManager.dbg.json +0 -4
  522. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.dbg.json +0 -4
  523. package/src/assets/ethereum/ABI/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.dbg.json +0 -4
  524. package/src/assets/ethereum/ABI/outpost/OutpostOwnable.sol/OutpostOwnable.dbg.json +0 -4
  525. package/src/assets/ethereum/ABI/outpost/Pool.sol/Pool.dbg.json +0 -4
  526. package/src/assets/ethereum/ABI/outpost/Pretoken.sol/Pretoken.dbg.json +0 -4
  527. package/src/assets/ethereum/ABI/outpost/ReceiptNFT.sol/ReceiptNFT.dbg.json +0 -4
  528. package/src/assets/ethereum/ABI/outpost/interfaces/IPretoken.sol/IPretoken.dbg.json +0 -4
  529. package/src/assets/ethereum/ABI/outpost/interfaces/IWarrant.sol/IWarrant.dbg.json +0 -4
  530. package/src/assets/ethereum/ABI/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.dbg.json +0 -4
  531. package/src/assets/ethereum/ABI/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.dbg.json +0 -4
  532. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.dbg.json +0 -4
  533. package/src/assets/ethereum/ABI/token/ERC1155Token.sol/ERC1155Token.json +0 -472
  534. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.dbg.json +0 -4
  535. package/src/assets/ethereum/ABI/token/ERC20Token.sol/ERC20Token.json +0 -330
  536. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.dbg.json +0 -4
  537. package/src/assets/ethereum/ABI/token/ERC721Token.sol/ERC721Token.json +0 -449
  538. package/src/assets/solana/idl/transfer_hook.json +0 -197
  539. package/src/assets/solana/types/transfer_hook.ts +0 -203
  540. package/src/networks/solana/clients/deposit.client.ts +0 -292
  541. /package/src/assets/ethereum/{ABI → hoodi}/common/Base58.sol/Base58.json +0 -0
  542. /package/src/assets/ethereum/{ABI → hoodi}/common/OpenZepArtifacts.sol/__Dummy_OZ_UUPS__.json +0 -0
  543. /package/src/assets/ethereum/{ABI → hoodi}/common/RestrictedCallers.sol/RestrictedCallers.json +0 -0
  544. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata.sol/iodata.json +0 -0
  545. /package/src/assets/ethereum/{ABI → hoodi}/common/iodata_util.sol/iodata_util.json +0 -0
  546. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_data.sol/sysio_data.json +0 -0
  547. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_errors.sol/sysio_errors.json +0 -0
  548. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_merkle.sol/sysio_merkle.json +0 -0
  549. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_name.sol/sysio_name.json +0 -0
  550. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_pubkey.sol/sysio_pubkey.json +0 -0
  551. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_read.sol/sysio_read.json +0 -0
  552. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_tester.sol/SysioTester.json +0 -0
  553. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_verify.sol/sysio_verify.json +0 -0
  554. /package/src/assets/ethereum/{ABI → hoodi}/common/sysio_write.sol/sysio_write.json +0 -0
  555. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/BeaconState.sol/BeaconState.json +0 -0
  556. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthAuthority.sol/LiqEthAuthority.json +0 -0
  557. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositContract.json +0 -0
  558. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IDepositManager.json +0 -0
  559. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/ILiqEthUpgradeable.json +0 -0
  560. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IValidatorBalanceVerifier.json +0 -0
  561. /package/src/assets/ethereum/{ABI → hoodi}/liqEth/LiqEthCommon.sol/IWithdrawalRecord.json +0 -0
  562. /package/src/assets/ethereum/{ABI → hoodi}/outpost/EthUsdPriceConsumer.sol/AggregatorV3Interface.json +0 -0
  563. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OPPCommon.sol/IOPPEndpoint.json +0 -0
  564. /package/src/assets/ethereum/{ABI → hoodi}/outpost/OutpostManagerCommon.sol/IOutpostUpgradeable.json +0 -0
  565. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IPretoken.sol/IPretoken.json +0 -0
  566. /package/src/assets/ethereum/{ABI → hoodi}/outpost/interfaces/IWarrant.sol/IWarrant.json +0 -0
  567. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/ERC721EthEquivalentVotesUpgradeable.sol/ERC721EthEquivalentVotesUpgradeable.json +0 -0
  568. /package/src/assets/ethereum/{ABI → hoodi}/outpost/token/IERC721EthEquivalent.sol/IERC721EthEquivalent.json +0 -0
  569. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPP.sol/OPP.json +0 -0
  570. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPP.json +0 -0
  571. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPInbound.json +0 -0
  572. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPReceiver.json +0 -0
  573. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/IOPPSender.json +0 -0
  574. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPCommon.sol/OPPCommon.json +0 -0
  575. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpoint.sol/OPPEndpoint.json +0 -0
  576. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointManaged.sol/OPPEndpointManaged.json +0 -0
  577. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPEndpointOwnable.sol/OPPEndpointOwnable.json +0 -0
  578. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPErrors.sol/OPPErrors.json +0 -0
  579. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPInbound.sol/OPPInbound.json +0 -0
  580. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPReceiver.sol/OPPReceiver.json +0 -0
  581. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OPPSender.sol/OPPSender.json +0 -0
  582. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManaged.sol/OutpostManaged.json +0 -0
  583. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerAuthority.sol/OutpostManagerAuthority.json +0 -0
  584. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/IOutpostManager.json +0 -0
  585. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostManagerCommon.sol/OutpostManagerCommon.json +0 -0
  586. /package/src/assets/ethereum/{ABI → mainnet}/outpost/OutpostOwnable.sol/OutpostOwnable.json +0 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_format": "hh-sol-artifact-1",
3
3
  "contractName": "Pretoken",
4
- "sourceName": "contracts/outpost/Pretoken.sol",
4
+ "sourceName": "contracts/outpost/v1/Pretoken.sol",
5
5
  "abi": [
6
6
  {
7
7
  "inputs": [
@@ -681,6 +681,32 @@
681
681
  "name": "WIRE_BondNotUnbonding",
682
682
  "type": "error"
683
683
  },
684
+ {
685
+ "inputs": [
686
+ {
687
+ "internalType": "uint32",
688
+ "name": "tokenType",
689
+ "type": "uint32"
690
+ },
691
+ {
692
+ "internalType": "bytes32",
693
+ "name": "bondLevelId",
694
+ "type": "bytes32"
695
+ },
696
+ {
697
+ "internalType": "uint256",
698
+ "name": "requiredTokenId",
699
+ "type": "uint256"
700
+ },
701
+ {
702
+ "internalType": "uint256",
703
+ "name": "providedTokenId",
704
+ "type": "uint256"
705
+ }
706
+ ],
707
+ "name": "WIRE_BondTokenIdMismatch",
708
+ "type": "error"
709
+ },
684
710
  {
685
711
  "inputs": [
686
712
  {
@@ -838,22 +864,6 @@
838
864
  "name": "WIRE_RefundingOnly",
839
865
  "type": "error"
840
866
  },
841
- {
842
- "inputs": [
843
- {
844
- "internalType": "uint256",
845
- "name": "updatedAt",
846
- "type": "uint256"
847
- },
848
- {
849
- "internalType": "uint256",
850
- "name": "maxStaleness",
851
- "type": "uint256"
852
- }
853
- ],
854
- "name": "WIRE_StalePrice",
855
- "type": "error"
856
- },
857
867
  {
858
868
  "inputs": [],
859
869
  "name": "WIRE_TooManyTranches",
@@ -875,6 +885,11 @@
875
885
  "name": "WIRE_ZeroAmount",
876
886
  "type": "error"
877
887
  },
888
+ {
889
+ "inputs": [],
890
+ "name": "WIRE_ZeroShares",
891
+ "type": "error"
892
+ },
878
893
  {
879
894
  "anonymous": false,
880
895
  "inputs": [
@@ -1609,8 +1624,8 @@
1609
1624
  "type": "function"
1610
1625
  }
1611
1626
  ],
1612
- "bytecode": "0x60a0806040523460295730608052612528908161002f823960805181818161179801526122fe0152f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122044fbb23dc6fd9073c31f68e8b8a6ce01a4ea9e13c2bc5abaeeea2ff7c14b771364736f6c63430008190033",
1613
- "deployedBytecode": "0x608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a264697066735822122044fbb23dc6fd9073c31f68e8b8a6ce01a4ea9e13c2bc5abaeeea2ff7c14b771364736f6c63430008190033",
1627
+ "bytecode": "0x60a0806040523460295730608052612528908161002f823960805181818161179801526122fe0152f35b600080fdfe608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cf63d25bf274734cb7e9d80a2230063c652bd564f6e675c4a10e7557b6e1073c64736f6c63430008190033",
1628
+ "deployedBytecode": "0x608080604052600436101561001357600080fd5b600090813560e01c90816306fdde0314611dd457508063095ea7b314611da15780630d4ac80214611d6857806318160ddd14611d2b57806320b5596314611d0d57806322d7123714611cef57806323b872dd14611bc5578063313ce56714611ba95780633d08889614611b555780633f4ba83a14611adb578063461a758c14611ab45780634dc530ff14611a135780634f1ef2861461180257806352d1902d1461178557806353fd0c0d1461174c5780635c975abb1461171c57806370a08231146116c4578063712c2782146116395780637a9e5e4b146115b95780638456cb591461154f57806386489ba914610ebf57806386e76f7314610e315780638de93222146106865780638fb360371461063357806395d89b4114610551578063a9059cbb146104d9578063ad3cb1cc1461048f578063b2a5f2b714610471578063bf7e214f1461043b578063c360b5e914610306578063ca34df47146102d0578063cde7842114610288578063d2b7605b1461026a578063dd62ed3e146101eb578063eb58eaf1146101cd5763edab2cae146101ad57600080fd5b346101ca57806003193601126101ca576020600454604051908152f35b80fd5b50346101ca57806003193601126101ca576020600554604051908152f35b50346101ca5760403660031901126101ca57610205611ee5565b61024b610210611f00565b6001600160a01b0390921660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020526040902090565b9060018060a01b03166000526020526020604060002054604051908152f35b50346101ca57806003193601126101ca576020600354604051908152f35b50346101ca57806003193601126101ca577f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd9546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57600080516020612473833981519152546040516001600160a01b039091168152602090f35b50346101ca5760203660031901126101ca57610320611ee5565b6000805160206124d383398151915290815460ff8160401c1615916001600160401b03821680159081610433575b6001149081610429575b159081610420575b5061040e5767ffffffffffffffff198216600117845561039691836103ef575b50610389612360565b610391612360565b6121c0565b61039e612360565b6103a6612360565b6103ae612360565b6103b6575080f35b60ff60401b1981541690557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b68ffffffffffffffffff19166801000000000000000117845538610380565b60405163f92ee8a960e01b8152600490fd5b90501538610360565b303b159150610358565b84915061034e565b50346101ca57806003193601126101ca57600080516020612413833981519152546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca576020600154604051908152f35b50346101ca57806003193601126101ca576104d56040516104af81611f3f565b60058152640352e302e360dc1b6020820152604051918291602083526020830190611ec0565b0390f35b50346101ca5760403660031901126101ca576104f3611ee5565b3315610538576001600160a01b03161561051f57604051634b637e8f60e11b8152336004820152602490fd5b60405163ec442f0560e01b815260006004820152602490fd5b604051634b637e8f60e11b815260006004820152602490fd5b50346101ca57806003193601126101ca5760405190808260008051602061245383398151915292835461058381611fb1565b938484526020956001928760018216918260001461060f5750506001146105c8575b5050506105b492500383611f75565b6104d5604051928284938452830190611ec0565b8152859250906000805160206124b38339815191525b8583106105f75750506105b493508201013880806105a5565b805483890185015287945086939092019181016105de565b9350945050506105b494915060ff191682840152151560051b8201013880806105a5565b50346101ca57806003193601126101ca576000805160206124138339815191525460a01c60ff161561067e57506020638fb3603760e01b5b6040516001600160e01b03199091168152f35b60209061066b565b50346101ca5760403660031901126101ca576106a0611ee5565b6106a8612219565b6106b23633612065565b600080516020612473833981519152546001600160a01b03168015610c0b575a813b15610e2d576040516327e935a160e01b815260048101829052848160248183875af18015610b6e57610e1a575b5060243515610e085783546040516333022ec560e01b815290602090829060049082906001600160a01b03165afa908115610b6e578591610dd4575b50610753670de0b6b3a764000091602435612022565b049284908482815b610c365750506001600160a01b0316938415610c1d577f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0261079d83825461204b565b9055846000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0060205260406000208281540190558460007fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6020604051868152a3848652600760205260408620610818602435825461204b565b905584865260086020526040862061083183825461204b565b9055600080516020612473833981519152547f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d43805496909390916001600160a01b03168015610c0b576020600491604051928380926372277dad60e11b82525afa908115610c00578991610bc1575b5015610baf57600196871b87178455604051635ca2159160e11b81528892838260048173__$871508ae888325252fdba23f15f3f16064$__5af4918215610b49578492610b93575b508361092e73__$46bbbc6398365a8909166570292cf8d34e$__936040519384928392631f21838760e01b84526040600485015251602060448501526064840190611ec0565b9060248301520381855af4908115610b49578491610b79575b5060405184818061096a63fb70775b60e01b9586835260243590600484016122d1565b0381865af4958615610b6e576109989686928391610b54575b506040519788928392868452600484016122d1565b0381855af4908115610b49576109c5958592610b2d575b50604051958694859384938452600484016122d1565b03915af4908115610b22578691610b00575b50815485811615610ae857600119168255600080516020612473833981519152548691906001600160a01b0316803b15610ae457610a4783929183926040519485809481936327710fa960e11b8352610bbd60048401526040602484015251602060448401526064830190611ec0565b03925af18015610aab57610acc575b505080548480821614610aba5785941c9055813b15610ab657829160248392604051948593849263f5786b4b60e01b845260048401525af18015610aab57610a9b5750f35b610aa490611f16565b6101ca5780f35b6040513d84823e3d90fd5b5050fd5b6040516383db270d60e01b8152600490fd5b610ad590611f16565b610ae0578438610a56565b8480fd5b8280fd5b60249060405190633b48047760e01b82526004820152fd5b610b1c91503d8088833e610b148183611f75565b810190612244565b386109d7565b6040513d88823e3d90fd5b610b429192503d8087833e610b148183611f75565b90386109af565b6040513d86823e3d90fd5b610b6891503d8085833e610b148183611f75565b38610983565b6040513d87823e3d90fd5b610b8d91503d8086833e610b148183611f75565b38610947565b610ba89192503d8086833e610b148183611f75565b90386108e8565b60405163738c481160e01b8152600490fd5b90506020813d602011610bf8575b81610bdc60209383611f75565b81010312610bf457518015158103610bf457386108a0565b8880fd5b3d9150610bcf565b6040513d8b823e3d90fd5b604051632ea0fec960e11b8152600490fd5b60405163ec442f0560e01b815260048101879052602490fd5b90926000198214610dc05760018092019060648211610dae5760029081549060045491670de0b6b3a7640000610c6c8483612022565b0492838910610d3e57505090610c87610c8d9284549061204b565b96612058565b9280548181018111610d2a578181018255600354600554806127100161271011610d1657927f97a3695ca1edb46ed7238bb77b851023242f614e974852c26e8a2fe120b68fa292612710610ce86040948a9897830190612022565b049485610cfa6004546006549061204b565b91816003555580600455835195865260208601520192a261075b565b634e487b7160e01b8d52601160045260248dfd5b634e487b7160e01b8b52601160045260248bfd5b9192509692939450670de0b6b3a76400008302928304670de0b6b3a764000003610d2a578015610d9857610d86920490868211610d90575b81610d809161204b565b95612058565b905586908161075b565b869150610d76565b634e487b7160e01b600052601260045260246000fd5b6040516301f6367360e71b8152600490fd5b634e487b7160e01b88526011600452602488fd5b90506020813d602011610e00575b81610def60209383611f75565b81010312610ae0575161075361073d565b3d9150610de2565b604051634143610760e01b8152600490fd5b610e2690949194611f16565b9238610701565b8380fd5b50346101ca5760203660031901126101ca57610e4b611ee5565b610e553633612065565b6001600160a01b038116908115610e9e575081546001600160a01b031916811782557fe0f844393110e68237572819538a8c2bc270b13eac280c04079392bfb615b30b8280a280f35b604051632215fb1f60e11b8152908190610ebb9060048301611feb565b0390fd5b50346101ca5760c03660031901126101ca57610ed9611ee5565b90610ee2611f00565b906000805160206124d383398151915254926001600160401b0384168015908161153f575b6001149081611535575b15908161152c575b5061040e576001600160401b03196001818616176000805160206124d38339815191525560ff8560401c16156114ff575b610f52612360565b610f5a612360565b6000805160206124d3833981519152549160ff8360401c1615926001600160401b038116801590816114f7575b60011490816114ed575b1590816114e4575b5061040e57836001610fc5948316176000805160206124d3833981519152556114b75750610389612360565b610fcd612360565b610fd5612360565b610fdd612360565b611460575b610fea612360565b600160801b7f7a7ef2e786f2e2e26f0a8d1c18e1ce8d0e9a183cd1289abd7052371335196d4355611019612360565b6040519261102684611f3f565b600d84526c2bb4b93290283932ba37b5b2b760991b60208501526040519361104d85611f3f565b600385526215d41560ea1b6020860152611065612360565b61106d612360565b8051906001600160401b03821161144c57819061109860008051602061243383398151915254611fb1565b601f81116113cd575b50602090601f831160011461133d578592611332575b50508160011b916000199060031b1c191617600080516020612433833981519152555b83516001600160401b03811161131e5761110260008051602061245383398151915254611fb1565b601f81116112a6575b50602094601f821160011461121c579483949582939492611211575b50508160011b916000199060031b1c191617600080516020612453833981519152555b611152612360565b6001600160a01b03831680156111f65782546001600160a01b0319161782556001829055604435600281905560035560643560045560843560055560a43560065560401c60ff16156111a15780f35b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a180f35b604051632215fb1f60e11b815280610ebb8660048301611feb565b015190503880611127565b6000805160206124538339815191528452601f198216956000805160206124b383398151915291855b88811061128e57508360019596979810611275575b505050811b016000805160206124538339815191525561114a565b015160001960f88460031b161c1916905538808061125a565b91926020600181928685015181550194019201611245565b6000805160206124538339815191528452601f820160051c6000805160206124b3833981519152019060208310611308575b601f0160051c6000805160206124b383398151915201905b8181106112fd575061110b565b8481556001016112f0565b6000805160206124b383398151915291506112d8565b634e487b7160e01b83526041600452602483fd5b0151905038806110b7565b925060008051602061243383398151915285526000805160206123f38339815191529085935b601f19841685106113b2576001945083601f19811610611399575b505050811b01600080516020612433833981519152556110da565b015160001960f88460031b161c1916905538808061137e565b81810151835560209485019460019093019290910190611363565b9091506000805160206124338339815191528552601f830160051c6000805160206123f38339815191520160208410611437575b908392915b601f820160051c6000805160206123f383398151915201811061142957506110a1565b868155849350600101611406565b506000805160206123f3833981519152611401565b634e487b7160e01b84526041600452602484fd5b60ff60401b196000805160206124d383398151915254166000805160206124d3833981519152557fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2602060405160018152a1610fe2565b68ffffffffffffffffff191668010000000000000001176000805160206124d38339815191525538610380565b90501538610f99565b303b159150610f91565b859150610f87565b68ffffffffffffffffff19851668010000000000000001176000805160206124d383398151915255610f4a565b90501538610f19565b303b159150610f11565b604086901c60ff16159150610f07565b50346101ca57806003193601126101ca5761156a3633612065565b611572612219565b600080516020612493833981519152600160ff198254161790557f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a2586020604051338152a180f35b50346101ca5760203660031901126101ca576115d3611ee5565b600080516020612413833981519152546001600160a01b03908116330361162257813b156116085750611605906121c0565b80f35b6040516361798f2f60e11b81529116600482015260249150fd5b60405162d1953b60e31b8152336004820152602490fd5b50346101ca5760403660031901126101ca57611653611ee5565b61165b611f00565b906116663633612065565b60018060a01b036bffffffffffffffffffffffff60a01b91816000805160206124738339815191529116838254161790557f706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd992169082541617905580f35b50346101ca5760203660031901126101ca576020906040906001600160a01b036116ec611ee5565b1681527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0083522054604051908152f35b50346101ca57806003193601126101ca57602060ff60008051602061249383398151915254166040519015158152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611774611ee5565b168152600783522054604051908152f35b50346101ca57806003193601126101ca577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031630036117f05760206040517f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc8152f35b60405163703e46dd60e11b8152600490fd5b5060403660031901126101ca57611817611ee5565b60249182356001600160401b038111611a0f5736602382011215611a0f57806004013561184381611f96565b936118516040519586611f75565b8185526020918286019336888383010111611a0b578186928986930187378701015261187b6122f4565b6118853633612065565b61188d6122f4565b6040516352d1902d60e01b81526001600160a01b038216959083816004818a5afa8691816119d8575b506118d357604051634c9c8ce360e01b8152600481018890528890fd5b8690887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc918281036119c35750843b156119ad575080546001600160a01b031916821790556040518692917fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b8480a281511561198f57506119829482915190845af4903d15611986573d61196681611f96565b906119746040519283611f75565b81528581943d92013e61238f565b5080f35b6060925061238f565b9450505050503461199e575080f35b63b398979f60e01b8152600490fd5b604051634c9c8ce360e01b815260048101849052fd5b60405190632a87526960e21b82526004820152fd5b9091508481813d8311611a04575b6119f08183611f75565b81010312611a00575190386118b6565b8680fd5b503d6119e6565b8580fd5b5080fd5b50346101ca57806003193601126101ca57604051602090818101908082106001600160401b0383111761144c576040828152848252805184815291518285018190529193600583901b8501820193929185015b828710611a735785850386f35b909192938280611aa4600193603f198a82030186526040838a5161ffff815116845201519181858201520190611ec0565b9601920196019592919092611a66565b50346101ca57806003193601126101ca57546040516001600160a01b039091168152602090f35b50346101ca57806003193601126101ca57611af63633612065565b600080516020612493833981519152805460ff811615611b435760ff191690557f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa6020604051338152a180f35b604051638dfc202b60e01b8152600490fd5b50346101ca5760403660031901126101ca57600435611b743633612065565b612710808211611b8b575060055560243560065580f35b6044925060405191631dda818b60e21b835260048301526024820152fd5b50346101ca57806003193601126101ca57602060405160128152f35b50346101ca5760603660031901126101ca57611bdf611ee5565b90611be8611f00565b90604435611c278460018060a01b03166000527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace01602052604060002090565b3383526020526040822054906000198210611ca057506024936001600160a01b03908116939091508315611c88571615611c71575060405190634b637e8f60e11b82526004820152fd5b90506040519063ec442f0560e01b82526004820152fd5b604051634b637e8f60e11b8152600481018490528590fd5b849250808210611ccb5760405163e602df0560e01b81526001600160a01b0384166004820152602490fd5b6064925060405191637dc7a0d960e11b835233600484015260248301526044820152fd5b50346101ca57806003193601126101ca576020600654604051908152f35b50346101ca57806003193601126101ca576020600254604051908152f35b50346101ca57806003193601126101ca5760207f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0254604051908152f35b50346101ca5760203660031901126101ca576020906040906001600160a01b03611d90611ee5565b168152600883522054604051908152f35b50346101ca5760403660031901126101ca57611dbb611ee5565b5060405163e602df0560e01b8152336004820152602490fd5b82346101ca57806003193601126101ca578082600080516020612433833981519152928354611e0281611fb1565b9384845260209560019287600182169182600014611e79575050600114611e32575050506105b492500383611f75565b8152859250906000805160206123f38339815191525b858310611e615750506105b493508201018580806105a5565b80548389018501528794508693909201918101611e48565b9350945050506105b494915060ff191682840152151560051b8201018580806105a5565b60005b838110611eb05750506000910152565b8181015183820152602001611ea0565b90602091611ed981518092818552858086019101611e9d565b601f01601f1916010190565b600435906001600160a01b0382168203611efb57565b600080fd5b602435906001600160a01b0382168203611efb57565b6001600160401b038111611f2957604052565b634e487b7160e01b600052604160045260246000fd5b604081019081106001600160401b03821117611f2957604052565b60a081019081106001600160401b03821117611f2957604052565b90601f801991011681019081106001600160401b03821117611f2957604052565b6001600160401b038111611f2957601f01601f191660200190565b90600182811c92168015611fe1575b6020831014611fcb57565b634e487b7160e01b600052602260045260246000fd5b91607f1691611fc0565b6040808252600d908201526c283934b1b2a1b7b739bab6b2b960991b60608201526001600160a01b03909116602082015260800190565b8181029291811591840414171561203557565b634e487b7160e01b600052601160045260246000fd5b9190820180921161203557565b9190820391821161203557565b6000805160206124138339815191528054909290916001600160a01b038084169260048110611efb5760009260009384916040958691825196602088019163b700961360e01b8352169687602482015230604482015263ffffffff60e01b8335166064820152606481526120d881611f5a565b828052826020525190895afa6121af575b156120f8575b50505050505050565b63ffffffff16156121995760ff60a01b19948516600160a01b178655833b15611efb57606493600092838551968780958194634a63ebf760e11b835260048301528860248301528060448301528084848401378181018301849052601f01601f191681010301925af190811561218f5750612180575b508154169055388080808080806120ef565b61218990611f16565b3861216e565b513d6000823e3d90fd5b50602491519062d1953b60e31b82526004820152fd5b50516020518060201c1502906120e9565b60008051602061241383398151915280546001600160a01b0319166001600160a01b0390921691821790556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad90602090a1565b60ff600080516020612493833981519152541661223257565b60405163d93c066560e01b8152600490fd5b9060208083830312611efb5782516001600160401b0393848211611efb5701928184840312611efb576040519382850185811083821117611f29576040528051918211611efb570182601f82011215611efb578051906122a382611f96565b936122b16040519586611f75565b828552838383010111611efb57826122cc9385019101611e9d565b815290565b9291906122ef60209160408652518260408701526060860190611ec0565b930152565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116308114918215612332575b50506117f057565b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc541614159050388061232a565b60ff6000805160206124d38339815191525460401c161561237d57565b604051631afcd79f60e31b8152600490fd5b906123b657508051156123a457602081519101fd5b60405163d6bda27560e01b8152600490fd5b815115806123e9575b6123c7575090565b604051639996b31560e01b81526001600160a01b039091166004820152602490fd5b50803b156123bf56fe2ae08a8e29253f69ac5d979a101956ab8f8d9d7ded63fa7a83b16fc47648eab0f3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0352c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace04706675a12eeff0661731f01589a945c9c5e9663916191034a16d20b6fcc93dd8cd5ed15c6e187e77e9aee88184c21f4f2182ab5827cb3b7e07fbedcd63f0330046a2803e59a4de4e7a4c574b1243f25977ac4c77d5a1a4a609b5394cebb4a2aaf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00a2646970667358221220cf63d25bf274734cb7e9d80a2230063c652bd564f6e675c4a10e7557b6e1073c64736f6c63430008190033",
1614
1629
  "linkReferences": {
1615
1630
  "contracts/common/iodata.sol": {
1616
1631
  "iodata": [
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/8d1cf12114a7f8baa7b7072f39c4b6c1.json"
4
+ }