@pendle/core-v2 0.11.4-testnet → 0.11.6-testnet

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (290) hide show
  1. package/deployments/43113-core.json +1 -1
  2. package/package.json +4 -2
  3. package/typechain-types/BaseSplitCodeFactory.ts +118 -0
  4. package/typechain-types/BaseSplitCodeFactoryContract.ts +267 -0
  5. package/typechain-types/ERC20Permit.ts +521 -0
  6. package/typechain-types/IBooster.ts +275 -0
  7. package/typechain-types/ICrvDepositor.ts +174 -0
  8. package/typechain-types/ICrvPool.ts +397 -0
  9. package/typechain-types/ICvxCrv.ts +81 -0
  10. package/typechain-types/IERC20Permit.ts +175 -0
  11. package/typechain-types/IPFeeDistributor.ts +2 -7
  12. package/typechain-types/IPMsgReceiverApp.ts +104 -0
  13. package/typechain-types/IPMsgSendEndpoint.ts +156 -0
  14. package/typechain-types/IRewards.ts +539 -0
  15. package/typechain-types/Pendle3CrvHelper.ts +133 -0
  16. package/typechain-types/Pendle3CrvTokenSCY.ts +1250 -0
  17. package/typechain-types/PendleConvexCurveLP2PoolSCY.ts +1250 -0
  18. package/typechain-types/PendleConvexCurveLP3PoolSCY.ts +1269 -0
  19. package/typechain-types/PendleConvexCurveLP4PoolSCY.ts +1288 -0
  20. package/typechain-types/PendleConvexCurveLPSCY.ts +1212 -0
  21. package/typechain-types/PendleCvxCRVSCY.ts +1138 -0
  22. package/typechain-types/PendleERC20Permit.ts +443 -0
  23. package/typechain-types/PendleFeeDistributor.ts +2 -41
  24. package/typechain-types/PendleFeeDistributorFactory.ts +28 -1
  25. package/typechain-types/PendleMsgReceiveEndpointUpg.ts +491 -0
  26. package/typechain-types/PendleMsgReceiverAppUpg.ts +250 -0
  27. package/typechain-types/PendleMsgSendEndpointUpg.ts +581 -0
  28. package/typechain-types/PendleMsgSenderAppUpg.ts +289 -0
  29. package/typechain-types/SCYBaseWithDynamicRewards.ts +1063 -0
  30. package/typechain-types/factories/BaseSplitCodeFactoryContract__factory.ts +226 -0
  31. package/typechain-types/factories/BaseSplitCodeFactory__factory.ts +102 -0
  32. package/typechain-types/factories/ERC20Permit__factory.ts +368 -0
  33. package/typechain-types/factories/IBooster__factory.ts +189 -0
  34. package/typechain-types/factories/ICrvDepositor__factory.ts +90 -0
  35. package/typechain-types/factories/ICrvPool__factory.ts +244 -0
  36. package/typechain-types/factories/ICvxCrv__factory.ts +36 -0
  37. package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
  38. package/typechain-types/factories/IPFeeDistributor__factory.ts +0 -5
  39. package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
  40. package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +78 -0
  41. package/typechain-types/factories/IRewards__factory.ts +263 -0
  42. package/typechain-types/factories/Pendle3CrvHelper__factory.ts +129 -0
  43. package/typechain-types/factories/Pendle3CrvTokenSCY__factory.ts +1050 -0
  44. package/typechain-types/factories/PendleConvexCurveLP2PoolSCY__factory.ts +1054 -0
  45. package/typechain-types/factories/PendleConvexCurveLP3PoolSCY__factory.ts +1067 -0
  46. package/typechain-types/factories/PendleConvexCurveLP4PoolSCY__factory.ts +1080 -0
  47. package/typechain-types/factories/PendleConvexCurveLPSCY__factory.ts +892 -0
  48. package/typechain-types/factories/PendleCvxCRVSCY__factory.ts +938 -0
  49. package/typechain-types/factories/PendleERC20Permit__factory.ts +405 -0
  50. package/typechain-types/factories/PendleFeeDistributorFactory__factory.ts +30 -2
  51. package/typechain-types/factories/PendleFeeDistributor__factory.ts +1 -19
  52. package/typechain-types/factories/PendleMsgReceiveEndpointUpg__factory.ts +374 -0
  53. package/typechain-types/factories/PendleMsgReceiverAppUpg__factory.ts +131 -0
  54. package/typechain-types/factories/PendleMsgSendEndpointUpg__factory.ts +393 -0
  55. package/typechain-types/factories/PendleMsgSenderAppUpg__factory.ts +154 -0
  56. package/typechain-types/factories/SCYBaseWithDynamicRewards__factory.ts +775 -0
  57. package/typechain-types/hardhat.d.ts +215 -71
  58. package/typechain-types/index.ts +50 -16
  59. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.dbg.json +0 -4
  60. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/PendleAaveV3SCY.sol/PendleAaveV3SCY.json +0 -810
  61. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.dbg.json +0 -4
  62. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/AaveV3/WadRayMath.sol/WadRayMath.json +0 -10
  63. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.dbg.json +0 -4
  64. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiSAvaxSCY.sol/PendleQiSAvaxSCY.json +0 -833
  65. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.dbg.json +0 -4
  66. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenHelper.sol/PendleQiTokenHelper.json +0 -27
  67. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.dbg.json +0 -4
  68. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleQiTokenSCY.sol/PendleQiTokenSCY.json +0 -838
  69. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.dbg.json +0 -4
  70. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/BenQi/PendleSAvaxSCY.sol/PendleSAvaxSCY.json +0 -723
  71. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.dbg.json +0 -4
  72. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/Euler/PendleEulerSCY.sol/PendleEulerSCY.json +0 -728
  73. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.dbg.json +0 -4
  74. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleERC4626SCY.sol/PendleERC4626SCY.json +0 -705
  75. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.dbg.json +0 -4
  76. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleStargateSCY.sol/PendleStargateSCY.json +0 -864
  77. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.dbg.json +0 -4
  78. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleWstEthSCY.sol/PendleWstEthSCY.json +0 -736
  79. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.dbg.json +0 -4
  80. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/PendleYearnVaultSCY.sol/PendleYearnVaultSCY.json +0 -718
  81. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.dbg.json +0 -4
  82. package/build/artifacts/contracts/SuperComposableYield/SCY-implementations/TraderJoe/PendleSJoeSCY.sol/PendleSJoeSCY.json +0 -784
  83. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.dbg.json +0 -4
  84. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBase.sol/SCYBase.json +0 -671
  85. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.dbg.json +0 -4
  86. package/build/artifacts/contracts/SuperComposableYield/base-implementations/SCYBaseWithRewards.sol/SCYBaseWithRewards.json +0 -737
  87. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.dbg.json +0 -4
  88. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerReceiverUpg.sol/CelerReceiverUpg.json +0 -190
  89. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.dbg.json +0 -4
  90. package/build/artifacts/contracts/core/LiquidityMining/CelerAbstracts/CelerSenderUpg.sol/CelerSenderUpg.json +0 -148
  91. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  92. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -242
  93. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  94. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -306
  95. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  96. package/build/artifacts/contracts/core/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -369
  97. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  98. package/build/artifacts/contracts/core/LiquidityMining/PendleGauge.sol/PendleGauge.json +0 -109
  99. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  100. package/build/artifacts/contracts/core/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -865
  101. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  102. package/build/artifacts/contracts/core/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -365
  103. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  104. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -615
  105. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  106. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -434
  107. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  108. package/build/artifacts/contracts/core/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -156
  109. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.dbg.json +0 -4
  110. package/build/artifacts/contracts/core/Market/PendleMarket.sol/PendleMarket.json +0 -964
  111. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.dbg.json +0 -4
  112. package/build/artifacts/contracts/core/Market/PendleMarketFactory.sol/PendleMarketFactory.json +0 -379
  113. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  114. package/build/artifacts/contracts/core/PendleERC20.sol/PendleERC20.json +0 -254
  115. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.dbg.json +0 -4
  116. package/build/artifacts/contracts/core/PendleRouter.sol/PendleRouter.json +0 -323
  117. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  118. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -35
  119. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  120. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -378
  121. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  122. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -440
  123. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  124. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -755
  125. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.dbg.json +0 -4
  126. package/build/artifacts/contracts/core/actions/ActionAddRemoveLiq.sol/ActionAddRemoveLiq.json +0 -1043
  127. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.dbg.json +0 -4
  128. package/build/artifacts/contracts/core/actions/ActionCallback.sol/ActionCallback.json +0 -58
  129. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.dbg.json +0 -4
  130. package/build/artifacts/contracts/core/actions/ActionMintRedeem.sol/ActionMintRedeem.json +0 -811
  131. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.dbg.json +0 -4
  132. package/build/artifacts/contracts/core/actions/ActionMisc.sol/ActionMisc.json +0 -35
  133. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.dbg.json +0 -4
  134. package/build/artifacts/contracts/core/actions/ActionSwapPT.sol/ActionSwapPT.json +0 -477
  135. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.dbg.json +0 -4
  136. package/build/artifacts/contracts/core/actions/ActionSwapYT.sol/ActionSwapYT.json +0 -477
  137. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.dbg.json +0 -4
  138. package/build/artifacts/contracts/core/actions/base/ActionBaseMintRedeem.sol/ActionBaseMintRedeem.json +0 -24
  139. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  140. package/build/artifacts/contracts/core/actions/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  141. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.dbg.json +0 -4
  142. package/build/artifacts/contracts/interfaces/IAToken.sol/IAToken.json +0 -252
  143. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.dbg.json +0 -4
  144. package/build/artifacts/contracts/interfaces/IAavePool.sol/IAavePool.json +0 -87
  145. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.dbg.json +0 -4
  146. package/build/artifacts/contracts/interfaces/IAaveRewardsController.sol/IAaveRewardsController.json +0 -59
  147. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.dbg.json +0 -4
  148. package/build/artifacts/contracts/interfaces/IBenQiComptroller.sol/IBenQiComptroller.json +0 -81
  149. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.dbg.json +0 -4
  150. package/build/artifacts/contracts/interfaces/IBenQiInterestRateModel.sol/IBenQiInterestRateModel.json +0 -74
  151. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.dbg.json +0 -4
  152. package/build/artifacts/contracts/interfaces/ICelerMessageBus.sol/ICelerMessageBus.json +0 -53
  153. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.dbg.json +0 -4
  154. package/build/artifacts/contracts/interfaces/ICelerMessageReceiverApp.sol/ICelerMessageReceiverApp.json +0 -45
  155. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.dbg.json +0 -4
  156. package/build/artifacts/contracts/interfaces/IERC4626.sol/IERC4626.json +0 -318
  157. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.dbg.json +0 -4
  158. package/build/artifacts/contracts/interfaces/IEulerEToken.sol/IEulerEToken.json +0 -162
  159. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.dbg.json +0 -4
  160. package/build/artifacts/contracts/interfaces/IEulerMarkets.sol/IEulerMarkets.json +0 -87
  161. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.dbg.json +0 -4
  162. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiq.sol/IPActionAddRemoveLiq.json +0 -1001
  163. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.dbg.json +0 -4
  164. package/build/artifacts/contracts/interfaces/IPActionMintRedeem.sol/IPActionMintRedeem.json +0 -769
  165. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.dbg.json +0 -4
  166. package/build/artifacts/contracts/interfaces/IPActionMisc.sol/IPActionMisc.json +0 -35
  167. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.dbg.json +0 -4
  168. package/build/artifacts/contracts/interfaces/IPActionSwapPT.sol/IPActionSwapPT.json +0 -435
  169. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.dbg.json +0 -4
  170. package/build/artifacts/contracts/interfaces/IPActionSwapYT.sol/IPActionSwapYT.json +0 -435
  171. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.dbg.json +0 -4
  172. package/build/artifacts/contracts/interfaces/IPAllAction.sol/IPAllAction.json +0 -2631
  173. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  174. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -43
  175. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  176. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -135
  177. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  178. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -158
  179. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.dbg.json +0 -4
  180. package/build/artifacts/contracts/interfaces/IPGovernanceManager.sol/IPGovernanceManager.json +0 -24
  181. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  182. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -35
  183. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  184. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -703
  185. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  186. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -122
  187. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  188. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  189. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.dbg.json +0 -4
  190. package/build/artifacts/contracts/interfaces/IPPermissionsV2Upg.sol/IPermissionsV2Upg.json +0 -24
  191. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  192. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  193. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  194. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  195. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  196. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -130
  197. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.dbg.json +0 -4
  198. package/build/artifacts/contracts/interfaces/IPVotingEscrow.sol/IPVotingEscrow.json +0 -142
  199. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  200. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -232
  201. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  202. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -642
  203. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.dbg.json +0 -4
  204. package/build/artifacts/contracts/interfaces/IQiAvax.sol/IQiAvax.json +0 -350
  205. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.dbg.json +0 -4
  206. package/build/artifacts/contracts/interfaces/IQiErc20.sol/IQiErc20.json +0 -375
  207. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.dbg.json +0 -4
  208. package/build/artifacts/contracts/interfaces/IQiToken.sol/IQiToken.json +0 -324
  209. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.dbg.json +0 -4
  210. package/build/artifacts/contracts/interfaces/IREDACTEDStaking.sol/IREDACTEDStaking.json +0 -92
  211. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  212. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  213. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.dbg.json +0 -4
  214. package/build/artifacts/contracts/interfaces/ISAvax.sol/ISAvax.json +0 -199
  215. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.dbg.json +0 -4
  216. package/build/artifacts/contracts/interfaces/ISJoe.sol/ISJoe.json +0 -168
  217. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.dbg.json +0 -4
  218. package/build/artifacts/contracts/interfaces/IStETH.sol/IStETH.json +0 -92
  219. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.dbg.json +0 -4
  220. package/build/artifacts/contracts/interfaces/IStargateLPStaking.sol/IStargateLPStaking.json +0 -137
  221. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.dbg.json +0 -4
  222. package/build/artifacts/contracts/interfaces/IStargatePool.sol/IStargatePool.json +0 -135
  223. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.dbg.json +0 -4
  224. package/build/artifacts/contracts/interfaces/IStargateRouter.sol/IStargateRouter.json +0 -63
  225. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.dbg.json +0 -4
  226. package/build/artifacts/contracts/interfaces/ISuperComposableYield.sol/ISuperComposableYield.json +0 -667
  227. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.dbg.json +0 -4
  228. package/build/artifacts/contracts/interfaces/IWAvax.sol/IWAvax.json +0 -252
  229. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  230. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  231. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.dbg.json +0 -4
  232. package/build/artifacts/contracts/interfaces/IWXBTRFLY.sol/IWXBTRFLY.json +0 -132
  233. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  234. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  235. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.dbg.json +0 -4
  236. package/build/artifacts/contracts/interfaces/IYearnVault.sol/IYearnVault.json +0 -148
  237. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.dbg.json +0 -4
  238. package/build/artifacts/contracts/libraries/OracleLib.sol/OracleLib.json +0 -74
  239. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.dbg.json +0 -4
  240. package/build/artifacts/contracts/libraries/RewardManager.sol/RewardManager.json +0 -77
  241. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  242. package/build/artifacts/contracts/libraries/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  243. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.dbg.json +0 -4
  244. package/build/artifacts/contracts/libraries/SCY/SCYUtils.sol/SCYUtils.json +0 -10
  245. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  246. package/build/artifacts/contracts/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  247. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  248. package/build/artifacts/contracts/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  249. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  250. package/build/artifacts/contracts/libraries/helpers/ArrayLib.sol/ArrayLib.json +0 -10
  251. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  252. package/build/artifacts/contracts/libraries/helpers/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  253. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  254. package/build/artifacts/contracts/libraries/helpers/MiniHelpers.sol/MiniHelpers.json +0 -10
  255. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  256. package/build/artifacts/contracts/libraries/helpers/PYIndex.sol/PYIndexLib.json +0 -10
  257. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.dbg.json +0 -4
  258. package/build/artifacts/contracts/libraries/helpers/SSTORE2Deployer.sol/SSTORE2Deployer.json +0 -10
  259. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  260. package/build/artifacts/contracts/libraries/helpers/TokenHelper.sol/TokenHelper.json +0 -10
  261. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.dbg.json +0 -4
  262. package/build/artifacts/contracts/libraries/kyberswap/AggregationRouterHelper.sol/AggregationRouterHelper.json +0 -35
  263. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.dbg.json +0 -4
  264. package/build/artifacts/contracts/libraries/kyberswap/IMultihopRouter.sol/IMultihopRouter.json +0 -136
  265. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.dbg.json +0 -4
  266. package/build/artifacts/contracts/libraries/kyberswap/KyberSwapHelper.sol/KyberSwapHelper.json +0 -24
  267. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  268. package/build/artifacts/contracts/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  269. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.dbg.json +0 -4
  270. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtInLib.json +0 -10
  271. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.dbg.json +0 -4
  272. package/build/artifacts/contracts/libraries/math/MarketApproxLib.sol/MarketApproxPtOutLib.json +0 -10
  273. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  274. package/build/artifacts/contracts/libraries/math/MarketMathCore.sol/MarketMathCore.json +0 -10
  275. package/build/artifacts/contracts/libraries/math/Math.sol/Math.dbg.json +0 -4
  276. package/build/artifacts/contracts/libraries/math/Math.sol/Math.json +0 -10
  277. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.dbg.json +0 -4
  278. package/build/artifacts/contracts/libraries/math/WeekMath.sol/WeekMath.json +0 -10
  279. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.dbg.json +0 -4
  280. package/build/artifacts/contracts/libraries/solmate/SSTORE2.sol/SSTORE2.json +0 -10
  281. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.dbg.json +0 -4
  282. package/build/artifacts/contracts/offchain-helpers/MarketMathStatic.sol/MarketMathStatic.json +0 -93
  283. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.dbg.json +0 -4
  284. package/build/artifacts/contracts/offchain-helpers/RouterStatic.sol/RouterStatic.json +0 -2152
  285. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.dbg.json +0 -4
  286. package/build/artifacts/contracts/offchain-helpers/SSTORE2DeployerContract.sol/SSTORE2DeployerContract.json +0 -134
  287. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.dbg.json +0 -4
  288. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeable.json +0 -86
  289. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  290. package/build/artifacts/contracts/periphery/BoringOwnableUpgradeable.sol/BoringOwnableUpgradeableData.json +0 -37
@@ -1,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/8b1f6ffb6012fdb7d7ba75e8e8e835b4.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/8b1f6ffb6012fdb7d7ba75e8e8e835b4.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/8b1f6ffb6012fdb7d7ba75e8e8e835b4.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": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205ec808f6a75bde24abc426bbf95edaed1ee22161918c546f715cc2eb41472de864736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205ec808f6a75bde24abc426bbf95edaed1ee22161918c546f715cc2eb41472de864736f6c634300080f0033",
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": "Checkpoints",
4
- "sourceName": "contracts/libraries/VeHistoryLib.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220954ba157665eb6da065a8b029e557191a74018b9b1dcc35a4f36f8d652c7c5ba64736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220954ba157665eb6da065a8b029e557191a74018b9b1dcc35a4f36f8d652c7c5ba64736f6c634300080f0033",
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/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
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/b6ca1bd3d285f5444c1a11ab679ab630.json"
4
- }
@@ -1,10 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "PYIndexLib",
4
- "sourceName": "contracts/libraries/helpers/PYIndex.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a662198a567482cb91506f765a0b3fb6e9081e644701ab9cbd9d02df1de7887e64736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a662198a567482cb91506f765a0b3fb6e9081e644701ab9cbd9d02df1de7887e64736f6c634300080f0033",
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": "SSTORE2Deployer",
4
- "sourceName": "contracts/libraries/helpers/SSTORE2Deployer.sol",
5
- "abi": [],
6
- "bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212202c4192ea4032e067a864444d1619d05d56063646a5861b00da5ce758947af94964736f6c634300080f0033",
7
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212202c4192ea4032e067a864444d1619d05d56063646a5861b00da5ce758947af94964736f6c634300080f0033",
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": "TokenHelper",
4
- "sourceName": "contracts/libraries/helpers/TokenHelper.sol",
5
- "abi": [],
6
- "bytecode": "0x",
7
- "deployedBytecode": "0x",
8
- "linkReferences": {},
9
- "deployedLinkReferences": {}
10
- }
@@ -1,4 +0,0 @@
1
- {
2
- "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../../build-info/b6ca1bd3d285f5444c1a11ab679ab630.json"
4
- }