@pendle/core-v2 0.12.2-testnet → 0.13.1-testnet

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 (473) hide show
  1. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +4 -0
  2. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +3 -3
  3. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +4 -0
  4. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +48 -0
  5. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +4 -0
  6. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +3 -3
  7. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +4 -0
  8. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +1 -1
  9. package/build/artifacts/contracts/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.dbg.json +4 -0
  10. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/EpochResultManager.sol/EpochResultManager.json +1 -1
  11. package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +4 -0
  12. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +3 -3
  13. package/build/artifacts/contracts/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.dbg.json +4 -0
  14. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.json +3 -3
  15. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +4 -0
  16. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +1 -1
  17. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +4 -0
  18. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +3 -3
  19. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +4 -0
  20. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +3 -3
  21. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +4 -0
  22. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +1084 -0
  23. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +4 -0
  24. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +32 -1
  25. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +4 -0
  26. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +3 -3
  27. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +4 -0
  28. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +3 -3
  29. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +4 -0
  30. package/build/artifacts/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +1 -1
  31. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +4 -0
  32. package/build/artifacts/contracts/{libraries → LiquidityMining/libraries}/VeBalanceLib.sol/VeBalanceLib.json +3 -3
  33. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +4 -0
  34. package/build/artifacts/contracts/{libraries → LiquidityMining/libraries}/VeHistoryLib.sol/CheckpointHelper.json +3 -3
  35. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +4 -0
  36. package/build/artifacts/contracts/{libraries → LiquidityMining/libraries}/VeHistoryLib.sol/Checkpoints.json +3 -3
  37. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +4 -0
  38. package/build/artifacts/contracts/{libraries/math → LiquidityMining/libraries}/WeekMath.sol/WeekMath.json +3 -3
  39. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
  40. package/build/artifacts/contracts/{libraries/math → core/Market}/MarketMathCore.sol/MarketMathCore.json +3 -3
  41. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +4 -0
  42. package/build/artifacts/contracts/{libraries → core/Market}/OracleLib.sol/OracleLib.json +3 -3
  43. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +4 -0
  44. package/build/artifacts/contracts/core/{LiquidityMining → Market}/PendleGauge.sol/PendleGauge.json +1 -1
  45. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +1 -1
  46. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +4 -4
  47. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +1 -1
  48. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +2 -2
  49. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +4 -0
  50. package/build/artifacts/contracts/{libraries → core/RewardManager}/RewardManager.sol/RewardManager.json +1 -1
  51. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +4 -0
  52. package/build/artifacts/contracts/{libraries → core/RewardManager}/RewardManagerAbstract.sol/RewardManagerAbstract.json +1 -1
  53. package/build/artifacts/contracts/core/SuperComposableYield/PYIndex.sol/PYIndexLib.dbg.json +4 -0
  54. package/build/artifacts/contracts/{libraries/helpers → core/SuperComposableYield}/PYIndex.sol/PYIndexLib.json +3 -3
  55. package/build/artifacts/contracts/core/SuperComposableYield/SCYBase.sol/SCYBase.dbg.json +4 -0
  56. package/build/artifacts/contracts/{SuperComposableYield/base-implementations → core/SuperComposableYield}/SCYBase.sol/SCYBase.json +1 -1
  57. package/build/artifacts/contracts/core/SuperComposableYield/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +4 -0
  58. package/build/artifacts/contracts/{SuperComposableYield/base-implementations → core/SuperComposableYield}/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +1 -1
  59. package/build/artifacts/contracts/core/SuperComposableYield/SCYUtils.sol/SCYUtils.dbg.json +4 -0
  60. package/build/artifacts/contracts/{libraries/SCY → core/SuperComposableYield}/SCYUtils.sol/SCYUtils.json +3 -3
  61. package/build/artifacts/contracts/core/SuperComposableYield/implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +4 -0
  62. package/build/artifacts/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +3 -3
  63. package/build/artifacts/contracts/core/SuperComposableYield/implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +4 -0
  64. package/build/artifacts/contracts/core/SuperComposableYield/implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +1007 -0
  65. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/ConvexCurveLP/Pendle3CrvAndTokenSCY.sol/Pendle3CrvAndTokenSCY.dbg.json +4 -0
  66. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/ConvexCurveLP/Pendle3CrvAndTokenSCY.sol/Pendle3CrvAndTokenSCY.json +1030 -0
  67. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.dbg.json +4 -0
  68. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.json +1025 -0
  69. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol/PendleConvexCurveLPSCY.dbg.json +4 -0
  70. package/build/artifacts/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol/PendleConvexCurveLPSCY.json +1 -1
  71. package/build/artifacts/contracts/core/SuperComposableYield/implementations/Convex/Pendle3CrvHelper.sol/Pendle3CrvHelper.dbg.json +4 -0
  72. package/build/artifacts/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/Pendle3CrvHelper.sol/Pendle3CrvHelper.json +3 -3
  73. package/build/artifacts/contracts/core/SuperComposableYield/implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +4 -0
  74. package/build/artifacts/contracts/core/SuperComposableYield/implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +851 -0
  75. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +1 -1
  76. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
  77. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +2 -2
  78. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +1 -1
  79. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +2 -2
  80. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
  81. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +2 -2
  82. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +4 -0
  83. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +254 -0
  84. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +4 -0
  85. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +329 -0
  86. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +4 -0
  87. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/ArrayLib.sol/ArrayLib.json +3 -3
  88. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +4 -0
  89. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +3 -3
  90. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +4 -0
  91. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/BaseSplitCodeFactory.sol/CodeDeployer.json +3 -3
  92. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +4 -0
  93. package/build/artifacts/contracts/{periphery → core/libraries}/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +1 -1
  94. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +4 -0
  95. package/build/artifacts/contracts/{periphery → core/libraries}/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +3 -3
  96. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +4 -0
  97. package/build/artifacts/contracts/{libraries → core/libraries}/Errors.sol/Errors.json +9 -4
  98. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
  99. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/ExpiryUtilsLib.sol/ExpiryUtils.json +3 -3
  100. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +4 -0
  101. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/MiniHelpers.sol/MiniHelpers.json +3 -3
  102. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +4 -0
  103. package/build/artifacts/contracts/{libraries/helpers → core/libraries}/TokenHelper.sol/TokenHelper.json +1 -1
  104. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
  105. package/build/artifacts/contracts/{libraries → core/libraries}/math/LogExpMath.sol/LogExpMath.json +3 -3
  106. package/build/artifacts/contracts/core/libraries/math/Math.sol/Math.dbg.json +4 -0
  107. package/build/artifacts/contracts/{libraries → core/libraries}/math/Math.sol/Math.json +3 -3
  108. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +1 -1
  109. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +1 -1
  110. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +1 -1
  111. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +1 -1
  112. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +1 -1
  113. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +1 -1
  114. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +1 -1
  115. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +1 -1
  116. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +1 -1
  117. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +1 -1
  118. package/build/artifacts/contracts/interfaces/IBoringOwnableUpgradeable.sol/IBoringOwnableUpgradeable.dbg.json +1 -1
  119. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.dbg.json +1 -1
  120. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.dbg.json +1 -1
  121. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +1 -1
  122. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.dbg.json +1 -1
  123. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.dbg.json +1 -1
  124. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +1 -1
  125. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +1 -1
  126. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +1 -1
  127. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +1 -1
  128. package/build/artifacts/contracts/interfaces/IPActionSwapPTYT.sol/IPActionSwapPTYT.dbg.json +1 -1
  129. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +1 -1
  130. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +1 -1
  131. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
  132. package/build/artifacts/contracts/interfaces/IPFeeDistributorFactory.sol/IPFeeDistributorFactory.dbg.json +1 -1
  133. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +1 -1
  134. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +1 -1
  135. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +1 -1
  136. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +1 -1
  137. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +1 -1
  138. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
  139. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +1 -1
  140. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +1 -1
  141. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +1 -1
  142. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +1 -1
  143. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +1 -1
  144. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +1 -1
  145. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +1 -1
  146. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
  147. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +31 -0
  148. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
  149. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +1 -1
  150. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +1 -1
  151. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +1 -1
  152. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +1 -1
  153. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +1 -1
  154. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +1 -1
  155. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +1 -1
  156. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.dbg.json +1 -1
  157. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.dbg.json +1 -1
  158. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +1 -1
  159. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.dbg.json +1 -1
  160. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.dbg.json +1 -1
  161. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +1 -1
  162. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +1 -1
  163. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.dbg.json +1 -1
  164. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +1 -1
  165. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +1 -1
  166. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +1 -1
  167. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +1 -1
  168. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +1 -1
  169. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +2 -2
  170. package/build/artifacts/contracts/offchain-helpers/ImplicitSwapfeeContract.sol/ImplicitSwapfeeContract.dbg.json +4 -0
  171. package/build/artifacts/contracts/offchain-helpers/ImplicitSwapfeeContract.sol/ImplicitSwapfeeContract.json +190 -0
  172. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +1 -1
  173. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +8 -3
  174. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +1 -1
  175. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +60 -89
  176. package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +4 -0
  177. package/build/artifacts/contracts/router/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +1237 -0
  178. package/build/artifacts/contracts/router/ActionCallback.sol/ActionCallback.dbg.json +4 -0
  179. package/build/artifacts/contracts/{core/actions → router}/ActionCallback.sol/ActionCallback.json +3 -3
  180. package/build/artifacts/contracts/router/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +4 -0
  181. package/build/artifacts/contracts/{core/actions → router}/ActionMintRedeem.sol/ActionMintRedeem.json +5 -5
  182. package/build/artifacts/contracts/router/ActionMisc.sol/ActionMisc.dbg.json +4 -0
  183. package/build/artifacts/contracts/{core/actions → router}/ActionMisc.sol/ActionMisc.json +3 -3
  184. package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.dbg.json +4 -0
  185. package/build/artifacts/contracts/router/ActionSwapPT.sol/ActionSwapPT.json +698 -0
  186. package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.dbg.json +4 -0
  187. package/build/artifacts/contracts/router/ActionSwapPTYT.sol/ActionSwapPTYT.json +317 -0
  188. package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.dbg.json +4 -0
  189. package/build/artifacts/contracts/router/ActionSwapYT.sol/ActionSwapYT.json +645 -0
  190. package/build/artifacts/contracts/router/PendleRouter.sol/PendleRouter.dbg.json +4 -0
  191. package/build/artifacts/contracts/{core → router}/PendleRouter.sol/PendleRouter.json +3 -3
  192. package/build/artifacts/contracts/router/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +4 -0
  193. package/build/artifacts/contracts/{core/actions → router}/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +1 -1
  194. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +4 -0
  195. package/build/artifacts/contracts/{core/actions → router}/base/CallbackHelper.sol/CallbackHelper.json +1 -1
  196. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +4 -0
  197. package/build/artifacts/contracts/{libraries/math → router/base}/MarketApproxLib.sol/MarketApproxPtInLib.json +3 -3
  198. package/build/artifacts/contracts/router/base/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +4 -0
  199. package/build/artifacts/contracts/{libraries/math → router/base}/MarketApproxLib.sol/MarketApproxPtOutLib.json +3 -3
  200. package/build/artifacts/contracts/router/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +4 -0
  201. package/build/artifacts/contracts/router/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +35 -0
  202. package/build/artifacts/contracts/router/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +4 -0
  203. package/build/artifacts/contracts/{libraries → router}/kyberswap/IMultihopRouter.sol/IMultihopRouter.json +1 -1
  204. package/build/artifacts/contracts/router/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +4 -0
  205. package/build/artifacts/contracts/{libraries → router}/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.json +1 -1
  206. package/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol +6 -6
  207. package/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgReceiverAppUpg.sol +5 -5
  208. package/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgSendEndpointUpg.sol +5 -5
  209. package/contracts/{core/LiquidityMining → LiquidityMining}/CrossChainMsg/PendleMsgSenderAppUpg.sol +4 -4
  210. package/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/EpochResultManager.sol +7 -7
  211. package/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/PendleFeeDistributor.sol +14 -11
  212. package/contracts/{core/LiquidityMining → LiquidityMining}/FeeDistributor/PendleFeeDistributorFactory.sol +6 -4
  213. package/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerBaseUpg.sol +14 -11
  214. package/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerMainchainUpg.sol +2 -2
  215. package/contracts/{core/LiquidityMining → LiquidityMining}/GaugeController/PendleGaugeControllerSidechainUpg.sol +1 -1
  216. package/contracts/{core/LiquidityMining → LiquidityMining}/README.md +0 -0
  217. package/contracts/{core/LiquidityMining → LiquidityMining}/VotingController/PendleVotingControllerUpg.sol +6 -5
  218. package/contracts/{core/LiquidityMining → LiquidityMining}/VotingController/VotingControllerStorageUpg.sol +16 -12
  219. package/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowPendleMainchain.sol +11 -7
  220. package/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowPendleSidechain.sol +9 -4
  221. package/contracts/{core/LiquidityMining → LiquidityMining}/VotingEscrow/VotingEscrowTokenBase.sol +9 -7
  222. package/contracts/{libraries → LiquidityMining/libraries}/VeBalanceLib.sol +3 -3
  223. package/contracts/{libraries → LiquidityMining/libraries}/VeHistoryLib.sol +2 -2
  224. package/contracts/{libraries/math → LiquidityMining/libraries}/WeekMath.sol +2 -2
  225. package/contracts/{libraries/math → core/Market}/MarketMathCore.sol +17 -19
  226. package/contracts/{libraries → core/Market}/OracleLib.sol +2 -2
  227. package/contracts/core/{LiquidityMining → Market}/PendleGauge.sol +4 -6
  228. package/contracts/core/Market/PendleMarket.sol +4 -12
  229. package/contracts/core/Market/PendleMarketFactory.sol +5 -5
  230. package/contracts/{libraries → core/RewardManager}/RewardManager.sol +2 -4
  231. package/contracts/{libraries → core/RewardManager}/RewardManagerAbstract.sol +9 -4
  232. package/contracts/{libraries/helpers → core/SuperComposableYield}/PYIndex.sol +4 -3
  233. package/contracts/{SuperComposableYield/base-implementations → core/SuperComposableYield}/SCYBase.sol +11 -8
  234. package/contracts/{SuperComposableYield/base-implementations → core/SuperComposableYield}/SCYBaseWithRewards.sol +5 -4
  235. package/contracts/{libraries/SCY → core/SuperComposableYield}/SCYUtils.sol +1 -1
  236. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/BenQi/PendleQiTokenHelper.sol +2 -2
  237. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/BenQi/PendleQiTokenSCY.sol +6 -6
  238. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/ConvexCurveLP/Pendle3CrvAndTokenSCY.sol +2 -2
  239. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol +1 -1
  240. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol +5 -5
  241. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/Convex/Pendle3CrvHelper.sol +2 -2
  242. package/contracts/{SuperComposableYield/SCY-implementations → core/SuperComposableYield/implementations}/PendleWstEthSCY.sol +6 -5
  243. package/contracts/core/YieldContracts/InterestManagerYT.sol +5 -5
  244. package/contracts/core/YieldContracts/PendlePrincipalToken.sol +6 -4
  245. package/contracts/core/YieldContracts/PendleYieldContractFactory.sol +6 -7
  246. package/contracts/core/YieldContracts/PendleYieldToken.sol +11 -10
  247. package/contracts/core/{PendleERC20.sol → erc20/PendleERC20.sol} +0 -0
  248. package/contracts/core/{PendleERC20Permit.sol → erc20/PendleERC20Permit.sol} +0 -0
  249. package/contracts/{libraries/helpers → core/libraries}/ArrayLib.sol +0 -0
  250. package/contracts/{libraries/helpers → core/libraries}/BaseSplitCodeFactory.sol +1 -1
  251. package/contracts/{periphery → core/libraries}/BoringOwnableUpgradeable.sol +1 -1
  252. package/contracts/{libraries → core/libraries}/Errors.sol +2 -2
  253. package/contracts/{libraries/helpers → core/libraries}/ExpiryUtilsLib.sol +1 -1
  254. package/contracts/{libraries/helpers → core/libraries}/MiniHelpers.sol +1 -1
  255. package/contracts/{libraries/helpers → core/libraries}/TokenHelper.sol +1 -16
  256. package/contracts/{libraries → core/libraries}/math/LogExpMath.sol +1 -1
  257. package/contracts/{libraries → core/libraries}/math/Math.sol +2 -2
  258. package/contracts/deployments/43113-core.json +16 -0
  259. package/contracts/deployments/43113-helper.json +3 -0
  260. package/contracts/deployments/43113-markets/benqi-market-QI-USDC-FEB-2ND.json +8 -0
  261. package/contracts/deployments/43113-markets/benqi-market-QI-WETH-DEC-1ST.json +8 -0
  262. package/{deployments → contracts/deployments}/43113-testenv.json +0 -0
  263. package/contracts/deployments/80001-core.json +15 -0
  264. package/contracts/deployments/80001-markets/benqi-market-QI-USDC-FEB-2ND.json +8 -0
  265. package/contracts/deployments/80001-markets/benqi-market-QI-WETH-DEC-1ST.json +8 -0
  266. package/{deployments → contracts/deployments}/80001-testenv.json +0 -0
  267. package/contracts/interfaces/ConvexCurve/IBooster.sol +1 -1
  268. package/contracts/interfaces/ConvexCurve/ICrvDepositor.sol +1 -1
  269. package/contracts/interfaces/ConvexCurve/ICvxCrv.sol +1 -1
  270. package/contracts/interfaces/ConvexCurve/IRewards.sol +1 -1
  271. package/contracts/interfaces/Curve/ICrvPool.sol +1 -1
  272. package/contracts/interfaces/IAToken.sol +1 -1
  273. package/contracts/interfaces/IAavePool.sol +1 -1
  274. package/contracts/interfaces/IAaveRewardsController.sol +1 -1
  275. package/contracts/interfaces/IBenQiComptroller.sol +1 -1
  276. package/contracts/interfaces/IBenQiInterestRateModel.sol +1 -1
  277. package/contracts/interfaces/IBoringOwnableUpgradeable.sol +1 -1
  278. package/contracts/interfaces/IERC4626.sol +1 -1
  279. package/contracts/interfaces/IEulerEToken.sol +1 -1
  280. package/contracts/interfaces/IEulerMarkets.sol +1 -1
  281. package/contracts/interfaces/IPActionAddRemoveLiq.sol +3 -3
  282. package/contracts/interfaces/IPActionMintRedeem.sol +3 -3
  283. package/contracts/interfaces/IPActionMisc.sol +1 -1
  284. package/contracts/interfaces/IPActionSwapPT.sol +3 -3
  285. package/contracts/interfaces/IPActionSwapPTYT.sol +3 -3
  286. package/contracts/interfaces/IPActionSwapYT.sol +3 -3
  287. package/contracts/interfaces/IPAllAction.sol +1 -1
  288. package/contracts/interfaces/IPFeeDistributor.sol +1 -1
  289. package/contracts/interfaces/IPFeeDistributorFactory.sol +1 -1
  290. package/contracts/interfaces/IPGauge.sol +1 -1
  291. package/contracts/interfaces/IPGaugeController.sol +1 -1
  292. package/contracts/interfaces/IPGaugeControllerMainchain.sol +1 -1
  293. package/contracts/interfaces/IPGovernanceManager.sol +1 -1
  294. package/contracts/interfaces/IPInterestManagerYT.sol +1 -1
  295. package/contracts/interfaces/IPMarket.sol +2 -2
  296. package/contracts/interfaces/IPMarketFactory.sol +1 -1
  297. package/contracts/interfaces/IPMarketSwapCallback.sol +1 -1
  298. package/contracts/interfaces/IPPermissionsV2Upg.sol +1 -1
  299. package/contracts/interfaces/IPPrincipalToken.sol +1 -1
  300. package/contracts/interfaces/IPVeToken.sol +1 -1
  301. package/contracts/interfaces/IPVotingController.sol +5 -3
  302. package/contracts/interfaces/IPVotingEscrowMainchain.sol +3 -3
  303. package/contracts/interfaces/IPYieldContractFactory.sol +1 -1
  304. package/contracts/interfaces/IPYieldToken.sol +1 -1
  305. package/contracts/interfaces/IQiAvax.sol +1 -1
  306. package/contracts/interfaces/IQiErc20.sol +1 -1
  307. package/contracts/interfaces/IQiToken.sol +1 -1
  308. package/contracts/interfaces/IREDACTEDStaking.sol +1 -1
  309. package/contracts/interfaces/IRewardManager.sol +1 -1
  310. package/contracts/interfaces/ISAvax.sol +1 -1
  311. package/contracts/interfaces/ISJoe.sol +1 -1
  312. package/contracts/interfaces/IStETH.sol +1 -1
  313. package/contracts/interfaces/IStargateLPStaking.sol +1 -1
  314. package/contracts/interfaces/IStargatePool.sol +1 -1
  315. package/contracts/interfaces/IStargateRouter.sol +1 -1
  316. package/contracts/interfaces/ISuperComposableYield.sol +1 -1
  317. package/contracts/interfaces/IWAvax.sol +1 -1
  318. package/contracts/interfaces/IWETH.sol +1 -1
  319. package/contracts/interfaces/IWXBTRFLY.sol +1 -1
  320. package/contracts/interfaces/IWstETH.sol +1 -1
  321. package/contracts/interfaces/IYearnVault.sol +1 -1
  322. package/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol +4 -3
  323. package/contracts/offchain-helpers/ImplicitSwapfeeContract.sol +26 -0
  324. package/contracts/offchain-helpers/MarketMathStatic.sol +7 -7
  325. package/contracts/offchain-helpers/RouterStatic.sol +7 -14
  326. package/contracts/{core/actions → router}/ActionAddRemoveLiq.sol +5 -5
  327. package/contracts/{core/actions → router}/ActionCallback.sol +7 -7
  328. package/contracts/{core/actions → router}/ActionMintRedeem.sol +4 -4
  329. package/contracts/{core/actions → router}/ActionMisc.sol +4 -4
  330. package/contracts/{core/actions → router}/ActionSwapPT.sol +5 -5
  331. package/contracts/{core/actions → router}/ActionSwapPTYT.sol +5 -5
  332. package/contracts/{core/actions → router}/ActionSwapYT.sol +5 -5
  333. package/contracts/{core → router}/PendleRouter.sol +3 -3
  334. package/contracts/{core/actions → router}/base/ActionBaseMintRedeem.sol +6 -6
  335. package/contracts/{core/actions → router}/base/CallbackHelper.sol +1 -1
  336. package/contracts/{libraries/math → router/base}/MarketApproxLib.sol +180 -219
  337. package/contracts/{libraries → router}/kyberswap/AggregationRouterHelper.sol +1 -1
  338. package/contracts/{libraries → router}/kyberswap/IMultihopRouter.sol +0 -0
  339. package/contracts/{libraries → router}/kyberswap/KyberSwapHelper.sol +3 -4
  340. package/package.json +4 -4
  341. package/typechain-types/IPVotingController.ts +18 -0
  342. package/typechain-types/ImplicitSwapfeeContract.ts +157 -0
  343. package/typechain-types/PendleMsgReceiverAppUpg.ts +3 -128
  344. package/typechain-types/PendleVotingControllerUpg.ts +18 -0
  345. package/typechain-types/RouterStatic.ts +0 -45
  346. package/typechain-types/VotingControllerStorageUpg.ts +18 -0
  347. package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +10 -5
  348. package/typechain-types/factories/ActionCallback__factory.ts +1 -1
  349. package/typechain-types/factories/ActionMintRedeem__factory.ts +4 -4
  350. package/typechain-types/factories/ActionMisc__factory.ts +1 -1
  351. package/typechain-types/factories/ActionSwapPTYT__factory.ts +7 -2
  352. package/typechain-types/factories/ActionSwapPT__factory.ts +10 -5
  353. package/typechain-types/factories/ActionSwapYT__factory.ts +10 -5
  354. package/typechain-types/factories/AggregationRouterHelper__factory.ts +1 -1
  355. package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +1 -1
  356. package/typechain-types/factories/BaseSplitCodeFactory__factory.ts +1 -1
  357. package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +1 -1
  358. package/typechain-types/factories/ERC20__factory.ts +1 -1
  359. package/typechain-types/factories/Errors__factory.ts +7 -2
  360. package/typechain-types/factories/IPVotingController__factory.ts +31 -0
  361. package/typechain-types/factories/ImplicitSwapfeeContract__factory.ts +247 -0
  362. package/typechain-types/factories/MarketMathStatic__factory.ts +7 -2
  363. package/typechain-types/factories/OracleLib__factory.ts +1 -1
  364. package/typechain-types/factories/Pendle3CrvAndTokenSCY__factory.ts +1 -1
  365. package/typechain-types/factories/Pendle3CrvHelper__factory.ts +1 -1
  366. package/typechain-types/factories/PendleConvexCurveLP2PoolSCY__factory.ts +1 -1
  367. package/typechain-types/factories/PendleERC20Permit__factory.ts +1 -1
  368. package/typechain-types/factories/PendleERC20__factory.ts +1 -1
  369. package/typechain-types/factories/PendleFeeDistributorFactory__factory.ts +1 -1
  370. package/typechain-types/factories/PendleFeeDistributor__factory.ts +1 -1
  371. package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +1 -1
  372. package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +1 -1
  373. package/typechain-types/factories/PendleMarketFactory__factory.ts +1 -1
  374. package/typechain-types/factories/PendleMarket__factory.ts +4 -4
  375. package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +1 -1
  376. package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +0 -75
  377. package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +1 -1
  378. package/typechain-types/factories/PendlePrincipalToken__factory.ts +1 -1
  379. package/typechain-types/factories/PendleQiTokenHelper__factory.ts +1 -1
  380. package/typechain-types/factories/PendleQiTokenSCY__factory.ts +1 -1
  381. package/typechain-types/factories/PendleRouter__factory.ts +1 -1
  382. package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +32 -1
  383. package/typechain-types/factories/PendleWstEthSCY__factory.ts +1 -1
  384. package/typechain-types/factories/PendleYieldContractFactory__factory.ts +1 -1
  385. package/typechain-types/factories/PendleYieldToken__factory.ts +1 -1
  386. package/typechain-types/factories/RouterStatic__factory.ts +1 -30
  387. package/typechain-types/factories/VotingControllerStorageUpg__factory.ts +31 -0
  388. package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +1 -1
  389. package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +1 -1
  390. package/typechain-types/hardhat.d.ts +241 -232
  391. package/typechain-types/index.ts +92 -90
  392. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
  393. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +0 -4
  394. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +0 -1007
  395. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/Pendle3CrvAndTokenSCY.sol/Pendle3CrvAndTokenSCY.dbg.json +0 -4
  396. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/Pendle3CrvAndTokenSCY.sol/Pendle3CrvAndTokenSCY.json +0 -1030
  397. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.dbg.json +0 -4
  398. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.json +0 -1025
  399. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol/PendleConvexCurveLPSCY.dbg.json +0 -4
  400. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/Pendle3CrvHelper.sol/Pendle3CrvHelper.dbg.json +0 -4
  401. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +0 -4
  402. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +0 -851
  403. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.dbg.json +0 -4
  404. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +0 -4
  405. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
  406. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
  407. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -123
  408. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
  409. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
  410. package/build/artifacts/contracts/core/LiquidityMining/FeeDistributor/EpochResultManager.sol/EpochResultManager.dbg.json +0 -4
  411. package/build/artifacts/contracts/core/LiquidityMining/FeeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
  412. package/build/artifacts/contracts/core/LiquidityMining/FeeDistributor/PendleFeeDistributorFactory.sol/PendleFeeDistributorFactory.dbg.json +0 -4
  413. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  414. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  415. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  416. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  417. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  418. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1053
  419. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  420. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  421. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  422. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  423. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  424. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.json +0 -254
  425. package/build/artifacts/contracts/core/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
  426. package/build/artifacts/contracts/core/PendleERC20Permit.sol/PendleERC20Permit.json +0 -329
  427. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +0 -4
  428. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
  429. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1232
  430. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +0 -4
  431. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
  432. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.dbg.json +0 -4
  433. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
  434. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.json +0 -693
  435. package/build/artifacts/contracts/core/actions/ActionSwapPTYT.sol/ActionSwapPTYT.dbg.json +0 -4
  436. package/build/artifacts/contracts/core/actions/ActionSwapPTYT.sol/ActionSwapPTYT.json +0 -312
  437. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
  438. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.json +0 -640
  439. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
  440. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  441. package/build/artifacts/contracts/libraries/Errors.sol/Errors.dbg.json +0 -4
  442. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.dbg.json +0 -4
  443. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.dbg.json +0 -4
  444. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  445. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.dbg.json +0 -4
  446. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  447. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +0 -4
  448. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  449. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  450. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
  451. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
  452. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  453. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  454. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  455. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  456. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +0 -4
  457. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +0 -35
  458. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +0 -4
  459. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +0 -4
  460. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  461. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
  462. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
  463. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  464. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +0 -4
  465. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.dbg.json +0 -4
  466. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
  467. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  468. package/deployments/43113-core.json +0 -16
  469. package/deployments/43113-markets/benqi-market-QI-USDC-FEB-2ND.json +0 -8
  470. package/deployments/43113-markets/benqi-market-QI-WETH-DEC-1ST.json +0 -8
  471. package/deployments/80001-core.json +0 -15
  472. package/deployments/80001-markets/benqi-market-QI-USDC-FEB-2ND.json +0 -8
  473. package/deployments/80001-markets/benqi-market-QI-WETH-DEC-1ST.json +0 -8
@@ -0,0 +1,1007 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "PendleQiTokenSCY",
4
+ "sourceName": "contracts/core/SuperComposableYield/implementations/BenQi/PendleQiTokenSCY.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "string",
10
+ "name": "_name",
11
+ "type": "string"
12
+ },
13
+ {
14
+ "internalType": "string",
15
+ "name": "_symbol",
16
+ "type": "string"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "_qiToken",
21
+ "type": "address"
22
+ },
23
+ {
24
+ "internalType": "bool",
25
+ "name": "isUnderlyingNative",
26
+ "type": "bool"
27
+ },
28
+ {
29
+ "internalType": "address",
30
+ "name": "_WAVAX",
31
+ "type": "address"
32
+ },
33
+ {
34
+ "internalType": "uint256",
35
+ "name": "_initialExchangeRateMantissa",
36
+ "type": "uint256"
37
+ }
38
+ ],
39
+ "stateMutability": "nonpayable",
40
+ "type": "constructor"
41
+ },
42
+ {
43
+ "inputs": [
44
+ {
45
+ "internalType": "uint256",
46
+ "name": "actualSharesOut",
47
+ "type": "uint256"
48
+ },
49
+ {
50
+ "internalType": "uint256",
51
+ "name": "requiredSharesOut",
52
+ "type": "uint256"
53
+ }
54
+ ],
55
+ "name": "SCYInsufficientSharesOut",
56
+ "type": "error"
57
+ },
58
+ {
59
+ "inputs": [
60
+ {
61
+ "internalType": "uint256",
62
+ "name": "actualTokenOut",
63
+ "type": "uint256"
64
+ },
65
+ {
66
+ "internalType": "uint256",
67
+ "name": "requiredTokenOut",
68
+ "type": "uint256"
69
+ }
70
+ ],
71
+ "name": "SCYInsufficientTokenOut",
72
+ "type": "error"
73
+ },
74
+ {
75
+ "inputs": [
76
+ {
77
+ "internalType": "address",
78
+ "name": "token",
79
+ "type": "address"
80
+ }
81
+ ],
82
+ "name": "SCYInvalidTokenIn",
83
+ "type": "error"
84
+ },
85
+ {
86
+ "inputs": [
87
+ {
88
+ "internalType": "address",
89
+ "name": "token",
90
+ "type": "address"
91
+ }
92
+ ],
93
+ "name": "SCYInvalidTokenOut",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "uint256",
100
+ "name": "borrowRate",
101
+ "type": "uint256"
102
+ },
103
+ {
104
+ "internalType": "uint256",
105
+ "name": "borrowRateMax",
106
+ "type": "uint256"
107
+ }
108
+ ],
109
+ "name": "SCYQiTokenBorrowRateTooHigh",
110
+ "type": "error"
111
+ },
112
+ {
113
+ "inputs": [
114
+ {
115
+ "internalType": "uint256",
116
+ "name": "errCode",
117
+ "type": "uint256"
118
+ }
119
+ ],
120
+ "name": "SCYQiTokenMintFailed",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [
125
+ {
126
+ "internalType": "uint256",
127
+ "name": "errCode",
128
+ "type": "uint256"
129
+ }
130
+ ],
131
+ "name": "SCYQiTokenRedeemFailed",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "uint256",
138
+ "name": "rewardAccruedType0",
139
+ "type": "uint256"
140
+ },
141
+ {
142
+ "internalType": "uint256",
143
+ "name": "rewardAccruedType1",
144
+ "type": "uint256"
145
+ }
146
+ ],
147
+ "name": "SCYQiTokenRedeemRewardsFailed",
148
+ "type": "error"
149
+ },
150
+ {
151
+ "inputs": [],
152
+ "name": "SCYZeroDeposit",
153
+ "type": "error"
154
+ },
155
+ {
156
+ "inputs": [],
157
+ "name": "SCYZeroRedeem",
158
+ "type": "error"
159
+ },
160
+ {
161
+ "anonymous": false,
162
+ "inputs": [
163
+ {
164
+ "indexed": true,
165
+ "internalType": "address",
166
+ "name": "owner",
167
+ "type": "address"
168
+ },
169
+ {
170
+ "indexed": true,
171
+ "internalType": "address",
172
+ "name": "spender",
173
+ "type": "address"
174
+ },
175
+ {
176
+ "indexed": false,
177
+ "internalType": "uint256",
178
+ "name": "value",
179
+ "type": "uint256"
180
+ }
181
+ ],
182
+ "name": "Approval",
183
+ "type": "event"
184
+ },
185
+ {
186
+ "anonymous": false,
187
+ "inputs": [
188
+ {
189
+ "indexed": true,
190
+ "internalType": "address",
191
+ "name": "user",
192
+ "type": "address"
193
+ },
194
+ {
195
+ "indexed": false,
196
+ "internalType": "address[]",
197
+ "name": "rewardTokens",
198
+ "type": "address[]"
199
+ },
200
+ {
201
+ "indexed": false,
202
+ "internalType": "uint256[]",
203
+ "name": "rewardAmounts",
204
+ "type": "uint256[]"
205
+ }
206
+ ],
207
+ "name": "ClaimRewards",
208
+ "type": "event"
209
+ },
210
+ {
211
+ "anonymous": false,
212
+ "inputs": [
213
+ {
214
+ "indexed": true,
215
+ "internalType": "address",
216
+ "name": "caller",
217
+ "type": "address"
218
+ },
219
+ {
220
+ "indexed": true,
221
+ "internalType": "address",
222
+ "name": "receiver",
223
+ "type": "address"
224
+ },
225
+ {
226
+ "indexed": true,
227
+ "internalType": "address",
228
+ "name": "tokenIn",
229
+ "type": "address"
230
+ },
231
+ {
232
+ "indexed": false,
233
+ "internalType": "uint256",
234
+ "name": "amountDeposited",
235
+ "type": "uint256"
236
+ },
237
+ {
238
+ "indexed": false,
239
+ "internalType": "uint256",
240
+ "name": "amountScyOut",
241
+ "type": "uint256"
242
+ }
243
+ ],
244
+ "name": "Deposit",
245
+ "type": "event"
246
+ },
247
+ {
248
+ "anonymous": false,
249
+ "inputs": [
250
+ {
251
+ "indexed": true,
252
+ "internalType": "address",
253
+ "name": "caller",
254
+ "type": "address"
255
+ },
256
+ {
257
+ "indexed": true,
258
+ "internalType": "address",
259
+ "name": "receiver",
260
+ "type": "address"
261
+ },
262
+ {
263
+ "indexed": true,
264
+ "internalType": "address",
265
+ "name": "tokenOut",
266
+ "type": "address"
267
+ },
268
+ {
269
+ "indexed": false,
270
+ "internalType": "uint256",
271
+ "name": "amountScyToRedeem",
272
+ "type": "uint256"
273
+ },
274
+ {
275
+ "indexed": false,
276
+ "internalType": "uint256",
277
+ "name": "amountTokenOut",
278
+ "type": "uint256"
279
+ }
280
+ ],
281
+ "name": "Redeem",
282
+ "type": "event"
283
+ },
284
+ {
285
+ "anonymous": false,
286
+ "inputs": [
287
+ {
288
+ "indexed": true,
289
+ "internalType": "address",
290
+ "name": "from",
291
+ "type": "address"
292
+ },
293
+ {
294
+ "indexed": true,
295
+ "internalType": "address",
296
+ "name": "to",
297
+ "type": "address"
298
+ },
299
+ {
300
+ "indexed": false,
301
+ "internalType": "uint256",
302
+ "name": "value",
303
+ "type": "uint256"
304
+ }
305
+ ],
306
+ "name": "Transfer",
307
+ "type": "event"
308
+ },
309
+ {
310
+ "inputs": [],
311
+ "name": "DOMAIN_SEPARATOR",
312
+ "outputs": [
313
+ {
314
+ "internalType": "bytes32",
315
+ "name": "",
316
+ "type": "bytes32"
317
+ }
318
+ ],
319
+ "stateMutability": "view",
320
+ "type": "function"
321
+ },
322
+ {
323
+ "inputs": [],
324
+ "name": "QI",
325
+ "outputs": [
326
+ {
327
+ "internalType": "address",
328
+ "name": "",
329
+ "type": "address"
330
+ }
331
+ ],
332
+ "stateMutability": "view",
333
+ "type": "function"
334
+ },
335
+ {
336
+ "inputs": [],
337
+ "name": "WAVAX",
338
+ "outputs": [
339
+ {
340
+ "internalType": "address",
341
+ "name": "",
342
+ "type": "address"
343
+ }
344
+ ],
345
+ "stateMutability": "view",
346
+ "type": "function"
347
+ },
348
+ {
349
+ "inputs": [
350
+ {
351
+ "internalType": "address",
352
+ "name": "user",
353
+ "type": "address"
354
+ }
355
+ ],
356
+ "name": "accruedRewards",
357
+ "outputs": [
358
+ {
359
+ "internalType": "uint256[]",
360
+ "name": "rewardAmounts",
361
+ "type": "uint256[]"
362
+ }
363
+ ],
364
+ "stateMutability": "view",
365
+ "type": "function"
366
+ },
367
+ {
368
+ "inputs": [
369
+ {
370
+ "internalType": "address",
371
+ "name": "owner",
372
+ "type": "address"
373
+ },
374
+ {
375
+ "internalType": "address",
376
+ "name": "spender",
377
+ "type": "address"
378
+ }
379
+ ],
380
+ "name": "allowance",
381
+ "outputs": [
382
+ {
383
+ "internalType": "uint256",
384
+ "name": "",
385
+ "type": "uint256"
386
+ }
387
+ ],
388
+ "stateMutability": "view",
389
+ "type": "function"
390
+ },
391
+ {
392
+ "inputs": [
393
+ {
394
+ "internalType": "address",
395
+ "name": "spender",
396
+ "type": "address"
397
+ },
398
+ {
399
+ "internalType": "uint256",
400
+ "name": "amount",
401
+ "type": "uint256"
402
+ }
403
+ ],
404
+ "name": "approve",
405
+ "outputs": [
406
+ {
407
+ "internalType": "bool",
408
+ "name": "",
409
+ "type": "bool"
410
+ }
411
+ ],
412
+ "stateMutability": "nonpayable",
413
+ "type": "function"
414
+ },
415
+ {
416
+ "inputs": [],
417
+ "name": "assetInfo",
418
+ "outputs": [
419
+ {
420
+ "internalType": "enum ISuperComposableYield.AssetType",
421
+ "name": "assetType",
422
+ "type": "uint8"
423
+ },
424
+ {
425
+ "internalType": "address",
426
+ "name": "assetAddress",
427
+ "type": "address"
428
+ },
429
+ {
430
+ "internalType": "uint8",
431
+ "name": "assetDecimals",
432
+ "type": "uint8"
433
+ }
434
+ ],
435
+ "stateMutability": "view",
436
+ "type": "function"
437
+ },
438
+ {
439
+ "inputs": [
440
+ {
441
+ "internalType": "address",
442
+ "name": "account",
443
+ "type": "address"
444
+ }
445
+ ],
446
+ "name": "balanceOf",
447
+ "outputs": [
448
+ {
449
+ "internalType": "uint256",
450
+ "name": "",
451
+ "type": "uint256"
452
+ }
453
+ ],
454
+ "stateMutability": "view",
455
+ "type": "function"
456
+ },
457
+ {
458
+ "inputs": [
459
+ {
460
+ "internalType": "address",
461
+ "name": "user",
462
+ "type": "address"
463
+ }
464
+ ],
465
+ "name": "claimRewards",
466
+ "outputs": [
467
+ {
468
+ "internalType": "uint256[]",
469
+ "name": "rewardAmounts",
470
+ "type": "uint256[]"
471
+ }
472
+ ],
473
+ "stateMutability": "nonpayable",
474
+ "type": "function"
475
+ },
476
+ {
477
+ "inputs": [],
478
+ "name": "comptroller",
479
+ "outputs": [
480
+ {
481
+ "internalType": "address",
482
+ "name": "",
483
+ "type": "address"
484
+ }
485
+ ],
486
+ "stateMutability": "view",
487
+ "type": "function"
488
+ },
489
+ {
490
+ "inputs": [],
491
+ "name": "decimals",
492
+ "outputs": [
493
+ {
494
+ "internalType": "uint8",
495
+ "name": "",
496
+ "type": "uint8"
497
+ }
498
+ ],
499
+ "stateMutability": "view",
500
+ "type": "function"
501
+ },
502
+ {
503
+ "inputs": [
504
+ {
505
+ "internalType": "address",
506
+ "name": "receiver",
507
+ "type": "address"
508
+ },
509
+ {
510
+ "internalType": "address",
511
+ "name": "tokenIn",
512
+ "type": "address"
513
+ },
514
+ {
515
+ "internalType": "uint256",
516
+ "name": "amountTokenToDeposit",
517
+ "type": "uint256"
518
+ },
519
+ {
520
+ "internalType": "uint256",
521
+ "name": "minSharesOut",
522
+ "type": "uint256"
523
+ }
524
+ ],
525
+ "name": "deposit",
526
+ "outputs": [
527
+ {
528
+ "internalType": "uint256",
529
+ "name": "amountSharesOut",
530
+ "type": "uint256"
531
+ }
532
+ ],
533
+ "stateMutability": "payable",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "inputs": [],
538
+ "name": "exchangeRate",
539
+ "outputs": [
540
+ {
541
+ "internalType": "uint256",
542
+ "name": "",
543
+ "type": "uint256"
544
+ }
545
+ ],
546
+ "stateMutability": "view",
547
+ "type": "function"
548
+ },
549
+ {
550
+ "inputs": [],
551
+ "name": "getRewardTokens",
552
+ "outputs": [
553
+ {
554
+ "internalType": "address[]",
555
+ "name": "rewardTokens",
556
+ "type": "address[]"
557
+ }
558
+ ],
559
+ "stateMutability": "view",
560
+ "type": "function"
561
+ },
562
+ {
563
+ "inputs": [],
564
+ "name": "getTokensIn",
565
+ "outputs": [
566
+ {
567
+ "internalType": "address[]",
568
+ "name": "res",
569
+ "type": "address[]"
570
+ }
571
+ ],
572
+ "stateMutability": "view",
573
+ "type": "function"
574
+ },
575
+ {
576
+ "inputs": [],
577
+ "name": "getTokensOut",
578
+ "outputs": [
579
+ {
580
+ "internalType": "address[]",
581
+ "name": "res",
582
+ "type": "address[]"
583
+ }
584
+ ],
585
+ "stateMutability": "view",
586
+ "type": "function"
587
+ },
588
+ {
589
+ "inputs": [
590
+ {
591
+ "internalType": "address",
592
+ "name": "token",
593
+ "type": "address"
594
+ }
595
+ ],
596
+ "name": "isValidTokenIn",
597
+ "outputs": [
598
+ {
599
+ "internalType": "bool",
600
+ "name": "",
601
+ "type": "bool"
602
+ }
603
+ ],
604
+ "stateMutability": "view",
605
+ "type": "function"
606
+ },
607
+ {
608
+ "inputs": [
609
+ {
610
+ "internalType": "address",
611
+ "name": "token",
612
+ "type": "address"
613
+ }
614
+ ],
615
+ "name": "isValidTokenOut",
616
+ "outputs": [
617
+ {
618
+ "internalType": "bool",
619
+ "name": "",
620
+ "type": "bool"
621
+ }
622
+ ],
623
+ "stateMutability": "view",
624
+ "type": "function"
625
+ },
626
+ {
627
+ "inputs": [],
628
+ "name": "lastRewardBlock",
629
+ "outputs": [
630
+ {
631
+ "internalType": "uint256",
632
+ "name": "",
633
+ "type": "uint256"
634
+ }
635
+ ],
636
+ "stateMutability": "view",
637
+ "type": "function"
638
+ },
639
+ {
640
+ "inputs": [],
641
+ "name": "name",
642
+ "outputs": [
643
+ {
644
+ "internalType": "string",
645
+ "name": "",
646
+ "type": "string"
647
+ }
648
+ ],
649
+ "stateMutability": "view",
650
+ "type": "function"
651
+ },
652
+ {
653
+ "inputs": [
654
+ {
655
+ "internalType": "address",
656
+ "name": "owner",
657
+ "type": "address"
658
+ }
659
+ ],
660
+ "name": "nonces",
661
+ "outputs": [
662
+ {
663
+ "internalType": "uint256",
664
+ "name": "",
665
+ "type": "uint256"
666
+ }
667
+ ],
668
+ "stateMutability": "view",
669
+ "type": "function"
670
+ },
671
+ {
672
+ "inputs": [
673
+ {
674
+ "internalType": "address",
675
+ "name": "owner",
676
+ "type": "address"
677
+ },
678
+ {
679
+ "internalType": "address",
680
+ "name": "spender",
681
+ "type": "address"
682
+ },
683
+ {
684
+ "internalType": "uint256",
685
+ "name": "value",
686
+ "type": "uint256"
687
+ },
688
+ {
689
+ "internalType": "uint256",
690
+ "name": "deadline",
691
+ "type": "uint256"
692
+ },
693
+ {
694
+ "internalType": "uint8",
695
+ "name": "v",
696
+ "type": "uint8"
697
+ },
698
+ {
699
+ "internalType": "bytes32",
700
+ "name": "r",
701
+ "type": "bytes32"
702
+ },
703
+ {
704
+ "internalType": "bytes32",
705
+ "name": "s",
706
+ "type": "bytes32"
707
+ }
708
+ ],
709
+ "name": "permit",
710
+ "outputs": [],
711
+ "stateMutability": "nonpayable",
712
+ "type": "function"
713
+ },
714
+ {
715
+ "inputs": [
716
+ {
717
+ "internalType": "address",
718
+ "name": "tokenIn",
719
+ "type": "address"
720
+ },
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "amountTokenToDeposit",
724
+ "type": "uint256"
725
+ }
726
+ ],
727
+ "name": "previewDeposit",
728
+ "outputs": [
729
+ {
730
+ "internalType": "uint256",
731
+ "name": "amountSharesOut",
732
+ "type": "uint256"
733
+ }
734
+ ],
735
+ "stateMutability": "view",
736
+ "type": "function"
737
+ },
738
+ {
739
+ "inputs": [
740
+ {
741
+ "internalType": "address",
742
+ "name": "tokenOut",
743
+ "type": "address"
744
+ },
745
+ {
746
+ "internalType": "uint256",
747
+ "name": "amountSharesToRedeem",
748
+ "type": "uint256"
749
+ }
750
+ ],
751
+ "name": "previewRedeem",
752
+ "outputs": [
753
+ {
754
+ "internalType": "uint256",
755
+ "name": "amountTokenOut",
756
+ "type": "uint256"
757
+ }
758
+ ],
759
+ "stateMutability": "view",
760
+ "type": "function"
761
+ },
762
+ {
763
+ "inputs": [],
764
+ "name": "qiToken",
765
+ "outputs": [
766
+ {
767
+ "internalType": "address",
768
+ "name": "",
769
+ "type": "address"
770
+ }
771
+ ],
772
+ "stateMutability": "view",
773
+ "type": "function"
774
+ },
775
+ {
776
+ "inputs": [
777
+ {
778
+ "internalType": "address",
779
+ "name": "receiver",
780
+ "type": "address"
781
+ },
782
+ {
783
+ "internalType": "uint256",
784
+ "name": "amountSharesToRedeem",
785
+ "type": "uint256"
786
+ },
787
+ {
788
+ "internalType": "address",
789
+ "name": "tokenOut",
790
+ "type": "address"
791
+ },
792
+ {
793
+ "internalType": "uint256",
794
+ "name": "minTokenOut",
795
+ "type": "uint256"
796
+ },
797
+ {
798
+ "internalType": "bool",
799
+ "name": "burnFromInternalBalance",
800
+ "type": "bool"
801
+ }
802
+ ],
803
+ "name": "redeem",
804
+ "outputs": [
805
+ {
806
+ "internalType": "uint256",
807
+ "name": "amountTokenOut",
808
+ "type": "uint256"
809
+ }
810
+ ],
811
+ "stateMutability": "nonpayable",
812
+ "type": "function"
813
+ },
814
+ {
815
+ "inputs": [],
816
+ "name": "rewardIndexesCurrent",
817
+ "outputs": [
818
+ {
819
+ "internalType": "uint256[]",
820
+ "name": "indexes",
821
+ "type": "uint256[]"
822
+ }
823
+ ],
824
+ "stateMutability": "nonpayable",
825
+ "type": "function"
826
+ },
827
+ {
828
+ "inputs": [],
829
+ "name": "rewardIndexesStored",
830
+ "outputs": [
831
+ {
832
+ "internalType": "uint256[]",
833
+ "name": "indexes",
834
+ "type": "uint256[]"
835
+ }
836
+ ],
837
+ "stateMutability": "view",
838
+ "type": "function"
839
+ },
840
+ {
841
+ "inputs": [
842
+ {
843
+ "internalType": "address",
844
+ "name": "",
845
+ "type": "address"
846
+ }
847
+ ],
848
+ "name": "rewardState",
849
+ "outputs": [
850
+ {
851
+ "internalType": "uint128",
852
+ "name": "index",
853
+ "type": "uint128"
854
+ },
855
+ {
856
+ "internalType": "uint128",
857
+ "name": "lastBalance",
858
+ "type": "uint128"
859
+ }
860
+ ],
861
+ "stateMutability": "view",
862
+ "type": "function"
863
+ },
864
+ {
865
+ "inputs": [],
866
+ "name": "symbol",
867
+ "outputs": [
868
+ {
869
+ "internalType": "string",
870
+ "name": "",
871
+ "type": "string"
872
+ }
873
+ ],
874
+ "stateMutability": "view",
875
+ "type": "function"
876
+ },
877
+ {
878
+ "inputs": [],
879
+ "name": "totalSupply",
880
+ "outputs": [
881
+ {
882
+ "internalType": "uint256",
883
+ "name": "",
884
+ "type": "uint256"
885
+ }
886
+ ],
887
+ "stateMutability": "view",
888
+ "type": "function"
889
+ },
890
+ {
891
+ "inputs": [
892
+ {
893
+ "internalType": "address",
894
+ "name": "to",
895
+ "type": "address"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "amount",
900
+ "type": "uint256"
901
+ }
902
+ ],
903
+ "name": "transfer",
904
+ "outputs": [
905
+ {
906
+ "internalType": "bool",
907
+ "name": "",
908
+ "type": "bool"
909
+ }
910
+ ],
911
+ "stateMutability": "nonpayable",
912
+ "type": "function"
913
+ },
914
+ {
915
+ "inputs": [
916
+ {
917
+ "internalType": "address",
918
+ "name": "from",
919
+ "type": "address"
920
+ },
921
+ {
922
+ "internalType": "address",
923
+ "name": "to",
924
+ "type": "address"
925
+ },
926
+ {
927
+ "internalType": "uint256",
928
+ "name": "amount",
929
+ "type": "uint256"
930
+ }
931
+ ],
932
+ "name": "transferFrom",
933
+ "outputs": [
934
+ {
935
+ "internalType": "bool",
936
+ "name": "",
937
+ "type": "bool"
938
+ }
939
+ ],
940
+ "stateMutability": "nonpayable",
941
+ "type": "function"
942
+ },
943
+ {
944
+ "inputs": [],
945
+ "name": "underlying",
946
+ "outputs": [
947
+ {
948
+ "internalType": "address",
949
+ "name": "",
950
+ "type": "address"
951
+ }
952
+ ],
953
+ "stateMutability": "view",
954
+ "type": "function"
955
+ },
956
+ {
957
+ "inputs": [
958
+ {
959
+ "internalType": "address",
960
+ "name": "",
961
+ "type": "address"
962
+ },
963
+ {
964
+ "internalType": "address",
965
+ "name": "",
966
+ "type": "address"
967
+ }
968
+ ],
969
+ "name": "userReward",
970
+ "outputs": [
971
+ {
972
+ "internalType": "uint128",
973
+ "name": "index",
974
+ "type": "uint128"
975
+ },
976
+ {
977
+ "internalType": "uint128",
978
+ "name": "accrued",
979
+ "type": "uint128"
980
+ }
981
+ ],
982
+ "stateMutability": "view",
983
+ "type": "function"
984
+ },
985
+ {
986
+ "inputs": [],
987
+ "name": "yieldToken",
988
+ "outputs": [
989
+ {
990
+ "internalType": "address",
991
+ "name": "",
992
+ "type": "address"
993
+ }
994
+ ],
995
+ "stateMutability": "view",
996
+ "type": "function"
997
+ },
998
+ {
999
+ "stateMutability": "payable",
1000
+ "type": "receive"
1001
+ }
1002
+ ],
1003
+ "bytecode": "0x6102806040527f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9610160523480156200003757600080fd5b5060405162004afa38038062004afa8339810160408190526200005a91620005b4565b83818787878282828282826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015620000a3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000c991906200065e565b6040805180820190915260018152603160f81b602082015283908184846003620000f4848262000719565b50600462000103838262000719565b5060ff166080525050600280546001600160f81b0316600160f81b17905581516020808401919091208251918301919091206101008290526101208190524660c0527f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f620001b68184846040805160208101859052908101839052606081018290524660808201523060a082015260009060c0016040516020818303038152906040528051906020012090509392505050565b60a0523060e05261014052505050506001600160a01b03938416610180525050509687166101a0525050506101c0929092525050841661026052826200026457610260516001600160a01b0316636f307dc36040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000238573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200025e9190620007e5565b62000267565b60005b6001600160a01b03166101e0816001600160a01b031681525050610260516001600160a01b0316635fe3b5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015620002c3573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002e99190620007e5565b6001600160a01b03166102408190526040805163136b8f8f60e11b815290516326d71f1e916004808201926020929091908290030181865afa15801562000334573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200035a9190620007e5565b6001600160a01b0390811661020052828116610220526101e05116156200039657620003966101e05161026051600019620003a260201b60201c565b5050505050506200083f565b604080516001600160a01b038481166024830152604480830185905283518084039091018152606490920183526020820180516001600160e01b031663095ea7b360e01b179052915160009283929087169162000400919062000803565b6000604051808303816000865af19150503d80600081146200043f576040519150601f19603f3d011682016040523d82523d6000602084013e62000444565b606091505b5091509150818015620004725750805115806200047257508080602001905181019062000472919062000821565b620004b25760405162461bcd60e51b815260206004820152600c60248201526b5361666520417070726f766560a01b604482015260640160405180910390fd5b5050505050565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620004ec578181015183820152602001620004d2565b50506000910152565b600082601f8301126200050757600080fd5b81516001600160401b0380821115620005245762000524620004b9565b604051601f8301601f19908116603f011681019082821181831017156200054f576200054f620004b9565b816040528381528660208588010111156200056957600080fd5b6200057c846020830160208901620004cf565b9695505050505050565b80516001600160a01b03811681146200059e57600080fd5b919050565b805180151581146200059e57600080fd5b60008060008060008060c08789031215620005ce57600080fd5b86516001600160401b0380821115620005e657600080fd5b620005f48a838b01620004f5565b975060208901519150808211156200060b57600080fd5b506200061a89828a01620004f5565b9550506200062b6040880162000586565b93506200063b60608801620005a3565b92506200064b6080880162000586565b915060a087015190509295509295509295565b6000602082840312156200067157600080fd5b815160ff811681146200068357600080fd5b9392505050565b600181811c908216806200069f57607f821691505b602082108103620006c057634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200071457600081815260208120601f850160051c81016020861015620006ef5750805b601f850160051c820191505b818110156200071057828155600101620006fb565b5050505b505050565b81516001600160401b03811115620007355762000735620004b9565b6200074d816200074684546200068a565b84620006c6565b602080601f8311600181146200078557600084156200076c5750858301515b600019600386901b1c1916600185901b17855562000710565b600085815260208120601f198616915b82811015620007b65788860151825594840194600190910190840162000795565b5085821015620007d55787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b600060208284031215620007f857600080fd5b620006838262000586565b6000825162000817818460208701620004cf565b9190910192915050565b6000602082840312156200083457600080fd5b6200068382620005a3565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516101e05161020051610220516102405161026051614108620009f2600039600081816103310152818161079501528181610cd0015281816114f3015281816115380152818161158e0152818161161e015281816116bf015281816122cd0152818161237f01528181612437015281816125190152818161257f01526131c80152600081816104120152818161321f015281816132a70152818161333301526133b201526000818161049a01528181611451015261347b0152600081816103de01526113fd015260008181610446015281816107e901528181610d0b01528181610d7801528181610da801528181611560015281816123120152818161233a01526124d801526000612cec015260008181611bd801528181611c6301528181611cee01528181611d7401528181611dfa01528181611e800152818161200601526120ab015260006104ee01526000610f7a01526000611b3101526000611b8001526000611b5b01526000611ab401526000611ade01526000611b08015260006102c101526141086000f3fe6080604052600436106101a35760003560e01c806306fdde03146101af578063071bc3c9146101da578063095ea7b3146101fc578063128fced11461022c57806318160ddd1461025957806320e8c5651461027c578063213cae63146101da57806323b872dd1461028f578063313ce567146102af5780633644e515146102f55780633ba0b9a91461030a578063462e4cda1461031f5780635cbadbe4146103605780635f22f53f146103cc5780635fe3b567146104005780636f307dc31461043457806370a082311461046857806373b295c214610488578063769f8e5d146104bc57806376d5de85146104dc578063784367d6146105105780637ecebe001461053057806395d89b4114610550578063a40bee5014610565578063a9059cbb14610589578063a9f8d181146105a9578063b8f82b26146105bf578063c4f59f9b146105df578063cbe52ae3146105f4578063d505accf14610614578063da88ecb414610636578063dd62ed3e1461064b578063ea64a8201461066b578063ef5cfb8c146106ac578063f8b2f991146106cc578063fa5a4f061461051057600080fd5b366101aa57005b600080fd5b3480156101bb57600080fd5b506101c46106e1565b6040516101d19190613a6a565b60405180910390f35b3480156101e657600080fd5b506101ef610773565b6040516101d19190613ae1565b34801561020857600080fd5b5061021c610217366004613b09565b61083e565b60405190151581526020016101d1565b34801561023857600080fd5b5061024c610247366004613b35565b610858565b6040516101d19190613b82565b34801561026557600080fd5b5061026e610964565b6040519081526020016101d1565b61026e61028a366004613b95565b610973565b34801561029b57600080fd5b5061021c6102aa366004613bdb565b610ac5565b3480156102bb57600080fd5b506102e37f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101d1565b34801561030157600080fd5b5061026e610b43565b34801561031657600080fd5b5061026e610b52565b34801561032b57600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b6040516101d19190613c1c565b34801561036c57600080fd5b506103ac61037b366004613c30565b60066020908152600092835260408084209091529082529020546001600160801b0380821691600160801b90041682565b604080516001600160801b039384168152929091166020830152016101d1565b3480156103d857600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561040c57600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561044057600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561047457600080fd5b5061026e610483366004613b35565b610b5c565b34801561049457600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b3480156104c857600080fd5b5061026e6104d7366004613c77565b610b77565b3480156104e857600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561051c57600080fd5b5061021c61052b366004613b35565b610ccc565b34801561053c57600080fd5b5061026e61054b366004613b35565b610d44565b34801561055c57600080fd5b506101c4610d62565b34801561057157600080fd5b5061057a610d71565b6040516101d193929190613cec565b34801561059557600080fd5b5061021c6105a4366004613b09565b610e3b565b3480156105b557600080fd5b5061026e60075481565b3480156105cb57600080fd5b5061026e6105da366004613b09565b610ead565b3480156105eb57600080fd5b506101ef610ee8565b34801561060057600080fd5b5061026e61060f366004613b09565b610ef2565b34801561062057600080fd5b5061063461062f366004613d3d565b610f26565b005b34801561064257600080fd5b5061024c61108a565b34801561065757600080fd5b5061026e610666366004613c30565b61115b565b34801561067757600080fd5b506103ac610686366004613b35565b6008602052600090815260409020546001600160801b0380821691600160801b90041682565b3480156106b857600080fd5b5061024c6106c7366004613b35565b611186565b3480156106d857600080fd5b5061024c611245565b6060600380546106f090613dae565b80601f016020809104026020016040519081016040528092919081815260200182805461071c90613dae565b80156107695780601f1061073e57610100808354040283529160200191610769565b820191906000526020600020905b81548152906001019060200180831161074c57829003601f168201915b5050505050905090565b60408051600280825260608083018452926020830190803683370190505090507f0000000000000000000000000000000000000000000000000000000000000000816000815181106107c7576107c7613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160018151811061081b5761081b613df8565b60200260200101906001600160a01b031690816001600160a01b03168152505090565b60003361084c8185856112b7565b60019150505b92915050565b606060006108646113db565b905080516001600160401b0381111561087f5761087f613de2565b6040519080825280602002602001820160405280156108a8578160200160208202803683370190505b50915060005b815181101561095d57600660008383815181106108cd576108cd613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000856001600160a01b03166001600160a01b0316815260200190815260200160002060000160109054906101000a90046001600160801b03166001600160801b031683828151811061094a5761094a613df8565b60209081029190910101526001016108ae565b5050919050565b6002546001600160f81b031690565b600254600090600119600160f81b90910460ff16016109ad5760405162461bcd60e51b81526004016109a490613e0e565b60405180910390fd5b600280546001600160f81b0316600160f91b1790556109cb84610ccc565b6109ea57836040516315cc2f3f60e01b81526004016109a49190613c1c565b82600003610a0b5760405163180d30e160e11b815260040160405180910390fd5b610a16843385611483565b610a2084846114ef565b905081811015610a4757808260405163844765e160e01b81526004016109a4929190613e45565b610a5185826116f5565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d598685604051610aa0929190613e45565b60405180910390a4600280546001600160f81b0316600160f81b179055949350505050565b600254600090600119600160f81b90910460ff1601610af65760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905533610b1785828561180b565b610b22858585611885565b6001915050600280546001600160f81b0316600160f81b1790559392505050565b6000610b4d611aa7565b905090565b6000610b4d611bce565b6001600160a01b031660009081526020819052604090205490565b600254600090600119600160f81b90910460ff1601610ba85760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b179055610bc684610ccc565b610be5578360405163796dabcb60e01b81526004016109a49190613c1c565b84600003610c06576040516337f84b5960e11b815260040160405180910390fd5b8115610c1b57610c163086612143565b610c25565b610c253386612143565b610c308685876122c9565b905082811015610c57578083604051631e2bda7560e11b81526004016109a4929190613e45565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610ca6929190613e45565b60405180910390a4600280546001600160f81b0316600160f81b17905595945050505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b0316148061085257507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161492915050565b6001600160a01b038116600090815260056020526040812054610852565b6060600480546106f090613dae565b60008080807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03811615610e2d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e289190613e53565b610e30565b60125b925092509250909192565b600254600090600119600160f81b90910460ff1601610e6c5760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905533610e8d818585611885565b6001915050600280546001600160f81b0316600160f81b17905592915050565b6000610eb883610ccc565b610ed757826040516315cc2f3f60e01b81526004016109a49190613c1c565b610ee18383612515565b9392505050565b6060610b4d6113db565b6000610efd83610ccc565b610f1c578260405163796dabcb60e01b81526004016109a49190613c1c565b610ee1838361257b565b83421115610f765760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016109a4565b60007f0000000000000000000000000000000000000000000000000000000000000000888888610fa58c6125d8565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061100082612600565b905060006110108287878761264e565b9050896001600160a01b0316816001600160a01b0316146110735760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016109a4565b61107e8a8a8a6112b7565b50505050505050505050565b606060006110966113db565b905080516001600160401b038111156110b1576110b1613de2565b6040519080825280602002602001820160405280156110da578160200160208202803683370190505b50915060005b815181101561115657600860008383815181106110ff576110ff613df8565b6020908102919091018101516001600160a01b031682528101919091526040016000205483516001600160801b039091169084908390811061114357611143613df8565b60209081029190910101526001016110e0565b505090565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b600254606090600119600160f81b90910460ff16016111b75760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b1790556111d582612676565b6111df8283612684565b9050816001600160a01b03167f2193aa20a3717f5f4ac79482f4f553e5f0afe8f4e6ec3e3d1aa2e138adc4763f6112146113db565b83604051611223929190613e70565b60405180910390a2600280546001600160f81b0316600160f81b179055919050565b600254606090600119600160f81b90910460ff16016112765760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905561129361292c565b505061129d61108a565b9050600280546001600160f81b0316600160f81b17905590565b6001600160a01b0383166113195760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016109a4565b6001600160a01b03821661137a5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016109a4565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60408051600280825260608083018452926020830190803683370190505090507f00000000000000000000000000000000000000000000000000000000000000008160008151811061142f5761142f613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160018151811061081b5761081b613df8565b6001600160a01b0383166114d4578034146114cf5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016109a4565b505050565b80156114cf576114cf6001600160a01b038416833084612bc7565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603611531575080610852565b600061155c7f0000000000000000000000000000000000000000000000000000000000000000612c32565b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611605577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316631249c58b846040518263ffffffff1660e01b81526004016000604051808303818588803b1580156115e757600080fd5b505af11580156115fb573d6000803e3d6000fd5b50505050506116b9565b60405163140e25ad60e31b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a0712d68906024016020604051808303816000875af115801561166f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116939190613e9e565b905080156116b7576040516303d89ecd60e11b8152600481018290526024016109a4565b505b806116e37f0000000000000000000000000000000000000000000000000000000000000000612c32565b6116ed9190613ecd565b949350505050565b6001600160a01b03821661174b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016109a4565b61175760008383612cbc565b61176081612cc6565b6002805460009061177b9084906001600160f81b0316613ee0565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555080600080846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546117d39190613f07565b90915550506040518181526001600160a01b038316906000906000805160206140b38339815191529060200160405180910390a35050565b6000611817848461115b565b9050600019811461187f57818110156118725760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016109a4565b61187f84848484036112b7565b50505050565b6001600160a01b0383166118e95760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016109a4565b6001600160a01b03821661194b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016109a4565b816001600160a01b0316836001600160a01b0316036119a65760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016109a4565b6119b1838383612cbc565b6001600160a01b03831660009081526020819052604090205481811015611a295760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016109a4565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290611a60908490613f07565b92505081905550826001600160a01b0316846001600160a01b03166000805160206140b383398151915284604051611a9a91815260200190565b60405180910390a361187f565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016148015611b0057507f000000000000000000000000000000000000000000000000000000000000000046145b15611b2a57507f000000000000000000000000000000000000000000000000000000000000000090565b50604080517f00000000000000000000000000000000000000000000000000000000000000006020808301919091527f0000000000000000000000000000000000000000000000000000000000000000828401527f000000000000000000000000000000000000000000000000000000000000000060608301524660808301523060a0808401919091528351808403909101815260c0909201909252805191012090565b60008042905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663cfa992016040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c589190613e9e565b9050818103611cea577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663182df0f56040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ce39190613e9e565b9250505090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316633b1d21a26040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d4a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d6e9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166347bd37186040518163ffffffff1660e01b8152600401602060405180830381865afa158015611dd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611df49190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638f840ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e7a9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f3fdb15a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611edc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f009190613f1a565b6040516315f2405360e01b81526004810186905260248101859052604481018490526001600160a01b0391909116906315f2405390606401602060405180830381865afa158015611f55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f799190613e9e565b905065048c27395000811115611fac578065048c2739500060405163e29f692560e01b81526004016109a4929190613e45565b6000611fb88688613ecd565b90506000611fc68284613f37565b90506000670de0b6b3a7640000611fdd8784613f37565b611fe79190613f64565b90506000611ff58783613f07565b9050600086670de0b6b3a7640000847f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663173b99046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612062573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120869190613e9e565b6120909190613f37565b61209a9190613f64565b6120a49190613f07565b90506121337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612107573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061212b9190613e9e565b8a8484612ce0565b9b50505050505050505050505090565b6001600160a01b0382166121a35760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016109a4565b6121af82600083612cbc565b6001600160a01b038216600090815260208190526040902054818110156122235760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016109a4565b6001600160a01b0383166000908152602081905260409020828203905561224982612cc6565b600280546000906122649084906001600160f81b0316613f86565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206140b3833981519152846040516122bc91815260200190565b60405180910390a3505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03160361230b57508061250a565b60006123367f0000000000000000000000000000000000000000000000000000000000000000612c32565b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661241e5760405163db006a7560e01b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a75906024016020604051808303816000875af11580156123d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123f49190613e9e565b905080156124185760405163f82466eb60e01b8152600481018290526024016109a4565b506124d2565b60405163db006a7560e01b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a75906024016020604051808303816000875af1158015612488573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124ac9190613e9e565b905080156124d05760405163f82466eb60e01b8152600481018290526024016109a4565b505b806124fc7f0000000000000000000000000000000000000000000000000000000000000000612c32565b6125069190613ecd565b9150505b610ee1838583612d55565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603612557575080610852565b61255f610b52565b61257183670de0b6b3a7640000613f37565b610ee19190613f64565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036125bd575080610852565b670de0b6b3a76400006125ce610b52565b6125719084613f37565b6001600160a01b03811660009081526005602052604090208054600181018255905b50919050565b600061085261260d611aa7565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b600080600061265f87878787612e19565b9150915061266c81612efc565b5095945050505050565b6126818160006130ad565b50565b606060006126906113db565b905080516001600160401b038111156126ab576126ab613de2565b6040519080825280602002602001820160405280156126d4578160200160208202803683370190505b50915060005b815181101561292457600660008383815181106126f9576126f9613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000866001600160a01b03166001600160a01b0316815260200190815260200160002060000160109054906101000a90046001600160801b03166001600160801b031683828151811061277657612776613df8565b60200260200101818152505082818151811061279457612794613df8565b6020026020010151600014612912576000600660008484815181106127bb576127bb613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000876001600160a01b03166001600160a01b0316815260200190815260200160002060000160106101000a8154816001600160801b0302191690836001600160801b0316021790555061284f83828151811061284257612842613df8565b602002602001015161312d565b6008600084848151811061286557612865613df8565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060000160108282829054906101000a90046001600160801b03166128b19190613fa6565b92506101000a8154816001600160801b0302191690836001600160801b031602179055506129128282815181106128ea576128ea613df8565b60200260200101518585848151811061290557612905613df8565b6020026020010151612d55565b8061291c81613fc6565b9150506126da565b505092915050565b6060806129376113db565b915081516001600160401b0381111561295257612952613de2565b60405190808252806020026020018201604052801561297b578160200160208202803683370190505b509050815160000361298b579091565b4360075414612b3f574360075560006129a2613143565b90506129ac61314d565b60005b8351811015612b3c5760008482815181106129cc576129cc613df8565b6020908102919091018101516001600160a01b0381166000908152600890925260408220548751919350600160801b90046001600160801b031690612a2a90889086908110612a1d57612a1d613df8565b6020026020010151612c32565b612a349190613ecd565b6001600160a01b0383166000908152600860205260408120549192506001600160801b0390911690819003612a67575060015b8415612a8457612a7782866134f3565b612a819082613f07565b90505b612a8d8161312d565b6001600160a01b038416600090815260086020526040902080546001600160801b0319166001600160801b0392909216919091179055612acc8261312d565b6001600160a01b03841660009081526008602052604090208054601090612b04908490600160801b90046001600160801b0316613fdf565b92506101000a8154816001600160801b0302191690836001600160801b0316021790555050505080612b3590613fc6565b90506129af565b50505b60005b8251811015612bc25760086000848381518110612b6157612b61613df8565b6020908102919091018101516001600160a01b031682528101919091526040016000205482516001600160801b0390911690839083908110612ba557612ba5613df8565b602090810291909101015280612bba81613fc6565b915050612b42565b509091565b6040516001600160a01b038085166024830152831660448201526064810182905261187f9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613522565b60006001600160a01b03821615612cb5576040516370a0823160e01b81526001600160a01b038316906370a0823190612c6f903090600401613c1c565b602060405180830381865afa158015612c8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb09190613e9e565b610852565b4792915050565b6114cf83836130ad565b60006001600160f81b03821115612cdc57600080fd5b5090565b600084808203612d13577f00000000000000000000000000000000000000000000000000000000000000009150506116ed565b60008084612d218789613f07565b612d2b9190613ecd565b915082612d4083670de0b6b3a7640000613f37565b612d4a9190613f64565b93506116ed92505050565b80600003612d6257505050565b6001600160a01b038316612e05576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612dbd576040519150601f19603f3d011682016040523d82523d6000602084013e612dc2565b606091505b505090508061187f5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016109a4565b6114cf6001600160a01b03841683836135f4565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b03831115612e465750600090506003612ef3565b8460ff16601b14158015612e5e57508460ff16601c14155b15612e6f5750600090506004612ef3565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612ec3573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612eec57600060019250925050612ef3565b9150600090505b94509492505050565b6000816004811115612f1057612f10613cd6565b03612f185750565b6001816004811115612f2c57612f2c613cd6565b03612f745760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016109a4565b6002816004811115612f8857612f88613cd6565b03612fd55760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016109a4565b6003816004811115612fe957612fe9613cd6565b036130415760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016109a4565b600481600481111561305557613055613cd6565b036126815760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016109a4565b6000806130b861292c565b9150915081516000036130cb5750505050565b6001600160a01b038416158015906130ec57506001600160a01b0384163014155b156130fc576130fc848383613624565b6001600160a01b0383161580159061311d57506001600160a01b0383163014155b1561187f5761187f838383613624565b60006001600160801b03821115612cdc57600080fd5b6000610b4d610964565b60408051600180825281830190925260009160208083019080368337505060408051600180825281830190925292935060009291506020808301908036833701905050905030826000815181106131a6576131a6613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000000000000000000000000000000000000000000000816000815181106131fa576131fa613df8565b6001600160a01b039283166020918202929092010152604051638805714b60e01b81527f000000000000000000000000000000000000000000000000000000000000000090911690638805714b9061326090600090869086908390600190600401613fff565b600060405180830381600087803b15801561327a57600080fd5b505af115801561328e573d6000803e3d6000fd5b5050604051638805714b60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169250638805714b91506132e890600190869086906000908490600401613fff565b600060405180830381600087803b15801561330257600080fd5b505af1158015613316573d6000803e3d6000fd5b50506040516305b9783d60e01b8152600092506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001691506305b9783d9061336b9084903090600401614047565b602060405180830381865afa158015613388573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133ac9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166305b9783d6001306040518363ffffffff1660e01b81526004016133ff929190614047565b602060405180830381865afa15801561341c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134409190613e9e565b905060008211806134515750600081115b15613473578181604051639cb921d160e01b81526004016109a4929190613e45565b471561187f577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0476040518263ffffffff1660e01b81526004016000604051808303818588803b1580156134d457600080fd5b505af11580156134e8573d6000803e3d6000fd5b505050505050505050565b600080613508670de0b6b3a764000085613f37565b905082818161351957613519613f4e565b04949350505050565b6000613577826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166138a49092919063ffffffff16565b8051909150156114cf57808060200190518101906135959190614063565b6114cf5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016109a4565b6040516001600160a01b0383166024820152604481018290526114cf90849063a9059cbb60e01b90606401612bfb565b6001600160a01b0383161580159061364557506001600160a01b0383163014155b61365157613651614080565b600061365c846138b3565b905060005b835181101561389d57600084828151811061367e5761367e613df8565b60200260200101519050600084838151811061369c5761369c613df8565b6020908102919091018101516001600160a01b038085166000908152600684526040808220928c168252919093528220549092506001600160801b031690819003613738576136ea8261312d565b6001600160a01b039384166000908152600660209081526040808320968c1683529590529390932080546001600160801b0319166001600160801b03909416939093179092555061388d9050565b8181036137475750505061388d565b60006137538284613ecd565b9050600061376187836138be565b6001600160a01b038681166000908152600660209081526040808320938f16835292905290812054919250906137a8908390600160801b90046001600160801b0316613f07565b905060405180604001604052806137be8761312d565b6001600160801b031681526020016137d58361312d565b6001600160801b031681525060066000886001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b0316815260200190815260200160002060008201518160000160006101000a8154816001600160801b0302191690836001600160801b0316021790555060208201518160000160106101000a8154816001600160801b0302191690836001600160801b031602179055509050505050505050505b61389681613fc6565b9050613661565b5050505050565b60606116ed84846000856138dc565b600061085282610b5c565b6000806138cb8385613f37565b9050670de0b6b3a764000081613519565b60608247101561393d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016109a4565b6001600160a01b0385163b6139945760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016109a4565b600080866001600160a01b031685876040516139b09190614096565b60006040518083038185875af1925050503d80600081146139ed576040519150601f19603f3d011682016040523d82523d6000602084013e6139f2565b606091505b5091509150613a02828286613a0d565b979650505050505050565b60608315613a1c575081610ee1565b825115613a2c5782518084602001fd5b8160405162461bcd60e51b81526004016109a49190613a6a565b60005b83811015613a61578181015183820152602001613a49565b50506000910152565b6020815260008251806020840152613a89816040850160208701613a46565b601f01601f19169190910160400192915050565b600081518084526020808501945080840160005b83811015613ad65781516001600160a01b031687529582019590820190600101613ab1565b509495945050505050565b602081526000610ee16020830184613a9d565b6001600160a01b038116811461268157600080fd5b60008060408385031215613b1c57600080fd5b8235613b2781613af4565b946020939093013593505050565b600060208284031215613b4757600080fd5b8135610ee181613af4565b600081518084526020808501945080840160005b83811015613ad657815187529582019590820190600101613b66565b602081526000610ee16020830184613b52565b60008060008060808587031215613bab57600080fd5b8435613bb681613af4565b93506020850135613bc681613af4565b93969395505050506040820135916060013590565b600080600060608486031215613bf057600080fd5b8335613bfb81613af4565b92506020840135613c0b81613af4565b929592945050506040919091013590565b6001600160a01b0391909116815260200190565b60008060408385031215613c4357600080fd5b8235613c4e81613af4565b91506020830135613c5e81613af4565b809150509250929050565b801515811461268157600080fd5b600080600080600060a08688031215613c8f57600080fd5b8535613c9a81613af4565b9450602086013593506040860135613cb181613af4565b9250606086013591506080860135613cc881613c69565b809150509295509295909350565b634e487b7160e01b600052602160045260246000fd5b6060810160028510613d0e57634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b60ff8116811461268157600080fd5b600080600080600080600060e0888a031215613d5857600080fd5b8735613d6381613af4565b96506020880135613d7381613af4565b955060408801359450606088013593506080880135613d9181613d2e565b9699959850939692959460a0840135945060c09093013592915050565b600181811c90821680613dc257607f821691505b6020821081036125fa57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b600060208284031215613e6557600080fd5b8151610ee181613d2e565b604081526000613e836040830185613a9d565b8281036020840152613e958185613b52565b95945050505050565b600060208284031215613eb057600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b8181038181111561085257610852613eb7565b6001600160f81b03818116838216019080821115613f0057613f00613eb7565b5092915050565b8082018082111561085257610852613eb7565b600060208284031215613f2c57600080fd5b8151610ee181613af4565b808202811582820484141761085257610852613eb7565b634e487b7160e01b600052601260045260246000fd5b600082613f8157634e487b7160e01b600052601260045260246000fd5b500490565b6001600160f81b03828116828216039080821115613f0057613f00613eb7565b6001600160801b03828116828216039080821115613f0057613f00613eb7565b600060018201613fd857613fd8613eb7565b5060010190565b6001600160801b03818116838216019080821115613f0057613f00613eb7565b60ff8616815260a06020820152600061401b60a0830187613a9d565b828103604084015261402d8187613a9d565b941515606084015250509015156080909101529392505050565b60ff9290921682526001600160a01b0316602082015260400190565b60006020828403121561407557600080fd5b8151610ee181613c69565b634e487b7160e01b600052600160045260246000fd5b600082516140a8818460208701613a46565b919091019291505056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220556b45d83ccbed56b36afa19cc672b214809f01f5b0f870a351077b484e36c5f64736f6c63430008110033",
1004
+ "deployedBytecode": "0x6080604052600436106101a35760003560e01c806306fdde03146101af578063071bc3c9146101da578063095ea7b3146101fc578063128fced11461022c57806318160ddd1461025957806320e8c5651461027c578063213cae63146101da57806323b872dd1461028f578063313ce567146102af5780633644e515146102f55780633ba0b9a91461030a578063462e4cda1461031f5780635cbadbe4146103605780635f22f53f146103cc5780635fe3b567146104005780636f307dc31461043457806370a082311461046857806373b295c214610488578063769f8e5d146104bc57806376d5de85146104dc578063784367d6146105105780637ecebe001461053057806395d89b4114610550578063a40bee5014610565578063a9059cbb14610589578063a9f8d181146105a9578063b8f82b26146105bf578063c4f59f9b146105df578063cbe52ae3146105f4578063d505accf14610614578063da88ecb414610636578063dd62ed3e1461064b578063ea64a8201461066b578063ef5cfb8c146106ac578063f8b2f991146106cc578063fa5a4f061461051057600080fd5b366101aa57005b600080fd5b3480156101bb57600080fd5b506101c46106e1565b6040516101d19190613a6a565b60405180910390f35b3480156101e657600080fd5b506101ef610773565b6040516101d19190613ae1565b34801561020857600080fd5b5061021c610217366004613b09565b61083e565b60405190151581526020016101d1565b34801561023857600080fd5b5061024c610247366004613b35565b610858565b6040516101d19190613b82565b34801561026557600080fd5b5061026e610964565b6040519081526020016101d1565b61026e61028a366004613b95565b610973565b34801561029b57600080fd5b5061021c6102aa366004613bdb565b610ac5565b3480156102bb57600080fd5b506102e37f000000000000000000000000000000000000000000000000000000000000000081565b60405160ff90911681526020016101d1565b34801561030157600080fd5b5061026e610b43565b34801561031657600080fd5b5061026e610b52565b34801561032b57600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b6040516101d19190613c1c565b34801561036c57600080fd5b506103ac61037b366004613c30565b60066020908152600092835260408084209091529082529020546001600160801b0380821691600160801b90041682565b604080516001600160801b039384168152929091166020830152016101d1565b3480156103d857600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561040c57600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561044057600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561047457600080fd5b5061026e610483366004613b35565b610b5c565b34801561049457600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b3480156104c857600080fd5b5061026e6104d7366004613c77565b610b77565b3480156104e857600080fd5b506103537f000000000000000000000000000000000000000000000000000000000000000081565b34801561051c57600080fd5b5061021c61052b366004613b35565b610ccc565b34801561053c57600080fd5b5061026e61054b366004613b35565b610d44565b34801561055c57600080fd5b506101c4610d62565b34801561057157600080fd5b5061057a610d71565b6040516101d193929190613cec565b34801561059557600080fd5b5061021c6105a4366004613b09565b610e3b565b3480156105b557600080fd5b5061026e60075481565b3480156105cb57600080fd5b5061026e6105da366004613b09565b610ead565b3480156105eb57600080fd5b506101ef610ee8565b34801561060057600080fd5b5061026e61060f366004613b09565b610ef2565b34801561062057600080fd5b5061063461062f366004613d3d565b610f26565b005b34801561064257600080fd5b5061024c61108a565b34801561065757600080fd5b5061026e610666366004613c30565b61115b565b34801561067757600080fd5b506103ac610686366004613b35565b6008602052600090815260409020546001600160801b0380821691600160801b90041682565b3480156106b857600080fd5b5061024c6106c7366004613b35565b611186565b3480156106d857600080fd5b5061024c611245565b6060600380546106f090613dae565b80601f016020809104026020016040519081016040528092919081815260200182805461071c90613dae565b80156107695780601f1061073e57610100808354040283529160200191610769565b820191906000526020600020905b81548152906001019060200180831161074c57829003601f168201915b5050505050905090565b60408051600280825260608083018452926020830190803683370190505090507f0000000000000000000000000000000000000000000000000000000000000000816000815181106107c7576107c7613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160018151811061081b5761081b613df8565b60200260200101906001600160a01b031690816001600160a01b03168152505090565b60003361084c8185856112b7565b60019150505b92915050565b606060006108646113db565b905080516001600160401b0381111561087f5761087f613de2565b6040519080825280602002602001820160405280156108a8578160200160208202803683370190505b50915060005b815181101561095d57600660008383815181106108cd576108cd613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000856001600160a01b03166001600160a01b0316815260200190815260200160002060000160109054906101000a90046001600160801b03166001600160801b031683828151811061094a5761094a613df8565b60209081029190910101526001016108ae565b5050919050565b6002546001600160f81b031690565b600254600090600119600160f81b90910460ff16016109ad5760405162461bcd60e51b81526004016109a490613e0e565b60405180910390fd5b600280546001600160f81b0316600160f91b1790556109cb84610ccc565b6109ea57836040516315cc2f3f60e01b81526004016109a49190613c1c565b82600003610a0b5760405163180d30e160e11b815260040160405180910390fd5b610a16843385611483565b610a2084846114ef565b905081811015610a4757808260405163844765e160e01b81526004016109a4929190613e45565b610a5185826116f5565b836001600160a01b0316856001600160a01b0316336001600160a01b03167f5fe47ed6d4225326d3303476197d782ded5a4e9c14f479dc9ec4992af4e85d598685604051610aa0929190613e45565b60405180910390a4600280546001600160f81b0316600160f81b179055949350505050565b600254600090600119600160f81b90910460ff1601610af65760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905533610b1785828561180b565b610b22858585611885565b6001915050600280546001600160f81b0316600160f81b1790559392505050565b6000610b4d611aa7565b905090565b6000610b4d611bce565b6001600160a01b031660009081526020819052604090205490565b600254600090600119600160f81b90910460ff1601610ba85760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b179055610bc684610ccc565b610be5578360405163796dabcb60e01b81526004016109a49190613c1c565b84600003610c06576040516337f84b5960e11b815260040160405180910390fd5b8115610c1b57610c163086612143565b610c25565b610c253386612143565b610c308685876122c9565b905082811015610c57578083604051631e2bda7560e11b81526004016109a4929190613e45565b836001600160a01b0316866001600160a01b0316336001600160a01b03167faee47cdf925cf525fdae94f9777ee5a06cac37e1c41220d0a8a89ed154f62d1c8885604051610ca6929190613e45565b60405180910390a4600280546001600160f81b0316600160f81b17905595945050505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b0316148061085257507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161492915050565b6001600160a01b038116600090815260056020526040812054610852565b6060600480546106f090613dae565b60008080807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03811615610e2d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015610e04573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610e289190613e53565b610e30565b60125b925092509250909192565b600254600090600119600160f81b90910460ff1601610e6c5760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905533610e8d818585611885565b6001915050600280546001600160f81b0316600160f81b17905592915050565b6000610eb883610ccc565b610ed757826040516315cc2f3f60e01b81526004016109a49190613c1c565b610ee18383612515565b9392505050565b6060610b4d6113db565b6000610efd83610ccc565b610f1c578260405163796dabcb60e01b81526004016109a49190613c1c565b610ee1838361257b565b83421115610f765760405162461bcd60e51b815260206004820152601d60248201527f45524332305065726d69743a206578706972656420646561646c696e6500000060448201526064016109a4565b60007f0000000000000000000000000000000000000000000000000000000000000000888888610fa58c6125d8565b6040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810186905260e001604051602081830303815290604052805190602001209050600061100082612600565b905060006110108287878761264e565b9050896001600160a01b0316816001600160a01b0316146110735760405162461bcd60e51b815260206004820152601e60248201527f45524332305065726d69743a20696e76616c6964207369676e6174757265000060448201526064016109a4565b61107e8a8a8a6112b7565b50505050505050505050565b606060006110966113db565b905080516001600160401b038111156110b1576110b1613de2565b6040519080825280602002602001820160405280156110da578160200160208202803683370190505b50915060005b815181101561115657600860008383815181106110ff576110ff613df8565b6020908102919091018101516001600160a01b031682528101919091526040016000205483516001600160801b039091169084908390811061114357611143613df8565b60209081029190910101526001016110e0565b505090565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b600254606090600119600160f81b90910460ff16016111b75760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b1790556111d582612676565b6111df8283612684565b9050816001600160a01b03167f2193aa20a3717f5f4ac79482f4f553e5f0afe8f4e6ec3e3d1aa2e138adc4763f6112146113db565b83604051611223929190613e70565b60405180910390a2600280546001600160f81b0316600160f81b179055919050565b600254606090600119600160f81b90910460ff16016112765760405162461bcd60e51b81526004016109a490613e0e565b600280546001600160f81b0316600160f91b17905561129361292c565b505061129d61108a565b9050600280546001600160f81b0316600160f81b17905590565b6001600160a01b0383166113195760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b60648201526084016109a4565b6001600160a01b03821661137a5760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b60648201526084016109a4565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60408051600280825260608083018452926020830190803683370190505090507f00000000000000000000000000000000000000000000000000000000000000008160008151811061142f5761142f613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000008160018151811061081b5761081b613df8565b6001600160a01b0383166114d4578034146114cf5760405162461bcd60e51b815260206004820152600c60248201526b0cae8d040dad2e6dac2e8c6d60a31b60448201526064016109a4565b505050565b80156114cf576114cf6001600160a01b038416833084612bc7565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603611531575080610852565b600061155c7f0000000000000000000000000000000000000000000000000000000000000000612c32565b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611605577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316631249c58b846040518263ffffffff1660e01b81526004016000604051808303818588803b1580156115e757600080fd5b505af11580156115fb573d6000803e3d6000fd5b50505050506116b9565b60405163140e25ad60e31b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a0712d68906024016020604051808303816000875af115801561166f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906116939190613e9e565b905080156116b7576040516303d89ecd60e11b8152600481018290526024016109a4565b505b806116e37f0000000000000000000000000000000000000000000000000000000000000000612c32565b6116ed9190613ecd565b949350505050565b6001600160a01b03821661174b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016109a4565b61175760008383612cbc565b61176081612cc6565b6002805460009061177b9084906001600160f81b0316613ee0565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555080600080846001600160a01b03166001600160a01b0316815260200190815260200160002060008282546117d39190613f07565b90915550506040518181526001600160a01b038316906000906000805160206140b38339815191529060200160405180910390a35050565b6000611817848461115b565b9050600019811461187f57818110156118725760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e636500000060448201526064016109a4565b61187f84848484036112b7565b50505050565b6001600160a01b0383166118e95760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b60648201526084016109a4565b6001600160a01b03821661194b5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b60648201526084016109a4565b816001600160a01b0316836001600160a01b0316036119a65760405162461bcd60e51b815260206004820152601760248201527622a92199181d103a3930b739b332b9103a379039b2b63360491b60448201526064016109a4565b6119b1838383612cbc565b6001600160a01b03831660009081526020819052604090205481811015611a295760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b60648201526084016109a4565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290611a60908490613f07565b92505081905550826001600160a01b0316846001600160a01b03166000805160206140b383398151915284604051611a9a91815260200190565b60405180910390a361187f565b6000306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016148015611b0057507f000000000000000000000000000000000000000000000000000000000000000046145b15611b2a57507f000000000000000000000000000000000000000000000000000000000000000090565b50604080517f00000000000000000000000000000000000000000000000000000000000000006020808301919091527f0000000000000000000000000000000000000000000000000000000000000000828401527f000000000000000000000000000000000000000000000000000000000000000060608301524660808301523060a0808401919091528351808403909101815260c0909201909252805191012090565b60008042905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663cfa992016040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c34573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611c589190613e9e565b9050818103611cea577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663182df0f56040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cbf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ce39190613e9e565b9250505090565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316633b1d21a26040518163ffffffff1660e01b8152600401602060405180830381865afa158015611d4a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d6e9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166347bd37186040518163ffffffff1660e01b8152600401602060405180830381865afa158015611dd0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611df49190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316638f840ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611e56573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e7a9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f3fdb15a6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611edc573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f009190613f1a565b6040516315f2405360e01b81526004810186905260248101859052604481018490526001600160a01b0391909116906315f2405390606401602060405180830381865afa158015611f55573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611f799190613e9e565b905065048c27395000811115611fac578065048c2739500060405163e29f692560e01b81526004016109a4929190613e45565b6000611fb88688613ecd565b90506000611fc68284613f37565b90506000670de0b6b3a7640000611fdd8784613f37565b611fe79190613f64565b90506000611ff58783613f07565b9050600086670de0b6b3a7640000847f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663173b99046040518163ffffffff1660e01b8152600401602060405180830381865afa158015612062573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906120869190613e9e565b6120909190613f37565b61209a9190613f64565b6120a49190613f07565b90506121337f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166318160ddd6040518163ffffffff1660e01b8152600401602060405180830381865afa158015612107573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061212b9190613e9e565b8a8484612ce0565b9b50505050505050505050505090565b6001600160a01b0382166121a35760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b60648201526084016109a4565b6121af82600083612cbc565b6001600160a01b038216600090815260208190526040902054818110156122235760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b60648201526084016109a4565b6001600160a01b0383166000908152602081905260409020828203905561224982612cc6565b600280546000906122649084906001600160f81b0316613f86565b92506101000a8154816001600160f81b0302191690836001600160f81b0316021790555060006001600160a01b0316836001600160a01b03166000805160206140b3833981519152846040516122bc91815260200190565b60405180910390a3505050565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b03160361230b57508061250a565b60006123367f0000000000000000000000000000000000000000000000000000000000000000612c32565b90507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661241e5760405163db006a7560e01b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a75906024016020604051808303816000875af11580156123d0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123f49190613e9e565b905080156124185760405163f82466eb60e01b8152600481018290526024016109a4565b506124d2565b60405163db006a7560e01b8152600481018490526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063db006a75906024016020604051808303816000875af1158015612488573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906124ac9190613e9e565b905080156124d05760405163f82466eb60e01b8152600481018290526024016109a4565b505b806124fc7f0000000000000000000000000000000000000000000000000000000000000000612c32565b6125069190613ecd565b9150505b610ee1838583612d55565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b031603612557575080610852565b61255f610b52565b61257183670de0b6b3a7640000613f37565b610ee19190613f64565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316836001600160a01b0316036125bd575080610852565b670de0b6b3a76400006125ce610b52565b6125719084613f37565b6001600160a01b03811660009081526005602052604090208054600181018255905b50919050565b600061085261260d611aa7565b8360405161190160f01b6020820152602281018390526042810182905260009060620160405160208183030381529060405280519060200120905092915050565b600080600061265f87878787612e19565b9150915061266c81612efc565b5095945050505050565b6126818160006130ad565b50565b606060006126906113db565b905080516001600160401b038111156126ab576126ab613de2565b6040519080825280602002602001820160405280156126d4578160200160208202803683370190505b50915060005b815181101561292457600660008383815181106126f9576126f9613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000866001600160a01b03166001600160a01b0316815260200190815260200160002060000160109054906101000a90046001600160801b03166001600160801b031683828151811061277657612776613df8565b60200260200101818152505082818151811061279457612794613df8565b6020026020010151600014612912576000600660008484815181106127bb576127bb613df8565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000206000876001600160a01b03166001600160a01b0316815260200190815260200160002060000160106101000a8154816001600160801b0302191690836001600160801b0316021790555061284f83828151811061284257612842613df8565b602002602001015161312d565b6008600084848151811061286557612865613df8565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060000160108282829054906101000a90046001600160801b03166128b19190613fa6565b92506101000a8154816001600160801b0302191690836001600160801b031602179055506129128282815181106128ea576128ea613df8565b60200260200101518585848151811061290557612905613df8565b6020026020010151612d55565b8061291c81613fc6565b9150506126da565b505092915050565b6060806129376113db565b915081516001600160401b0381111561295257612952613de2565b60405190808252806020026020018201604052801561297b578160200160208202803683370190505b509050815160000361298b579091565b4360075414612b3f574360075560006129a2613143565b90506129ac61314d565b60005b8351811015612b3c5760008482815181106129cc576129cc613df8565b6020908102919091018101516001600160a01b0381166000908152600890925260408220548751919350600160801b90046001600160801b031690612a2a90889086908110612a1d57612a1d613df8565b6020026020010151612c32565b612a349190613ecd565b6001600160a01b0383166000908152600860205260408120549192506001600160801b0390911690819003612a67575060015b8415612a8457612a7782866134f3565b612a819082613f07565b90505b612a8d8161312d565b6001600160a01b038416600090815260086020526040902080546001600160801b0319166001600160801b0392909216919091179055612acc8261312d565b6001600160a01b03841660009081526008602052604090208054601090612b04908490600160801b90046001600160801b0316613fdf565b92506101000a8154816001600160801b0302191690836001600160801b0316021790555050505080612b3590613fc6565b90506129af565b50505b60005b8251811015612bc25760086000848381518110612b6157612b61613df8565b6020908102919091018101516001600160a01b031682528101919091526040016000205482516001600160801b0390911690839083908110612ba557612ba5613df8565b602090810291909101015280612bba81613fc6565b915050612b42565b509091565b6040516001600160a01b038085166024830152831660448201526064810182905261187f9085906323b872dd60e01b906084015b60408051601f198184030181529190526020810180516001600160e01b03166001600160e01b031990931692909217909152613522565b60006001600160a01b03821615612cb5576040516370a0823160e01b81526001600160a01b038316906370a0823190612c6f903090600401613c1c565b602060405180830381865afa158015612c8c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cb09190613e9e565b610852565b4792915050565b6114cf83836130ad565b60006001600160f81b03821115612cdc57600080fd5b5090565b600084808203612d13577f00000000000000000000000000000000000000000000000000000000000000009150506116ed565b60008084612d218789613f07565b612d2b9190613ecd565b915082612d4083670de0b6b3a7640000613f37565b612d4a9190613f64565b93506116ed92505050565b80600003612d6257505050565b6001600160a01b038316612e05576000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114612dbd576040519150601f19603f3d011682016040523d82523d6000602084013e612dc2565b606091505b505090508061187f5760405162461bcd60e51b815260206004820152600f60248201526e195d1a081cd95b990819985a5b1959608a1b60448201526064016109a4565b6114cf6001600160a01b03841683836135f4565b6000806fa2a8918ca85bafe22016d0b997e4df60600160ff1b03831115612e465750600090506003612ef3565b8460ff16601b14158015612e5e57508460ff16601c14155b15612e6f5750600090506004612ef3565b6040805160008082526020820180845289905260ff881692820192909252606081018690526080810185905260019060a0016020604051602081039080840390855afa158015612ec3573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612eec57600060019250925050612ef3565b9150600090505b94509492505050565b6000816004811115612f1057612f10613cd6565b03612f185750565b6001816004811115612f2c57612f2c613cd6565b03612f745760405162461bcd60e51b815260206004820152601860248201527745434453413a20696e76616c6964207369676e617475726560401b60448201526064016109a4565b6002816004811115612f8857612f88613cd6565b03612fd55760405162461bcd60e51b815260206004820152601f60248201527f45434453413a20696e76616c6964207369676e6174757265206c656e6774680060448201526064016109a4565b6003816004811115612fe957612fe9613cd6565b036130415760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202773272076616c604482015261756560f01b60648201526084016109a4565b600481600481111561305557613055613cd6565b036126815760405162461bcd60e51b815260206004820152602260248201527f45434453413a20696e76616c6964207369676e6174757265202776272076616c604482015261756560f01b60648201526084016109a4565b6000806130b861292c565b9150915081516000036130cb5750505050565b6001600160a01b038416158015906130ec57506001600160a01b0384163014155b156130fc576130fc848383613624565b6001600160a01b0383161580159061311d57506001600160a01b0383163014155b1561187f5761187f838383613624565b60006001600160801b03821115612cdc57600080fd5b6000610b4d610964565b60408051600180825281830190925260009160208083019080368337505060408051600180825281830190925292935060009291506020808301908036833701905050905030826000815181106131a6576131a6613df8565b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000000000000000000000000000000000000000000000816000815181106131fa576131fa613df8565b6001600160a01b039283166020918202929092010152604051638805714b60e01b81527f000000000000000000000000000000000000000000000000000000000000000090911690638805714b9061326090600090869086908390600190600401613fff565b600060405180830381600087803b15801561327a57600080fd5b505af115801561328e573d6000803e3d6000fd5b5050604051638805714b60e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169250638805714b91506132e890600190869086906000908490600401613fff565b600060405180830381600087803b15801561330257600080fd5b505af1158015613316573d6000803e3d6000fd5b50506040516305b9783d60e01b8152600092506001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001691506305b9783d9061336b9084903090600401614047565b602060405180830381865afa158015613388573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906133ac9190613e9e565b905060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166305b9783d6001306040518363ffffffff1660e01b81526004016133ff929190614047565b602060405180830381865afa15801561341c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906134409190613e9e565b905060008211806134515750600081115b15613473578181604051639cb921d160e01b81526004016109a4929190613e45565b471561187f577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663d0e30db0476040518263ffffffff1660e01b81526004016000604051808303818588803b1580156134d457600080fd5b505af11580156134e8573d6000803e3d6000fd5b505050505050505050565b600080613508670de0b6b3a764000085613f37565b905082818161351957613519613f4e565b04949350505050565b6000613577826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166138a49092919063ffffffff16565b8051909150156114cf57808060200190518101906135959190614063565b6114cf5760405162461bcd60e51b815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e6044820152691bdd081cdd58d8d9595960b21b60648201526084016109a4565b6040516001600160a01b0383166024820152604481018290526114cf90849063a9059cbb60e01b90606401612bfb565b6001600160a01b0383161580159061364557506001600160a01b0383163014155b61365157613651614080565b600061365c846138b3565b905060005b835181101561389d57600084828151811061367e5761367e613df8565b60200260200101519050600084838151811061369c5761369c613df8565b6020908102919091018101516001600160a01b038085166000908152600684526040808220928c168252919093528220549092506001600160801b031690819003613738576136ea8261312d565b6001600160a01b039384166000908152600660209081526040808320968c1683529590529390932080546001600160801b0319166001600160801b03909416939093179092555061388d9050565b8181036137475750505061388d565b60006137538284613ecd565b9050600061376187836138be565b6001600160a01b038681166000908152600660209081526040808320938f16835292905290812054919250906137a8908390600160801b90046001600160801b0316613f07565b905060405180604001604052806137be8761312d565b6001600160801b031681526020016137d58361312d565b6001600160801b031681525060066000886001600160a01b03166001600160a01b0316815260200190815260200160002060008d6001600160a01b03166001600160a01b0316815260200190815260200160002060008201518160000160006101000a8154816001600160801b0302191690836001600160801b0316021790555060208201518160000160106101000a8154816001600160801b0302191690836001600160801b031602179055509050505050505050505b61389681613fc6565b9050613661565b5050505050565b60606116ed84846000856138dc565b600061085282610b5c565b6000806138cb8385613f37565b9050670de0b6b3a764000081613519565b60608247101561393d5760405162461bcd60e51b815260206004820152602660248201527f416464726573733a20696e73756666696369656e742062616c616e636520666f6044820152651c8818d85b1b60d21b60648201526084016109a4565b6001600160a01b0385163b6139945760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064016109a4565b600080866001600160a01b031685876040516139b09190614096565b60006040518083038185875af1925050503d80600081146139ed576040519150601f19603f3d011682016040523d82523d6000602084013e6139f2565b606091505b5091509150613a02828286613a0d565b979650505050505050565b60608315613a1c575081610ee1565b825115613a2c5782518084602001fd5b8160405162461bcd60e51b81526004016109a49190613a6a565b60005b83811015613a61578181015183820152602001613a49565b50506000910152565b6020815260008251806020840152613a89816040850160208701613a46565b601f01601f19169190910160400192915050565b600081518084526020808501945080840160005b83811015613ad65781516001600160a01b031687529582019590820190600101613ab1565b509495945050505050565b602081526000610ee16020830184613a9d565b6001600160a01b038116811461268157600080fd5b60008060408385031215613b1c57600080fd5b8235613b2781613af4565b946020939093013593505050565b600060208284031215613b4757600080fd5b8135610ee181613af4565b600081518084526020808501945080840160005b83811015613ad657815187529582019590820190600101613b66565b602081526000610ee16020830184613b52565b60008060008060808587031215613bab57600080fd5b8435613bb681613af4565b93506020850135613bc681613af4565b93969395505050506040820135916060013590565b600080600060608486031215613bf057600080fd5b8335613bfb81613af4565b92506020840135613c0b81613af4565b929592945050506040919091013590565b6001600160a01b0391909116815260200190565b60008060408385031215613c4357600080fd5b8235613c4e81613af4565b91506020830135613c5e81613af4565b809150509250929050565b801515811461268157600080fd5b600080600080600060a08688031215613c8f57600080fd5b8535613c9a81613af4565b9450602086013593506040860135613cb181613af4565b9250606086013591506080860135613cc881613c69565b809150509295509295909350565b634e487b7160e01b600052602160045260246000fd5b6060810160028510613d0e57634e487b7160e01b600052602160045260246000fd5b9381526001600160a01b0392909216602083015260ff1660409091015290565b60ff8116811461268157600080fd5b600080600080600080600060e0888a031215613d5857600080fd5b8735613d6381613af4565b96506020880135613d7381613af4565b955060408801359450606088013593506080880135613d9181613d2e565b9699959850939692959460a0840135945060c09093013592915050565b600181811c90821680613dc257607f821691505b6020821081036125fa57634e487b7160e01b600052602260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b6020808252601f908201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604082015260600190565b918252602082015260400190565b600060208284031215613e6557600080fd5b8151610ee181613d2e565b604081526000613e836040830185613a9d565b8281036020840152613e958185613b52565b95945050505050565b600060208284031215613eb057600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b8181038181111561085257610852613eb7565b6001600160f81b03818116838216019080821115613f0057613f00613eb7565b5092915050565b8082018082111561085257610852613eb7565b600060208284031215613f2c57600080fd5b8151610ee181613af4565b808202811582820484141761085257610852613eb7565b634e487b7160e01b600052601260045260246000fd5b600082613f8157634e487b7160e01b600052601260045260246000fd5b500490565b6001600160f81b03828116828216039080821115613f0057613f00613eb7565b6001600160801b03828116828216039080821115613f0057613f00613eb7565b600060018201613fd857613fd8613eb7565b5060010190565b6001600160801b03818116838216019080821115613f0057613f00613eb7565b60ff8616815260a06020820152600061401b60a0830187613a9d565b828103604084015261402d8187613a9d565b941515606084015250509015156080909101529392505050565b60ff9290921682526001600160a01b0316602082015260400190565b60006020828403121561407557600080fd5b8151610ee181613c69565b634e487b7160e01b600052600160045260246000fd5b600082516140a8818460208701613a46565b919091019291505056feddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3efa2646970667358221220556b45d83ccbed56b36afa19cc672b214809f01f5b0f870a351077b484e36c5f64736f6c63430008110033",
1005
+ "linkReferences": {},
1006
+ "deployedLinkReferences": {}
1007
+ }