@pendle/core-v2 0.11.4-testnet → 0.11.6-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 (290) hide show
  1. package/deployments/43113-core.json +1 -1
  2. package/package.json +4 -2
  3. package/typechain-types/BaseSplitCodeFactory.ts +118 -0
  4. package/typechain-types/BaseSplitCodeFactoryContract.ts +267 -0
  5. package/typechain-types/ERC20Permit.ts +521 -0
  6. package/typechain-types/IBooster.ts +275 -0
  7. package/typechain-types/ICrvDepositor.ts +174 -0
  8. package/typechain-types/ICrvPool.ts +397 -0
  9. package/typechain-types/ICvxCrv.ts +81 -0
  10. package/typechain-types/IERC20Permit.ts +175 -0
  11. package/typechain-types/IPFeeDistributor.ts +2 -7
  12. package/typechain-types/IPMsgReceiverApp.ts +104 -0
  13. package/typechain-types/IPMsgSendEndpoint.ts +156 -0
  14. package/typechain-types/IRewards.ts +539 -0
  15. package/typechain-types/Pendle3CrvHelper.ts +133 -0
  16. package/typechain-types/Pendle3CrvTokenSCY.ts +1250 -0
  17. package/typechain-types/PendleConvexCurveLP2PoolSCY.ts +1250 -0
  18. package/typechain-types/PendleConvexCurveLP3PoolSCY.ts +1269 -0
  19. package/typechain-types/PendleConvexCurveLP4PoolSCY.ts +1288 -0
  20. package/typechain-types/PendleConvexCurveLPSCY.ts +1212 -0
  21. package/typechain-types/PendleCvxCRVSCY.ts +1138 -0
  22. package/typechain-types/PendleERC20Permit.ts +443 -0
  23. package/typechain-types/PendleFeeDistributor.ts +2 -41
  24. package/typechain-types/PendleFeeDistributorFactory.ts +28 -1
  25. package/typechain-types/PendleMsgReceiveEndpointUpg.ts +491 -0
  26. package/typechain-types/PendleMsgReceiverAppUpg.ts +250 -0
  27. package/typechain-types/PendleMsgSendEndpointUpg.ts +581 -0
  28. package/typechain-types/PendleMsgSenderAppUpg.ts +289 -0
  29. package/typechain-types/SCYBaseWithDynamicRewards.ts +1063 -0
  30. package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +226 -0
  31. package/typechain-types/factories/BaseSplitCodeFactory__factory.ts +102 -0
  32. package/typechain-types/factories/ERC20Permit__factory.ts +368 -0
  33. package/typechain-types/factories/IBooster__factory.ts +189 -0
  34. package/typechain-types/factories/ICrvDepositor__factory.ts +90 -0
  35. package/typechain-types/factories/ICrvPool__factory.ts +244 -0
  36. package/typechain-types/factories/ICvxCrv__factory.ts +36 -0
  37. package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
  38. package/typechain-types/factories/IPFeeDistributor__factory.ts +0 -5
  39. package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
  40. package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +78 -0
  41. package/typechain-types/factories/IRewards__factory.ts +263 -0
  42. package/typechain-types/factories/Pendle3CrvHelper__factory.ts +129 -0
  43. package/typechain-types/factories/Pendle3CrvTokenSCY__factory.ts +1050 -0
  44. package/typechain-types/factories/PendleConvexCurveLP2PoolSCY__factory.ts +1054 -0
  45. package/typechain-types/factories/PendleConvexCurveLP3PoolSCY__factory.ts +1067 -0
  46. package/typechain-types/factories/PendleConvexCurveLP4PoolSCY__factory.ts +1080 -0
  47. package/typechain-types/factories/PendleConvexCurveLPSCY__factory.ts +892 -0
  48. package/typechain-types/factories/PendleCvxCRVSCY__factory.ts +938 -0
  49. package/typechain-types/factories/PendleERC20Permit__factory.ts +405 -0
  50. package/typechain-types/factories/PendleFeeDistributorFactory__factory.ts +30 -2
  51. package/typechain-types/factories/PendleFeeDistributor__factory.ts +1 -19
  52. package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +374 -0
  53. package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +131 -0
  54. package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +393 -0
  55. package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +154 -0
  56. package/typechain-types/factories/SCYBaseWithDynamicRewards__factory.ts +775 -0
  57. package/typechain-types/hardhat.d.ts +215 -71
  58. package/typechain-types/index.ts +50 -16
  59. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +0 -4
  60. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +0 -810
  61. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +0 -4
  62. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.json +0 -10
  63. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.dbg.json +0 -4
  64. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.json +0 -833
  65. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
  66. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +0 -27
  67. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +0 -4
  68. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +0 -838
  69. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.dbg.json +0 -4
  70. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.json +0 -723
  71. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.dbg.json +0 -4
  72. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.json +0 -728
  73. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.dbg.json +0 -4
  74. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.json +0 -705
  75. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.dbg.json +0 -4
  76. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.json +0 -864
  77. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +0 -4
  78. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +0 -736
  79. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.dbg.json +0 -4
  80. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.json +0 -718
  81. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.dbg.json +0 -4
  82. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.json +0 -784
  83. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.dbg.json +0 -4
  84. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.json +0 -671
  85. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +0 -4
  86. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +0 -737
  87. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.dbg.json +0 -4
  88. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.json +0 -190
  89. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.dbg.json +0 -4
  90. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.json +0 -148
  91. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  92. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -242
  93. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  94. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -306
  95. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  96. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -369
  97. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  98. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.json +0 -109
  99. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  100. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -865
  101. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  102. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -365
  103. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  104. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -615
  105. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  106. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -434
  107. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  108. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -156
  109. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  110. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +0 -964
  111. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  112. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +0 -379
  113. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  114. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.json +0 -254
  115. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +0 -4
  116. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +0 -323
  117. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  118. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -35
  119. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  120. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -378
  121. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  122. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -440
  123. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  124. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -755
  125. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
  126. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1043
  127. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +0 -4
  128. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +0 -58
  129. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
  130. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.json +0 -811
  131. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.dbg.json +0 -4
  132. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.json +0 -35
  133. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
  134. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.json +0 -477
  135. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
  136. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.json +0 -477
  137. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
  138. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +0 -24
  139. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  140. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  141. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +0 -4
  142. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +0 -252
  143. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +0 -4
  144. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +0 -87
  145. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +0 -4
  146. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +0 -59
  147. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +0 -4
  148. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +0 -81
  149. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +0 -4
  150. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +0 -74
  151. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.dbg.json +0 -4
  152. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.json +0 -53
  153. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.dbg.json +0 -4
  154. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.json +0 -45
  155. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +0 -4
  156. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +0 -318
  157. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.dbg.json +0 -4
  158. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.json +0 -162
  159. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.dbg.json +0 -4
  160. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.json +0 -87
  161. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +0 -4
  162. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +0 -1001
  163. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +0 -4
  164. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +0 -769
  165. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +0 -4
  166. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +0 -35
  167. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +0 -4
  168. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +0 -435
  169. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +0 -4
  170. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +0 -435
  171. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +0 -4
  172. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +0 -2631
  173. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  174. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -43
  175. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  176. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -135
  177. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  178. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -158
  179. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +0 -4
  180. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +0 -24
  181. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  182. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -35
  183. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  184. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -703
  185. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  186. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -122
  187. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  188. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  189. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +0 -4
  190. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +0 -24
  191. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  192. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  193. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  194. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  195. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  196. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -130
  197. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.dbg.json +0 -4
  198. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.json +0 -142
  199. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  200. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -232
  201. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  202. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -642
  203. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +0 -4
  204. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +0 -350
  205. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +0 -4
  206. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +0 -375
  207. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +0 -4
  208. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +0 -324
  209. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +0 -4
  210. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +0 -92
  211. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  212. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  213. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.dbg.json +0 -4
  214. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.json +0 -199
  215. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.dbg.json +0 -4
  216. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.json +0 -168
  217. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +0 -4
  218. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +0 -92
  219. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.dbg.json +0 -4
  220. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.json +0 -137
  221. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.dbg.json +0 -4
  222. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.json +0 -135
  223. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +0 -4
  224. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +0 -63
  225. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +0 -4
  226. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.json +0 -667
  227. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.dbg.json +0 -4
  228. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.json +0 -252
  229. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  230. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  231. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +0 -4
  232. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +0 -132
  233. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  234. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  235. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +0 -4
  236. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +0 -148
  237. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.dbg.json +0 -4
  238. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.json +0 -74
  239. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.dbg.json +0 -4
  240. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.json +0 -77
  241. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  242. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  243. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.dbg.json +0 -4
  244. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.json +0 -10
  245. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  246. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  247. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  248. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  249. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  250. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.json +0 -10
  251. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  252. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  253. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  254. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.json +0 -10
  255. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  256. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.json +0 -10
  257. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.dbg.json +0 -4
  258. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.json +0 -10
  259. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  260. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.json +0 -10
  261. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +0 -4
  262. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +0 -35
  263. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +0 -4
  264. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.json +0 -136
  265. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +0 -4
  266. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.json +0 -24
  267. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  268. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  269. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
  270. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.json +0 -10
  271. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
  272. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.json +0 -10
  273. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  274. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +0 -10
  275. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +0 -4
  276. package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +0 -10
  277. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.dbg.json +0 -4
  278. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.json +0 -10
  279. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.dbg.json +0 -4
  280. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.json +0 -10
  281. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +0 -4
  282. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +0 -93
  283. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +0 -4
  284. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +0 -2152
  285. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.dbg.json +0 -4
  286. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.json +0 -134
  287. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
  288. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -86
  289. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  290. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +0 -37
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/b6ca1bd3d285f5444c1a11ab679ab630.json"
4
- }
@@ -1,434 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "VotingEscrowPendleSidechain",
4
- "sourceName": "contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "stateMutability": "nonpayable",
9
- "type": "constructor"
10
- },
11
- {
12
- "anonymous": false,
13
- "inputs": [
14
- {
15
- "indexed": true,
16
- "internalType": "address",
17
- "name": "previousOwner",
18
- "type": "address"
19
- },
20
- {
21
- "indexed": true,
22
- "internalType": "address",
23
- "name": "newOwner",
24
- "type": "address"
25
- }
26
- ],
27
- "name": "OwnershipTransferred",
28
- "type": "event"
29
- },
30
- {
31
- "anonymous": false,
32
- "inputs": [
33
- {
34
- "indexed": false,
35
- "internalType": "address",
36
- "name": "delegator",
37
- "type": "address"
38
- },
39
- {
40
- "indexed": false,
41
- "internalType": "address",
42
- "name": "receiver",
43
- "type": "address"
44
- }
45
- ],
46
- "name": "SetNewDelegator",
47
- "type": "event"
48
- },
49
- {
50
- "anonymous": false,
51
- "inputs": [
52
- {
53
- "components": [
54
- {
55
- "internalType": "uint128",
56
- "name": "bias",
57
- "type": "uint128"
58
- },
59
- {
60
- "internalType": "uint128",
61
- "name": "slope",
62
- "type": "uint128"
63
- }
64
- ],
65
- "indexed": false,
66
- "internalType": "struct VeBalance",
67
- "name": "totalSupply",
68
- "type": "tuple"
69
- }
70
- ],
71
- "name": "SetNewTotalSupply",
72
- "type": "event"
73
- },
74
- {
75
- "anonymous": false,
76
- "inputs": [
77
- {
78
- "components": [
79
- {
80
- "internalType": "uint128",
81
- "name": "amount",
82
- "type": "uint128"
83
- },
84
- {
85
- "internalType": "uint128",
86
- "name": "expiry",
87
- "type": "uint128"
88
- }
89
- ],
90
- "indexed": false,
91
- "internalType": "struct LockedPosition",
92
- "name": "position",
93
- "type": "tuple"
94
- }
95
- ],
96
- "name": "SetNewUserPosition",
97
- "type": "event"
98
- },
99
- {
100
- "inputs": [],
101
- "name": "MAX_LOCK_TIME",
102
- "outputs": [
103
- {
104
- "internalType": "uint128",
105
- "name": "",
106
- "type": "uint128"
107
- }
108
- ],
109
- "stateMutability": "view",
110
- "type": "function"
111
- },
112
- {
113
- "inputs": [],
114
- "name": "MIN_LOCK_TIME",
115
- "outputs": [
116
- {
117
- "internalType": "uint128",
118
- "name": "",
119
- "type": "uint128"
120
- }
121
- ],
122
- "stateMutability": "view",
123
- "type": "function"
124
- },
125
- {
126
- "inputs": [],
127
- "name": "WEEK",
128
- "outputs": [
129
- {
130
- "internalType": "uint128",
131
- "name": "",
132
- "type": "uint128"
133
- }
134
- ],
135
- "stateMutability": "view",
136
- "type": "function"
137
- },
138
- {
139
- "inputs": [
140
- {
141
- "internalType": "address",
142
- "name": "user",
143
- "type": "address"
144
- }
145
- ],
146
- "name": "balanceOf",
147
- "outputs": [
148
- {
149
- "internalType": "uint128",
150
- "name": "",
151
- "type": "uint128"
152
- }
153
- ],
154
- "stateMutability": "view",
155
- "type": "function"
156
- },
157
- {
158
- "inputs": [],
159
- "name": "celerMessageBus",
160
- "outputs": [
161
- {
162
- "internalType": "address",
163
- "name": "",
164
- "type": "address"
165
- }
166
- ],
167
- "stateMutability": "view",
168
- "type": "function"
169
- },
170
- {
171
- "inputs": [],
172
- "name": "claimOwnership",
173
- "outputs": [],
174
- "stateMutability": "nonpayable",
175
- "type": "function"
176
- },
177
- {
178
- "inputs": [
179
- {
180
- "internalType": "address",
181
- "name": "_sender",
182
- "type": "address"
183
- },
184
- {
185
- "internalType": "uint64",
186
- "name": "_srcChainId",
187
- "type": "uint64"
188
- },
189
- {
190
- "internalType": "bytes",
191
- "name": "_message",
192
- "type": "bytes"
193
- },
194
- {
195
- "internalType": "address",
196
- "name": "",
197
- "type": "address"
198
- }
199
- ],
200
- "name": "executeMessage",
201
- "outputs": [
202
- {
203
- "internalType": "enum ICelerMessageReceiverApp.ExecutionStatus",
204
- "name": "",
205
- "type": "uint8"
206
- }
207
- ],
208
- "stateMutability": "payable",
209
- "type": "function"
210
- },
211
- {
212
- "inputs": [],
213
- "name": "initialize",
214
- "outputs": [],
215
- "stateMutability": "nonpayable",
216
- "type": "function"
217
- },
218
- {
219
- "inputs": [],
220
- "name": "lastSlopeChangeAppliedAt",
221
- "outputs": [
222
- {
223
- "internalType": "uint128",
224
- "name": "",
225
- "type": "uint128"
226
- }
227
- ],
228
- "stateMutability": "view",
229
- "type": "function"
230
- },
231
- {
232
- "inputs": [],
233
- "name": "originAddress",
234
- "outputs": [
235
- {
236
- "internalType": "address",
237
- "name": "",
238
- "type": "address"
239
- }
240
- ],
241
- "stateMutability": "view",
242
- "type": "function"
243
- },
244
- {
245
- "inputs": [],
246
- "name": "originChainId",
247
- "outputs": [
248
- {
249
- "internalType": "uint256",
250
- "name": "",
251
- "type": "uint256"
252
- }
253
- ],
254
- "stateMutability": "view",
255
- "type": "function"
256
- },
257
- {
258
- "inputs": [],
259
- "name": "owner",
260
- "outputs": [
261
- {
262
- "internalType": "address",
263
- "name": "",
264
- "type": "address"
265
- }
266
- ],
267
- "stateMutability": "view",
268
- "type": "function"
269
- },
270
- {
271
- "inputs": [],
272
- "name": "pendingOwner",
273
- "outputs": [
274
- {
275
- "internalType": "address",
276
- "name": "",
277
- "type": "address"
278
- }
279
- ],
280
- "stateMutability": "view",
281
- "type": "function"
282
- },
283
- {
284
- "inputs": [
285
- {
286
- "internalType": "address",
287
- "name": "",
288
- "type": "address"
289
- }
290
- ],
291
- "name": "positionData",
292
- "outputs": [
293
- {
294
- "internalType": "uint128",
295
- "name": "amount",
296
- "type": "uint128"
297
- },
298
- {
299
- "internalType": "uint128",
300
- "name": "expiry",
301
- "type": "uint128"
302
- }
303
- ],
304
- "stateMutability": "view",
305
- "type": "function"
306
- },
307
- {
308
- "inputs": [
309
- {
310
- "internalType": "address",
311
- "name": "_celerMessageBus",
312
- "type": "address"
313
- }
314
- ],
315
- "name": "setCelerMessageBus",
316
- "outputs": [],
317
- "stateMutability": "nonpayable",
318
- "type": "function"
319
- },
320
- {
321
- "inputs": [
322
- {
323
- "internalType": "address",
324
- "name": "receiver",
325
- "type": "address"
326
- },
327
- {
328
- "internalType": "address",
329
- "name": "delegator",
330
- "type": "address"
331
- }
332
- ],
333
- "name": "setDelegatorFor",
334
- "outputs": [],
335
- "stateMutability": "nonpayable",
336
- "type": "function"
337
- },
338
- {
339
- "inputs": [
340
- {
341
- "internalType": "address",
342
- "name": "_addr",
343
- "type": "address"
344
- },
345
- {
346
- "internalType": "uint256",
347
- "name": "_chainId",
348
- "type": "uint256"
349
- }
350
- ],
351
- "name": "setOrigin",
352
- "outputs": [],
353
- "stateMutability": "nonpayable",
354
- "type": "function"
355
- },
356
- {
357
- "inputs": [
358
- {
359
- "internalType": "address",
360
- "name": "user",
361
- "type": "address"
362
- }
363
- ],
364
- "name": "totalSupplyAndBalanceCurrent",
365
- "outputs": [
366
- {
367
- "internalType": "uint128",
368
- "name": "",
369
- "type": "uint128"
370
- },
371
- {
372
- "internalType": "uint128",
373
- "name": "",
374
- "type": "uint128"
375
- }
376
- ],
377
- "stateMutability": "nonpayable",
378
- "type": "function"
379
- },
380
- {
381
- "inputs": [],
382
- "name": "totalSupplyCurrent",
383
- "outputs": [
384
- {
385
- "internalType": "uint128",
386
- "name": "",
387
- "type": "uint128"
388
- }
389
- ],
390
- "stateMutability": "view",
391
- "type": "function"
392
- },
393
- {
394
- "inputs": [],
395
- "name": "totalSupplyStored",
396
- "outputs": [
397
- {
398
- "internalType": "uint128",
399
- "name": "",
400
- "type": "uint128"
401
- }
402
- ],
403
- "stateMutability": "view",
404
- "type": "function"
405
- },
406
- {
407
- "inputs": [
408
- {
409
- "internalType": "address",
410
- "name": "newOwner",
411
- "type": "address"
412
- },
413
- {
414
- "internalType": "bool",
415
- "name": "direct",
416
- "type": "bool"
417
- },
418
- {
419
- "internalType": "bool",
420
- "name": "renounce",
421
- "type": "bool"
422
- }
423
- ],
424
- "name": "transferOwnership",
425
- "outputs": [],
426
- "stateMutability": "nonpayable",
427
- "type": "function"
428
- }
429
- ],
430
- "bytecode": "0x608060405234801561001057600080fd5b5061002361004860201b6109041760201c565b600180546001600160801b0319166001600160801b03929092169190911790556100e9565b600061005342610058565b905090565b600062093a806100688184610078565b61007291906100ac565b92915050565b60006001600160801b03838116806100a057634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b60006001600160801b03828116848216811515828404821116156100e057634e487b7160e01b600052601160045260246000fd5b02949350505050565b611127806100f86000396000f3fe6080604052600436106100fa5760003560e01c8063078dfbe7146100ff5780630ac7f5611461012157806323342c381461014a57806330d981af1461016a5780633ff03207146101975780634e71e0c8146101ae5780634fb7015f146101c35780635cc04968146101e357806370a082311461021b578063769b1ebc1461023b5780638129fc1c1461025b578063814b2cac146102705780638da5cb5b146102905780639c649fdf146102b0578063cb6b4f3c146102d0578063e268b3a414610331578063e30c397814610351578063e517fedd14610371578063ef1c243a14610391578063f4359ce514610197578063fa78668f146103a6575b600080fd5b34801561010b57600080fd5b5061011f61011a366004610c5c565b6103be565b005b34801561012d57600080fd5b5061013760375481565b6040519081526020015b60405180910390f35b34801561015657600080fd5b5061011f610165366004610ca1565b6104c5565b34801561017657600080fd5b5061017f610511565b6040516001600160801b039091168152602001610141565b3480156101a357600080fd5b5061017f62093a8081565b3480156101ba57600080fd5b5061011f610520565b3480156101cf57600080fd5b5061011f6101de366004610cbe565b6105cc565b3480156101ef57600080fd5b50603554610203906001600160a01b031681565b6040516001600160a01b039091168152602001610141565b34801561022757600080fd5b5061017f610236366004610ca1565b61061c565b34801561024757600080fd5b5061011f610256366004610cea565b610657565b34801561026757600080fd5b5061011f6106ed565b34801561027c57600080fd5b5060015461017f906001600160801b031681565b34801561029c57600080fd5b50600354610203906001600160a01b031681565b6102c36102be366004610d23565b6107c1565b6040516101419190610dd2565b3480156102dc57600080fd5b506103116102eb366004610ca1565b6002602052600090815260409020546001600160801b0380821691600160801b90041682565b604080516001600160801b03938416815292909116602083015201610141565b34801561033d57600080fd5b5061031161034c366004610ca1565b6108b4565b34801561035d57600080fd5b50600454610203906001600160a01b031681565b34801561037d57600080fd5b50603654610203906001600160a01b031681565b34801561039d57600080fd5b5061017f6108d1565b3480156103b257600080fd5b5061017f6303bfc40081565b6003546001600160a01b031633146103f15760405162461bcd60e51b81526004016103e890610dfa565b60405180910390fd5b81156104a3576001600160a01b03831615158061040b5750805b61044f5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016103e8565b6003546040516001600160a01b038086169216906000805160206110d283398151915290600090a3600380546001600160a01b0385166001600160a01b031991821617909155600480549091169055505050565b600480546001600160a01b0385166001600160a01b0319909116179055505050565b6003546001600160a01b031633146104ef5760405162461bcd60e51b81526004016103e890610dfa565b603580546001600160a01b0319166001600160a01b0392909216919091179055565b600061051b6108d1565b905090565b6004546001600160a01b031633811461057b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016103e8565b6003546040516001600160a01b038084169216906000805160206110d283398151915290600090a3600380546001600160a01b039092166001600160a01b0319928316179055600480549091169055565b6003546001600160a01b031633146105f65760405162461bcd60e51b81526004016103e890610dfa565b603680546001600160a01b0319166001600160a01b039390931692909217909155603755565b6001600160a01b038082166000908152609c60205260408120549091168061064e576106478361090f565b9392505050565b6106478161090f565b6003546001600160a01b031633146106815760405162461bcd60e51b81526004016103e890610dfa565b6001600160a01b038281166000818152609c602090815260409182902080546001600160a01b031916948616948517905581519384528301919091527f8d268954369e04c7941c3a7876f40c618eb97919add31202c9a235e75e84cf1b91015b60405180910390a15050565b600454600160a81b900460ff1661071157600454600160a01b900460ff1615610715565b303b155b6107785760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103e8565b600454600160a81b900460ff161580156107a2576004805461ffff60a01b191661010160a01b1790555b6107aa610968565b80156107be576004805460ff60a81b191690555b50565b6035546000906001600160a01b03163314806107e757506003546001600160a01b031633145b6108335760405162461bcd60e51b815260206004820152601d60248201527f6f6e6c792063656c6572206d65737361676520627573206f7220676f7600000060448201526064016103e8565b6036546001600160a01b03878116911614158061085b5750603754856001600160401b031614155b15610868575060006108ab565b6108a784848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506109e992505050565b5060015b95945050505050565b6000806108bf610511565b6108c88461061c565b91509150915091565b60408051808201909152600080546001600160801b038082168452600160801b9091041660208301529061051b90610a28565b600061051b42610a4a565b6001600160a01b03811660009081526002602090815260408083208151808301909252546001600160801b038082168352600160801b90910416918101919091526109629061095d90610a64565b610a28565b92915050565b600454600160a81b900460ff166109d55760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016103e8565b600380546001600160a01b03191633179055565b600080600083806020019051810190610a029190610ee9565b925092509250610a128383610ab6565b805115610a2257610a2281610b46565b50505050565b6000610a3382610bd8565b15610a4057506000919050565b6109628242610c09565b600062093a80610a5a8184610fd6565b610962919061100a565b60408051808201909152600080825260208201528151610a89906303bfc40090610fd6565b6001600160801b03166020808301829052830151610aa69161100a565b6001600160801b03168152919050565b610abf82610a4a565b6001600160801b0316826001600160801b031614610adf57610adf611039565b600180546001600160801b038085166001600160801b031990921691909117909155815160208301518216600160801b029116176000556040517f460b96294ff8de4eea3be3fb4fac9f978cffe83c7cc3140a4bfe0bedba26b92f906106e190839061104f565b60008082806020019051810190610b5d9190611073565b6001600160a01b0382166000908152600260209081526040918290208351918401516001600160801b03908116600160801b0292169190911790555191935091507f776960a80ccfa09c52229b183bf0ef49b26a5d15f9ae2c1c0f780a450d3b2a9f90610bcb90839061104f565b60405180910390a1505050565b600081600001516001600160801b0316428360200151610bf8919061100a565b6001600160801b0316101592915050565b6000818360200151610c1b919061100a565b835161064791906110a9565b6001600160a01b03811681146107be57600080fd5b8035610c4781610c27565b919050565b80358015158114610c4757600080fd5b600080600060608486031215610c7157600080fd5b8335610c7c81610c27565b9250610c8a60208501610c4c565b9150610c9860408501610c4c565b90509250925092565b600060208284031215610cb357600080fd5b813561064781610c27565b60008060408385031215610cd157600080fd5b8235610cdc81610c27565b946020939093013593505050565b60008060408385031215610cfd57600080fd5b8235610d0881610c27565b91506020830135610d1881610c27565b809150509250929050565b600080600080600060808688031215610d3b57600080fd5b8535610d4681610c27565b945060208601356001600160401b038082168214610d6357600080fd5b90945060408701359080821115610d7957600080fd5b818801915088601f830112610d8d57600080fd5b813581811115610d9c57600080fd5b896020828501011115610dae57600080fd5b602083019550809450505050610dc660608701610c3c565b90509295509295909350565b6020810160038310610df457634e487b7160e01b600052602160045260246000fd5b91905290565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b80516001600160801b0381168114610c4757600080fd5b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610e8457610e84610e46565b604052919050565b600060408284031215610e9e57600080fd5b604080519081016001600160401b0381118282101715610ec057610ec0610e46565b604052905080610ecf83610e2f565b8152610edd60208401610e2f565b60208201525092915050565b600080600060808486031215610efe57600080fd5b610f0784610e2f565b92506020610f1786828701610e8c565b60608601519093506001600160401b0380821115610f3457600080fd5b818701915087601f830112610f4857600080fd5b815181811115610f5a57610f5a610e46565b610f6c601f8201601f19168501610e5c565b91508082528884828501011115610f8257600080fd5b60005b81811015610fa0578381018501518382018601528401610f85565b81811115610fb15760008583850101525b50508093505050509250925092565b634e487b7160e01b600052601160045260246000fd5b60006001600160801b0383811680610ffe57634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b60006001600160801b038281168482168115158284048211161561103057611030610fc0565b02949350505050565b634e487b7160e01b600052600160045260246000fd5b60408101610962828480516001600160801b03908116835260209182015116910152565b6000806060838503121561108657600080fd5b825161109181610c27565b91506110a08460208501610e8c565b90509250929050565b60006001600160801b03838116908316818110156110c9576110c9610fc0565b03939250505056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a2646970667358221220e6733002d31ec2347f05a70dda638aafdac1f9585fd039ebcc33c5e4b4d66d3264736f6c634300080f0033",
431
- "deployedBytecode": "0x6080604052600436106100fa5760003560e01c8063078dfbe7146100ff5780630ac7f5611461012157806323342c381461014a57806330d981af1461016a5780633ff03207146101975780634e71e0c8146101ae5780634fb7015f146101c35780635cc04968146101e357806370a082311461021b578063769b1ebc1461023b5780638129fc1c1461025b578063814b2cac146102705780638da5cb5b146102905780639c649fdf146102b0578063cb6b4f3c146102d0578063e268b3a414610331578063e30c397814610351578063e517fedd14610371578063ef1c243a14610391578063f4359ce514610197578063fa78668f146103a6575b600080fd5b34801561010b57600080fd5b5061011f61011a366004610c5c565b6103be565b005b34801561012d57600080fd5b5061013760375481565b6040519081526020015b60405180910390f35b34801561015657600080fd5b5061011f610165366004610ca1565b6104c5565b34801561017657600080fd5b5061017f610511565b6040516001600160801b039091168152602001610141565b3480156101a357600080fd5b5061017f62093a8081565b3480156101ba57600080fd5b5061011f610520565b3480156101cf57600080fd5b5061011f6101de366004610cbe565b6105cc565b3480156101ef57600080fd5b50603554610203906001600160a01b031681565b6040516001600160a01b039091168152602001610141565b34801561022757600080fd5b5061017f610236366004610ca1565b61061c565b34801561024757600080fd5b5061011f610256366004610cea565b610657565b34801561026757600080fd5b5061011f6106ed565b34801561027c57600080fd5b5060015461017f906001600160801b031681565b34801561029c57600080fd5b50600354610203906001600160a01b031681565b6102c36102be366004610d23565b6107c1565b6040516101419190610dd2565b3480156102dc57600080fd5b506103116102eb366004610ca1565b6002602052600090815260409020546001600160801b0380821691600160801b90041682565b604080516001600160801b03938416815292909116602083015201610141565b34801561033d57600080fd5b5061031161034c366004610ca1565b6108b4565b34801561035d57600080fd5b50600454610203906001600160a01b031681565b34801561037d57600080fd5b50603654610203906001600160a01b031681565b34801561039d57600080fd5b5061017f6108d1565b3480156103b257600080fd5b5061017f6303bfc40081565b6003546001600160a01b031633146103f15760405162461bcd60e51b81526004016103e890610dfa565b60405180910390fd5b81156104a3576001600160a01b03831615158061040b5750805b61044f5760405162461bcd60e51b81526020600482015260156024820152744f776e61626c653a207a65726f206164647265737360581b60448201526064016103e8565b6003546040516001600160a01b038086169216906000805160206110d283398151915290600090a3600380546001600160a01b0385166001600160a01b031991821617909155600480549091169055505050565b600480546001600160a01b0385166001600160a01b0319909116179055505050565b6003546001600160a01b031633146104ef5760405162461bcd60e51b81526004016103e890610dfa565b603580546001600160a01b0319166001600160a01b0392909216919091179055565b600061051b6108d1565b905090565b6004546001600160a01b031633811461057b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e657260448201526064016103e8565b6003546040516001600160a01b038084169216906000805160206110d283398151915290600090a3600380546001600160a01b039092166001600160a01b0319928316179055600480549091169055565b6003546001600160a01b031633146105f65760405162461bcd60e51b81526004016103e890610dfa565b603680546001600160a01b0319166001600160a01b039390931692909217909155603755565b6001600160a01b038082166000908152609c60205260408120549091168061064e576106478361090f565b9392505050565b6106478161090f565b6003546001600160a01b031633146106815760405162461bcd60e51b81526004016103e890610dfa565b6001600160a01b038281166000818152609c602090815260409182902080546001600160a01b031916948616948517905581519384528301919091527f8d268954369e04c7941c3a7876f40c618eb97919add31202c9a235e75e84cf1b91015b60405180910390a15050565b600454600160a81b900460ff1661071157600454600160a01b900460ff1615610715565b303b155b6107785760405162461bcd60e51b815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201526d191e481a5b9a5d1a585b1a5e995960921b60648201526084016103e8565b600454600160a81b900460ff161580156107a2576004805461ffff60a01b191661010160a01b1790555b6107aa610968565b80156107be576004805460ff60a81b191690555b50565b6035546000906001600160a01b03163314806107e757506003546001600160a01b031633145b6108335760405162461bcd60e51b815260206004820152601d60248201527f6f6e6c792063656c6572206d65737361676520627573206f7220676f7600000060448201526064016103e8565b6036546001600160a01b03878116911614158061085b5750603754856001600160401b031614155b15610868575060006108ab565b6108a784848080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152506109e992505050565b5060015b95945050505050565b6000806108bf610511565b6108c88461061c565b91509150915091565b60408051808201909152600080546001600160801b038082168452600160801b9091041660208301529061051b90610a28565b600061051b42610a4a565b6001600160a01b03811660009081526002602090815260408083208151808301909252546001600160801b038082168352600160801b90910416918101919091526109629061095d90610a64565b610a28565b92915050565b600454600160a81b900460ff166109d55760405162461bcd60e51b815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201526a6e697469616c697a696e6760a81b60648201526084016103e8565b600380546001600160a01b03191633179055565b600080600083806020019051810190610a029190610ee9565b925092509250610a128383610ab6565b805115610a2257610a2281610b46565b50505050565b6000610a3382610bd8565b15610a4057506000919050565b6109628242610c09565b600062093a80610a5a8184610fd6565b610962919061100a565b60408051808201909152600080825260208201528151610a89906303bfc40090610fd6565b6001600160801b03166020808301829052830151610aa69161100a565b6001600160801b03168152919050565b610abf82610a4a565b6001600160801b0316826001600160801b031614610adf57610adf611039565b600180546001600160801b038085166001600160801b031990921691909117909155815160208301518216600160801b029116176000556040517f460b96294ff8de4eea3be3fb4fac9f978cffe83c7cc3140a4bfe0bedba26b92f906106e190839061104f565b60008082806020019051810190610b5d9190611073565b6001600160a01b0382166000908152600260209081526040918290208351918401516001600160801b03908116600160801b0292169190911790555191935091507f776960a80ccfa09c52229b183bf0ef49b26a5d15f9ae2c1c0f780a450d3b2a9f90610bcb90839061104f565b60405180910390a1505050565b600081600001516001600160801b0316428360200151610bf8919061100a565b6001600160801b0316101592915050565b6000818360200151610c1b919061100a565b835161064791906110a9565b6001600160a01b03811681146107be57600080fd5b8035610c4781610c27565b919050565b80358015158114610c4757600080fd5b600080600060608486031215610c7157600080fd5b8335610c7c81610c27565b9250610c8a60208501610c4c565b9150610c9860408501610c4c565b90509250925092565b600060208284031215610cb357600080fd5b813561064781610c27565b60008060408385031215610cd157600080fd5b8235610cdc81610c27565b946020939093013593505050565b60008060408385031215610cfd57600080fd5b8235610d0881610c27565b91506020830135610d1881610c27565b809150509250929050565b600080600080600060808688031215610d3b57600080fd5b8535610d4681610c27565b945060208601356001600160401b038082168214610d6357600080fd5b90945060408701359080821115610d7957600080fd5b818801915088601f830112610d8d57600080fd5b813581811115610d9c57600080fd5b896020828501011115610dae57600080fd5b602083019550809450505050610dc660608701610c3c565b90509295509295909350565b6020810160038310610df457634e487b7160e01b600052602160045260246000fd5b91905290565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b80516001600160801b0381168114610c4757600080fd5b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610e8457610e84610e46565b604052919050565b600060408284031215610e9e57600080fd5b604080519081016001600160401b0381118282101715610ec057610ec0610e46565b604052905080610ecf83610e2f565b8152610edd60208401610e2f565b60208201525092915050565b600080600060808486031215610efe57600080fd5b610f0784610e2f565b92506020610f1786828701610e8c565b60608601519093506001600160401b0380821115610f3457600080fd5b818701915087601f830112610f4857600080fd5b815181811115610f5a57610f5a610e46565b610f6c601f8201601f19168501610e5c565b91508082528884828501011115610f8257600080fd5b60005b81811015610fa0578381018501518382018601528401610f85565b81811115610fb15760008583850101525b50508093505050509250925092565b634e487b7160e01b600052601160045260246000fd5b60006001600160801b0383811680610ffe57634e487b7160e01b600052601260045260246000fd5b92169190910492915050565b60006001600160801b038281168482168115158284048211161561103057611030610fc0565b02949350505050565b634e487b7160e01b600052600160045260246000fd5b60408101610962828480516001600160801b03908116835260209182015116910152565b6000806060838503121561108657600080fd5b825161109181610c27565b91506110a08460208501610e8c565b90509250929050565b60006001600160801b03838116908316818110156110c9576110c9610fc0565b03939250505056fe8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0a2646970667358221220e6733002d31ec2347f05a70dda638aafdac1f9585fd039ebcc33c5e4b4d66d3264736f6c634300080f0033",
432
- "linkReferences": {},
433
- "deployedLinkReferences": {}
434
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,156 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "VotingEscrowTokenBase",
4
- "sourceName": "contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "MAX_LOCK_TIME",
9
- "outputs": [
10
- {
11
- "internalType": "uint128",
12
- "name": "",
13
- "type": "uint128"
14
- }
15
- ],
16
- "stateMutability": "view",
17
- "type": "function"
18
- },
19
- {
20
- "inputs": [],
21
- "name": "MIN_LOCK_TIME",
22
- "outputs": [
23
- {
24
- "internalType": "uint128",
25
- "name": "",
26
- "type": "uint128"
27
- }
28
- ],
29
- "stateMutability": "view",
30
- "type": "function"
31
- },
32
- {
33
- "inputs": [],
34
- "name": "WEEK",
35
- "outputs": [
36
- {
37
- "internalType": "uint128",
38
- "name": "",
39
- "type": "uint128"
40
- }
41
- ],
42
- "stateMutability": "view",
43
- "type": "function"
44
- },
45
- {
46
- "inputs": [
47
- {
48
- "internalType": "address",
49
- "name": "user",
50
- "type": "address"
51
- }
52
- ],
53
- "name": "balanceOf",
54
- "outputs": [
55
- {
56
- "internalType": "uint128",
57
- "name": "",
58
- "type": "uint128"
59
- }
60
- ],
61
- "stateMutability": "view",
62
- "type": "function"
63
- },
64
- {
65
- "inputs": [],
66
- "name": "lastSlopeChangeAppliedAt",
67
- "outputs": [
68
- {
69
- "internalType": "uint128",
70
- "name": "",
71
- "type": "uint128"
72
- }
73
- ],
74
- "stateMutability": "view",
75
- "type": "function"
76
- },
77
- {
78
- "inputs": [
79
- {
80
- "internalType": "address",
81
- "name": "",
82
- "type": "address"
83
- }
84
- ],
85
- "name": "positionData",
86
- "outputs": [
87
- {
88
- "internalType": "uint128",
89
- "name": "amount",
90
- "type": "uint128"
91
- },
92
- {
93
- "internalType": "uint128",
94
- "name": "expiry",
95
- "type": "uint128"
96
- }
97
- ],
98
- "stateMutability": "view",
99
- "type": "function"
100
- },
101
- {
102
- "inputs": [
103
- {
104
- "internalType": "address",
105
- "name": "user",
106
- "type": "address"
107
- }
108
- ],
109
- "name": "totalSupplyAndBalanceCurrent",
110
- "outputs": [
111
- {
112
- "internalType": "uint128",
113
- "name": "",
114
- "type": "uint128"
115
- },
116
- {
117
- "internalType": "uint128",
118
- "name": "",
119
- "type": "uint128"
120
- }
121
- ],
122
- "stateMutability": "nonpayable",
123
- "type": "function"
124
- },
125
- {
126
- "inputs": [],
127
- "name": "totalSupplyCurrent",
128
- "outputs": [
129
- {
130
- "internalType": "uint128",
131
- "name": "",
132
- "type": "uint128"
133
- }
134
- ],
135
- "stateMutability": "nonpayable",
136
- "type": "function"
137
- },
138
- {
139
- "inputs": [],
140
- "name": "totalSupplyStored",
141
- "outputs": [
142
- {
143
- "internalType": "uint128",
144
- "name": "",
145
- "type": "uint128"
146
- }
147
- ],
148
- "stateMutability": "view",
149
- "type": "function"
150
- }
151
- ],
152
- "bytecode": "0x",
153
- "deployedBytecode": "0x",
154
- "linkReferences": {},
155
- "deployedLinkReferences": {}
156
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/b6ca1bd3d285f5444c1a11ab679ab630.json"
4
- }