@pendle/core-v2 0.11.5-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 (322) hide show
  1. package/package.json +4 -2
  2. package/typechain-types/ActionAddRemoveLiq.ts +6 -18
  3. package/typechain-types/ActionSwapPT.ts +6 -18
  4. package/typechain-types/ActionSwapYT.ts +6 -18
  5. package/typechain-types/IPActionAddRemoveLiq.ts +6 -18
  6. package/typechain-types/IPActionSwapPT.ts +6 -18
  7. package/typechain-types/IPActionSwapYT.ts +6 -18
  8. package/typechain-types/IPAllAction.ts +18 -54
  9. package/typechain-types/IPMarket.ts +0 -13
  10. package/typechain-types/PendleGaugeControllerSidechainUpg.ts +149 -28
  11. package/typechain-types/PendleMarket.ts +0 -104
  12. package/typechain-types/PendleMarketFactory.ts +8 -71
  13. package/typechain-types/PendlePrincipalToken.ts +0 -104
  14. package/typechain-types/PendleVotingControllerUpg.ts +53 -21
  15. package/typechain-types/PendleYieldContractFactory.ts +21 -84
  16. package/typechain-types/PendleYieldToken.ts +0 -175
  17. package/typechain-types/VotingEscrowPendleMainchain.ts +80 -24
  18. package/typechain-types/VotingEscrowPendleSidechain.ts +171 -26
  19. package/typechain-types/factories/ActionAddRemoveLiq__factory.ts +1 -31
  20. package/typechain-types/factories/ActionCallback__factory.ts +1 -1
  21. package/typechain-types/factories/ActionMintRedeem__factory.ts +1 -1
  22. package/typechain-types/factories/ActionMisc__factory.ts +1 -1
  23. package/typechain-types/factories/ActionSwapPT__factory.ts +1 -31
  24. package/typechain-types/factories/ActionSwapYT__factory.ts +1 -31
  25. package/typechain-types/factories/IPActionAddRemoveLiq__factory.ts +0 -30
  26. package/typechain-types/factories/IPActionSwapPT__factory.ts +0 -30
  27. package/typechain-types/factories/IPActionSwapYT__factory.ts +0 -30
  28. package/typechain-types/factories/IPAllAction__factory.ts +0 -90
  29. package/typechain-types/factories/IPMarket__factory.ts +0 -13
  30. package/typechain-types/factories/MarketMathStatic__factory.ts +1 -1
  31. package/typechain-types/factories/PendleAaveV3SCY__factory.ts +1 -1
  32. package/typechain-types/factories/PendleERC4626SCY__factory.ts +1 -1
  33. package/typechain-types/factories/PendleEulerSCY__factory.ts +1 -1
  34. package/typechain-types/factories/PendleGaugeControllerMainchainUpg__factory.ts +1 -1
  35. package/typechain-types/factories/PendleGaugeControllerSidechainUpg__factory.ts +86 -21
  36. package/typechain-types/factories/PendleMarketFactory__factory.ts +8 -81
  37. package/typechain-types/factories/PendleMarket__factory.ts +1 -76
  38. package/typechain-types/factories/PendlePrincipalToken__factory.ts +1 -76
  39. package/typechain-types/factories/PendleQiSAvaxSCY__factory.ts +1 -1
  40. package/typechain-types/factories/PendleQiTokenSCY__factory.ts +1 -1
  41. package/typechain-types/factories/PendleRouter__factory.ts +1 -1
  42. package/typechain-types/factories/PendleSAvaxSCY__factory.ts +1 -1
  43. package/typechain-types/factories/PendleSJoeSCY__factory.ts +1 -1
  44. package/typechain-types/factories/PendleStargateSCY__factory.ts +1 -1
  45. package/typechain-types/factories/PendleVotingControllerUpg__factory.ts +28 -27
  46. package/typechain-types/factories/PendleWstEthSCY__factory.ts +1 -1
  47. package/typechain-types/factories/PendleYearnVaultSCY__factory.ts +1 -1
  48. package/typechain-types/factories/PendleYieldContractFactory__factory.ts +20 -93
  49. package/typechain-types/factories/PendleYieldToken__factory.ts +1 -112
  50. package/typechain-types/factories/RouterStatic__factory.ts +1 -1
  51. package/typechain-types/factories/VotingEscrowPendleMainchain__factory.ts +41 -33
  52. package/typechain-types/factories/VotingEscrowPendleSidechain__factory.ts +93 -20
  53. package/typechain-types/hardhat.d.ts +27 -0
  54. package/typechain-types/index.ts +6 -0
  55. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +0 -4
  56. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +0 -810
  57. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +0 -4
  58. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.json +0 -10
  59. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.dbg.json +0 -4
  60. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.json +0 -833
  61. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
  62. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +0 -27
  63. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +0 -4
  64. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +0 -838
  65. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.dbg.json +0 -4
  66. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.json +0 -723
  67. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.dbg.json +0 -4
  68. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP2PoolSCY.sol/PendleConvexCurveLP2PoolSCY.json +0 -950
  69. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP3PoolSCY.sol/PendleConvexCurveLP3PoolSCY.dbg.json +0 -4
  70. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP3PoolSCY.sol/PendleConvexCurveLP3PoolSCY.json +0 -963
  71. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP4PoolSCY.sol/PendleConvexCurveLP4PoolSCY.dbg.json +0 -4
  72. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLP4PoolSCY.sol/PendleConvexCurveLP4PoolSCY.json +0 -976
  73. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol/PendleConvexCurveLPSCY.dbg.json +0 -4
  74. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/ConvexCurveLP/PendleConvexCurveLPSCY.sol/PendleConvexCurveLPSCY.json +0 -873
  75. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/Pendle3CrvHelper.sol/Pendle3CrvHelper.dbg.json +0 -4
  76. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/Pendle3CrvHelper.sol/Pendle3CrvHelper.json +0 -76
  77. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/Pendle3CrvTokenSCY.sol/Pendle3CrvTokenSCY.dbg.json +0 -4
  78. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/Pendle3CrvTokenSCY.sol/Pendle3CrvTokenSCY.json +0 -950
  79. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/PendleCvxCRVSCY.sol/PendleCvxCRVSCY.dbg.json +0 -4
  80. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Convex/PendleCvxCRVSCY.sol/PendleCvxCRVSCY.json +0 -857
  81. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.dbg.json +0 -4
  82. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.json +0 -728
  83. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.dbg.json +0 -4
  84. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.json +0 -705
  85. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.dbg.json +0 -4
  86. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.json +0 -864
  87. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +0 -4
  88. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +0 -736
  89. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.dbg.json +0 -4
  90. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.json +0 -718
  91. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.dbg.json +0 -4
  92. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.json +0 -784
  93. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.dbg.json +0 -4
  94. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.json +0 -671
  95. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithDynamicRewards.sol/SCYBaseWithDynamicRewards.dbg.json +0 -4
  96. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithDynamicRewards.sol/SCYBaseWithDynamicRewards.json +0 -756
  97. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +0 -4
  98. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +0 -737
  99. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
  100. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -294
  101. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
  102. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -112
  103. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
  104. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -331
  105. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
  106. package/build/artifacts/contracts/core/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -135
  107. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  108. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -242
  109. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  110. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -306
  111. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  112. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -296
  113. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  114. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.json +0 -109
  115. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  116. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -857
  117. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  118. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -365
  119. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  120. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -600
  121. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  122. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -355
  123. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  124. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -156
  125. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  126. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +0 -1039
  127. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  128. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +0 -433
  129. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  130. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.json +0 -254
  131. package/build/artifacts/contracts/core/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
  132. package/build/artifacts/contracts/core/PendleERC20Permit.sol/PendleERC20Permit.json +0 -329
  133. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +0 -4
  134. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +0 -323
  135. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  136. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -35
  137. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  138. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -453
  139. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  140. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -494
  141. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  142. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -866
  143. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
  144. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1073
  145. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +0 -4
  146. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +0 -58
  147. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
  148. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.json +0 -811
  149. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.dbg.json +0 -4
  150. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.json +0 -35
  151. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
  152. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.json +0 -507
  153. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
  154. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.json +0 -507
  155. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
  156. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +0 -24
  157. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  158. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  159. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.dbg.json +0 -4
  160. package/build/artifacts/contracts/interfaces/ConvexCurve/IBooster.sol/IBooster.json +0 -177
  161. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.dbg.json +0 -4
  162. package/build/artifacts/contracts/interfaces/ConvexCurve/ICrvDepositor.sol/ICrvDepositor.json +0 -78
  163. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.dbg.json +0 -4
  164. package/build/artifacts/contracts/interfaces/ConvexCurve/ICvxCrv.sol/ICvxCrv.json +0 -24
  165. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.dbg.json +0 -4
  166. package/build/artifacts/contracts/interfaces/ConvexCurve/IRewards.sol/IRewards.json +0 -251
  167. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.dbg.json +0 -4
  168. package/build/artifacts/contracts/interfaces/Curve/ICrvPool.sol/ICrvPool.json +0 -232
  169. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +0 -4
  170. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +0 -252
  171. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +0 -4
  172. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +0 -87
  173. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +0 -4
  174. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +0 -59
  175. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +0 -4
  176. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +0 -81
  177. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +0 -4
  178. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +0 -74
  179. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.dbg.json +0 -4
  180. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.json +0 -53
  181. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.dbg.json +0 -4
  182. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.json +0 -45
  183. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +0 -4
  184. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +0 -318
  185. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.dbg.json +0 -4
  186. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.json +0 -162
  187. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.dbg.json +0 -4
  188. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.json +0 -87
  189. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +0 -4
  190. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +0 -1031
  191. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +0 -4
  192. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +0 -769
  193. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +0 -4
  194. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +0 -35
  195. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +0 -4
  196. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +0 -465
  197. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +0 -4
  198. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +0 -465
  199. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +0 -4
  200. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +0 -2721
  201. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  202. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -43
  203. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  204. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -135
  205. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  206. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -158
  207. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +0 -4
  208. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +0 -24
  209. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  210. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -35
  211. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  212. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -716
  213. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  214. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -122
  215. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  216. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  217. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +0 -4
  218. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +0 -24
  219. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +0 -4
  220. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +0 -63
  221. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +0 -4
  222. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +0 -24
  223. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  224. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  225. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  226. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  227. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  228. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -130
  229. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.dbg.json +0 -4
  230. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.json +0 -142
  231. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  232. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -232
  233. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  234. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -642
  235. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +0 -4
  236. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +0 -350
  237. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +0 -4
  238. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +0 -375
  239. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +0 -4
  240. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +0 -324
  241. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +0 -4
  242. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +0 -92
  243. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  244. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  245. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.dbg.json +0 -4
  246. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.json +0 -199
  247. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.dbg.json +0 -4
  248. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.json +0 -168
  249. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +0 -4
  250. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +0 -92
  251. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.dbg.json +0 -4
  252. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.json +0 -137
  253. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.dbg.json +0 -4
  254. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.json +0 -135
  255. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +0 -4
  256. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +0 -63
  257. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +0 -4
  258. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.json +0 -667
  259. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.dbg.json +0 -4
  260. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.json +0 -252
  261. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  262. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  263. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +0 -4
  264. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +0 -132
  265. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  266. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  267. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +0 -4
  268. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +0 -148
  269. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.dbg.json +0 -4
  270. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.json +0 -74
  271. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.dbg.json +0 -4
  272. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.json +0 -77
  273. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  274. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  275. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.dbg.json +0 -4
  276. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.json +0 -10
  277. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  278. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  279. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  280. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  281. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  282. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.json +0 -10
  283. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
  284. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -45
  285. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
  286. package/build/artifacts/contracts/libraries/helpers/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
  287. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  288. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  289. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  290. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.json +0 -10
  291. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  292. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.json +0 -10
  293. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  294. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.json +0 -10
  295. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +0 -4
  296. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +0 -35
  297. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +0 -4
  298. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.json +0 -136
  299. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +0 -4
  300. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.json +0 -24
  301. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  302. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  303. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
  304. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.json +0 -10
  305. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
  306. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.json +0 -10
  307. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  308. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +0 -10
  309. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +0 -4
  310. package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +0 -10
  311. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.dbg.json +0 -4
  312. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.json +0 -10
  313. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +0 -4
  314. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +0 -167
  315. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +0 -4
  316. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +0 -93
  317. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +0 -4
  318. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +0 -2152
  319. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
  320. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -86
  321. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  322. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +0 -37
@@ -1,75 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IWstETH",
4
- "sourceName": "contracts/interfaces/IWstETH.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "stETH",
9
- "outputs": [
10
- {
11
- "internalType": "address",
12
- "name": "",
13
- "type": "address"
14
- }
15
- ],
16
- "stateMutability": "view",
17
- "type": "function"
18
- },
19
- {
20
- "inputs": [],
21
- "name": "stEthPerToken",
22
- "outputs": [
23
- {
24
- "internalType": "uint256",
25
- "name": "",
26
- "type": "uint256"
27
- }
28
- ],
29
- "stateMutability": "view",
30
- "type": "function"
31
- },
32
- {
33
- "inputs": [
34
- {
35
- "internalType": "uint256",
36
- "name": "_wstETHAmount",
37
- "type": "uint256"
38
- }
39
- ],
40
- "name": "unwrap",
41
- "outputs": [
42
- {
43
- "internalType": "uint256",
44
- "name": "",
45
- "type": "uint256"
46
- }
47
- ],
48
- "stateMutability": "nonpayable",
49
- "type": "function"
50
- },
51
- {
52
- "inputs": [
53
- {
54
- "internalType": "uint256",
55
- "name": "_stETHAmount",
56
- "type": "uint256"
57
- }
58
- ],
59
- "name": "wrap",
60
- "outputs": [
61
- {
62
- "internalType": "uint256",
63
- "name": "",
64
- "type": "uint256"
65
- }
66
- ],
67
- "stateMutability": "nonpayable",
68
- "type": "function"
69
- }
70
- ],
71
- "bytecode": "0x",
72
- "deployedBytecode": "0x",
73
- "linkReferences": {},
74
- "deployedLinkReferences": {}
75
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,148 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IYearnVault",
4
- "sourceName": "contracts/interfaces/IYearnVault.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "decimals",
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": "amount",
24
- "type": "uint256"
25
- },
26
- {
27
- "internalType": "address",
28
- "name": "recipient",
29
- "type": "address"
30
- }
31
- ],
32
- "name": "deposit",
33
- "outputs": [
34
- {
35
- "internalType": "uint256",
36
- "name": "",
37
- "type": "uint256"
38
- }
39
- ],
40
- "stateMutability": "nonpayable",
41
- "type": "function"
42
- },
43
- {
44
- "inputs": [
45
- {
46
- "internalType": "uint256",
47
- "name": "amount",
48
- "type": "uint256"
49
- }
50
- ],
51
- "name": "deposit",
52
- "outputs": [
53
- {
54
- "internalType": "uint256",
55
- "name": "",
56
- "type": "uint256"
57
- }
58
- ],
59
- "stateMutability": "nonpayable",
60
- "type": "function"
61
- },
62
- {
63
- "inputs": [],
64
- "name": "depositLimit",
65
- "outputs": [
66
- {
67
- "internalType": "uint256",
68
- "name": "",
69
- "type": "uint256"
70
- }
71
- ],
72
- "stateMutability": "view",
73
- "type": "function"
74
- },
75
- {
76
- "inputs": [],
77
- "name": "pricePerShare",
78
- "outputs": [
79
- {
80
- "internalType": "uint256",
81
- "name": "",
82
- "type": "uint256"
83
- }
84
- ],
85
- "stateMutability": "view",
86
- "type": "function"
87
- },
88
- {
89
- "inputs": [],
90
- "name": "token",
91
- "outputs": [
92
- {
93
- "internalType": "address",
94
- "name": "",
95
- "type": "address"
96
- }
97
- ],
98
- "stateMutability": "view",
99
- "type": "function"
100
- },
101
- {
102
- "inputs": [],
103
- "name": "totalAssets",
104
- "outputs": [
105
- {
106
- "internalType": "uint256",
107
- "name": "",
108
- "type": "uint256"
109
- }
110
- ],
111
- "stateMutability": "view",
112
- "type": "function"
113
- },
114
- {
115
- "inputs": [
116
- {
117
- "internalType": "uint256",
118
- "name": "maxShares",
119
- "type": "uint256"
120
- },
121
- {
122
- "internalType": "address",
123
- "name": "recipient",
124
- "type": "address"
125
- },
126
- {
127
- "internalType": "uint256",
128
- "name": "maxLoss",
129
- "type": "uint256"
130
- }
131
- ],
132
- "name": "withdraw",
133
- "outputs": [
134
- {
135
- "internalType": "uint256",
136
- "name": "amountTokenRedeemed",
137
- "type": "uint256"
138
- }
139
- ],
140
- "stateMutability": "nonpayable",
141
- "type": "function"
142
- }
143
- ],
144
- "bytecode": "0x",
145
- "deployedBytecode": "0x",
146
- "linkReferences": {},
147
- "deployedLinkReferences": {}
148
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,74 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "OracleLib",
4
- "sourceName": "contracts/libraries/OracleLib.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "components": [
10
- {
11
- "internalType": "uint32",
12
- "name": "blockTimestamp",
13
- "type": "uint32"
14
- },
15
- {
16
- "internalType": "uint216",
17
- "name": "lnImpliedRateCumulative",
18
- "type": "uint216"
19
- },
20
- {
21
- "internalType": "bool",
22
- "name": "initialized",
23
- "type": "bool"
24
- }
25
- ],
26
- "internalType": "struct OracleLib.Observation",
27
- "name": "last",
28
- "type": "tuple"
29
- },
30
- {
31
- "internalType": "uint32",
32
- "name": "blockTimestamp",
33
- "type": "uint32"
34
- },
35
- {
36
- "internalType": "uint96",
37
- "name": "lnImpliedRate",
38
- "type": "uint96"
39
- }
40
- ],
41
- "name": "transform",
42
- "outputs": [
43
- {
44
- "components": [
45
- {
46
- "internalType": "uint32",
47
- "name": "blockTimestamp",
48
- "type": "uint32"
49
- },
50
- {
51
- "internalType": "uint216",
52
- "name": "lnImpliedRateCumulative",
53
- "type": "uint216"
54
- },
55
- {
56
- "internalType": "bool",
57
- "name": "initialized",
58
- "type": "bool"
59
- }
60
- ],
61
- "internalType": "struct OracleLib.Observation",
62
- "name": "",
63
- "type": "tuple"
64
- }
65
- ],
66
- "stateMutability": "pure",
67
- "type": "function"
68
- }
69
- ],
70
- "bytecode": "0x6110da61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100825760003560e01c80631dd421ce14610087578063335129ad146100b05780634af74b68146100db578063587cdc06146101165780635d27625914610149578063b8d236ac1461016a578063ca7dab2c1461017d578063f8500bcc146101cc575b600080fd5b61009a610095366004610b13565b6101ec565b6040516100a79190610c0c565b60405180910390f35b6100c36100be366004610c59565b610303565b6040516001600160d81b0390911681526020016100a7565b8180156100e757600080fd5b506100fb6100f6366004610c9e565b610482565b6040805161ffff9384168152929091166020830152016100a7565b81801561012257600080fd5b50610136610131366004610cc7565b6105cb565b60405161ffff90911681526020016100a7565b61015c610157366004610d03565b61067e565b6040516100a7929190610d7a565b61015c610178366004610d95565b610838565b81801561018957600080fd5b506100fb610198366004610df3565b6040805160608101825263ffffffff9290921680835260006020840152600192909101829052600160f81b17909155908190565b6101df6101da366004610e1f565b6109f9565b6040516100a79190610ec7565b60608161ffff166000036102465760405162461bcd60e51b815260206004820152601c60248201527b63617264696e616c697479206d75737420626520706f73697469766560201b60448201526064015b60405180910390fd5b84516001600160401b0381111561025f5761025f610aa4565b604051908082528060200260200182016040528015610288578160200160208202803683370190505b50905060005b81518110156102f8576102be88888884815181106102ae576102ae610edb565b6020026020010151888888610303565b8282815181106102d0576102d0610edb565b6001600160d81b03909216602092830291909101909101526102f181610f07565b905061028e565b509695505050505050565b60008463ffffffff1660000361039c576000878461ffff1661ffff811061032c5761032c610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff1615159383019390935290925090881614610391576103858188876109f9565b60200151915050610478565b602001519050610478565b60006103a88688610f20565b90506000806103ba8a84898989610838565b91509150816000015163ffffffff168363ffffffff16036103e357506020015191506104789050565b806000015163ffffffff168363ffffffff160361040857602001519250610478915050565b815181516104169190610f20565b63ffffffff1682600001518461042c9190610f20565b63ffffffff16836020015183602001516104469190610f45565b6001600160d81b03166104599190610f65565b6104639190610f9a565b82602001516104729190610fae565b93505050505b9695505050505050565b6000806000888861ffff1661ffff811061049e5761049e610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff1615159383019390935290925090881690036104f957878592509250506105c0565b8461ffff168461ffff161180156105215750610516600186610fd9565b61ffff168861ffff16145b1561052e57839150610532565b8491505b8161053e896001610ff4565b6105489190611011565b92506105558188886109f9565b898461ffff1661ffff811061056c5761056c610edb565b82519101805460208401516040909401511515600160f81b026001600160f81b036001600160d81b03909516600160201b026001600160f81b031990921663ffffffff909416939093171792909216179055505b965096945050505050565b60008261ffff166000036106115760405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b9a5d1a585b1a5e9959609a1b604482015260640161023d565b8261ffff168261ffff1611610627575081610677565b825b8261ffff168161ffff1614610672576001858261ffff1661ffff811061065157610651610edb565b01805463ffffffff191663ffffffff92909216919091179055600101610629565b508190505b9392505050565b610686610a6b565b61068e610a6b565b60008361069c866001610ff4565b6106a69190611011565b61ffff169050600060018561ffff16836106c09190611032565b6106ca919061104a565b905060005b60026106db8385611032565b6106e59190610f9a565b9050886106f661ffff881683611061565b61ffff811061070757610707610edb565b60408051606081018252919092015463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff161515918101829052955061075e57610757816001611032565b92506106cf565b8861ffff871661076f836001611032565b6107799190611061565b61ffff811061078a5761078a610edb565b60408051606081018252919092015463ffffffff8082168352600160201b82046001600160d81b03166020840152600160f81b90910460ff16151592820192909252865190955089821691161180159081906107f65750846000015163ffffffff168963ffffffff1611155b15610801575061082c565b806108185761081160018361104a565b9250610826565b610823826001611032565b93505b506106cf565b50505094509492505050565b610840610a6b565b610848610a6b565b868461ffff1661ffff811061085f5761085f610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff16151593830193909352909350908716106108d357815163ffffffff8781169116146109ef57816108ca8388886109f9565b915091506109ef565b86836108e0866001610ff4565b6108ea9190611011565b61ffff1661ffff81106108ff576108ff610edb565b60408051606081018252919092015463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff16151591810182905292506109845760408051606081018252885463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff1615159181019190915291505b815163ffffffff808816911611156109de5760405162461bcd60e51b815260206004820152601e60248201527f74617267657420746f6f206f6c6420666f72206f62736572766174696f6e0000604482015260640161023d565b6109ea8787868661067e565b915091505b9550959350505050565b610a01610a6b565b60405180606001604052808463ffffffff168152602001856000015185610a289190610f20565b610a419063ffffffff166001600160601b038616611075565b8660200151610a509190610fae565b6001600160d81b031681526001602090910152949350505050565b604080516060810182526000808252602082018190529181019190915290565b803563ffffffff81168114610a9f57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610ae257610ae2610aa4565b604052919050565b80356001600160601b0381168114610a9f57600080fd5b803561ffff81168114610a9f57600080fd5b60008060008060008060c08789031215610b2c57600080fd5b863595506020610b3d818901610a8b565b955060408801356001600160401b0380821115610b5957600080fd5b818a0191508a601f830112610b6d57600080fd5b813581811115610b7f57610b7f610aa4565b8060051b9150610b90848301610aba565b818152918301840191848101908d841115610baa57600080fd5b938501935b83851015610bcf57610bc085610a8b565b82529385019390850190610baf565b809950505050505050610be460608801610aea565b9250610bf260808801610b01565b9150610c0060a08801610b01565b90509295509295509295565b6020808252825182820181905260009190848201906040850190845b81811015610c4d5783516001600160d81b031683529284019291840191600101610c28565b50909695505050505050565b60008060008060008060c08789031215610c7257600080fd5b86359550610c8260208801610a8b565b9450610c9060408801610a8b565b9350610be460608801610aea565b60008060008060008060c08789031215610cb757600080fd5b86359550610c8260208801610b01565b600080600060608486031215610cdc57600080fd5b83359250610cec60208501610b01565b9150610cfa60408501610b01565b90509250925092565b60008060008060808587031215610d1957600080fd5b84359350610d2960208601610a8b565b9250610d3760408601610b01565b9150610d4560608601610b01565b905092959194509250565b805163ffffffff1682526020808201516001600160d81b0316908301526040908101511515910152565b60c08101610d888285610d50565b6106776060830184610d50565b600080600080600060a08688031215610dad57600080fd5b85359450610dbd60208701610a8b565b9350610dcb60408701610aea565b9250610dd960608701610b01565b9150610de760808701610b01565b90509295509295909350565b60008060408385031215610e0657600080fd5b82359150610e1660208401610a8b565b90509250929050565b600080600083850360a0811215610e3557600080fd5b6060811215610e4357600080fd5b50604051606081016001600160401b0381118282101715610e6657610e66610aa4565b604052610e7285610a8b565b815260208501356001600160d81b0381168114610e8e57600080fd5b602082015260408501358015158114610ea657600080fd5b60408201529250610eb960608501610a8b565b9150610cfa60808501610aea565b60608101610ed58284610d50565b92915050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060018201610f1957610f19610ef1565b5060010190565b600063ffffffff83811690831681811015610f3d57610f3d610ef1565b039392505050565b60006001600160d81b0383811690831681811015610f3d57610f3d610ef1565b6000816000190483118215151615610f7f57610f7f610ef1565b500290565b634e487b7160e01b600052601260045260246000fd5b600082610fa957610fa9610f84565b500490565b60006001600160d81b03828116848216808303821115610fd057610fd0610ef1565b01949350505050565b600061ffff83811690831681811015610f3d57610f3d610ef1565b600061ffff808316818516808303821115610fd057610fd0610ef1565b600061ffff8084168061102657611026610f84565b92169190910692915050565b6000821982111561104557611045610ef1565b500190565b60008282101561105c5761105c610ef1565b500390565b60008261107057611070610f84565b500690565b60006001600160d81b038281168482168115158284048211161561109b5761109b610ef1565b0294935050505056fea2646970667358221220144878b99722e14413a933ab33880ebab80e21d8f8326a76f6e073a8de6bd82164736f6c634300080f0033",
71
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100825760003560e01c80631dd421ce14610087578063335129ad146100b05780634af74b68146100db578063587cdc06146101165780635d27625914610149578063b8d236ac1461016a578063ca7dab2c1461017d578063f8500bcc146101cc575b600080fd5b61009a610095366004610b13565b6101ec565b6040516100a79190610c0c565b60405180910390f35b6100c36100be366004610c59565b610303565b6040516001600160d81b0390911681526020016100a7565b8180156100e757600080fd5b506100fb6100f6366004610c9e565b610482565b6040805161ffff9384168152929091166020830152016100a7565b81801561012257600080fd5b50610136610131366004610cc7565b6105cb565b60405161ffff90911681526020016100a7565b61015c610157366004610d03565b61067e565b6040516100a7929190610d7a565b61015c610178366004610d95565b610838565b81801561018957600080fd5b506100fb610198366004610df3565b6040805160608101825263ffffffff9290921680835260006020840152600192909101829052600160f81b17909155908190565b6101df6101da366004610e1f565b6109f9565b6040516100a79190610ec7565b60608161ffff166000036102465760405162461bcd60e51b815260206004820152601c60248201527b63617264696e616c697479206d75737420626520706f73697469766560201b60448201526064015b60405180910390fd5b84516001600160401b0381111561025f5761025f610aa4565b604051908082528060200260200182016040528015610288578160200160208202803683370190505b50905060005b81518110156102f8576102be88888884815181106102ae576102ae610edb565b6020026020010151888888610303565b8282815181106102d0576102d0610edb565b6001600160d81b03909216602092830291909101909101526102f181610f07565b905061028e565b509695505050505050565b60008463ffffffff1660000361039c576000878461ffff1661ffff811061032c5761032c610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff1615159383019390935290925090881614610391576103858188876109f9565b60200151915050610478565b602001519050610478565b60006103a88688610f20565b90506000806103ba8a84898989610838565b91509150816000015163ffffffff168363ffffffff16036103e357506020015191506104789050565b806000015163ffffffff168363ffffffff160361040857602001519250610478915050565b815181516104169190610f20565b63ffffffff1682600001518461042c9190610f20565b63ffffffff16836020015183602001516104469190610f45565b6001600160d81b03166104599190610f65565b6104639190610f9a565b82602001516104729190610fae565b93505050505b9695505050505050565b6000806000888861ffff1661ffff811061049e5761049e610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff1615159383019390935290925090881690036104f957878592509250506105c0565b8461ffff168461ffff161180156105215750610516600186610fd9565b61ffff168861ffff16145b1561052e57839150610532565b8491505b8161053e896001610ff4565b6105489190611011565b92506105558188886109f9565b898461ffff1661ffff811061056c5761056c610edb565b82519101805460208401516040909401511515600160f81b026001600160f81b036001600160d81b03909516600160201b026001600160f81b031990921663ffffffff909416939093171792909216179055505b965096945050505050565b60008261ffff166000036106115760405162461bcd60e51b815260206004820152600d60248201526c1d5b9a5b9a5d1a585b1a5e9959609a1b604482015260640161023d565b8261ffff168261ffff1611610627575081610677565b825b8261ffff168161ffff1614610672576001858261ffff1661ffff811061065157610651610edb565b01805463ffffffff191663ffffffff92909216919091179055600101610629565b508190505b9392505050565b610686610a6b565b61068e610a6b565b60008361069c866001610ff4565b6106a69190611011565b61ffff169050600060018561ffff16836106c09190611032565b6106ca919061104a565b905060005b60026106db8385611032565b6106e59190610f9a565b9050886106f661ffff881683611061565b61ffff811061070757610707610edb565b60408051606081018252919092015463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff161515918101829052955061075e57610757816001611032565b92506106cf565b8861ffff871661076f836001611032565b6107799190611061565b61ffff811061078a5761078a610edb565b60408051606081018252919092015463ffffffff8082168352600160201b82046001600160d81b03166020840152600160f81b90910460ff16151592820192909252865190955089821691161180159081906107f65750846000015163ffffffff168963ffffffff1611155b15610801575061082c565b806108185761081160018361104a565b9250610826565b610823826001611032565b93505b506106cf565b50505094509492505050565b610840610a6b565b610848610a6b565b868461ffff1661ffff811061085f5761085f610edb565b60408051606081018252919092015463ffffffff808216808452600160201b83046001600160d81b03166020850152600160f81b90920460ff16151593830193909352909350908716106108d357815163ffffffff8781169116146109ef57816108ca8388886109f9565b915091506109ef565b86836108e0866001610ff4565b6108ea9190611011565b61ffff1661ffff81106108ff576108ff610edb565b60408051606081018252919092015463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff16151591810182905292506109845760408051606081018252885463ffffffff81168252600160201b81046001600160d81b03166020830152600160f81b900460ff1615159181019190915291505b815163ffffffff808816911611156109de5760405162461bcd60e51b815260206004820152601e60248201527f74617267657420746f6f206f6c6420666f72206f62736572766174696f6e0000604482015260640161023d565b6109ea8787868661067e565b915091505b9550959350505050565b610a01610a6b565b60405180606001604052808463ffffffff168152602001856000015185610a289190610f20565b610a419063ffffffff166001600160601b038616611075565b8660200151610a509190610fae565b6001600160d81b031681526001602090910152949350505050565b604080516060810182526000808252602082018190529181019190915290565b803563ffffffff81168114610a9f57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715610ae257610ae2610aa4565b604052919050565b80356001600160601b0381168114610a9f57600080fd5b803561ffff81168114610a9f57600080fd5b60008060008060008060c08789031215610b2c57600080fd5b863595506020610b3d818901610a8b565b955060408801356001600160401b0380821115610b5957600080fd5b818a0191508a601f830112610b6d57600080fd5b813581811115610b7f57610b7f610aa4565b8060051b9150610b90848301610aba565b818152918301840191848101908d841115610baa57600080fd5b938501935b83851015610bcf57610bc085610a8b565b82529385019390850190610baf565b809950505050505050610be460608801610aea565b9250610bf260808801610b01565b9150610c0060a08801610b01565b90509295509295509295565b6020808252825182820181905260009190848201906040850190845b81811015610c4d5783516001600160d81b031683529284019291840191600101610c28565b50909695505050505050565b60008060008060008060c08789031215610c7257600080fd5b86359550610c8260208801610a8b565b9450610c9060408801610a8b565b9350610be460608801610aea565b60008060008060008060c08789031215610cb757600080fd5b86359550610c8260208801610b01565b600080600060608486031215610cdc57600080fd5b83359250610cec60208501610b01565b9150610cfa60408501610b01565b90509250925092565b60008060008060808587031215610d1957600080fd5b84359350610d2960208601610a8b565b9250610d3760408601610b01565b9150610d4560608601610b01565b905092959194509250565b805163ffffffff1682526020808201516001600160d81b0316908301526040908101511515910152565b60c08101610d888285610d50565b6106776060830184610d50565b600080600080600060a08688031215610dad57600080fd5b85359450610dbd60208701610a8b565b9350610dcb60408701610aea565b9250610dd960608701610b01565b9150610de760808701610b01565b90509295509295909350565b60008060408385031215610e0657600080fd5b82359150610e1660208401610a8b565b90509250929050565b600080600083850360a0811215610e3557600080fd5b6060811215610e4357600080fd5b50604051606081016001600160401b0381118282101715610e6657610e66610aa4565b604052610e7285610a8b565b815260208501356001600160d81b0381168114610e8e57600080fd5b602082015260408501358015158114610ea657600080fd5b60408201529250610eb960608501610a8b565b9150610cfa60808501610aea565b60608101610ed58284610d50565b92915050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b600060018201610f1957610f19610ef1565b5060010190565b600063ffffffff83811690831681811015610f3d57610f3d610ef1565b039392505050565b60006001600160d81b0383811690831681811015610f3d57610f3d610ef1565b6000816000190483118215151615610f7f57610f7f610ef1565b500290565b634e487b7160e01b600052601260045260246000fd5b600082610fa957610fa9610f84565b500490565b60006001600160d81b03828116848216808303821115610fd057610fd0610ef1565b01949350505050565b600061ffff83811690831681811015610f3d57610f3d610ef1565b600061ffff808316818516808303821115610fd057610fd0610ef1565b600061ffff8084168061102657611026610f84565b92169190910692915050565b6000821982111561104557611045610ef1565b500190565b60008282101561105c5761105c610ef1565b500390565b60008261107057611070610f84565b500690565b60006001600160d81b038281168482168115158284048211161561109b5761109b610ef1565b0294935050505056fea2646970667358221220144878b99722e14413a933ab33880ebab80e21d8f8326a76f6e073a8de6bd82164736f6c634300080f0033",
72
- "linkReferences": {},
73
- "deployedLinkReferences": {}
74
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,77 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "RewardManager",
4
- "sourceName": "contracts/libraries/RewardManager.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "lastRewardBlock",
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": "address",
23
- "name": "",
24
- "type": "address"
25
- }
26
- ],
27
- "name": "rewardState",
28
- "outputs": [
29
- {
30
- "internalType": "uint128",
31
- "name": "index",
32
- "type": "uint128"
33
- },
34
- {
35
- "internalType": "uint128",
36
- "name": "lastBalance",
37
- "type": "uint128"
38
- }
39
- ],
40
- "stateMutability": "view",
41
- "type": "function"
42
- },
43
- {
44
- "inputs": [
45
- {
46
- "internalType": "address",
47
- "name": "",
48
- "type": "address"
49
- },
50
- {
51
- "internalType": "address",
52
- "name": "",
53
- "type": "address"
54
- }
55
- ],
56
- "name": "userReward",
57
- "outputs": [
58
- {
59
- "internalType": "uint128",
60
- "name": "index",
61
- "type": "uint128"
62
- },
63
- {
64
- "internalType": "uint128",
65
- "name": "accrued",
66
- "type": "uint128"
67
- }
68
- ],
69
- "stateMutability": "view",
70
- "type": "function"
71
- }
72
- ],
73
- "bytecode": "0x",
74
- "deployedBytecode": "0x",
75
- "linkReferences": {},
76
- "deployedLinkReferences": {}
77
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,40 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "RewardManagerAbstract",
4
- "sourceName": "contracts/libraries/RewardManagerAbstract.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "",
11
- "type": "address"
12
- },
13
- {
14
- "internalType": "address",
15
- "name": "",
16
- "type": "address"
17
- }
18
- ],
19
- "name": "userReward",
20
- "outputs": [
21
- {
22
- "internalType": "uint128",
23
- "name": "index",
24
- "type": "uint128"
25
- },
26
- {
27
- "internalType": "uint128",
28
- "name": "accrued",
29
- "type": "uint128"
30
- }
31
- ],
32
- "stateMutability": "view",
33
- "type": "function"
34
- }
35
- ],
36
- "bytecode": "0x",
37
- "deployedBytecode": "0x",
38
- "linkReferences": {},
39
- "deployedLinkReferences": {}
40
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "SCYUtils",
4
- "sourceName": "contracts/libraries/SCY/SCYUtils.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208798745b0f95ebb572cea778973c26e484e7c9dfb54c9286f5252e556a715d4464736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208798745b0f95ebb572cea778973c26e484e7c9dfb54c9286f5252e556a715d4464736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "VeBalanceLib",
4
- "sourceName": "contracts/libraries/VeBalanceLib.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220538003ea66f71cc491f17b91c813ebcd56a625aa181002c10b5773f8a03e1fc764736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220538003ea66f71cc491f17b91c813ebcd56a625aa181002c10b5773f8a03e1fc764736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "Checkpoints",
4
- "sourceName": "contracts/libraries/VeHistoryLib.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122060d1a9d6353cb5cd65a7790a729c1a5c83fa21bda58f6f90367551d4f7faec5b64736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122060d1a9d6353cb5cd65a7790a729c1a5c83fa21bda58f6f90367551d4f7faec5b64736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ArrayLib",
4
- "sourceName": "contracts/libraries/helpers/ArrayLib.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122052478b23ca721e6159c1f65babfb1fe12dc0521d278a6f0ff369ab0a0b3123ae64736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122052478b23ca721e6159c1f65babfb1fe12dc0521d278a6f0ff369ab0a0b3123ae64736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,45 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "BaseSplitCodeFactory",
4
- "sourceName": "contracts/libraries/helpers/BaseSplitCodeFactory.sol",
5
- "abi": [
6
- {
7
- "inputs": [
8
- {
9
- "internalType": "address",
10
- "name": "creationCodeContractA",
11
- "type": "address"
12
- },
13
- {
14
- "internalType": "uint256",
15
- "name": "creationCodeSizeA",
16
- "type": "uint256"
17
- },
18
- {
19
- "internalType": "address",
20
- "name": "creationCodeContractB",
21
- "type": "address"
22
- },
23
- {
24
- "internalType": "uint256",
25
- "name": "creationCodeSizeB",
26
- "type": "uint256"
27
- }
28
- ],
29
- "name": "getCreationCode",
30
- "outputs": [
31
- {
32
- "internalType": "bytes",
33
- "name": "",
34
- "type": "bytes"
35
- }
36
- ],
37
- "stateMutability": "view",
38
- "type": "function"
39
- }
40
- ],
41
- "bytecode": "0x61020561003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c8063047a59d01461003a575b600080fd5b61004d610048366004610136565b610063565b60405161005a919061017a565b60405180910390f35b6060610081604051806020016040528060008152508686868661008a565b95945050505050565b8451604080516020848701808501808401830190945283835291939192908401876000828b3c856000898301893c50602089810190858501016100ce8183866100dc565b505050505095945050505050565b5b602081106100fc578151835260209283019290910190601f19016100dd565b905182516020929092036101000a6000190180199091169116179052565b80356001600160a01b038116811461013157600080fd5b919050565b6000806000806080858703121561014c57600080fd5b6101558561011a565b93506020850135925061016a6040860161011a565b9396929550929360600135925050565b600060208083528351808285015260005b818110156101a75785810183015185820160400152820161018b565b818111156101b9576000604083870101525b50601f01601f191692909201604001939250505056fea26469706673582212202e4f84598463f5355b126f8e892af095492b0acfc25718114a2983f8dc3b903e64736f6c634300080f0033",
42
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c8063047a59d01461003a575b600080fd5b61004d610048366004610136565b610063565b60405161005a919061017a565b60405180910390f35b6060610081604051806020016040528060008152508686868661008a565b95945050505050565b8451604080516020848701808501808401830190945283835291939192908401876000828b3c856000898301893c50602089810190858501016100ce8183866100dc565b505050505095945050505050565b5b602081106100fc578151835260209283019290910190601f19016100dd565b905182516020929092036101000a6000190180199091169116179052565b80356001600160a01b038116811461013157600080fd5b919050565b6000806000806080858703121561014c57600080fd5b6101558561011a565b93506020850135925061016a6040860161011a565b9396929550929360600135925050565b600060208083528351808285015260005b818110156101a75785810183015185820160400152820161018b565b818111156101b9576000604083870101525b50601f01601f191692909201604001939250505056fea26469706673582212202e4f84598463f5355b126f8e892af095492b0acfc25718114a2983f8dc3b903e64736f6c634300080f0033",
43
- "linkReferences": {},
44
- "deployedLinkReferences": {}
45
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/ba5484dcb729b4f8ecb7c7e6bd94eb4d.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "CodeDeployer",
4
- "sourceName": "contracts/libraries/helpers/BaseSplitCodeFactory.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122014f8622e88d78018c804f5a5cec62db3b311d47093e80e1498481c2f3d6be93364736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122014f8622e88d78018c804f5a5cec62db3b311d47093e80e1498481c2f3d6be93364736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "ExpiryUtils",
4
- "sourceName": "contracts/libraries/helpers/ExpiryUtilsLib.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e533462bd3bdb85091921f49e7e6b410d64729050d1dd74c12a93a2b6ce0c4c064736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e533462bd3bdb85091921f49e7e6b410d64729050d1dd74c12a93a2b6ce0c4c064736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/8b1f6ffb6012fdb7d7ba75e8e8e835b4.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "MiniHelpers",
4
- "sourceName": "contracts/libraries/helpers/MiniHelpers.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220dd707805879221aef600e6fe903049c0e91ab255671185c330773d1995a14ef164736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220dd707805879221aef600e6fe903049c0e91ab255671185c330773d1995a14ef164736f6c634300080f0033",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }