@pendle/core-v2 0.6.3 → 0.6.5

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 (434) hide show
  1. package/build/artifacts/contracts/SuperComposableYield/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +4 -0
  2. package/build/artifacts/contracts/SuperComposableYield/ISuperComposableYield.sol/ISuperComposableYield.json +482 -0
  3. package/build/artifacts/contracts/SuperComposableYield/SCYUtils.sol/SCYUtils.dbg.json +4 -0
  4. package/build/artifacts/contracts/SuperComposableYield/SCYUtils.sol/SCYUtils.json +10 -0
  5. package/build/artifacts/contracts/SuperComposableYield/implementations/IRewardManager.sol/IRewardManager.dbg.json +4 -0
  6. package/build/artifacts/contracts/SuperComposableYield/implementations/IRewardManager.sol/IRewardManager.json +77 -0
  7. package/build/artifacts/contracts/SuperComposableYield/implementations/RewardManager.sol/RewardManager.dbg.json +4 -0
  8. package/build/artifacts/contracts/SuperComposableYield/implementations/RewardManager.sol/RewardManager.json +90 -0
  9. package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBase.sol/SCYBase.dbg.json +4 -0
  10. package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBase.sol/SCYBase.json +543 -0
  11. package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +4 -0
  12. package/build/artifacts/contracts/SuperComposableYield/implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +628 -0
  13. package/build/artifacts/contracts/core/PendleBaseToken.sol/PendleBaseToken.dbg.json +4 -0
  14. package/build/artifacts/contracts/core/PendleBaseToken.sol/PendleBaseToken.json +333 -0
  15. package/build/artifacts/contracts/core/PendleMarket.sol/PendleMarket.dbg.json +4 -0
  16. package/build/artifacts/contracts/core/PendleMarket.sol/PendleMarket.json +837 -0
  17. package/build/artifacts/contracts/core/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +4 -0
  18. package/build/artifacts/contracts/core/PendleMarketFactory.sol/PendleMarketFactory.json +239 -0
  19. package/build/artifacts/contracts/core/PendleOwnershipToken.sol/PendleOwnershipToken.dbg.json +4 -0
  20. package/build/artifacts/contracts/core/PendleOwnershipToken.sol/PendleOwnershipToken.json +439 -0
  21. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +4 -0
  22. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +230 -0
  23. package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +4 -0
  24. package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +765 -0
  25. package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +4 -0
  26. package/build/artifacts/contracts/core/PendleSCYImpl/AaveV3/WadRayMath.sol/WadRayMath.json +10 -0
  27. package/build/artifacts/contracts/core/PendleSCYImpl/PendleBenQiErc20SCY.sol/PendleBenQiErc20SCY.dbg.json +4 -0
  28. package/build/artifacts/contracts/core/PendleSCYImpl/PendleBenQiErc20SCY.sol/PendleBenQiErc20SCY.json +761 -0
  29. package/build/artifacts/contracts/core/PendleSCYImpl/PendleBtrflySCY.sol/PendleBtrflyScy.dbg.json +4 -0
  30. package/build/artifacts/contracts/core/PendleSCYImpl/PendleBtrflySCY.sol/PendleBtrflyScy.json +636 -0
  31. package/build/artifacts/contracts/core/PendleSCYImpl/PendleStETHSCY.sol/PendleStEthSCY.dbg.json +4 -0
  32. package/build/artifacts/contracts/core/PendleSCYImpl/PendleStETHSCY.sol/PendleStEthSCY.json +618 -0
  33. package/build/artifacts/contracts/core/PendleSCYImpl/PendleYearnVaultSCY.sol/PendleYearnVaultScy.dbg.json +4 -0
  34. package/build/artifacts/contracts/core/PendleSCYImpl/PendleYearnVaultSCY.sol/PendleYearnVaultScy.json +618 -0
  35. package/build/artifacts/contracts/core/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +4 -0
  36. package/build/artifacts/contracts/core/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +339 -0
  37. package/build/artifacts/contracts/core/PendleYieldToken.sol/PendleYieldToken.dbg.json +4 -0
  38. package/build/artifacts/contracts/core/PendleYieldToken.sol/PendleYieldToken.json +808 -0
  39. package/build/artifacts/contracts/core/RouterStatic.sol/RouterStatic.dbg.json +4 -0
  40. package/build/artifacts/contracts/core/RouterStatic.sol/RouterStatic.json +246 -0
  41. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +4 -0
  42. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +58 -0
  43. package/build/artifacts/contracts/core/actions/ActionCore.sol/ActionCore.dbg.json +4 -0
  44. package/build/artifacts/contracts/core/actions/ActionCore.sol/ActionCore.json +714 -0
  45. package/build/artifacts/contracts/core/actions/ActionRedeem.sol/PendleRouterRedeemUpg.dbg.json +4 -0
  46. package/build/artifacts/contracts/core/actions/ActionRedeem.sol/PendleRouterRedeemUpg.json +55 -0
  47. package/build/artifacts/contracts/core/actions/ActionYT.sol/ActionYT.dbg.json +4 -0
  48. package/build/artifacts/contracts/core/actions/ActionYT.sol/ActionYT.json +485 -0
  49. package/build/artifacts/contracts/core/actions/base/ActionSCYAndOTBase.sol/ActionSCYAndOTBase.dbg.json +4 -0
  50. package/build/artifacts/contracts/core/actions/base/ActionSCYAndOTBase.sol/ActionSCYAndOTBase.json +10 -0
  51. package/build/artifacts/contracts/core/actions/base/ActionSCYAndYOBase.sol/ActionSCYAndYOBase.dbg.json +4 -0
  52. package/build/artifacts/contracts/core/actions/base/ActionSCYAndYOBase.sol/ActionSCYAndYOBase.json +185 -0
  53. package/build/artifacts/contracts/core/actions/base/ActionSCYAndYTBase.sol/ActionSCYAndYTBase.dbg.json +4 -0
  54. package/build/artifacts/contracts/core/actions/base/ActionSCYAndYTBase.sol/ActionSCYAndYTBase.json +210 -0
  55. package/build/artifacts/contracts/core/actions/base/ActionType.sol/ActionType.dbg.json +4 -0
  56. package/build/artifacts/contracts/core/actions/base/ActionType.sol/ActionType.json +10 -0
  57. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +4 -0
  58. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +213 -0
  59. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +4 -0
  60. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +87 -0
  61. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +4 -0
  62. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +59 -0
  63. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +4 -0
  64. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +44 -0
  65. package/build/artifacts/contracts/interfaces/IJoePair.sol/IJoePair.dbg.json +4 -0
  66. package/build/artifacts/contracts/interfaces/IJoePair.sol/IJoePair.json +662 -0
  67. package/build/artifacts/contracts/interfaces/IJoeRouter01.sol/IJoeRouter01.dbg.json +4 -0
  68. package/build/artifacts/contracts/interfaces/IJoeRouter01.sol/IJoeRouter01.json +760 -0
  69. package/build/artifacts/contracts/interfaces/IPActionCore.sol/IPActionCore.dbg.json +4 -0
  70. package/build/artifacts/contracts/interfaces/IPActionCore.sol/IPActionCore.json +519 -0
  71. package/build/artifacts/contracts/interfaces/IPActionRedeem.sol/IPActionRedeem.dbg.json +4 -0
  72. package/build/artifacts/contracts/interfaces/IPActionRedeem.sol/IPActionRedeem.json +55 -0
  73. package/build/artifacts/contracts/interfaces/IPActionYT.sol/IPActionYT.dbg.json +4 -0
  74. package/build/artifacts/contracts/interfaces/IPActionYT.sol/IPActionYT.json +270 -0
  75. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +4 -0
  76. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +822 -0
  77. package/build/artifacts/contracts/interfaces/IPBaseToken.sol/IPBaseToken.dbg.json +4 -0
  78. package/build/artifacts/contracts/interfaces/IPBaseToken.sol/IPBaseToken.json +259 -0
  79. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +4 -0
  80. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +24 -0
  81. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +4 -0
  82. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +670 -0
  83. package/build/artifacts/contracts/interfaces/IPMarketAddRemoveCallback.sol/IPMarketAddRemoveCallback.dbg.json +4 -0
  84. package/build/artifacts/contracts/interfaces/IPMarketAddRemoveCallback.sol/IPMarketAddRemoveCallback.json +67 -0
  85. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +4 -0
  86. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +96 -0
  87. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +4 -0
  88. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +34 -0
  89. package/build/artifacts/contracts/interfaces/IPOwnershipToken.sol/IPOwnershipToken.dbg.json +4 -0
  90. package/build/artifacts/contracts/interfaces/IPOwnershipToken.sol/IPOwnershipToken.json +334 -0
  91. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +4 -0
  92. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +24 -0
  93. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +4 -0
  94. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +204 -0
  95. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +4 -0
  96. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +206 -0
  97. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +4 -0
  98. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +595 -0
  99. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +4 -0
  100. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +258 -0
  101. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +4 -0
  102. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +207 -0
  103. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +4 -0
  104. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +92 -0
  105. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +4 -0
  106. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +252 -0
  107. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +4 -0
  108. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +119 -0
  109. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +4 -0
  110. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +62 -0
  111. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +4 -0
  112. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +62 -0
  113. package/build/artifacts/contracts/libraries/JoeLibrary.sol/JoeLibrary.dbg.json +4 -0
  114. package/build/artifacts/contracts/libraries/JoeLibrary.sol/JoeLibrary.json +10 -0
  115. package/build/artifacts/contracts/libraries/SCYIndex.sol/SCYIndexLib.dbg.json +4 -0
  116. package/build/artifacts/contracts/libraries/SCYIndex.sol/SCYIndexLib.json +10 -0
  117. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +4 -0
  118. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +10 -0
  119. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +4 -0
  120. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +10 -0
  121. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxLib.dbg.json +4 -0
  122. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxLib.json +10 -0
  123. package/build/artifacts/contracts/libraries/math/MarketMathAux.sol/MarketMathAux.dbg.json +4 -0
  124. package/build/artifacts/contracts/libraries/math/MarketMathAux.sol/MarketMathAux.json +10 -0
  125. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +4 -0
  126. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +10 -0
  127. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +4 -0
  128. package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +10 -0
  129. package/build/artifacts/contracts/periphery/PendleGovernanceManager.sol/PendleGovernanceManager.dbg.json +4 -0
  130. package/build/artifacts/contracts/periphery/PendleGovernanceManager.sol/PendleGovernanceManager.json +87 -0
  131. package/build/artifacts/contracts/periphery/PendleJoeSwapHelperUpg.sol/PendleJoeSwapHelperUpg.dbg.json +4 -0
  132. package/build/artifacts/contracts/periphery/PendleJoeSwapHelperUpg.sol/PendleJoeSwapHelperUpg.json +37 -0
  133. package/build/artifacts/contracts/periphery/PermissionsV2Upg.sol/PermissionsV2Upg.dbg.json +4 -0
  134. package/build/artifacts/contracts/periphery/PermissionsV2Upg.sol/PermissionsV2Upg.json +24 -0
  135. package/deployments/kovan.json +31 -0
  136. package/package.json +4 -2
  137. package/typechain-types/ActionCallback.ts +5 -5
  138. package/typechain-types/ActionCore.ts +280 -232
  139. package/typechain-types/{ActionSCYAndPYBase.ts → ActionSCYAndYOBase.ts} +54 -54
  140. package/typechain-types/ActionSCYAndYTBase.ts +49 -49
  141. package/typechain-types/ActionYT.ts +140 -92
  142. package/typechain-types/AggregatorV2V3Interface.ts +380 -0
  143. package/typechain-types/BenqiChainlinkOracle.ts +362 -0
  144. package/typechain-types/BoringOwnable.ts +194 -0
  145. package/typechain-types/BoringOwnableData.ts +100 -0
  146. package/typechain-types/BoringOwnableUpg.ts +194 -0
  147. package/typechain-types/BoringOwnableUpgData.ts +100 -0
  148. package/typechain-types/Comptroller.ts +2860 -0
  149. package/typechain-types/ComptrollerErrorReporter.ts +70 -0
  150. package/typechain-types/ComptrollerInterface.ts +881 -0
  151. package/typechain-types/ComptrollerVXStorage.ts +781 -0
  152. package/typechain-types/CrosschainContract.ts +113 -0
  153. package/typechain-types/CrosschainReceiver.ts +347 -0
  154. package/typechain-types/CrosschainSender.ts +210 -0
  155. package/typechain-types/EIP20Interface.ts +337 -0
  156. package/typechain-types/EIP20NonStandardInterface.ts +298 -0
  157. package/typechain-types/ERC20Burnable.ts +473 -0
  158. package/typechain-types/ERC20Locker.ts +91 -0
  159. package/typechain-types/ERC20Premined.ts +473 -0
  160. package/typechain-types/ERC20PresetFixedSupply.ts +473 -0
  161. package/typechain-types/EpochController.ts +195 -0
  162. package/typechain-types/FundKeeper.ts +347 -0
  163. package/typechain-types/GaugeTypeControllerAbstract.ts +546 -0
  164. package/typechain-types/GaugeTypeControllerCrosschain.ts +733 -0
  165. package/typechain-types/GaugeTypeControllerMainchain.ts +604 -0
  166. package/typechain-types/IGaugeController.ts +99 -0
  167. package/typechain-types/ILiquidYieldToken.ts +639 -0
  168. package/typechain-types/ILiquidYieldTokenWrap.ts +790 -0
  169. package/typechain-types/IMessageBus.ts +543 -0
  170. package/typechain-types/IMessageReceiverApp.ts +110 -0
  171. package/typechain-types/IPActionCore.ts +231 -183
  172. package/typechain-types/IPActionYT.ts +91 -43
  173. package/typechain-types/IPAllAction.ts +322 -204
  174. package/typechain-types/IPFlashCallback.ts +115 -0
  175. package/typechain-types/IPLiquidYieldToken.ts +641 -0
  176. package/typechain-types/IPMarket.ts +55 -55
  177. package/typechain-types/IPMarketAddRemoveCallback.ts +10 -10
  178. package/typechain-types/IPMarketCallback.ts +107 -0
  179. package/typechain-types/IPMarketFactory.ts +3 -3
  180. package/typechain-types/IPMarketSwapCallback.ts +5 -5
  181. package/typechain-types/{IPPrincipalToken.ts → IPOwnershipToken.ts} +5 -5
  182. package/typechain-types/IPRouterCore.ts +769 -0
  183. package/typechain-types/IPRouterRedeem.ts +155 -0
  184. package/typechain-types/IPRouterStatic.ts +49 -529
  185. package/typechain-types/IPRouterYT.ts +489 -0
  186. package/typechain-types/IPYieldContractFactory.ts +19 -19
  187. package/typechain-types/IPYieldToken.ts +29 -29
  188. package/typechain-types/IPermissionsV2.ts +87 -0
  189. package/typechain-types/IRainbowBridge.ts +91 -0
  190. package/typechain-types/ISCYRewardIndex.ts +695 -0
  191. package/typechain-types/ISuperComposableYield.ts +0 -13
  192. package/typechain-types/IVEPendleToken.ts +121 -0
  193. package/typechain-types/IXPendle.ts +114 -0
  194. package/typechain-types/InterestRateModel.ts +178 -0
  195. package/typechain-types/JumpRateModel.ts +347 -0
  196. package/typechain-types/LYTBase.ts +721 -0
  197. package/typechain-types/LYTBaseWithRewards.ts +806 -0
  198. package/typechain-types/LYTWrap.ts +872 -0
  199. package/typechain-types/LYTWrapWithRewards.ts +979 -0
  200. package/typechain-types/LiquidityMining.ts +468 -0
  201. package/typechain-types/Maximillion.ts +145 -0
  202. package/typechain-types/Ownable.ts +160 -0
  203. package/typechain-types/PendleAaveV3LYT.ts +808 -0
  204. package/typechain-types/PendleAaveV3SCY.ts +0 -13
  205. package/typechain-types/PendleBaseToken.ts +1 -1
  206. package/typechain-types/PendleBenQiErc20LYT.ts +901 -0
  207. package/typechain-types/PendleBenQiErc20SCY.ts +20 -14
  208. package/typechain-types/PendleBenqiLiquidYieldToken.ts +1013 -0
  209. package/typechain-types/PendleBtrflyLYT.ts +781 -0
  210. package/typechain-types/PendleBtrflyScy.ts +20 -14
  211. package/typechain-types/PendleGauge.ts +469 -0
  212. package/typechain-types/PendleGovernanceManager.ts +5 -5
  213. package/typechain-types/PendleJoeSwapHelper.ts +92 -0
  214. package/typechain-types/PendleLYTMockYT.ts +894 -0
  215. package/typechain-types/PendleLiquidYieldToken.ts +814 -0
  216. package/typechain-types/PendleLiquidYieldTokenBase.ts +941 -0
  217. package/typechain-types/PendleMarket.ts +105 -102
  218. package/typechain-types/PendleMarketFactory.ts +8 -48
  219. package/typechain-types/{PendlePrincipalToken.ts → PendleOwnershipToken.ts} +6 -15
  220. package/typechain-types/PendleRouter01.ts +184 -0
  221. package/typechain-types/PendleRouter02.ts +564 -0
  222. package/typechain-types/PendleRouter03.ts +224 -0
  223. package/typechain-types/PendleRouterBase.ts +126 -0
  224. package/typechain-types/PendleRouterCore.ts +328 -0
  225. package/typechain-types/PendleRouterCoreUpg.ts +798 -0
  226. package/typechain-types/PendleRouterLytAndForge.ts +331 -0
  227. package/typechain-types/PendleRouterMarketBase.ts +82 -0
  228. package/typechain-types/PendleRouterOT.ts +463 -0
  229. package/typechain-types/PendleRouterProxy.ts +335 -0
  230. package/typechain-types/PendleRouterRawTokenOT.ts +865 -0
  231. package/typechain-types/PendleRouterRawTokenYT.ts +520 -0
  232. package/typechain-types/{ActionRedeem.ts → PendleRouterRedeemUpg.ts} +5 -5
  233. package/typechain-types/PendleRouterSCYAndForgeBaseUpg.ts +98 -0
  234. package/typechain-types/PendleRouterStaticUpg.ts +399 -0
  235. package/typechain-types/PendleRouterYT.ts +227 -0
  236. package/typechain-types/PendleRouterYTBaseUpg.ts +134 -0
  237. package/typechain-types/PendleRouterYTUpg.ts +537 -0
  238. package/typechain-types/PendleStEthSCY.ts +23 -15
  239. package/typechain-types/PendleYTLYTBenqi.ts +863 -0
  240. package/typechain-types/PendleYearnVaultLYT.ts +723 -0
  241. package/typechain-types/PendleYearnVaultScy.ts +23 -15
  242. package/typechain-types/PendleYieldContractFactory.ts +28 -28
  243. package/typechain-types/PendleYieldToken.ts +30 -30
  244. package/typechain-types/PermissionsV2.ts +87 -0
  245. package/typechain-types/PermlessAbstract.ts +57 -0
  246. package/typechain-types/PglStakingContract.ts +662 -0
  247. package/typechain-types/PglStakingContractProxy.ts +256 -0
  248. package/typechain-types/PglStakingContractProxyStorage.ts +136 -0
  249. package/typechain-types/PglStakingContractStorage.ts +397 -0
  250. package/typechain-types/PriceOracle.ts +116 -0
  251. package/typechain-types/ProtocolFakeUser.ts +105 -0
  252. package/typechain-types/Qi.ts +760 -0
  253. package/typechain-types/QiAvax.ts +1720 -0
  254. package/typechain-types/QiDelegateInterface.ts +145 -0
  255. package/typechain-types/QiDelegationStorage.ts +82 -0
  256. package/typechain-types/QiDelegatorInterface.ts +149 -0
  257. package/typechain-types/QiErc20.ts +1846 -0
  258. package/typechain-types/QiErc20Delegate.ts +1926 -0
  259. package/typechain-types/QiErc20Delegator.ts +1885 -0
  260. package/typechain-types/QiErc20Interface.ts +382 -0
  261. package/typechain-types/QiErc20Storage.ts +79 -0
  262. package/typechain-types/QiToken.ts +1475 -0
  263. package/typechain-types/QiTokenInterface.ts +1419 -0
  264. package/typechain-types/QiTokenSaleDistributor.ts +771 -0
  265. package/typechain-types/QiTokenSaleDistributorProxy.ts +256 -0
  266. package/typechain-types/QiTokenSaleDistributorProxyStorage.ts +136 -0
  267. package/typechain-types/QiTokenSaleDistributorStorage.ts +401 -0
  268. package/typechain-types/QiTokenStorage.ts +311 -0
  269. package/typechain-types/ReentrancyGuard.ts +52 -0
  270. package/typechain-types/RouterStatic.ts +50 -530
  271. package/typechain-types/SCYBase.ts +0 -13
  272. package/typechain-types/SCYBaseWithRewards.ts +0 -13
  273. package/typechain-types/SingleGaugeTypeController.ts +478 -0
  274. package/typechain-types/TokenErrorReporter.ts +70 -0
  275. package/typechain-types/Unitroller.ts +356 -0
  276. package/typechain-types/UnitrollerAdminStorage.ts +143 -0
  277. package/typechain-types/VePendle.ts +1156 -0
  278. package/typechain-types/VePendleCrosschain.ts +969 -0
  279. package/typechain-types/VePendleToken.ts +688 -0
  280. package/typechain-types/VotingController.ts +883 -0
  281. package/typechain-types/WETH9.ts +414 -0
  282. package/typechain-types/WhitePaperInterestRateModel.ts +304 -0
  283. package/typechain-types/XPendle.ts +618 -0
  284. package/typechain-types/factories/ActionCallback__factory.ts +2 -2
  285. package/typechain-types/factories/ActionCore__factory.ts +91 -127
  286. package/typechain-types/factories/{ActionSCYAndPYBase__factory.ts → ActionSCYAndYOBase__factory.ts} +20 -20
  287. package/typechain-types/factories/ActionSCYAndYTBase__factory.ts +12 -12
  288. package/typechain-types/factories/ActionYT__factory.ts +68 -104
  289. package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +288 -0
  290. package/typechain-types/factories/BenqiChainlinkOracle__factory.ts +311 -0
  291. package/typechain-types/factories/BoringOwnableData__factory.ts +90 -0
  292. package/typechain-types/factories/BoringOwnableUpgData__factory.ts +94 -0
  293. package/typechain-types/factories/BoringOwnableUpg__factory.ts +139 -0
  294. package/typechain-types/factories/BoringOwnable__factory.ts +149 -0
  295. package/typechain-types/factories/ComptrollerErrorReporter__factory.ts +93 -0
  296. package/typechain-types/factories/ComptrollerInterface__factory.ts +595 -0
  297. package/typechain-types/factories/ComptrollerVXStorage__factory.ts +610 -0
  298. package/typechain-types/factories/Comptroller__factory.ts +2189 -0
  299. package/typechain-types/factories/CrosschainContract__factory.ts +52 -0
  300. package/typechain-types/factories/CrosschainReceiver__factory.ts +187 -0
  301. package/typechain-types/factories/CrosschainSender__factory.ts +104 -0
  302. package/typechain-types/factories/EIP20Interface__factory.ts +248 -0
  303. package/typechain-types/factories/EIP20NonStandardInterface__factory.ts +213 -0
  304. package/typechain-types/factories/ERC20Burnable__factory.ts +324 -0
  305. package/typechain-types/factories/ERC20Locker__factory.ts +73 -0
  306. package/typechain-types/factories/ERC20Premined__factory.ts +393 -0
  307. package/typechain-types/factories/ERC20PresetFixedSupply__factory.ts +422 -0
  308. package/typechain-types/factories/EpochController__factory.ts +170 -0
  309. package/typechain-types/factories/FundKeeper__factory.ts +212 -0
  310. package/typechain-types/factories/GaugeTypeControllerAbstract__factory.ts +387 -0
  311. package/typechain-types/factories/GaugeTypeControllerCrosschain__factory.ts +522 -0
  312. package/typechain-types/factories/GaugeTypeControllerMainchain__factory.ts +431 -0
  313. package/typechain-types/factories/IGaugeController__factory.ts +45 -0
  314. package/typechain-types/factories/ILiquidYieldTokenWrap__factory.ts +533 -0
  315. package/typechain-types/factories/ILiquidYieldToken__factory.ts +429 -0
  316. package/typechain-types/factories/IMessageBus__factory.ts +396 -0
  317. package/typechain-types/factories/IMessageReceiverApp__factory.ts +55 -0
  318. package/typechain-types/factories/IPActionCore__factory.ts +78 -114
  319. package/typechain-types/factories/IPActionYT__factory.ts +54 -90
  320. package/typechain-types/factories/IPAllAction__factory.ts +138 -210
  321. package/typechain-types/factories/IPFlashCallback__factory.ts +49 -0
  322. package/typechain-types/factories/IPLiquidYieldToken__factory.ts +433 -0
  323. package/typechain-types/factories/IPMarketAddRemoveCallback__factory.ts +2 -2
  324. package/typechain-types/factories/IPMarketCallback__factory.ts +55 -0
  325. package/typechain-types/factories/IPMarketFactory__factory.ts +1 -1
  326. package/typechain-types/factories/IPMarketSwapCallback__factory.ts +1 -1
  327. package/typechain-types/factories/IPMarket__factory.ts +14 -14
  328. package/typechain-types/factories/{IPPrincipalToken__factory.ts → IPOwnershipToken__factory.ts} +8 -8
  329. package/typechain-types/factories/IPRouterCore__factory.ts +531 -0
  330. package/typechain-types/factories/IPRouterRedeem__factory.ts +72 -0
  331. package/typechain-types/factories/IPRouterStatic__factory.ts +10 -626
  332. package/typechain-types/factories/IPRouterYT__factory.ts +305 -0
  333. package/typechain-types/factories/IPYieldContractFactory__factory.ts +3 -3
  334. package/typechain-types/factories/IPYieldToken__factory.ts +5 -5
  335. package/typechain-types/factories/IPermissionsV2__factory.ts +39 -0
  336. package/typechain-types/factories/IRainbowBridge__factory.ts +76 -0
  337. package/typechain-types/factories/ISCYRewardIndex__factory.ts +465 -0
  338. package/typechain-types/factories/ISuperComposableYield__factory.ts +0 -13
  339. package/typechain-types/factories/IVEPendleToken__factory.ts +71 -0
  340. package/typechain-types/factories/IXPendle__factory.ts +61 -0
  341. package/typechain-types/factories/InterestRateModel__factory.ts +108 -0
  342. package/typechain-types/factories/JumpRateModel__factory.ts +334 -0
  343. package/typechain-types/factories/LYTBaseWithRewards__factory.ts +530 -0
  344. package/typechain-types/factories/LYTBase__factory.ts +474 -0
  345. package/typechain-types/factories/LYTWrapWithRewards__factory.ts +643 -0
  346. package/typechain-types/factories/LYTWrap__factory.ts +574 -0
  347. package/typechain-types/factories/LiquidityMining__factory.ts +367 -0
  348. package/typechain-types/factories/Maximillion__factory.ts +125 -0
  349. package/typechain-types/factories/Ownable__factory.ts +75 -0
  350. package/typechain-types/factories/PendleAaveV3LYT__factory.ts +657 -0
  351. package/typechain-types/factories/PendleAaveV3SCY__factory.ts +1 -24
  352. package/typechain-types/factories/PendleBaseToken__factory.ts +1 -1
  353. package/typechain-types/factories/PendleBenQiErc20LYT__factory.ts +748 -0
  354. package/typechain-types/factories/PendleBenQiErc20SCY__factory.ts +15 -25
  355. package/typechain-types/factories/PendleBenqiLiquidYieldToken__factory.ts +785 -0
  356. package/typechain-types/factories/PendleBtrflyLYT__factory.ts +647 -0
  357. package/typechain-types/factories/PendleBtrflyScy__factory.ts +15 -25
  358. package/typechain-types/factories/PendleGauge__factory.ts +383 -0
  359. package/typechain-types/factories/PendleGovernanceManager__factory.ts +2 -2
  360. package/typechain-types/factories/PendleJoeSwapHelper__factory.ts +52 -0
  361. package/typechain-types/factories/PendleLYTMockYT__factory.ts +732 -0
  362. package/typechain-types/factories/PendleLiquidYieldTokenBase__factory.ts +603 -0
  363. package/typechain-types/factories/PendleLiquidYieldToken__factory.ts +510 -0
  364. package/typechain-types/factories/PendleMarketFactory__factory.ts +3 -29
  365. package/typechain-types/factories/PendleMarket__factory.ts +54 -59
  366. package/typechain-types/factories/PendleOwnershipToken__factory.ts +527 -0
  367. package/typechain-types/factories/PendleRouter01__factory.ts +152 -0
  368. package/typechain-types/factories/PendleRouter02__factory.ts +438 -0
  369. package/typechain-types/factories/PendleRouter03__factory.ts +190 -0
  370. package/typechain-types/factories/PendleRouterBase__factory.ts +68 -0
  371. package/typechain-types/factories/PendleRouterCoreUpg__factory.ts +635 -0
  372. package/typechain-types/factories/PendleRouterCore__factory.ts +268 -0
  373. package/typechain-types/factories/PendleRouterLytAndForge__factory.ts +294 -0
  374. package/typechain-types/factories/PendleRouterMarketBase__factory.ts +43 -0
  375. package/typechain-types/factories/PendleRouterOT__factory.ts +372 -0
  376. package/typechain-types/factories/PendleRouterProxy__factory.ts +285 -0
  377. package/typechain-types/factories/PendleRouterRawTokenOT__factory.ts +697 -0
  378. package/typechain-types/factories/PendleRouterRawTokenYT__factory.ts +431 -0
  379. package/typechain-types/factories/{ActionRedeem__factory.ts → PendleRouterRedeemUpg__factory.ts} +26 -19
  380. package/typechain-types/factories/PendleRouterSCYAndForgeBaseUpg__factory.ts +56 -0
  381. package/typechain-types/factories/PendleRouterStaticUpg__factory.ts +315 -0
  382. package/typechain-types/factories/PendleRouterYTBaseUpg__factory.ts +66 -0
  383. package/typechain-types/factories/PendleRouterYTUpg__factory.ts +422 -0
  384. package/typechain-types/factories/PendleRouterYT__factory.ts +184 -0
  385. package/typechain-types/factories/PendleRouter__factory.ts +1 -1
  386. package/typechain-types/factories/PendleStEthSCY__factory.ts +17 -27
  387. package/typechain-types/factories/PendleYTLYTBenqi__factory.ts +713 -0
  388. package/typechain-types/factories/PendleYearnVaultLYT__factory.ts +586 -0
  389. package/typechain-types/factories/PendleYearnVaultScy__factory.ts +16 -26
  390. package/typechain-types/factories/PendleYieldContractFactory__factory.ts +6 -6
  391. package/typechain-types/factories/PendleYieldToken__factory.ts +12 -12
  392. package/typechain-types/factories/PermissionsV2__factory.ts +36 -0
  393. package/typechain-types/factories/PermlessAbstract__factory.ts +30 -0
  394. package/typechain-types/factories/PglStakingContractProxyStorage__factory.ts +130 -0
  395. package/typechain-types/factories/PglStakingContractProxy__factory.ts +187 -0
  396. package/typechain-types/factories/PglStakingContractStorage__factory.ts +309 -0
  397. package/typechain-types/factories/PglStakingContract__factory.ts +446 -0
  398. package/typechain-types/factories/PriceOracle__factory.ts +59 -0
  399. package/typechain-types/factories/ProtocolFakeUser__factory.ts +87 -0
  400. package/typechain-types/factories/QiAvax__factory.ts +1471 -0
  401. package/typechain-types/factories/QiDelegateInterface__factory.ts +65 -0
  402. package/typechain-types/factories/QiDelegationStorage__factory.ts +79 -0
  403. package/typechain-types/factories/QiDelegatorInterface__factory.ts +89 -0
  404. package/typechain-types/factories/QiErc20Delegate__factory.ts +1563 -0
  405. package/typechain-types/factories/QiErc20Delegator__factory.ts +1648 -0
  406. package/typechain-types/factories/QiErc20Interface__factory.ts +239 -0
  407. package/typechain-types/factories/QiErc20Storage__factory.ts +79 -0
  408. package/typechain-types/factories/QiErc20__factory.ts +1515 -0
  409. package/typechain-types/factories/QiTokenInterface__factory.ts +1182 -0
  410. package/typechain-types/factories/QiTokenSaleDistributorProxyStorage__factory.ts +124 -0
  411. package/typechain-types/factories/QiTokenSaleDistributorProxy__factory.ts +171 -0
  412. package/typechain-types/factories/QiTokenSaleDistributorStorage__factory.ts +289 -0
  413. package/typechain-types/factories/QiTokenSaleDistributor__factory.ts +480 -0
  414. package/typechain-types/factories/QiTokenStorage__factory.ts +274 -0
  415. package/typechain-types/factories/QiToken__factory.ts +1219 -0
  416. package/typechain-types/factories/Qi__factory.ts +648 -0
  417. package/typechain-types/factories/ReentrancyGuard__factory.ts +69 -0
  418. package/typechain-types/factories/RouterStatic__factory.ts +13 -629
  419. package/typechain-types/factories/SCYBaseWithRewards__factory.ts +0 -13
  420. package/typechain-types/factories/SCYBase__factory.ts +0 -13
  421. package/typechain-types/factories/SingleGaugeTypeController__factory.ts +341 -0
  422. package/typechain-types/factories/TokenErrorReporter__factory.ts +89 -0
  423. package/typechain-types/factories/UnitrollerAdminStorage__factory.ts +128 -0
  424. package/typechain-types/factories/Unitroller__factory.ts +305 -0
  425. package/typechain-types/factories/VePendleCrosschain__factory.ts +727 -0
  426. package/typechain-types/factories/VePendleToken__factory.ts +494 -0
  427. package/typechain-types/factories/VePendle__factory.ts +800 -0
  428. package/typechain-types/factories/VotingController__factory.ts +610 -0
  429. package/typechain-types/factories/WETH9__factory.ts +342 -0
  430. package/typechain-types/factories/WhitePaperInterestRateModel__factory.ts +281 -0
  431. package/typechain-types/factories/XPendle__factory.ts +473 -0
  432. package/typechain-types/hardhat.d.ts +20 -20
  433. package/typechain-types/index.ts +8 -8
  434. package/typechain-types/factories/PendlePrincipalToken__factory.ts +0 -540
@@ -0,0 +1,252 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IWETH",
4
+ "sourceName": "contracts/interfaces/IWETH.sol",
5
+ "abi": [
6
+ {
7
+ "anonymous": false,
8
+ "inputs": [
9
+ {
10
+ "indexed": true,
11
+ "internalType": "address",
12
+ "name": "owner",
13
+ "type": "address"
14
+ },
15
+ {
16
+ "indexed": true,
17
+ "internalType": "address",
18
+ "name": "spender",
19
+ "type": "address"
20
+ },
21
+ {
22
+ "indexed": false,
23
+ "internalType": "uint256",
24
+ "name": "value",
25
+ "type": "uint256"
26
+ }
27
+ ],
28
+ "name": "Approval",
29
+ "type": "event"
30
+ },
31
+ {
32
+ "anonymous": false,
33
+ "inputs": [
34
+ {
35
+ "indexed": true,
36
+ "internalType": "address",
37
+ "name": "dst",
38
+ "type": "address"
39
+ },
40
+ {
41
+ "indexed": false,
42
+ "internalType": "uint256",
43
+ "name": "wad",
44
+ "type": "uint256"
45
+ }
46
+ ],
47
+ "name": "Deposit",
48
+ "type": "event"
49
+ },
50
+ {
51
+ "anonymous": false,
52
+ "inputs": [
53
+ {
54
+ "indexed": true,
55
+ "internalType": "address",
56
+ "name": "from",
57
+ "type": "address"
58
+ },
59
+ {
60
+ "indexed": true,
61
+ "internalType": "address",
62
+ "name": "to",
63
+ "type": "address"
64
+ },
65
+ {
66
+ "indexed": false,
67
+ "internalType": "uint256",
68
+ "name": "value",
69
+ "type": "uint256"
70
+ }
71
+ ],
72
+ "name": "Transfer",
73
+ "type": "event"
74
+ },
75
+ {
76
+ "anonymous": false,
77
+ "inputs": [
78
+ {
79
+ "indexed": true,
80
+ "internalType": "address",
81
+ "name": "src",
82
+ "type": "address"
83
+ },
84
+ {
85
+ "indexed": false,
86
+ "internalType": "uint256",
87
+ "name": "wad",
88
+ "type": "uint256"
89
+ }
90
+ ],
91
+ "name": "Withdrawal",
92
+ "type": "event"
93
+ },
94
+ {
95
+ "inputs": [
96
+ {
97
+ "internalType": "address",
98
+ "name": "owner",
99
+ "type": "address"
100
+ },
101
+ {
102
+ "internalType": "address",
103
+ "name": "spender",
104
+ "type": "address"
105
+ }
106
+ ],
107
+ "name": "allowance",
108
+ "outputs": [
109
+ {
110
+ "internalType": "uint256",
111
+ "name": "",
112
+ "type": "uint256"
113
+ }
114
+ ],
115
+ "stateMutability": "view",
116
+ "type": "function"
117
+ },
118
+ {
119
+ "inputs": [
120
+ {
121
+ "internalType": "address",
122
+ "name": "spender",
123
+ "type": "address"
124
+ },
125
+ {
126
+ "internalType": "uint256",
127
+ "name": "amount",
128
+ "type": "uint256"
129
+ }
130
+ ],
131
+ "name": "approve",
132
+ "outputs": [
133
+ {
134
+ "internalType": "bool",
135
+ "name": "",
136
+ "type": "bool"
137
+ }
138
+ ],
139
+ "stateMutability": "nonpayable",
140
+ "type": "function"
141
+ },
142
+ {
143
+ "inputs": [
144
+ {
145
+ "internalType": "address",
146
+ "name": "account",
147
+ "type": "address"
148
+ }
149
+ ],
150
+ "name": "balanceOf",
151
+ "outputs": [
152
+ {
153
+ "internalType": "uint256",
154
+ "name": "",
155
+ "type": "uint256"
156
+ }
157
+ ],
158
+ "stateMutability": "view",
159
+ "type": "function"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "deposit",
164
+ "outputs": [],
165
+ "stateMutability": "payable",
166
+ "type": "function"
167
+ },
168
+ {
169
+ "inputs": [],
170
+ "name": "totalSupply",
171
+ "outputs": [
172
+ {
173
+ "internalType": "uint256",
174
+ "name": "",
175
+ "type": "uint256"
176
+ }
177
+ ],
178
+ "stateMutability": "view",
179
+ "type": "function"
180
+ },
181
+ {
182
+ "inputs": [
183
+ {
184
+ "internalType": "address",
185
+ "name": "to",
186
+ "type": "address"
187
+ },
188
+ {
189
+ "internalType": "uint256",
190
+ "name": "amount",
191
+ "type": "uint256"
192
+ }
193
+ ],
194
+ "name": "transfer",
195
+ "outputs": [
196
+ {
197
+ "internalType": "bool",
198
+ "name": "",
199
+ "type": "bool"
200
+ }
201
+ ],
202
+ "stateMutability": "nonpayable",
203
+ "type": "function"
204
+ },
205
+ {
206
+ "inputs": [
207
+ {
208
+ "internalType": "address",
209
+ "name": "from",
210
+ "type": "address"
211
+ },
212
+ {
213
+ "internalType": "address",
214
+ "name": "to",
215
+ "type": "address"
216
+ },
217
+ {
218
+ "internalType": "uint256",
219
+ "name": "amount",
220
+ "type": "uint256"
221
+ }
222
+ ],
223
+ "name": "transferFrom",
224
+ "outputs": [
225
+ {
226
+ "internalType": "bool",
227
+ "name": "",
228
+ "type": "bool"
229
+ }
230
+ ],
231
+ "stateMutability": "nonpayable",
232
+ "type": "function"
233
+ },
234
+ {
235
+ "inputs": [
236
+ {
237
+ "internalType": "uint256",
238
+ "name": "wad",
239
+ "type": "uint256"
240
+ }
241
+ ],
242
+ "name": "withdraw",
243
+ "outputs": [],
244
+ "stateMutability": "nonpayable",
245
+ "type": "function"
246
+ }
247
+ ],
248
+ "bytecode": "0x",
249
+ "deployedBytecode": "0x",
250
+ "linkReferences": {},
251
+ "deployedLinkReferences": {}
252
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,119 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IWXBTRFLY",
4
+ "sourceName": "contracts/interfaces/IWXBTRFLY.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint256",
10
+ "name": "_amount",
11
+ "type": "uint256"
12
+ }
13
+ ],
14
+ "name": "unwrapToBTRFLY",
15
+ "outputs": [
16
+ {
17
+ "internalType": "uint256",
18
+ "name": "",
19
+ "type": "uint256"
20
+ }
21
+ ],
22
+ "stateMutability": "nonpayable",
23
+ "type": "function"
24
+ },
25
+ {
26
+ "inputs": [
27
+ {
28
+ "internalType": "uint256",
29
+ "name": "_amount",
30
+ "type": "uint256"
31
+ }
32
+ ],
33
+ "name": "unwrapToxBTRFLY",
34
+ "outputs": [
35
+ {
36
+ "internalType": "uint256",
37
+ "name": "",
38
+ "type": "uint256"
39
+ }
40
+ ],
41
+ "stateMutability": "nonpayable",
42
+ "type": "function"
43
+ },
44
+ {
45
+ "inputs": [
46
+ {
47
+ "internalType": "uint256",
48
+ "name": "_amount",
49
+ "type": "uint256"
50
+ }
51
+ ],
52
+ "name": "wrapFromBTRFLY",
53
+ "outputs": [
54
+ {
55
+ "internalType": "uint256",
56
+ "name": "",
57
+ "type": "uint256"
58
+ }
59
+ ],
60
+ "stateMutability": "nonpayable",
61
+ "type": "function"
62
+ },
63
+ {
64
+ "inputs": [
65
+ {
66
+ "internalType": "uint256",
67
+ "name": "_amount",
68
+ "type": "uint256"
69
+ }
70
+ ],
71
+ "name": "wrapFromxBTRFLY",
72
+ "outputs": [
73
+ {
74
+ "internalType": "uint256",
75
+ "name": "",
76
+ "type": "uint256"
77
+ }
78
+ ],
79
+ "stateMutability": "nonpayable",
80
+ "type": "function"
81
+ },
82
+ {
83
+ "inputs": [],
84
+ "name": "xBTRFLY",
85
+ "outputs": [
86
+ {
87
+ "internalType": "address",
88
+ "name": "",
89
+ "type": "address"
90
+ }
91
+ ],
92
+ "stateMutability": "view",
93
+ "type": "function"
94
+ },
95
+ {
96
+ "inputs": [
97
+ {
98
+ "internalType": "uint256",
99
+ "name": "_amount",
100
+ "type": "uint256"
101
+ }
102
+ ],
103
+ "name": "xBTRFLYValue",
104
+ "outputs": [
105
+ {
106
+ "internalType": "uint256",
107
+ "name": "",
108
+ "type": "uint256"
109
+ }
110
+ ],
111
+ "stateMutability": "view",
112
+ "type": "function"
113
+ }
114
+ ],
115
+ "bytecode": "0x",
116
+ "deployedBytecode": "0x",
117
+ "linkReferences": {},
118
+ "deployedLinkReferences": {}
119
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IWstETH",
4
+ "sourceName": "contracts/interfaces/IWstETH.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "stEthPerToken",
9
+ "outputs": [
10
+ {
11
+ "internalType": "uint256",
12
+ "name": "",
13
+ "type": "uint256"
14
+ }
15
+ ],
16
+ "stateMutability": "view",
17
+ "type": "function"
18
+ },
19
+ {
20
+ "inputs": [
21
+ {
22
+ "internalType": "uint256",
23
+ "name": "_wstETHAmount",
24
+ "type": "uint256"
25
+ }
26
+ ],
27
+ "name": "unwrap",
28
+ "outputs": [
29
+ {
30
+ "internalType": "uint256",
31
+ "name": "",
32
+ "type": "uint256"
33
+ }
34
+ ],
35
+ "stateMutability": "nonpayable",
36
+ "type": "function"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "uint256",
42
+ "name": "_stETHAmount",
43
+ "type": "uint256"
44
+ }
45
+ ],
46
+ "name": "wrap",
47
+ "outputs": [
48
+ {
49
+ "internalType": "uint256",
50
+ "name": "",
51
+ "type": "uint256"
52
+ }
53
+ ],
54
+ "stateMutability": "nonpayable",
55
+ "type": "function"
56
+ }
57
+ ],
58
+ "bytecode": "0x",
59
+ "deployedBytecode": "0x",
60
+ "linkReferences": {},
61
+ "deployedLinkReferences": {}
62
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IYearnVault",
4
+ "sourceName": "contracts/interfaces/IYearnVault.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint256",
10
+ "name": "amount",
11
+ "type": "uint256"
12
+ }
13
+ ],
14
+ "name": "deposit",
15
+ "outputs": [
16
+ {
17
+ "internalType": "uint256",
18
+ "name": "",
19
+ "type": "uint256"
20
+ }
21
+ ],
22
+ "stateMutability": "nonpayable",
23
+ "type": "function"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "pricePerShare",
28
+ "outputs": [
29
+ {
30
+ "internalType": "uint256",
31
+ "name": "",
32
+ "type": "uint256"
33
+ }
34
+ ],
35
+ "stateMutability": "view",
36
+ "type": "function"
37
+ },
38
+ {
39
+ "inputs": [
40
+ {
41
+ "internalType": "uint256",
42
+ "name": "maxShares",
43
+ "type": "uint256"
44
+ }
45
+ ],
46
+ "name": "withdraw",
47
+ "outputs": [
48
+ {
49
+ "internalType": "uint256",
50
+ "name": "",
51
+ "type": "uint256"
52
+ }
53
+ ],
54
+ "stateMutability": "nonpayable",
55
+ "type": "function"
56
+ }
57
+ ],
58
+ "bytecode": "0x",
59
+ "deployedBytecode": "0x",
60
+ "linkReferences": {},
61
+ "deployedLinkReferences": {}
62
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "JoeLibrary",
4
+ "sourceName": "contracts/libraries/JoeLibrary.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122021341add9739fedb8ae7ecdf6f3f21fcf210545541d981979d4bebee6602161b64736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122021341add9739fedb8ae7ecdf6f3f21fcf210545541d981979d4bebee6602161b64736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "SCYIndexLib",
4
+ "sourceName": "contracts/libraries/SCYIndex.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122087475ece16a648cbd626d98f37d6b84ed7d2eb19c458e55698cdd5e4c87c026a64736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122087475ece16a648cbd626d98f37d6b84ed7d2eb19c458e55698cdd5e4c87c026a64736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ExpiryUtils",
4
+ "sourceName": "contracts/libraries/helpers/ExpiryUtilsLib.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4b87d86ac07ec42eb2e68640246e0f0ba6ad379a02014a0ba9cb9fd070ad7ff64736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c4b87d86ac07ec42eb2e68640246e0f0ba6ad379a02014a0ba9cb9fd070ad7ff64736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "LogExpMath",
4
+ "sourceName": "contracts/libraries/math/LogExpMath.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f60cfba22d132579c3e2b986a4634c7a81186a63f116a86ee3e09533be1302664736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212200f60cfba22d132579c3e2b986a4634c7a81186a63f116a86ee3e09533be1302664736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "MarketApproxLib",
4
+ "sourceName": "contracts/libraries/math/MarketApproxLib.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208bdf573ee687f743b524e92c9080c929edb9d7e351ce9def8903a02fb0ccaf6e64736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208bdf573ee687f743b524e92c9080c929edb9d7e351ce9def8903a02fb0ccaf6e64736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "MarketMathAux",
4
+ "sourceName": "contracts/libraries/math/MarketMathAux.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ad4aa01fbd63a93e798251535de636768377125e683eff0851bbb6d26a7de43064736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220ad4aa01fbd63a93e798251535de636768377125e683eff0851bbb6d26a7de43064736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "MarketMathCore",
4
+ "sourceName": "contracts/libraries/math/MarketMathCore.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018d89be4f6e1cd3da11f26e9252933e5efecf8582300e74876b590ad963f3d0564736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018d89be4f6e1cd3da11f26e9252933e5efecf8582300e74876b590ad963f3d0564736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/461138e3609309c7ead9bef75ae9654f.json"
4
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "Math",
4
+ "sourceName": "contracts/libraries/math/Math.sol",
5
+ "abi": [],
6
+ "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220fcd579b32415d9c5c224f9abce9b95426eca02f0de695b071331aa92a33d37f264736f6c63430008090033",
7
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220fcd579b32415d9c5c224f9abce9b95426eca02f0de695b071331aa92a33d37f264736f6c63430008090033",
8
+ "linkReferences": {},
9
+ "deployedLinkReferences": {}
10
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/dcad21e759b6db6d7ba12e5ee437ec5c.json"
4
+ }