@pendle/core-v2 5.11.1-alpha → 5.11.2-alpha

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 (683) hide show
  1. package/deployments/1-core.json +2 -2
  2. package/deployments/999-core.json +11 -11
  3. package/package.json +2 -2
  4. package/typechain-types/AccessControlUpgradeable.ts +369 -0
  5. package/typechain-types/AddressCast.ts +57 -0
  6. package/typechain-types/AggregatorInterface.ts +233 -0
  7. package/typechain-types/AggregatorV2V3Interface.ts +385 -0
  8. package/typechain-types/AggregatorV3Interface.ts +221 -0
  9. package/typechain-types/AutomateReady.ts +102 -0
  10. package/typechain-types/BasePendleBridgedPrincipalToken.ts +1689 -0
  11. package/typechain-types/ContextUpgradeable.ts +68 -0
  12. package/typechain-types/EIP712Upgradeable.ts +144 -0
  13. package/typechain-types/ERC165Upgradeable.ts +113 -0
  14. package/typechain-types/ERC1967Upgrade.ts +97 -0
  15. package/typechain-types/ERC20.ts +417 -0
  16. package/typechain-types/Errors.ts +57 -0
  17. package/typechain-types/FixedPricePTAMM.ts +616 -0
  18. package/typechain-types/IAccessControlUpgradeable.ts +305 -0
  19. package/typechain-types/IAddressProvider.ts +123 -0
  20. package/typechain-types/IAutomate.ts +203 -0
  21. package/typechain-types/IBeacon.ts +87 -0
  22. package/typechain-types/IERC1271.ts +107 -0
  23. package/typechain-types/IERC165.ts +102 -0
  24. package/typechain-types/IERC165Upgradeable.ts +102 -0
  25. package/typechain-types/IERC1822Proxiable.ts +87 -0
  26. package/typechain-types/IERC1967.ts +97 -0
  27. package/typechain-types/IERC20.ts +300 -0
  28. package/typechain-types/IERC20Metadata.ts +339 -0
  29. package/typechain-types/IERC20Permit.ts +175 -0
  30. package/typechain-types/IERC5267Upgradeable.ts +135 -0
  31. package/typechain-types/ILayerZeroEndpoint.ts +256 -0
  32. package/typechain-types/ILayerZeroEndpointV2.ts +2323 -0
  33. package/typechain-types/ILayerZeroReceiver.ts +204 -0
  34. package/typechain-types/IMessageLib.ts +284 -0
  35. package/typechain-types/IMessageLibManager.ts +998 -0
  36. package/typechain-types/IMessagingChannel.ts +539 -0
  37. package/typechain-types/IMessagingComposer.ts +331 -0
  38. package/typechain-types/IMessagingContext.ts +112 -0
  39. package/typechain-types/IOAppCore.ts +223 -0
  40. package/typechain-types/IOAppMsgInspector.ts +104 -0
  41. package/typechain-types/IOAppOptionsType3.ts +178 -0
  42. package/typechain-types/IOAppPreCrimeSimulator.ts +253 -0
  43. package/typechain-types/IOAppReceiver.ts +248 -0
  44. package/typechain-types/IOFT.ts +413 -0
  45. package/typechain-types/IOpsProxyFactory.ts +93 -0
  46. package/typechain-types/IPActionInfoStatic.ts +310 -0
  47. package/typechain-types/IPActionMintRedeemStatic.ts +435 -0
  48. package/typechain-types/IPBridgedPrincipalToken.ts +948 -0
  49. package/typechain-types/IPChainlinkOracleEssential.ts +130 -0
  50. package/typechain-types/IPChainlinkOracleWithQuote.ts +404 -0
  51. package/typechain-types/IPExchangeRateOracle.ts +87 -0
  52. package/typechain-types/IPFeeDistributor.ts +191 -0
  53. package/typechain-types/IPFeeDistributorV2.ts +287 -0
  54. package/typechain-types/IPFixedPricePTAMM.ts +460 -0
  55. package/typechain-types/IPFixedPricePTAMMSwapCallback.ts +116 -0
  56. package/typechain-types/IPGauge.ts +132 -0
  57. package/typechain-types/IPGaugeController.ts +275 -0
  58. package/typechain-types/IPGaugeControllerMainchain.ts +319 -0
  59. package/typechain-types/IPInterestManagerYT.ts +131 -0
  60. package/typechain-types/IPInterestManagerYTV2.ts +117 -0
  61. package/typechain-types/IPMarketFactory.ts +234 -0
  62. package/typechain-types/IPMarketSwapCallback.ts +115 -0
  63. package/typechain-types/IPMerkleDistributor.ts +235 -0
  64. package/typechain-types/IPMiniDiamond.ts +147 -0
  65. package/typechain-types/IPMsgReceiverApp.ts +104 -0
  66. package/typechain-types/IPMsgSendEndpoint.ts +166 -0
  67. package/typechain-types/IPOffchainStorage.ts +146 -0
  68. package/typechain-types/IPPTOFTAdapterFactory.ts +163 -0
  69. package/typechain-types/IPPYLpOracle.ts +400 -0
  70. package/typechain-types/IPPriceFeed.ts +81 -0
  71. package/typechain-types/IPPrincipalToken.ts +501 -0
  72. package/typechain-types/IPReflector.ts +95 -0
  73. package/typechain-types/IPTokenWithSupplyCap.ts +110 -0
  74. package/typechain-types/IPVeToken.ts +201 -0
  75. package/typechain-types/IPYieldContractFactory.ts +370 -0
  76. package/typechain-types/{PendleMarket.ts → IPYieldToken.ts} +315 -605
  77. package/typechain-types/IPYieldTokenV2.ts +901 -0
  78. package/typechain-types/IPossibleSupplyCapInterface.ts +142 -0
  79. package/typechain-types/IPreCrime.ts +225 -0
  80. package/typechain-types/IRedstonePriceFeed.ts +259 -0
  81. package/typechain-types/IRewardManager.ts +108 -0
  82. package/typechain-types/ISendLib.ts +515 -0
  83. package/typechain-types/IStandardizedYield.ts +895 -0
  84. package/typechain-types/ITaskTreasuryUpgradable.ts +160 -0
  85. package/typechain-types/IWETH.ts +380 -0
  86. package/typechain-types/IWstETH.ts +162 -0
  87. package/typechain-types/Initializable.ts +68 -0
  88. package/typechain-types/LegacyNFTHelper.ts +87 -0
  89. package/typechain-types/Multicall2.ts +437 -0
  90. package/typechain-types/NonceManager.ts +209 -0
  91. package/typechain-types/OApp.ts +492 -0
  92. package/typechain-types/OAppCore.ts +314 -0
  93. package/typechain-types/OAppOptionsType3.ts +310 -0
  94. package/typechain-types/OAppPreCrimeSimulator.ts +400 -0
  95. package/typechain-types/OAppReceiver.ts +492 -0
  96. package/typechain-types/OAppSender.ts +314 -0
  97. package/typechain-types/OFT.ts +1675 -0
  98. package/typechain-types/OFTAdapter.ts +1331 -0
  99. package/typechain-types/OFTAdapterImpl.ts +1331 -0
  100. package/typechain-types/OFTCore.ts +1331 -0
  101. package/typechain-types/OracleLib.ts +124 -0
  102. package/typechain-types/{BoringOwnableUpgradeable__deprecated.ts → Ownable.ts} +23 -62
  103. package/typechain-types/PTExpiry.ts +81 -0
  104. package/typechain-types/PendleBridgedPrincipalToken_18Decimals.ts +1689 -0
  105. package/typechain-types/PendleBridgedPrincipalToken_6Decimals.ts +1689 -0
  106. package/typechain-types/PendleBridgedPrincipalToken_8Decimals.ts +1689 -0
  107. package/typechain-types/PendleERC20.ts +339 -0
  108. package/typechain-types/PendleMulticallV1.ts +162 -0
  109. package/typechain-types/PendleMulticallV2.ts +241 -0
  110. package/typechain-types/PendleOffchainStorage.ts +666 -0
  111. package/typechain-types/PendlePTOFTAdapterFactory.ts +294 -0
  112. package/typechain-types/PendlePrincipalToken.ts +510 -0
  113. package/typechain-types/PendleSparkLinearDiscountOracle.ts +213 -0
  114. package/typechain-types/PendleWstETHPriceFeed.ts +148 -0
  115. package/typechain-types/Proxy.ts +57 -0
  116. package/typechain-types/SimulateHelper.ts +153 -0
  117. package/typechain-types/StarNFTV1.ts +880 -0
  118. package/typechain-types/SupplyCapReader.ts +105 -0
  119. package/typechain-types/UUPSUpgradeable.ts +197 -0
  120. package/typechain-types/factories/AccessControlUpgradeable__factory.ts +247 -0
  121. package/typechain-types/factories/AddressCast__factory.ts +71 -0
  122. package/typechain-types/factories/AggregatorInterface__factory.ts +153 -0
  123. package/typechain-types/factories/AggregatorV2V3Interface__factory.ts +268 -0
  124. package/typechain-types/factories/AggregatorV3Interface__factory.ts +141 -0
  125. package/typechain-types/factories/AutomateReady__factory.ts +49 -0
  126. package/typechain-types/factories/BasePendleBridgedPrincipalToken__factory.ts +1548 -0
  127. package/typechain-types/factories/BoringOwnableUpgradeableData__factory.ts +1 -1
  128. package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +1 -1
  129. package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +1 -1
  130. package/typechain-types/factories/ContextUpgradeable__factory.ts +39 -0
  131. package/typechain-types/factories/EIP712Upgradeable__factory.ts +88 -0
  132. package/typechain-types/factories/ERC165Upgradeable__factory.ts +58 -0
  133. package/typechain-types/factories/ERC1967Upgrade__factory.ts +71 -0
  134. package/typechain-types/factories/ERC20__factory.ts +348 -0
  135. package/typechain-types/factories/Errors__factory.ts +1483 -0
  136. package/typechain-types/factories/FixedPricePTAMM__factory.ts +519 -0
  137. package/typechain-types/factories/IAccessControlUpgradeable__factory.ts +202 -0
  138. package/typechain-types/factories/IAddressProvider__factory.ts +63 -0
  139. package/typechain-types/factories/IAutomate__factory.ts +126 -0
  140. package/typechain-types/factories/IBeacon__factory.ts +36 -0
  141. package/typechain-types/factories/IERC1271__factory.ts +47 -0
  142. package/typechain-types/factories/IERC165Upgradeable__factory.ts +45 -0
  143. package/typechain-types/factories/IERC165__factory.ts +42 -0
  144. package/typechain-types/factories/IERC1822Proxiable__factory.ts +39 -0
  145. package/typechain-types/factories/IERC1967__factory.ts +68 -0
  146. package/typechain-types/factories/IERC20Metadata__factory.ts +248 -0
  147. package/typechain-types/factories/IERC20Permit__factory.ts +98 -0
  148. package/typechain-types/factories/IERC20__factory.ts +203 -0
  149. package/typechain-types/factories/IERC5267Upgradeable__factory.ts +75 -0
  150. package/typechain-types/factories/ILayerZeroEndpointV2__factory.ts +1918 -0
  151. package/typechain-types/factories/ILayerZeroEndpoint__factory.ts +134 -0
  152. package/typechain-types/factories/ILayerZeroReceiver__factory.ts +136 -0
  153. package/typechain-types/factories/IMessageLibManager__factory.ts +661 -0
  154. package/typechain-types/factories/IMessageLib__factory.ts +161 -0
  155. package/typechain-types/factories/IMessagingChannel__factory.ts +388 -0
  156. package/typechain-types/factories/IMessagingComposer__factory.ts +261 -0
  157. package/typechain-types/factories/IMessagingContext__factory.ts +57 -0
  158. package/typechain-types/factories/IOAppCore__factory.ts +160 -0
  159. package/typechain-types/factories/IOAppMsgInspector__factory.ts +66 -0
  160. package/typechain-types/factories/IOAppOptionsType3__factory.ts +126 -0
  161. package/typechain-types/factories/IOAppPreCrimeSimulator__factory.ts +194 -0
  162. package/typechain-types/factories/IOAppReceiver__factory.ts +179 -0
  163. package/typechain-types/factories/IOFT__factory.ts +465 -0
  164. package/typechain-types/factories/IOpsProxyFactory__factory.ts +50 -0
  165. package/typechain-types/factories/IPActionInfoStatic__factory.ts +322 -0
  166. package/typechain-types/factories/IPActionMintRedeemStatic__factory.ts +261 -0
  167. package/typechain-types/factories/IPBridgedPrincipalToken__factory.ts +947 -0
  168. package/typechain-types/factories/IPChainlinkOracleEssential__factory.ts +76 -0
  169. package/typechain-types/factories/IPChainlinkOracleWithQuote__factory.ts +281 -0
  170. package/typechain-types/factories/IPExchangeRateOracle__factory.ts +43 -0
  171. package/typechain-types/factories/IPFeeDistributorV2__factory.ts +184 -0
  172. package/typechain-types/factories/IPFeeDistributor__factory.ts +138 -0
  173. package/typechain-types/factories/IPFixedPricePTAMMSwapCallback__factory.ts +53 -0
  174. package/typechain-types/factories/IPFixedPricePTAMM__factory.ts +317 -0
  175. package/typechain-types/factories/IPGaugeControllerMainchain__factory.ts +202 -0
  176. package/typechain-types/factories/IPGaugeController__factory.ts +175 -0
  177. package/typechain-types/factories/IPGauge__factory.ts +74 -0
  178. package/typechain-types/factories/IPInterestManagerYTV2__factory.ts +59 -0
  179. package/typechain-types/factories/IPInterestManagerYT__factory.ts +63 -0
  180. package/typechain-types/factories/IPMarketFactory__factory.ts +168 -0
  181. package/typechain-types/factories/IPMarketSwapCallback__factory.ts +53 -0
  182. package/typechain-types/factories/IPMerkleDistributor__factory.ts +165 -0
  183. package/typechain-types/factories/IPMiniDiamond__factory.ts +67 -0
  184. package/typechain-types/factories/IPMsgReceiverApp__factory.ts +39 -0
  185. package/typechain-types/factories/IPMsgSendEndpoint__factory.ts +88 -0
  186. package/typechain-types/factories/IPOffchainStorage__factory.ts +82 -0
  187. package/typechain-types/factories/{BoringOwnableUpgradeable__deprecated__factory.ts → IPPTOFTAdapterFactory__factory.ts} +33 -53
  188. package/typechain-types/factories/IPPYLpOracle__factory.ts +227 -0
  189. package/typechain-types/factories/IPPriceFeed__factory.ts +36 -0
  190. package/typechain-types/factories/IPPrincipalToken__factory.ts +362 -0
  191. package/typechain-types/factories/IPReflector__factory.ts +42 -0
  192. package/typechain-types/factories/IPTokenWithSupplyCap__factory.ts +56 -0
  193. package/typechain-types/factories/IPVeToken__factory.ts +116 -0
  194. package/typechain-types/factories/IPYieldContractFactory__factory.ts +285 -0
  195. package/typechain-types/factories/IPYieldTokenV2__factory.ts +694 -0
  196. package/typechain-types/factories/IPYieldToken__factory.ts +693 -0
  197. package/typechain-types/factories/IPossibleSupplyCapInterface__factory.ts +82 -0
  198. package/typechain-types/factories/IPreCrime__factory.ts +200 -0
  199. package/typechain-types/factories/IRedstonePriceFeed__factory.ts +163 -0
  200. package/typechain-types/factories/IRewardManager__factory.ts +55 -0
  201. package/typechain-types/factories/ISendLib__factory.ts +376 -0
  202. package/typechain-types/factories/IStandardizedYield__factory.ts +658 -0
  203. package/typechain-types/factories/ITaskTreasuryUpgradable__factory.ts +76 -0
  204. package/typechain-types/factories/IWETH__factory.ts +261 -0
  205. package/typechain-types/factories/IWstETH__factory.ts +87 -0
  206. package/typechain-types/factories/Initializable__factory.ts +36 -0
  207. package/typechain-types/factories/LegacyNFTHelper__factory.ts +83 -0
  208. package/typechain-types/factories/Multicall2__factory.ts +372 -0
  209. package/typechain-types/factories/NonceManager__factory.ts +149 -0
  210. package/typechain-types/factories/OAppCore__factory.ts +212 -0
  211. package/typechain-types/factories/OAppOptionsType3__factory.ts +202 -0
  212. package/typechain-types/factories/OAppPreCrimeSimulator__factory.ts +296 -0
  213. package/typechain-types/factories/OAppReceiver__factory.ts +379 -0
  214. package/typechain-types/factories/OAppSender__factory.ts +228 -0
  215. package/typechain-types/factories/OApp__factory.ts +392 -0
  216. package/typechain-types/factories/OFTAdapterImpl__factory.ts +1334 -0
  217. package/typechain-types/factories/OFTAdapter__factory.ts +1256 -0
  218. package/typechain-types/factories/OFTCore__factory.ts +1256 -0
  219. package/typechain-types/factories/OFT__factory.ts +1523 -0
  220. package/typechain-types/factories/OracleLib__factory.ts +150 -0
  221. package/typechain-types/factories/Ownable__factory.ts +75 -0
  222. package/typechain-types/factories/PTExpiry__factory.ts +36 -0
  223. package/typechain-types/factories/PendleBridgedPrincipalToken_18Decimals__factory.ts +1652 -0
  224. package/typechain-types/factories/PendleBridgedPrincipalToken_6Decimals__factory.ts +1650 -0
  225. package/typechain-types/factories/PendleBridgedPrincipalToken_8Decimals__factory.ts +1650 -0
  226. package/typechain-types/factories/PendleChainlinkOracleFactory__factory.ts +1 -1
  227. package/typechain-types/factories/PendleChainlinkOracleWithQuote__factory.ts +1 -1
  228. package/typechain-types/factories/PendleChainlinkOracle__factory.ts +1 -1
  229. package/typechain-types/factories/PendleERC20__factory.ts +327 -0
  230. package/typechain-types/factories/PendleMulticallV1__factory.ts +142 -0
  231. package/typechain-types/factories/PendleMulticallV2__factory.ts +212 -0
  232. package/typechain-types/factories/PendleOffchainStorage__factory.ts +492 -0
  233. package/typechain-types/factories/PendlePTOFTAdapterFactory__factory.ts +253 -0
  234. package/typechain-types/factories/PendlePrincipalToken__factory.ts +489 -0
  235. package/typechain-types/factories/PendleRedStoneRateOracleAdapter__factory.ts +1 -1
  236. package/typechain-types/factories/PendleSparkLinearDiscountOracle__factory.ts +209 -0
  237. package/typechain-types/factories/PendleWstETHPriceFeed__factory.ts +133 -0
  238. package/typechain-types/factories/Proxy__factory.ts +28 -0
  239. package/typechain-types/factories/SimulateHelper__factory.ts +137 -0
  240. package/typechain-types/factories/StarNFTV1__factory.ts +584 -0
  241. package/typechain-types/factories/SupplyCapReader__factory.ts +88 -0
  242. package/typechain-types/factories/UUPSUpgradeable__factory.ts +115 -0
  243. package/typechain-types/hardhat.d.ts +351 -0
  244. package/typechain-types/index.ts +78 -2
  245. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +0 -4
  246. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.json +0 -378
  247. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +0 -4
  248. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.json +0 -48
  249. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +0 -4
  250. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.json +0 -396
  251. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +0 -4
  252. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.json +0 -174
  253. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +0 -4
  254. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.json +0 -10
  255. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +0 -4
  256. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.json +0 -10
  257. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +0 -4
  258. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.json +0 -438
  259. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +0 -4
  260. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.json +0 -539
  261. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +0 -4
  262. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.json +0 -529
  263. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +0 -4
  264. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.json +0 -432
  265. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +0 -4
  266. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.json +0 -468
  267. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +0 -4
  268. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.json +0 -1204
  269. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +0 -4
  270. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.json +0 -681
  271. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +0 -4
  272. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.json +0 -776
  273. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +0 -4
  274. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.json +0 -390
  275. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +0 -4
  276. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.json +0 -143
  277. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +0 -4
  278. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.json +0 -10
  279. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +0 -4
  280. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.json +0 -10
  281. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +0 -4
  282. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.json +0 -10
  283. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +0 -4
  284. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.json +0 -10
  285. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +0 -4
  286. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.json +0 -10
  287. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +0 -4
  288. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.json +0 -100
  289. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +0 -4
  290. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.json +0 -128
  291. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.dbg.json +0 -4
  292. package/build/artifacts/contracts/core/Market/v3/PendleMarketFactoryV3.sol/PendleMarketFactoryV3.json +0 -610
  293. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.dbg.json +0 -4
  294. package/build/artifacts/contracts/core/Market/v3/PendleMarketV3.sol/PendleMarketV3.json +0 -1131
  295. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +0 -4
  296. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.json +0 -77
  297. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +0 -4
  298. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.json +0 -40
  299. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +0 -4
  300. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.json +0 -10
  301. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +0 -4
  302. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.json +0 -10
  303. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +0 -4
  304. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.json +0 -48
  305. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +0 -4
  306. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.json +0 -401
  307. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.dbg.json +0 -4
  308. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactory.sol/PendleYieldContractFactory.json +0 -590
  309. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +0 -4
  310. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.json +0 -886
  311. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +0 -4
  312. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.json +0 -254
  313. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.dbg.json +0 -4
  314. package/build/artifacts/contracts/core/erc20/PendleERC20Permit.sol/PendleERC20Permit.json +0 -394
  315. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.dbg.json +0 -4
  316. package/build/artifacts/contracts/core/erc20/PendleERC20PermitUpg.sol/PendleERC20PermitUpg.json +0 -370
  317. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.dbg.json +0 -4
  318. package/build/artifacts/contracts/core/erc20/PendleERC20Upg.sol/PendleERC20Upg.json +0 -246
  319. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +0 -4
  320. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.json +0 -10
  321. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +0 -4
  322. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.json +0 -10
  323. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +0 -4
  324. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.json +0 -10
  325. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +0 -4
  326. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.json +0 -37
  327. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +0 -4
  328. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.json +0 -99
  329. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +0 -4
  330. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.json +0 -1436
  331. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +0 -4
  332. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.json +0 -10
  333. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +0 -4
  334. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.json +0 -10
  335. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +0 -4
  336. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.json +0 -10
  337. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +0 -4
  338. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.json +0 -10
  339. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +0 -4
  340. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.json +0 -10
  341. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +0 -4
  342. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.json +0 -10
  343. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +0 -4
  344. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.json +0 -598
  345. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +0 -4
  346. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.json +0 -498
  347. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +0 -4
  348. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.json +0 -48
  349. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +0 -4
  350. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.json +0 -119
  351. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +0 -4
  352. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.json +0 -39
  353. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +0 -4
  354. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.json +0 -34
  355. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +0 -4
  356. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.json +0 -3402
  357. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +0 -4
  358. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.json +0 -68
  359. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +0 -4
  360. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.json +0 -307
  361. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +0 -4
  362. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.json +0 -603
  363. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +0 -4
  364. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.json +0 -1281
  365. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +0 -4
  366. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.json +0 -242
  367. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +0 -4
  368. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +0 -2990
  369. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +0 -4
  370. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.json +0 -1825
  371. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +0 -4
  372. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.json +0 -1479
  373. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +0 -4
  374. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.json +0 -1451
  375. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +0 -4
  376. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.json +0 -2439
  377. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +0 -4
  378. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.json +0 -2439
  379. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +0 -4
  380. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.json +0 -40
  381. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +0 -4
  382. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -7848
  383. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +0 -4
  384. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.json +0 -563
  385. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +0 -4
  386. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.json +0 -589
  387. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +0 -4
  388. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.json +0 -49
  389. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +0 -4
  390. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.json +0 -97
  391. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +0 -4
  392. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.json +0 -97
  393. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +0 -4
  394. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.json +0 -1351
  395. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +0 -4
  396. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.json +0 -122
  397. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +0 -4
  398. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.json +0 -91
  399. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +0 -4
  400. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.json +0 -262
  401. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +0 -4
  402. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.json +0 -426
  403. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +0 -4
  404. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.json +0 -74
  405. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +0 -4
  406. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.json +0 -24
  407. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +0 -4
  408. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.json +0 -123
  409. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +0 -4
  410. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.json +0 -169
  411. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +0 -4
  412. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.json +0 -62
  413. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +0 -4
  414. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.json +0 -160
  415. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +0 -4
  416. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.json +0 -183
  417. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +0 -4
  418. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +0 -137
  419. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +0 -4
  420. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.json +0 -48
  421. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +0 -4
  422. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.json +0 -40
  423. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +0 -4
  424. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.json +0 -56
  425. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +0 -4
  426. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.json +0 -10
  427. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +0 -4
  428. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.json +0 -736
  429. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +0 -4
  430. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.json +0 -45
  431. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +0 -4
  432. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.json +0 -820
  433. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +0 -4
  434. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.json +0 -153
  435. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.dbg.json +0 -4
  436. package/build/artifacts/contracts/interfaces/IPMarketFactoryV3.sol/IPMarketFactoryV3.json +0 -202
  437. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +0 -4
  438. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.json +0 -34
  439. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.dbg.json +0 -4
  440. package/build/artifacts/contracts/interfaces/IPMarketV3.sol/IPMarketV3.json +0 -833
  441. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +0 -4
  442. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.json +0 -150
  443. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +0 -4
  444. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.json +0 -55
  445. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +0 -4
  446. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.json +0 -24
  447. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +0 -4
  448. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.json +0 -73
  449. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +0 -4
  450. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.json +0 -251
  451. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +0 -4
  452. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.json +0 -67
  453. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +0 -4
  454. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.json +0 -24
  455. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +0 -4
  456. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.json +0 -215
  457. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +0 -4
  458. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +0 -38
  459. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +0 -4
  460. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.json +0 -162
  461. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +0 -4
  462. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.json +0 -24
  463. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +0 -4
  464. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.json +0 -347
  465. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +0 -4
  466. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.json +0 -30
  467. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +0 -4
  468. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.json +0 -3941
  469. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +0 -4
  470. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.json +0 -37
  471. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +0 -4
  472. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.json +0 -104
  473. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +0 -4
  474. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.json +0 -348
  475. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +0 -4
  476. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.json +0 -321
  477. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +0 -4
  478. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.json +0 -266
  479. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +0 -4
  480. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.json +0 -681
  481. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +0 -4
  482. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.json +0 -679
  483. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +0 -4
  484. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.json +0 -148
  485. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +0 -4
  486. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.json +0 -40
  487. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +0 -4
  488. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.json +0 -643
  489. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +0 -4
  490. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.json +0 -252
  491. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +0 -4
  492. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.json +0 -75
  493. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +0 -4
  494. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.json +0 -10
  495. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +0 -4
  496. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.json +0 -1059
  497. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.dbg.json +0 -4
  498. package/build/artifacts/contracts/limit/PendleLimitRouter.sol/PendleLimitRouter.json +0 -1086
  499. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +0 -4
  500. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.json +0 -99
  501. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +0 -4
  502. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.json +0 -149
  503. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +0 -4
  504. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.json +0 -37
  505. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +0 -4
  506. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.json +0 -114
  507. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +0 -4
  508. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.json +0 -35
  509. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +0 -4
  510. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.json +0 -57
  511. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +0 -4
  512. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.json +0 -303
  513. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +0 -4
  514. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.json +0 -180
  515. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +0 -4
  516. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.json +0 -262
  517. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +0 -4
  518. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.json +0 -10
  519. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +0 -4
  520. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.json +0 -206
  521. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +0 -4
  522. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.json +0 -300
  523. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +0 -4
  524. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.json +0 -30
  525. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +0 -4
  526. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.json +0 -572
  527. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.dbg.json +0 -4
  528. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelper.sol/LimitBackendHelper.json +0 -174
  529. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +0 -4
  530. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.json +0 -322
  531. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +0 -4
  532. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.json +0 -307
  533. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +0 -4
  534. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +0 -496
  535. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +0 -4
  536. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.json +0 -345
  537. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +0 -4
  538. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.json +0 -237
  539. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +0 -4
  540. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.json +0 -153
  541. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +0 -4
  542. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.json +0 -89
  543. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +0 -4
  544. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.json +0 -159
  545. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +0 -4
  546. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.json +0 -435
  547. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +0 -4
  548. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.json +0 -76
  549. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +0 -4
  550. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.json +0 -84
  551. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +0 -4
  552. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.json +0 -63
  553. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +0 -4
  554. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.json +0 -35
  555. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +0 -4
  556. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.json +0 -975
  557. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +0 -4
  558. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.json +0 -420
  559. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +0 -4
  560. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +0 -272
  561. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +0 -4
  562. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.json +0 -235
  563. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +0 -4
  564. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.json +0 -10
  565. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +0 -4
  566. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +0 -4030
  567. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +0 -4
  568. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.json +0 -35
  569. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +0 -4
  570. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.json +0 -307
  571. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +0 -4
  572. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +0 -723
  573. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +0 -4
  574. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.json +0 -1392
  575. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +0 -4
  576. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.json +0 -247
  577. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +0 -4
  578. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.json +0 -1523
  579. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +0 -4
  580. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.json +0 -93
  581. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +0 -4
  582. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.json +0 -10
  583. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +0 -4
  584. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.json +0 -10
  585. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +0 -4
  586. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.json +0 -10
  587. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +0 -4
  588. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.json +0 -10
  589. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +0 -4
  590. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.json +0 -427
  591. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +0 -4
  592. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.json +0 -10
  593. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +0 -4
  594. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.json +0 -274
  595. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +0 -4
  596. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.json +0 -343
  597. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +0 -4
  598. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.json +0 -305
  599. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +0 -4
  600. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.json +0 -10
  601. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +0 -4
  602. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +0 -183
  603. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +0 -4
  604. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +0 -183
  605. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +0 -4
  606. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.json +0 -10
  607. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +0 -4
  608. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.json +0 -24
  609. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +0 -4
  610. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.json +0 -24
  611. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +0 -4
  612. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.json +0 -79
  613. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +0 -4
  614. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.json +0 -24
  615. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +0 -4
  616. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.json +0 -131
  617. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +0 -4
  618. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.json +0 -84
  619. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +0 -4
  620. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +0 -3476
  621. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.dbg.json +0 -4
  622. package/build/artifacts/contracts/router/ActionCallbackV3.sol/ActionCallbackV3.json +0 -68
  623. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +0 -4
  624. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +0 -3006
  625. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.dbg.json +0 -4
  626. package/build/artifacts/contracts/router/ActionSimple.sol/ActionSimple.json +0 -1889
  627. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +0 -4
  628. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.json +0 -1451
  629. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +0 -4
  630. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +0 -2503
  631. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +0 -4
  632. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +0 -2503
  633. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +0 -4
  634. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.json +0 -35
  635. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +0 -4
  636. package/build/artifacts/contracts/router/Reflector.sol/Reflector.json +0 -34
  637. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +0 -4
  638. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.json +0 -10
  639. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +0 -4
  640. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.json +0 -10
  641. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +0 -4
  642. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.json +0 -10
  643. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +0 -4
  644. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.json +0 -10
  645. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +0 -4
  646. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.json +0 -10
  647. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +0 -4
  648. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.json +0 -10
  649. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +0 -4
  650. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.json +0 -10
  651. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +0 -4
  652. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.json +0 -10
  653. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +0 -4
  654. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.json +0 -10
  655. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +0 -4
  656. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.json +0 -10
  657. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +0 -4
  658. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.json +0 -81
  659. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +0 -4
  660. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.json +0 -407
  661. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +0 -4
  662. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.json +0 -10
  663. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +0 -4
  664. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.json +0 -577
  665. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +0 -4
  666. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.json +0 -10
  667. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +0 -4
  668. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.json +0 -40
  669. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +0 -4
  670. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.json +0 -82
  671. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +0 -4
  672. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.json +0 -280
  673. package/typechain-types/I1inchAggregationRouterV6.ts +0 -337
  674. package/typechain-types/IGenericSwapExactAmountIn.ts +0 -161
  675. package/typechain-types/IPendleCommonPoolDeployHelperV2.ts +0 -391
  676. package/typechain-types/MarketSwapNSeed.ts +0 -222
  677. package/typechain-types/PendleMarketFactory.ts +0 -906
  678. package/typechain-types/factories/I1inchAggregationRouterV6__factory.ts +0 -233
  679. package/typechain-types/factories/IGenericSwapExactAmountIn__factory.ts +0 -100
  680. package/typechain-types/factories/IPendleCommonPoolDeployHelperV2__factory.ts +0 -447
  681. package/typechain-types/factories/MarketSwapNSeed__factory.ts +0 -287
  682. package/typechain-types/factories/PendleMarketFactory__factory.ts +0 -748
  683. package/typechain-types/factories/PendleMarket__factory.ts +0 -1212
@@ -1,3402 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "IPActionAddRemoveLiqV3",
4
- "sourceName": "contracts/interfaces/IPActionAddRemoveLiqV3.sol",
5
- "abi": [
6
- {
7
- "anonymous": false,
8
- "inputs": [
9
- {
10
- "indexed": true,
11
- "internalType": "address",
12
- "name": "caller",
13
- "type": "address"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "market",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": true,
23
- "internalType": "address",
24
- "name": "receiver",
25
- "type": "address"
26
- },
27
- {
28
- "indexed": false,
29
- "internalType": "uint256",
30
- "name": "netSyUsed",
31
- "type": "uint256"
32
- },
33
- {
34
- "indexed": false,
35
- "internalType": "uint256",
36
- "name": "netPtUsed",
37
- "type": "uint256"
38
- },
39
- {
40
- "indexed": false,
41
- "internalType": "uint256",
42
- "name": "netLpOut",
43
- "type": "uint256"
44
- }
45
- ],
46
- "name": "AddLiquidityDualSyAndPt",
47
- "type": "event"
48
- },
49
- {
50
- "anonymous": false,
51
- "inputs": [
52
- {
53
- "indexed": true,
54
- "internalType": "address",
55
- "name": "caller",
56
- "type": "address"
57
- },
58
- {
59
- "indexed": true,
60
- "internalType": "address",
61
- "name": "market",
62
- "type": "address"
63
- },
64
- {
65
- "indexed": true,
66
- "internalType": "address",
67
- "name": "tokenIn",
68
- "type": "address"
69
- },
70
- {
71
- "indexed": false,
72
- "internalType": "address",
73
- "name": "receiver",
74
- "type": "address"
75
- },
76
- {
77
- "indexed": false,
78
- "internalType": "uint256",
79
- "name": "netTokenUsed",
80
- "type": "uint256"
81
- },
82
- {
83
- "indexed": false,
84
- "internalType": "uint256",
85
- "name": "netPtUsed",
86
- "type": "uint256"
87
- },
88
- {
89
- "indexed": false,
90
- "internalType": "uint256",
91
- "name": "netLpOut",
92
- "type": "uint256"
93
- },
94
- {
95
- "indexed": false,
96
- "internalType": "uint256",
97
- "name": "netSyInterm",
98
- "type": "uint256"
99
- }
100
- ],
101
- "name": "AddLiquidityDualTokenAndPt",
102
- "type": "event"
103
- },
104
- {
105
- "anonymous": false,
106
- "inputs": [
107
- {
108
- "indexed": true,
109
- "internalType": "address",
110
- "name": "caller",
111
- "type": "address"
112
- },
113
- {
114
- "indexed": true,
115
- "internalType": "address",
116
- "name": "market",
117
- "type": "address"
118
- },
119
- {
120
- "indexed": true,
121
- "internalType": "address",
122
- "name": "receiver",
123
- "type": "address"
124
- },
125
- {
126
- "indexed": false,
127
- "internalType": "uint256",
128
- "name": "netPtIn",
129
- "type": "uint256"
130
- },
131
- {
132
- "indexed": false,
133
- "internalType": "uint256",
134
- "name": "netLpOut",
135
- "type": "uint256"
136
- }
137
- ],
138
- "name": "AddLiquiditySinglePt",
139
- "type": "event"
140
- },
141
- {
142
- "anonymous": false,
143
- "inputs": [
144
- {
145
- "indexed": true,
146
- "internalType": "address",
147
- "name": "caller",
148
- "type": "address"
149
- },
150
- {
151
- "indexed": true,
152
- "internalType": "address",
153
- "name": "market",
154
- "type": "address"
155
- },
156
- {
157
- "indexed": true,
158
- "internalType": "address",
159
- "name": "receiver",
160
- "type": "address"
161
- },
162
- {
163
- "indexed": false,
164
- "internalType": "uint256",
165
- "name": "netSyIn",
166
- "type": "uint256"
167
- },
168
- {
169
- "indexed": false,
170
- "internalType": "uint256",
171
- "name": "netLpOut",
172
- "type": "uint256"
173
- }
174
- ],
175
- "name": "AddLiquiditySingleSy",
176
- "type": "event"
177
- },
178
- {
179
- "anonymous": false,
180
- "inputs": [
181
- {
182
- "indexed": true,
183
- "internalType": "address",
184
- "name": "caller",
185
- "type": "address"
186
- },
187
- {
188
- "indexed": true,
189
- "internalType": "address",
190
- "name": "market",
191
- "type": "address"
192
- },
193
- {
194
- "indexed": true,
195
- "internalType": "address",
196
- "name": "receiver",
197
- "type": "address"
198
- },
199
- {
200
- "indexed": false,
201
- "internalType": "uint256",
202
- "name": "netSyIn",
203
- "type": "uint256"
204
- },
205
- {
206
- "indexed": false,
207
- "internalType": "uint256",
208
- "name": "netSyMintPy",
209
- "type": "uint256"
210
- },
211
- {
212
- "indexed": false,
213
- "internalType": "uint256",
214
- "name": "netLpOut",
215
- "type": "uint256"
216
- },
217
- {
218
- "indexed": false,
219
- "internalType": "uint256",
220
- "name": "netYtOut",
221
- "type": "uint256"
222
- }
223
- ],
224
- "name": "AddLiquiditySingleSyKeepYt",
225
- "type": "event"
226
- },
227
- {
228
- "anonymous": false,
229
- "inputs": [
230
- {
231
- "indexed": true,
232
- "internalType": "address",
233
- "name": "caller",
234
- "type": "address"
235
- },
236
- {
237
- "indexed": true,
238
- "internalType": "address",
239
- "name": "market",
240
- "type": "address"
241
- },
242
- {
243
- "indexed": true,
244
- "internalType": "address",
245
- "name": "token",
246
- "type": "address"
247
- },
248
- {
249
- "indexed": false,
250
- "internalType": "address",
251
- "name": "receiver",
252
- "type": "address"
253
- },
254
- {
255
- "indexed": false,
256
- "internalType": "uint256",
257
- "name": "netTokenIn",
258
- "type": "uint256"
259
- },
260
- {
261
- "indexed": false,
262
- "internalType": "uint256",
263
- "name": "netLpOut",
264
- "type": "uint256"
265
- },
266
- {
267
- "indexed": false,
268
- "internalType": "uint256",
269
- "name": "netSyInterm",
270
- "type": "uint256"
271
- }
272
- ],
273
- "name": "AddLiquiditySingleToken",
274
- "type": "event"
275
- },
276
- {
277
- "anonymous": false,
278
- "inputs": [
279
- {
280
- "indexed": true,
281
- "internalType": "address",
282
- "name": "caller",
283
- "type": "address"
284
- },
285
- {
286
- "indexed": true,
287
- "internalType": "address",
288
- "name": "market",
289
- "type": "address"
290
- },
291
- {
292
- "indexed": true,
293
- "internalType": "address",
294
- "name": "token",
295
- "type": "address"
296
- },
297
- {
298
- "indexed": false,
299
- "internalType": "address",
300
- "name": "receiver",
301
- "type": "address"
302
- },
303
- {
304
- "indexed": false,
305
- "internalType": "uint256",
306
- "name": "netTokenIn",
307
- "type": "uint256"
308
- },
309
- {
310
- "indexed": false,
311
- "internalType": "uint256",
312
- "name": "netLpOut",
313
- "type": "uint256"
314
- },
315
- {
316
- "indexed": false,
317
- "internalType": "uint256",
318
- "name": "netYtOut",
319
- "type": "uint256"
320
- },
321
- {
322
- "indexed": false,
323
- "internalType": "uint256",
324
- "name": "netSyMintPy",
325
- "type": "uint256"
326
- },
327
- {
328
- "indexed": false,
329
- "internalType": "uint256",
330
- "name": "netSyInterm",
331
- "type": "uint256"
332
- }
333
- ],
334
- "name": "AddLiquiditySingleTokenKeepYt",
335
- "type": "event"
336
- },
337
- {
338
- "anonymous": false,
339
- "inputs": [
340
- {
341
- "indexed": true,
342
- "internalType": "address",
343
- "name": "caller",
344
- "type": "address"
345
- },
346
- {
347
- "indexed": true,
348
- "internalType": "address",
349
- "name": "market",
350
- "type": "address"
351
- },
352
- {
353
- "indexed": true,
354
- "internalType": "address",
355
- "name": "receiver",
356
- "type": "address"
357
- },
358
- {
359
- "indexed": false,
360
- "internalType": "uint256",
361
- "name": "netLpIn",
362
- "type": "uint256"
363
- },
364
- {
365
- "components": [
366
- {
367
- "internalType": "uint256",
368
- "name": "netPtFromRemove",
369
- "type": "uint256"
370
- },
371
- {
372
- "internalType": "uint256",
373
- "name": "netSyFromRemove",
374
- "type": "uint256"
375
- },
376
- {
377
- "internalType": "uint256",
378
- "name": "netPtRedeem",
379
- "type": "uint256"
380
- },
381
- {
382
- "internalType": "uint256",
383
- "name": "netSyFromRedeem",
384
- "type": "uint256"
385
- },
386
- {
387
- "internalType": "uint256",
388
- "name": "totalSyOut",
389
- "type": "uint256"
390
- }
391
- ],
392
- "indexed": false,
393
- "internalType": "struct ExitPostExpReturnParams",
394
- "name": "params",
395
- "type": "tuple"
396
- }
397
- ],
398
- "name": "ExitPostExpToSy",
399
- "type": "event"
400
- },
401
- {
402
- "anonymous": false,
403
- "inputs": [
404
- {
405
- "indexed": true,
406
- "internalType": "address",
407
- "name": "caller",
408
- "type": "address"
409
- },
410
- {
411
- "indexed": true,
412
- "internalType": "address",
413
- "name": "market",
414
- "type": "address"
415
- },
416
- {
417
- "indexed": true,
418
- "internalType": "address",
419
- "name": "token",
420
- "type": "address"
421
- },
422
- {
423
- "indexed": false,
424
- "internalType": "address",
425
- "name": "receiver",
426
- "type": "address"
427
- },
428
- {
429
- "indexed": false,
430
- "internalType": "uint256",
431
- "name": "netLpIn",
432
- "type": "uint256"
433
- },
434
- {
435
- "indexed": false,
436
- "internalType": "uint256",
437
- "name": "totalTokenOut",
438
- "type": "uint256"
439
- },
440
- {
441
- "components": [
442
- {
443
- "internalType": "uint256",
444
- "name": "netPtFromRemove",
445
- "type": "uint256"
446
- },
447
- {
448
- "internalType": "uint256",
449
- "name": "netSyFromRemove",
450
- "type": "uint256"
451
- },
452
- {
453
- "internalType": "uint256",
454
- "name": "netPtRedeem",
455
- "type": "uint256"
456
- },
457
- {
458
- "internalType": "uint256",
459
- "name": "netSyFromRedeem",
460
- "type": "uint256"
461
- },
462
- {
463
- "internalType": "uint256",
464
- "name": "totalSyOut",
465
- "type": "uint256"
466
- }
467
- ],
468
- "indexed": false,
469
- "internalType": "struct ExitPostExpReturnParams",
470
- "name": "params",
471
- "type": "tuple"
472
- }
473
- ],
474
- "name": "ExitPostExpToToken",
475
- "type": "event"
476
- },
477
- {
478
- "anonymous": false,
479
- "inputs": [
480
- {
481
- "indexed": true,
482
- "internalType": "address",
483
- "name": "caller",
484
- "type": "address"
485
- },
486
- {
487
- "indexed": true,
488
- "internalType": "address",
489
- "name": "market",
490
- "type": "address"
491
- },
492
- {
493
- "indexed": true,
494
- "internalType": "address",
495
- "name": "receiver",
496
- "type": "address"
497
- },
498
- {
499
- "indexed": false,
500
- "internalType": "uint256",
501
- "name": "netLpIn",
502
- "type": "uint256"
503
- },
504
- {
505
- "components": [
506
- {
507
- "internalType": "uint256",
508
- "name": "netPtFromRemove",
509
- "type": "uint256"
510
- },
511
- {
512
- "internalType": "uint256",
513
- "name": "netSyFromRemove",
514
- "type": "uint256"
515
- },
516
- {
517
- "internalType": "uint256",
518
- "name": "netPyRedeem",
519
- "type": "uint256"
520
- },
521
- {
522
- "internalType": "uint256",
523
- "name": "netSyFromRedeem",
524
- "type": "uint256"
525
- },
526
- {
527
- "internalType": "uint256",
528
- "name": "netPtSwap",
529
- "type": "uint256"
530
- },
531
- {
532
- "internalType": "uint256",
533
- "name": "netYtSwap",
534
- "type": "uint256"
535
- },
536
- {
537
- "internalType": "uint256",
538
- "name": "netSyFromSwap",
539
- "type": "uint256"
540
- },
541
- {
542
- "internalType": "uint256",
543
- "name": "netSyFee",
544
- "type": "uint256"
545
- },
546
- {
547
- "internalType": "uint256",
548
- "name": "totalSyOut",
549
- "type": "uint256"
550
- }
551
- ],
552
- "indexed": false,
553
- "internalType": "struct ExitPreExpReturnParams",
554
- "name": "params",
555
- "type": "tuple"
556
- }
557
- ],
558
- "name": "ExitPreExpToSy",
559
- "type": "event"
560
- },
561
- {
562
- "anonymous": false,
563
- "inputs": [
564
- {
565
- "indexed": true,
566
- "internalType": "address",
567
- "name": "caller",
568
- "type": "address"
569
- },
570
- {
571
- "indexed": true,
572
- "internalType": "address",
573
- "name": "market",
574
- "type": "address"
575
- },
576
- {
577
- "indexed": true,
578
- "internalType": "address",
579
- "name": "token",
580
- "type": "address"
581
- },
582
- {
583
- "indexed": false,
584
- "internalType": "address",
585
- "name": "receiver",
586
- "type": "address"
587
- },
588
- {
589
- "indexed": false,
590
- "internalType": "uint256",
591
- "name": "netLpIn",
592
- "type": "uint256"
593
- },
594
- {
595
- "indexed": false,
596
- "internalType": "uint256",
597
- "name": "totalTokenOut",
598
- "type": "uint256"
599
- },
600
- {
601
- "components": [
602
- {
603
- "internalType": "uint256",
604
- "name": "netPtFromRemove",
605
- "type": "uint256"
606
- },
607
- {
608
- "internalType": "uint256",
609
- "name": "netSyFromRemove",
610
- "type": "uint256"
611
- },
612
- {
613
- "internalType": "uint256",
614
- "name": "netPyRedeem",
615
- "type": "uint256"
616
- },
617
- {
618
- "internalType": "uint256",
619
- "name": "netSyFromRedeem",
620
- "type": "uint256"
621
- },
622
- {
623
- "internalType": "uint256",
624
- "name": "netPtSwap",
625
- "type": "uint256"
626
- },
627
- {
628
- "internalType": "uint256",
629
- "name": "netYtSwap",
630
- "type": "uint256"
631
- },
632
- {
633
- "internalType": "uint256",
634
- "name": "netSyFromSwap",
635
- "type": "uint256"
636
- },
637
- {
638
- "internalType": "uint256",
639
- "name": "netSyFee",
640
- "type": "uint256"
641
- },
642
- {
643
- "internalType": "uint256",
644
- "name": "totalSyOut",
645
- "type": "uint256"
646
- }
647
- ],
648
- "indexed": false,
649
- "internalType": "struct ExitPreExpReturnParams",
650
- "name": "params",
651
- "type": "tuple"
652
- }
653
- ],
654
- "name": "ExitPreExpToToken",
655
- "type": "event"
656
- },
657
- {
658
- "anonymous": false,
659
- "inputs": [
660
- {
661
- "indexed": true,
662
- "internalType": "address",
663
- "name": "caller",
664
- "type": "address"
665
- },
666
- {
667
- "indexed": true,
668
- "internalType": "address",
669
- "name": "receiver",
670
- "type": "address"
671
- },
672
- {
673
- "indexed": true,
674
- "internalType": "address",
675
- "name": "YT",
676
- "type": "address"
677
- },
678
- {
679
- "indexed": false,
680
- "internalType": "uint256",
681
- "name": "netSyIn",
682
- "type": "uint256"
683
- },
684
- {
685
- "indexed": false,
686
- "internalType": "uint256",
687
- "name": "netPyOut",
688
- "type": "uint256"
689
- }
690
- ],
691
- "name": "MintPyFromSy",
692
- "type": "event"
693
- },
694
- {
695
- "anonymous": false,
696
- "inputs": [
697
- {
698
- "indexed": true,
699
- "internalType": "address",
700
- "name": "caller",
701
- "type": "address"
702
- },
703
- {
704
- "indexed": true,
705
- "internalType": "address",
706
- "name": "tokenIn",
707
- "type": "address"
708
- },
709
- {
710
- "indexed": true,
711
- "internalType": "address",
712
- "name": "YT",
713
- "type": "address"
714
- },
715
- {
716
- "indexed": false,
717
- "internalType": "address",
718
- "name": "receiver",
719
- "type": "address"
720
- },
721
- {
722
- "indexed": false,
723
- "internalType": "uint256",
724
- "name": "netTokenIn",
725
- "type": "uint256"
726
- },
727
- {
728
- "indexed": false,
729
- "internalType": "uint256",
730
- "name": "netPyOut",
731
- "type": "uint256"
732
- },
733
- {
734
- "indexed": false,
735
- "internalType": "uint256",
736
- "name": "netSyInterm",
737
- "type": "uint256"
738
- }
739
- ],
740
- "name": "MintPyFromToken",
741
- "type": "event"
742
- },
743
- {
744
- "anonymous": false,
745
- "inputs": [
746
- {
747
- "indexed": true,
748
- "internalType": "address",
749
- "name": "caller",
750
- "type": "address"
751
- },
752
- {
753
- "indexed": true,
754
- "internalType": "address",
755
- "name": "tokenIn",
756
- "type": "address"
757
- },
758
- {
759
- "indexed": true,
760
- "internalType": "address",
761
- "name": "SY",
762
- "type": "address"
763
- },
764
- {
765
- "indexed": false,
766
- "internalType": "address",
767
- "name": "receiver",
768
- "type": "address"
769
- },
770
- {
771
- "indexed": false,
772
- "internalType": "uint256",
773
- "name": "netTokenIn",
774
- "type": "uint256"
775
- },
776
- {
777
- "indexed": false,
778
- "internalType": "uint256",
779
- "name": "netSyOut",
780
- "type": "uint256"
781
- }
782
- ],
783
- "name": "MintSyFromToken",
784
- "type": "event"
785
- },
786
- {
787
- "anonymous": false,
788
- "inputs": [
789
- {
790
- "indexed": true,
791
- "internalType": "address",
792
- "name": "previousOwner",
793
- "type": "address"
794
- },
795
- {
796
- "indexed": true,
797
- "internalType": "address",
798
- "name": "newOwner",
799
- "type": "address"
800
- }
801
- ],
802
- "name": "OwnershipTransferred",
803
- "type": "event"
804
- },
805
- {
806
- "anonymous": false,
807
- "inputs": [
808
- {
809
- "indexed": true,
810
- "internalType": "address",
811
- "name": "caller",
812
- "type": "address"
813
- },
814
- {
815
- "indexed": true,
816
- "internalType": "address",
817
- "name": "receiver",
818
- "type": "address"
819
- },
820
- {
821
- "indexed": true,
822
- "internalType": "address",
823
- "name": "YT",
824
- "type": "address"
825
- },
826
- {
827
- "indexed": false,
828
- "internalType": "uint256",
829
- "name": "netPyIn",
830
- "type": "uint256"
831
- },
832
- {
833
- "indexed": false,
834
- "internalType": "uint256",
835
- "name": "netSyOut",
836
- "type": "uint256"
837
- }
838
- ],
839
- "name": "RedeemPyToSy",
840
- "type": "event"
841
- },
842
- {
843
- "anonymous": false,
844
- "inputs": [
845
- {
846
- "indexed": true,
847
- "internalType": "address",
848
- "name": "caller",
849
- "type": "address"
850
- },
851
- {
852
- "indexed": true,
853
- "internalType": "address",
854
- "name": "tokenOut",
855
- "type": "address"
856
- },
857
- {
858
- "indexed": true,
859
- "internalType": "address",
860
- "name": "YT",
861
- "type": "address"
862
- },
863
- {
864
- "indexed": false,
865
- "internalType": "address",
866
- "name": "receiver",
867
- "type": "address"
868
- },
869
- {
870
- "indexed": false,
871
- "internalType": "uint256",
872
- "name": "netPyIn",
873
- "type": "uint256"
874
- },
875
- {
876
- "indexed": false,
877
- "internalType": "uint256",
878
- "name": "netTokenOut",
879
- "type": "uint256"
880
- },
881
- {
882
- "indexed": false,
883
- "internalType": "uint256",
884
- "name": "netSyInterm",
885
- "type": "uint256"
886
- }
887
- ],
888
- "name": "RedeemPyToToken",
889
- "type": "event"
890
- },
891
- {
892
- "anonymous": false,
893
- "inputs": [
894
- {
895
- "indexed": true,
896
- "internalType": "address",
897
- "name": "caller",
898
- "type": "address"
899
- },
900
- {
901
- "indexed": true,
902
- "internalType": "address",
903
- "name": "tokenOut",
904
- "type": "address"
905
- },
906
- {
907
- "indexed": true,
908
- "internalType": "address",
909
- "name": "SY",
910
- "type": "address"
911
- },
912
- {
913
- "indexed": false,
914
- "internalType": "address",
915
- "name": "receiver",
916
- "type": "address"
917
- },
918
- {
919
- "indexed": false,
920
- "internalType": "uint256",
921
- "name": "netSyIn",
922
- "type": "uint256"
923
- },
924
- {
925
- "indexed": false,
926
- "internalType": "uint256",
927
- "name": "netTokenOut",
928
- "type": "uint256"
929
- }
930
- ],
931
- "name": "RedeemSyToToken",
932
- "type": "event"
933
- },
934
- {
935
- "anonymous": false,
936
- "inputs": [
937
- {
938
- "indexed": true,
939
- "internalType": "address",
940
- "name": "caller",
941
- "type": "address"
942
- },
943
- {
944
- "indexed": true,
945
- "internalType": "address",
946
- "name": "market",
947
- "type": "address"
948
- },
949
- {
950
- "indexed": true,
951
- "internalType": "address",
952
- "name": "receiver",
953
- "type": "address"
954
- },
955
- {
956
- "indexed": false,
957
- "internalType": "uint256",
958
- "name": "netLpToRemove",
959
- "type": "uint256"
960
- },
961
- {
962
- "indexed": false,
963
- "internalType": "uint256",
964
- "name": "netPtOut",
965
- "type": "uint256"
966
- },
967
- {
968
- "indexed": false,
969
- "internalType": "uint256",
970
- "name": "netSyOut",
971
- "type": "uint256"
972
- }
973
- ],
974
- "name": "RemoveLiquidityDualSyAndPt",
975
- "type": "event"
976
- },
977
- {
978
- "anonymous": false,
979
- "inputs": [
980
- {
981
- "indexed": true,
982
- "internalType": "address",
983
- "name": "caller",
984
- "type": "address"
985
- },
986
- {
987
- "indexed": true,
988
- "internalType": "address",
989
- "name": "market",
990
- "type": "address"
991
- },
992
- {
993
- "indexed": true,
994
- "internalType": "address",
995
- "name": "tokenOut",
996
- "type": "address"
997
- },
998
- {
999
- "indexed": false,
1000
- "internalType": "address",
1001
- "name": "receiver",
1002
- "type": "address"
1003
- },
1004
- {
1005
- "indexed": false,
1006
- "internalType": "uint256",
1007
- "name": "netLpToRemove",
1008
- "type": "uint256"
1009
- },
1010
- {
1011
- "indexed": false,
1012
- "internalType": "uint256",
1013
- "name": "netPtOut",
1014
- "type": "uint256"
1015
- },
1016
- {
1017
- "indexed": false,
1018
- "internalType": "uint256",
1019
- "name": "netTokenOut",
1020
- "type": "uint256"
1021
- },
1022
- {
1023
- "indexed": false,
1024
- "internalType": "uint256",
1025
- "name": "netSyInterm",
1026
- "type": "uint256"
1027
- }
1028
- ],
1029
- "name": "RemoveLiquidityDualTokenAndPt",
1030
- "type": "event"
1031
- },
1032
- {
1033
- "anonymous": false,
1034
- "inputs": [
1035
- {
1036
- "indexed": true,
1037
- "internalType": "address",
1038
- "name": "caller",
1039
- "type": "address"
1040
- },
1041
- {
1042
- "indexed": true,
1043
- "internalType": "address",
1044
- "name": "market",
1045
- "type": "address"
1046
- },
1047
- {
1048
- "indexed": true,
1049
- "internalType": "address",
1050
- "name": "receiver",
1051
- "type": "address"
1052
- },
1053
- {
1054
- "indexed": false,
1055
- "internalType": "uint256",
1056
- "name": "netLpToRemove",
1057
- "type": "uint256"
1058
- },
1059
- {
1060
- "indexed": false,
1061
- "internalType": "uint256",
1062
- "name": "netPtOut",
1063
- "type": "uint256"
1064
- }
1065
- ],
1066
- "name": "RemoveLiquiditySinglePt",
1067
- "type": "event"
1068
- },
1069
- {
1070
- "anonymous": false,
1071
- "inputs": [
1072
- {
1073
- "indexed": true,
1074
- "internalType": "address",
1075
- "name": "caller",
1076
- "type": "address"
1077
- },
1078
- {
1079
- "indexed": true,
1080
- "internalType": "address",
1081
- "name": "market",
1082
- "type": "address"
1083
- },
1084
- {
1085
- "indexed": true,
1086
- "internalType": "address",
1087
- "name": "receiver",
1088
- "type": "address"
1089
- },
1090
- {
1091
- "indexed": false,
1092
- "internalType": "uint256",
1093
- "name": "netLpToRemove",
1094
- "type": "uint256"
1095
- },
1096
- {
1097
- "indexed": false,
1098
- "internalType": "uint256",
1099
- "name": "netSyOut",
1100
- "type": "uint256"
1101
- }
1102
- ],
1103
- "name": "RemoveLiquiditySingleSy",
1104
- "type": "event"
1105
- },
1106
- {
1107
- "anonymous": false,
1108
- "inputs": [
1109
- {
1110
- "indexed": true,
1111
- "internalType": "address",
1112
- "name": "caller",
1113
- "type": "address"
1114
- },
1115
- {
1116
- "indexed": true,
1117
- "internalType": "address",
1118
- "name": "market",
1119
- "type": "address"
1120
- },
1121
- {
1122
- "indexed": true,
1123
- "internalType": "address",
1124
- "name": "token",
1125
- "type": "address"
1126
- },
1127
- {
1128
- "indexed": false,
1129
- "internalType": "address",
1130
- "name": "receiver",
1131
- "type": "address"
1132
- },
1133
- {
1134
- "indexed": false,
1135
- "internalType": "uint256",
1136
- "name": "netLpToRemove",
1137
- "type": "uint256"
1138
- },
1139
- {
1140
- "indexed": false,
1141
- "internalType": "uint256",
1142
- "name": "netTokenOut",
1143
- "type": "uint256"
1144
- },
1145
- {
1146
- "indexed": false,
1147
- "internalType": "uint256",
1148
- "name": "netSyInterm",
1149
- "type": "uint256"
1150
- }
1151
- ],
1152
- "name": "RemoveLiquiditySingleToken",
1153
- "type": "event"
1154
- },
1155
- {
1156
- "anonymous": false,
1157
- "inputs": [
1158
- {
1159
- "indexed": true,
1160
- "internalType": "bytes4",
1161
- "name": "selector",
1162
- "type": "bytes4"
1163
- },
1164
- {
1165
- "indexed": true,
1166
- "internalType": "address",
1167
- "name": "facet",
1168
- "type": "address"
1169
- }
1170
- ],
1171
- "name": "SelectorToFacetSet",
1172
- "type": "event"
1173
- },
1174
- {
1175
- "anonymous": false,
1176
- "inputs": [
1177
- {
1178
- "indexed": true,
1179
- "internalType": "address",
1180
- "name": "caller",
1181
- "type": "address"
1182
- },
1183
- {
1184
- "indexed": true,
1185
- "internalType": "address",
1186
- "name": "market",
1187
- "type": "address"
1188
- },
1189
- {
1190
- "indexed": true,
1191
- "internalType": "address",
1192
- "name": "receiver",
1193
- "type": "address"
1194
- },
1195
- {
1196
- "indexed": false,
1197
- "internalType": "int256",
1198
- "name": "netPtToAccount",
1199
- "type": "int256"
1200
- },
1201
- {
1202
- "indexed": false,
1203
- "internalType": "int256",
1204
- "name": "netSyToAccount",
1205
- "type": "int256"
1206
- }
1207
- ],
1208
- "name": "SwapPtAndSy",
1209
- "type": "event"
1210
- },
1211
- {
1212
- "anonymous": false,
1213
- "inputs": [
1214
- {
1215
- "indexed": true,
1216
- "internalType": "address",
1217
- "name": "caller",
1218
- "type": "address"
1219
- },
1220
- {
1221
- "indexed": true,
1222
- "internalType": "address",
1223
- "name": "market",
1224
- "type": "address"
1225
- },
1226
- {
1227
- "indexed": true,
1228
- "internalType": "address",
1229
- "name": "token",
1230
- "type": "address"
1231
- },
1232
- {
1233
- "indexed": false,
1234
- "internalType": "address",
1235
- "name": "receiver",
1236
- "type": "address"
1237
- },
1238
- {
1239
- "indexed": false,
1240
- "internalType": "int256",
1241
- "name": "netPtToAccount",
1242
- "type": "int256"
1243
- },
1244
- {
1245
- "indexed": false,
1246
- "internalType": "int256",
1247
- "name": "netTokenToAccount",
1248
- "type": "int256"
1249
- },
1250
- {
1251
- "indexed": false,
1252
- "internalType": "uint256",
1253
- "name": "netSyInterm",
1254
- "type": "uint256"
1255
- }
1256
- ],
1257
- "name": "SwapPtAndToken",
1258
- "type": "event"
1259
- },
1260
- {
1261
- "anonymous": false,
1262
- "inputs": [
1263
- {
1264
- "indexed": true,
1265
- "internalType": "address",
1266
- "name": "caller",
1267
- "type": "address"
1268
- },
1269
- {
1270
- "indexed": true,
1271
- "internalType": "address",
1272
- "name": "market",
1273
- "type": "address"
1274
- },
1275
- {
1276
- "indexed": true,
1277
- "internalType": "address",
1278
- "name": "receiver",
1279
- "type": "address"
1280
- },
1281
- {
1282
- "indexed": false,
1283
- "internalType": "int256",
1284
- "name": "netYtToAccount",
1285
- "type": "int256"
1286
- },
1287
- {
1288
- "indexed": false,
1289
- "internalType": "int256",
1290
- "name": "netSyToAccount",
1291
- "type": "int256"
1292
- }
1293
- ],
1294
- "name": "SwapYtAndSy",
1295
- "type": "event"
1296
- },
1297
- {
1298
- "anonymous": false,
1299
- "inputs": [
1300
- {
1301
- "indexed": true,
1302
- "internalType": "address",
1303
- "name": "caller",
1304
- "type": "address"
1305
- },
1306
- {
1307
- "indexed": true,
1308
- "internalType": "address",
1309
- "name": "market",
1310
- "type": "address"
1311
- },
1312
- {
1313
- "indexed": true,
1314
- "internalType": "address",
1315
- "name": "token",
1316
- "type": "address"
1317
- },
1318
- {
1319
- "indexed": false,
1320
- "internalType": "address",
1321
- "name": "receiver",
1322
- "type": "address"
1323
- },
1324
- {
1325
- "indexed": false,
1326
- "internalType": "int256",
1327
- "name": "netYtToAccount",
1328
- "type": "int256"
1329
- },
1330
- {
1331
- "indexed": false,
1332
- "internalType": "int256",
1333
- "name": "netTokenToAccount",
1334
- "type": "int256"
1335
- },
1336
- {
1337
- "indexed": false,
1338
- "internalType": "uint256",
1339
- "name": "netSyInterm",
1340
- "type": "uint256"
1341
- }
1342
- ],
1343
- "name": "SwapYtAndToken",
1344
- "type": "event"
1345
- },
1346
- {
1347
- "inputs": [
1348
- {
1349
- "internalType": "address",
1350
- "name": "receiver",
1351
- "type": "address"
1352
- },
1353
- {
1354
- "internalType": "address",
1355
- "name": "market",
1356
- "type": "address"
1357
- },
1358
- {
1359
- "internalType": "uint256",
1360
- "name": "netSyDesired",
1361
- "type": "uint256"
1362
- },
1363
- {
1364
- "internalType": "uint256",
1365
- "name": "netPtDesired",
1366
- "type": "uint256"
1367
- },
1368
- {
1369
- "internalType": "uint256",
1370
- "name": "minLpOut",
1371
- "type": "uint256"
1372
- }
1373
- ],
1374
- "name": "addLiquidityDualSyAndPt",
1375
- "outputs": [
1376
- {
1377
- "internalType": "uint256",
1378
- "name": "netLpOut",
1379
- "type": "uint256"
1380
- },
1381
- {
1382
- "internalType": "uint256",
1383
- "name": "netSyUsed",
1384
- "type": "uint256"
1385
- },
1386
- {
1387
- "internalType": "uint256",
1388
- "name": "netPtUsed",
1389
- "type": "uint256"
1390
- }
1391
- ],
1392
- "stateMutability": "nonpayable",
1393
- "type": "function"
1394
- },
1395
- {
1396
- "inputs": [
1397
- {
1398
- "internalType": "address",
1399
- "name": "receiver",
1400
- "type": "address"
1401
- },
1402
- {
1403
- "internalType": "address",
1404
- "name": "market",
1405
- "type": "address"
1406
- },
1407
- {
1408
- "components": [
1409
- {
1410
- "internalType": "address",
1411
- "name": "tokenIn",
1412
- "type": "address"
1413
- },
1414
- {
1415
- "internalType": "uint256",
1416
- "name": "netTokenIn",
1417
- "type": "uint256"
1418
- },
1419
- {
1420
- "internalType": "address",
1421
- "name": "tokenMintSy",
1422
- "type": "address"
1423
- },
1424
- {
1425
- "internalType": "address",
1426
- "name": "pendleSwap",
1427
- "type": "address"
1428
- },
1429
- {
1430
- "components": [
1431
- {
1432
- "internalType": "enum SwapType",
1433
- "name": "swapType",
1434
- "type": "uint8"
1435
- },
1436
- {
1437
- "internalType": "address",
1438
- "name": "extRouter",
1439
- "type": "address"
1440
- },
1441
- {
1442
- "internalType": "bytes",
1443
- "name": "extCalldata",
1444
- "type": "bytes"
1445
- },
1446
- {
1447
- "internalType": "bool",
1448
- "name": "needScale",
1449
- "type": "bool"
1450
- }
1451
- ],
1452
- "internalType": "struct SwapData",
1453
- "name": "swapData",
1454
- "type": "tuple"
1455
- }
1456
- ],
1457
- "internalType": "struct TokenInput",
1458
- "name": "input",
1459
- "type": "tuple"
1460
- },
1461
- {
1462
- "internalType": "uint256",
1463
- "name": "netPtDesired",
1464
- "type": "uint256"
1465
- },
1466
- {
1467
- "internalType": "uint256",
1468
- "name": "minLpOut",
1469
- "type": "uint256"
1470
- }
1471
- ],
1472
- "name": "addLiquidityDualTokenAndPt",
1473
- "outputs": [
1474
- {
1475
- "internalType": "uint256",
1476
- "name": "netLpOut",
1477
- "type": "uint256"
1478
- },
1479
- {
1480
- "internalType": "uint256",
1481
- "name": "netPtUsed",
1482
- "type": "uint256"
1483
- },
1484
- {
1485
- "internalType": "uint256",
1486
- "name": "netSyInterm",
1487
- "type": "uint256"
1488
- }
1489
- ],
1490
- "stateMutability": "payable",
1491
- "type": "function"
1492
- },
1493
- {
1494
- "inputs": [
1495
- {
1496
- "internalType": "address",
1497
- "name": "receiver",
1498
- "type": "address"
1499
- },
1500
- {
1501
- "internalType": "address",
1502
- "name": "market",
1503
- "type": "address"
1504
- },
1505
- {
1506
- "internalType": "uint256",
1507
- "name": "netPtIn",
1508
- "type": "uint256"
1509
- },
1510
- {
1511
- "internalType": "uint256",
1512
- "name": "minLpOut",
1513
- "type": "uint256"
1514
- },
1515
- {
1516
- "components": [
1517
- {
1518
- "internalType": "uint256",
1519
- "name": "guessMin",
1520
- "type": "uint256"
1521
- },
1522
- {
1523
- "internalType": "uint256",
1524
- "name": "guessMax",
1525
- "type": "uint256"
1526
- },
1527
- {
1528
- "internalType": "uint256",
1529
- "name": "guessOffchain",
1530
- "type": "uint256"
1531
- },
1532
- {
1533
- "internalType": "uint256",
1534
- "name": "maxIteration",
1535
- "type": "uint256"
1536
- },
1537
- {
1538
- "internalType": "uint256",
1539
- "name": "eps",
1540
- "type": "uint256"
1541
- }
1542
- ],
1543
- "internalType": "struct ApproxParams",
1544
- "name": "guessPtSwapToSy",
1545
- "type": "tuple"
1546
- },
1547
- {
1548
- "components": [
1549
- {
1550
- "internalType": "address",
1551
- "name": "limitRouter",
1552
- "type": "address"
1553
- },
1554
- {
1555
- "internalType": "uint256",
1556
- "name": "epsSkipMarket",
1557
- "type": "uint256"
1558
- },
1559
- {
1560
- "components": [
1561
- {
1562
- "components": [
1563
- {
1564
- "internalType": "uint256",
1565
- "name": "salt",
1566
- "type": "uint256"
1567
- },
1568
- {
1569
- "internalType": "uint256",
1570
- "name": "expiry",
1571
- "type": "uint256"
1572
- },
1573
- {
1574
- "internalType": "uint256",
1575
- "name": "nonce",
1576
- "type": "uint256"
1577
- },
1578
- {
1579
- "internalType": "enum IPLimitOrderType.OrderType",
1580
- "name": "orderType",
1581
- "type": "uint8"
1582
- },
1583
- {
1584
- "internalType": "address",
1585
- "name": "token",
1586
- "type": "address"
1587
- },
1588
- {
1589
- "internalType": "address",
1590
- "name": "YT",
1591
- "type": "address"
1592
- },
1593
- {
1594
- "internalType": "address",
1595
- "name": "maker",
1596
- "type": "address"
1597
- },
1598
- {
1599
- "internalType": "address",
1600
- "name": "receiver",
1601
- "type": "address"
1602
- },
1603
- {
1604
- "internalType": "uint256",
1605
- "name": "makingAmount",
1606
- "type": "uint256"
1607
- },
1608
- {
1609
- "internalType": "uint256",
1610
- "name": "lnImpliedRate",
1611
- "type": "uint256"
1612
- },
1613
- {
1614
- "internalType": "uint256",
1615
- "name": "failSafeRate",
1616
- "type": "uint256"
1617
- },
1618
- {
1619
- "internalType": "bytes",
1620
- "name": "permit",
1621
- "type": "bytes"
1622
- }
1623
- ],
1624
- "internalType": "struct Order",
1625
- "name": "order",
1626
- "type": "tuple"
1627
- },
1628
- {
1629
- "internalType": "bytes",
1630
- "name": "signature",
1631
- "type": "bytes"
1632
- },
1633
- {
1634
- "internalType": "uint256",
1635
- "name": "makingAmount",
1636
- "type": "uint256"
1637
- }
1638
- ],
1639
- "internalType": "struct FillOrderParams[]",
1640
- "name": "normalFills",
1641
- "type": "tuple[]"
1642
- },
1643
- {
1644
- "components": [
1645
- {
1646
- "components": [
1647
- {
1648
- "internalType": "uint256",
1649
- "name": "salt",
1650
- "type": "uint256"
1651
- },
1652
- {
1653
- "internalType": "uint256",
1654
- "name": "expiry",
1655
- "type": "uint256"
1656
- },
1657
- {
1658
- "internalType": "uint256",
1659
- "name": "nonce",
1660
- "type": "uint256"
1661
- },
1662
- {
1663
- "internalType": "enum IPLimitOrderType.OrderType",
1664
- "name": "orderType",
1665
- "type": "uint8"
1666
- },
1667
- {
1668
- "internalType": "address",
1669
- "name": "token",
1670
- "type": "address"
1671
- },
1672
- {
1673
- "internalType": "address",
1674
- "name": "YT",
1675
- "type": "address"
1676
- },
1677
- {
1678
- "internalType": "address",
1679
- "name": "maker",
1680
- "type": "address"
1681
- },
1682
- {
1683
- "internalType": "address",
1684
- "name": "receiver",
1685
- "type": "address"
1686
- },
1687
- {
1688
- "internalType": "uint256",
1689
- "name": "makingAmount",
1690
- "type": "uint256"
1691
- },
1692
- {
1693
- "internalType": "uint256",
1694
- "name": "lnImpliedRate",
1695
- "type": "uint256"
1696
- },
1697
- {
1698
- "internalType": "uint256",
1699
- "name": "failSafeRate",
1700
- "type": "uint256"
1701
- },
1702
- {
1703
- "internalType": "bytes",
1704
- "name": "permit",
1705
- "type": "bytes"
1706
- }
1707
- ],
1708
- "internalType": "struct Order",
1709
- "name": "order",
1710
- "type": "tuple"
1711
- },
1712
- {
1713
- "internalType": "bytes",
1714
- "name": "signature",
1715
- "type": "bytes"
1716
- },
1717
- {
1718
- "internalType": "uint256",
1719
- "name": "makingAmount",
1720
- "type": "uint256"
1721
- }
1722
- ],
1723
- "internalType": "struct FillOrderParams[]",
1724
- "name": "flashFills",
1725
- "type": "tuple[]"
1726
- },
1727
- {
1728
- "internalType": "bytes",
1729
- "name": "optData",
1730
- "type": "bytes"
1731
- }
1732
- ],
1733
- "internalType": "struct LimitOrderData",
1734
- "name": "limit",
1735
- "type": "tuple"
1736
- }
1737
- ],
1738
- "name": "addLiquiditySinglePt",
1739
- "outputs": [
1740
- {
1741
- "internalType": "uint256",
1742
- "name": "netLpOut",
1743
- "type": "uint256"
1744
- },
1745
- {
1746
- "internalType": "uint256",
1747
- "name": "netSyFee",
1748
- "type": "uint256"
1749
- }
1750
- ],
1751
- "stateMutability": "nonpayable",
1752
- "type": "function"
1753
- },
1754
- {
1755
- "inputs": [
1756
- {
1757
- "internalType": "address",
1758
- "name": "receiver",
1759
- "type": "address"
1760
- },
1761
- {
1762
- "internalType": "address",
1763
- "name": "market",
1764
- "type": "address"
1765
- },
1766
- {
1767
- "internalType": "uint256",
1768
- "name": "netSyIn",
1769
- "type": "uint256"
1770
- },
1771
- {
1772
- "internalType": "uint256",
1773
- "name": "minLpOut",
1774
- "type": "uint256"
1775
- },
1776
- {
1777
- "components": [
1778
- {
1779
- "internalType": "uint256",
1780
- "name": "guessMin",
1781
- "type": "uint256"
1782
- },
1783
- {
1784
- "internalType": "uint256",
1785
- "name": "guessMax",
1786
- "type": "uint256"
1787
- },
1788
- {
1789
- "internalType": "uint256",
1790
- "name": "guessOffchain",
1791
- "type": "uint256"
1792
- },
1793
- {
1794
- "internalType": "uint256",
1795
- "name": "maxIteration",
1796
- "type": "uint256"
1797
- },
1798
- {
1799
- "internalType": "uint256",
1800
- "name": "eps",
1801
- "type": "uint256"
1802
- }
1803
- ],
1804
- "internalType": "struct ApproxParams",
1805
- "name": "guessPtReceivedFromSy",
1806
- "type": "tuple"
1807
- },
1808
- {
1809
- "components": [
1810
- {
1811
- "internalType": "address",
1812
- "name": "limitRouter",
1813
- "type": "address"
1814
- },
1815
- {
1816
- "internalType": "uint256",
1817
- "name": "epsSkipMarket",
1818
- "type": "uint256"
1819
- },
1820
- {
1821
- "components": [
1822
- {
1823
- "components": [
1824
- {
1825
- "internalType": "uint256",
1826
- "name": "salt",
1827
- "type": "uint256"
1828
- },
1829
- {
1830
- "internalType": "uint256",
1831
- "name": "expiry",
1832
- "type": "uint256"
1833
- },
1834
- {
1835
- "internalType": "uint256",
1836
- "name": "nonce",
1837
- "type": "uint256"
1838
- },
1839
- {
1840
- "internalType": "enum IPLimitOrderType.OrderType",
1841
- "name": "orderType",
1842
- "type": "uint8"
1843
- },
1844
- {
1845
- "internalType": "address",
1846
- "name": "token",
1847
- "type": "address"
1848
- },
1849
- {
1850
- "internalType": "address",
1851
- "name": "YT",
1852
- "type": "address"
1853
- },
1854
- {
1855
- "internalType": "address",
1856
- "name": "maker",
1857
- "type": "address"
1858
- },
1859
- {
1860
- "internalType": "address",
1861
- "name": "receiver",
1862
- "type": "address"
1863
- },
1864
- {
1865
- "internalType": "uint256",
1866
- "name": "makingAmount",
1867
- "type": "uint256"
1868
- },
1869
- {
1870
- "internalType": "uint256",
1871
- "name": "lnImpliedRate",
1872
- "type": "uint256"
1873
- },
1874
- {
1875
- "internalType": "uint256",
1876
- "name": "failSafeRate",
1877
- "type": "uint256"
1878
- },
1879
- {
1880
- "internalType": "bytes",
1881
- "name": "permit",
1882
- "type": "bytes"
1883
- }
1884
- ],
1885
- "internalType": "struct Order",
1886
- "name": "order",
1887
- "type": "tuple"
1888
- },
1889
- {
1890
- "internalType": "bytes",
1891
- "name": "signature",
1892
- "type": "bytes"
1893
- },
1894
- {
1895
- "internalType": "uint256",
1896
- "name": "makingAmount",
1897
- "type": "uint256"
1898
- }
1899
- ],
1900
- "internalType": "struct FillOrderParams[]",
1901
- "name": "normalFills",
1902
- "type": "tuple[]"
1903
- },
1904
- {
1905
- "components": [
1906
- {
1907
- "components": [
1908
- {
1909
- "internalType": "uint256",
1910
- "name": "salt",
1911
- "type": "uint256"
1912
- },
1913
- {
1914
- "internalType": "uint256",
1915
- "name": "expiry",
1916
- "type": "uint256"
1917
- },
1918
- {
1919
- "internalType": "uint256",
1920
- "name": "nonce",
1921
- "type": "uint256"
1922
- },
1923
- {
1924
- "internalType": "enum IPLimitOrderType.OrderType",
1925
- "name": "orderType",
1926
- "type": "uint8"
1927
- },
1928
- {
1929
- "internalType": "address",
1930
- "name": "token",
1931
- "type": "address"
1932
- },
1933
- {
1934
- "internalType": "address",
1935
- "name": "YT",
1936
- "type": "address"
1937
- },
1938
- {
1939
- "internalType": "address",
1940
- "name": "maker",
1941
- "type": "address"
1942
- },
1943
- {
1944
- "internalType": "address",
1945
- "name": "receiver",
1946
- "type": "address"
1947
- },
1948
- {
1949
- "internalType": "uint256",
1950
- "name": "makingAmount",
1951
- "type": "uint256"
1952
- },
1953
- {
1954
- "internalType": "uint256",
1955
- "name": "lnImpliedRate",
1956
- "type": "uint256"
1957
- },
1958
- {
1959
- "internalType": "uint256",
1960
- "name": "failSafeRate",
1961
- "type": "uint256"
1962
- },
1963
- {
1964
- "internalType": "bytes",
1965
- "name": "permit",
1966
- "type": "bytes"
1967
- }
1968
- ],
1969
- "internalType": "struct Order",
1970
- "name": "order",
1971
- "type": "tuple"
1972
- },
1973
- {
1974
- "internalType": "bytes",
1975
- "name": "signature",
1976
- "type": "bytes"
1977
- },
1978
- {
1979
- "internalType": "uint256",
1980
- "name": "makingAmount",
1981
- "type": "uint256"
1982
- }
1983
- ],
1984
- "internalType": "struct FillOrderParams[]",
1985
- "name": "flashFills",
1986
- "type": "tuple[]"
1987
- },
1988
- {
1989
- "internalType": "bytes",
1990
- "name": "optData",
1991
- "type": "bytes"
1992
- }
1993
- ],
1994
- "internalType": "struct LimitOrderData",
1995
- "name": "limit",
1996
- "type": "tuple"
1997
- }
1998
- ],
1999
- "name": "addLiquiditySingleSy",
2000
- "outputs": [
2001
- {
2002
- "internalType": "uint256",
2003
- "name": "netLpOut",
2004
- "type": "uint256"
2005
- },
2006
- {
2007
- "internalType": "uint256",
2008
- "name": "netSyFee",
2009
- "type": "uint256"
2010
- }
2011
- ],
2012
- "stateMutability": "nonpayable",
2013
- "type": "function"
2014
- },
2015
- {
2016
- "inputs": [
2017
- {
2018
- "internalType": "address",
2019
- "name": "receiver",
2020
- "type": "address"
2021
- },
2022
- {
2023
- "internalType": "address",
2024
- "name": "market",
2025
- "type": "address"
2026
- },
2027
- {
2028
- "internalType": "uint256",
2029
- "name": "netSyIn",
2030
- "type": "uint256"
2031
- },
2032
- {
2033
- "internalType": "uint256",
2034
- "name": "minLpOut",
2035
- "type": "uint256"
2036
- },
2037
- {
2038
- "internalType": "uint256",
2039
- "name": "minYtOut",
2040
- "type": "uint256"
2041
- }
2042
- ],
2043
- "name": "addLiquiditySingleSyKeepYt",
2044
- "outputs": [
2045
- {
2046
- "internalType": "uint256",
2047
- "name": "netLpOut",
2048
- "type": "uint256"
2049
- },
2050
- {
2051
- "internalType": "uint256",
2052
- "name": "netYtOut",
2053
- "type": "uint256"
2054
- },
2055
- {
2056
- "internalType": "uint256",
2057
- "name": "netSyMintPy",
2058
- "type": "uint256"
2059
- }
2060
- ],
2061
- "stateMutability": "nonpayable",
2062
- "type": "function"
2063
- },
2064
- {
2065
- "inputs": [
2066
- {
2067
- "internalType": "address",
2068
- "name": "receiver",
2069
- "type": "address"
2070
- },
2071
- {
2072
- "internalType": "address",
2073
- "name": "market",
2074
- "type": "address"
2075
- },
2076
- {
2077
- "internalType": "uint256",
2078
- "name": "minLpOut",
2079
- "type": "uint256"
2080
- },
2081
- {
2082
- "components": [
2083
- {
2084
- "internalType": "uint256",
2085
- "name": "guessMin",
2086
- "type": "uint256"
2087
- },
2088
- {
2089
- "internalType": "uint256",
2090
- "name": "guessMax",
2091
- "type": "uint256"
2092
- },
2093
- {
2094
- "internalType": "uint256",
2095
- "name": "guessOffchain",
2096
- "type": "uint256"
2097
- },
2098
- {
2099
- "internalType": "uint256",
2100
- "name": "maxIteration",
2101
- "type": "uint256"
2102
- },
2103
- {
2104
- "internalType": "uint256",
2105
- "name": "eps",
2106
- "type": "uint256"
2107
- }
2108
- ],
2109
- "internalType": "struct ApproxParams",
2110
- "name": "guessPtReceivedFromSy",
2111
- "type": "tuple"
2112
- },
2113
- {
2114
- "components": [
2115
- {
2116
- "internalType": "address",
2117
- "name": "tokenIn",
2118
- "type": "address"
2119
- },
2120
- {
2121
- "internalType": "uint256",
2122
- "name": "netTokenIn",
2123
- "type": "uint256"
2124
- },
2125
- {
2126
- "internalType": "address",
2127
- "name": "tokenMintSy",
2128
- "type": "address"
2129
- },
2130
- {
2131
- "internalType": "address",
2132
- "name": "pendleSwap",
2133
- "type": "address"
2134
- },
2135
- {
2136
- "components": [
2137
- {
2138
- "internalType": "enum SwapType",
2139
- "name": "swapType",
2140
- "type": "uint8"
2141
- },
2142
- {
2143
- "internalType": "address",
2144
- "name": "extRouter",
2145
- "type": "address"
2146
- },
2147
- {
2148
- "internalType": "bytes",
2149
- "name": "extCalldata",
2150
- "type": "bytes"
2151
- },
2152
- {
2153
- "internalType": "bool",
2154
- "name": "needScale",
2155
- "type": "bool"
2156
- }
2157
- ],
2158
- "internalType": "struct SwapData",
2159
- "name": "swapData",
2160
- "type": "tuple"
2161
- }
2162
- ],
2163
- "internalType": "struct TokenInput",
2164
- "name": "input",
2165
- "type": "tuple"
2166
- },
2167
- {
2168
- "components": [
2169
- {
2170
- "internalType": "address",
2171
- "name": "limitRouter",
2172
- "type": "address"
2173
- },
2174
- {
2175
- "internalType": "uint256",
2176
- "name": "epsSkipMarket",
2177
- "type": "uint256"
2178
- },
2179
- {
2180
- "components": [
2181
- {
2182
- "components": [
2183
- {
2184
- "internalType": "uint256",
2185
- "name": "salt",
2186
- "type": "uint256"
2187
- },
2188
- {
2189
- "internalType": "uint256",
2190
- "name": "expiry",
2191
- "type": "uint256"
2192
- },
2193
- {
2194
- "internalType": "uint256",
2195
- "name": "nonce",
2196
- "type": "uint256"
2197
- },
2198
- {
2199
- "internalType": "enum IPLimitOrderType.OrderType",
2200
- "name": "orderType",
2201
- "type": "uint8"
2202
- },
2203
- {
2204
- "internalType": "address",
2205
- "name": "token",
2206
- "type": "address"
2207
- },
2208
- {
2209
- "internalType": "address",
2210
- "name": "YT",
2211
- "type": "address"
2212
- },
2213
- {
2214
- "internalType": "address",
2215
- "name": "maker",
2216
- "type": "address"
2217
- },
2218
- {
2219
- "internalType": "address",
2220
- "name": "receiver",
2221
- "type": "address"
2222
- },
2223
- {
2224
- "internalType": "uint256",
2225
- "name": "makingAmount",
2226
- "type": "uint256"
2227
- },
2228
- {
2229
- "internalType": "uint256",
2230
- "name": "lnImpliedRate",
2231
- "type": "uint256"
2232
- },
2233
- {
2234
- "internalType": "uint256",
2235
- "name": "failSafeRate",
2236
- "type": "uint256"
2237
- },
2238
- {
2239
- "internalType": "bytes",
2240
- "name": "permit",
2241
- "type": "bytes"
2242
- }
2243
- ],
2244
- "internalType": "struct Order",
2245
- "name": "order",
2246
- "type": "tuple"
2247
- },
2248
- {
2249
- "internalType": "bytes",
2250
- "name": "signature",
2251
- "type": "bytes"
2252
- },
2253
- {
2254
- "internalType": "uint256",
2255
- "name": "makingAmount",
2256
- "type": "uint256"
2257
- }
2258
- ],
2259
- "internalType": "struct FillOrderParams[]",
2260
- "name": "normalFills",
2261
- "type": "tuple[]"
2262
- },
2263
- {
2264
- "components": [
2265
- {
2266
- "components": [
2267
- {
2268
- "internalType": "uint256",
2269
- "name": "salt",
2270
- "type": "uint256"
2271
- },
2272
- {
2273
- "internalType": "uint256",
2274
- "name": "expiry",
2275
- "type": "uint256"
2276
- },
2277
- {
2278
- "internalType": "uint256",
2279
- "name": "nonce",
2280
- "type": "uint256"
2281
- },
2282
- {
2283
- "internalType": "enum IPLimitOrderType.OrderType",
2284
- "name": "orderType",
2285
- "type": "uint8"
2286
- },
2287
- {
2288
- "internalType": "address",
2289
- "name": "token",
2290
- "type": "address"
2291
- },
2292
- {
2293
- "internalType": "address",
2294
- "name": "YT",
2295
- "type": "address"
2296
- },
2297
- {
2298
- "internalType": "address",
2299
- "name": "maker",
2300
- "type": "address"
2301
- },
2302
- {
2303
- "internalType": "address",
2304
- "name": "receiver",
2305
- "type": "address"
2306
- },
2307
- {
2308
- "internalType": "uint256",
2309
- "name": "makingAmount",
2310
- "type": "uint256"
2311
- },
2312
- {
2313
- "internalType": "uint256",
2314
- "name": "lnImpliedRate",
2315
- "type": "uint256"
2316
- },
2317
- {
2318
- "internalType": "uint256",
2319
- "name": "failSafeRate",
2320
- "type": "uint256"
2321
- },
2322
- {
2323
- "internalType": "bytes",
2324
- "name": "permit",
2325
- "type": "bytes"
2326
- }
2327
- ],
2328
- "internalType": "struct Order",
2329
- "name": "order",
2330
- "type": "tuple"
2331
- },
2332
- {
2333
- "internalType": "bytes",
2334
- "name": "signature",
2335
- "type": "bytes"
2336
- },
2337
- {
2338
- "internalType": "uint256",
2339
- "name": "makingAmount",
2340
- "type": "uint256"
2341
- }
2342
- ],
2343
- "internalType": "struct FillOrderParams[]",
2344
- "name": "flashFills",
2345
- "type": "tuple[]"
2346
- },
2347
- {
2348
- "internalType": "bytes",
2349
- "name": "optData",
2350
- "type": "bytes"
2351
- }
2352
- ],
2353
- "internalType": "struct LimitOrderData",
2354
- "name": "limit",
2355
- "type": "tuple"
2356
- }
2357
- ],
2358
- "name": "addLiquiditySingleToken",
2359
- "outputs": [
2360
- {
2361
- "internalType": "uint256",
2362
- "name": "netLpOut",
2363
- "type": "uint256"
2364
- },
2365
- {
2366
- "internalType": "uint256",
2367
- "name": "netSyFee",
2368
- "type": "uint256"
2369
- },
2370
- {
2371
- "internalType": "uint256",
2372
- "name": "netSyInterm",
2373
- "type": "uint256"
2374
- }
2375
- ],
2376
- "stateMutability": "payable",
2377
- "type": "function"
2378
- },
2379
- {
2380
- "inputs": [
2381
- {
2382
- "internalType": "address",
2383
- "name": "receiver",
2384
- "type": "address"
2385
- },
2386
- {
2387
- "internalType": "address",
2388
- "name": "market",
2389
- "type": "address"
2390
- },
2391
- {
2392
- "internalType": "uint256",
2393
- "name": "minLpOut",
2394
- "type": "uint256"
2395
- },
2396
- {
2397
- "internalType": "uint256",
2398
- "name": "minYtOut",
2399
- "type": "uint256"
2400
- },
2401
- {
2402
- "components": [
2403
- {
2404
- "internalType": "address",
2405
- "name": "tokenIn",
2406
- "type": "address"
2407
- },
2408
- {
2409
- "internalType": "uint256",
2410
- "name": "netTokenIn",
2411
- "type": "uint256"
2412
- },
2413
- {
2414
- "internalType": "address",
2415
- "name": "tokenMintSy",
2416
- "type": "address"
2417
- },
2418
- {
2419
- "internalType": "address",
2420
- "name": "pendleSwap",
2421
- "type": "address"
2422
- },
2423
- {
2424
- "components": [
2425
- {
2426
- "internalType": "enum SwapType",
2427
- "name": "swapType",
2428
- "type": "uint8"
2429
- },
2430
- {
2431
- "internalType": "address",
2432
- "name": "extRouter",
2433
- "type": "address"
2434
- },
2435
- {
2436
- "internalType": "bytes",
2437
- "name": "extCalldata",
2438
- "type": "bytes"
2439
- },
2440
- {
2441
- "internalType": "bool",
2442
- "name": "needScale",
2443
- "type": "bool"
2444
- }
2445
- ],
2446
- "internalType": "struct SwapData",
2447
- "name": "swapData",
2448
- "type": "tuple"
2449
- }
2450
- ],
2451
- "internalType": "struct TokenInput",
2452
- "name": "input",
2453
- "type": "tuple"
2454
- }
2455
- ],
2456
- "name": "addLiquiditySingleTokenKeepYt",
2457
- "outputs": [
2458
- {
2459
- "internalType": "uint256",
2460
- "name": "netLpOut",
2461
- "type": "uint256"
2462
- },
2463
- {
2464
- "internalType": "uint256",
2465
- "name": "netYtOut",
2466
- "type": "uint256"
2467
- },
2468
- {
2469
- "internalType": "uint256",
2470
- "name": "netSyMintPy",
2471
- "type": "uint256"
2472
- },
2473
- {
2474
- "internalType": "uint256",
2475
- "name": "netSyInterm",
2476
- "type": "uint256"
2477
- }
2478
- ],
2479
- "stateMutability": "payable",
2480
- "type": "function"
2481
- },
2482
- {
2483
- "inputs": [
2484
- {
2485
- "internalType": "address",
2486
- "name": "receiver",
2487
- "type": "address"
2488
- },
2489
- {
2490
- "internalType": "address",
2491
- "name": "market",
2492
- "type": "address"
2493
- },
2494
- {
2495
- "internalType": "uint256",
2496
- "name": "netLpToRemove",
2497
- "type": "uint256"
2498
- },
2499
- {
2500
- "internalType": "uint256",
2501
- "name": "minSyOut",
2502
- "type": "uint256"
2503
- },
2504
- {
2505
- "internalType": "uint256",
2506
- "name": "minPtOut",
2507
- "type": "uint256"
2508
- }
2509
- ],
2510
- "name": "removeLiquidityDualSyAndPt",
2511
- "outputs": [
2512
- {
2513
- "internalType": "uint256",
2514
- "name": "netSyOut",
2515
- "type": "uint256"
2516
- },
2517
- {
2518
- "internalType": "uint256",
2519
- "name": "netPtOut",
2520
- "type": "uint256"
2521
- }
2522
- ],
2523
- "stateMutability": "nonpayable",
2524
- "type": "function"
2525
- },
2526
- {
2527
- "inputs": [
2528
- {
2529
- "internalType": "address",
2530
- "name": "receiver",
2531
- "type": "address"
2532
- },
2533
- {
2534
- "internalType": "address",
2535
- "name": "market",
2536
- "type": "address"
2537
- },
2538
- {
2539
- "internalType": "uint256",
2540
- "name": "netLpToRemove",
2541
- "type": "uint256"
2542
- },
2543
- {
2544
- "components": [
2545
- {
2546
- "internalType": "address",
2547
- "name": "tokenOut",
2548
- "type": "address"
2549
- },
2550
- {
2551
- "internalType": "uint256",
2552
- "name": "minTokenOut",
2553
- "type": "uint256"
2554
- },
2555
- {
2556
- "internalType": "address",
2557
- "name": "tokenRedeemSy",
2558
- "type": "address"
2559
- },
2560
- {
2561
- "internalType": "address",
2562
- "name": "pendleSwap",
2563
- "type": "address"
2564
- },
2565
- {
2566
- "components": [
2567
- {
2568
- "internalType": "enum SwapType",
2569
- "name": "swapType",
2570
- "type": "uint8"
2571
- },
2572
- {
2573
- "internalType": "address",
2574
- "name": "extRouter",
2575
- "type": "address"
2576
- },
2577
- {
2578
- "internalType": "bytes",
2579
- "name": "extCalldata",
2580
- "type": "bytes"
2581
- },
2582
- {
2583
- "internalType": "bool",
2584
- "name": "needScale",
2585
- "type": "bool"
2586
- }
2587
- ],
2588
- "internalType": "struct SwapData",
2589
- "name": "swapData",
2590
- "type": "tuple"
2591
- }
2592
- ],
2593
- "internalType": "struct TokenOutput",
2594
- "name": "output",
2595
- "type": "tuple"
2596
- },
2597
- {
2598
- "internalType": "uint256",
2599
- "name": "minPtOut",
2600
- "type": "uint256"
2601
- }
2602
- ],
2603
- "name": "removeLiquidityDualTokenAndPt",
2604
- "outputs": [
2605
- {
2606
- "internalType": "uint256",
2607
- "name": "netTokenOut",
2608
- "type": "uint256"
2609
- },
2610
- {
2611
- "internalType": "uint256",
2612
- "name": "netPtOut",
2613
- "type": "uint256"
2614
- },
2615
- {
2616
- "internalType": "uint256",
2617
- "name": "netSyInterm",
2618
- "type": "uint256"
2619
- }
2620
- ],
2621
- "stateMutability": "nonpayable",
2622
- "type": "function"
2623
- },
2624
- {
2625
- "inputs": [
2626
- {
2627
- "internalType": "address",
2628
- "name": "receiver",
2629
- "type": "address"
2630
- },
2631
- {
2632
- "internalType": "address",
2633
- "name": "market",
2634
- "type": "address"
2635
- },
2636
- {
2637
- "internalType": "uint256",
2638
- "name": "netLpToRemove",
2639
- "type": "uint256"
2640
- },
2641
- {
2642
- "internalType": "uint256",
2643
- "name": "minPtOut",
2644
- "type": "uint256"
2645
- },
2646
- {
2647
- "components": [
2648
- {
2649
- "internalType": "uint256",
2650
- "name": "guessMin",
2651
- "type": "uint256"
2652
- },
2653
- {
2654
- "internalType": "uint256",
2655
- "name": "guessMax",
2656
- "type": "uint256"
2657
- },
2658
- {
2659
- "internalType": "uint256",
2660
- "name": "guessOffchain",
2661
- "type": "uint256"
2662
- },
2663
- {
2664
- "internalType": "uint256",
2665
- "name": "maxIteration",
2666
- "type": "uint256"
2667
- },
2668
- {
2669
- "internalType": "uint256",
2670
- "name": "eps",
2671
- "type": "uint256"
2672
- }
2673
- ],
2674
- "internalType": "struct ApproxParams",
2675
- "name": "guessPtReceivedFromSy",
2676
- "type": "tuple"
2677
- },
2678
- {
2679
- "components": [
2680
- {
2681
- "internalType": "address",
2682
- "name": "limitRouter",
2683
- "type": "address"
2684
- },
2685
- {
2686
- "internalType": "uint256",
2687
- "name": "epsSkipMarket",
2688
- "type": "uint256"
2689
- },
2690
- {
2691
- "components": [
2692
- {
2693
- "components": [
2694
- {
2695
- "internalType": "uint256",
2696
- "name": "salt",
2697
- "type": "uint256"
2698
- },
2699
- {
2700
- "internalType": "uint256",
2701
- "name": "expiry",
2702
- "type": "uint256"
2703
- },
2704
- {
2705
- "internalType": "uint256",
2706
- "name": "nonce",
2707
- "type": "uint256"
2708
- },
2709
- {
2710
- "internalType": "enum IPLimitOrderType.OrderType",
2711
- "name": "orderType",
2712
- "type": "uint8"
2713
- },
2714
- {
2715
- "internalType": "address",
2716
- "name": "token",
2717
- "type": "address"
2718
- },
2719
- {
2720
- "internalType": "address",
2721
- "name": "YT",
2722
- "type": "address"
2723
- },
2724
- {
2725
- "internalType": "address",
2726
- "name": "maker",
2727
- "type": "address"
2728
- },
2729
- {
2730
- "internalType": "address",
2731
- "name": "receiver",
2732
- "type": "address"
2733
- },
2734
- {
2735
- "internalType": "uint256",
2736
- "name": "makingAmount",
2737
- "type": "uint256"
2738
- },
2739
- {
2740
- "internalType": "uint256",
2741
- "name": "lnImpliedRate",
2742
- "type": "uint256"
2743
- },
2744
- {
2745
- "internalType": "uint256",
2746
- "name": "failSafeRate",
2747
- "type": "uint256"
2748
- },
2749
- {
2750
- "internalType": "bytes",
2751
- "name": "permit",
2752
- "type": "bytes"
2753
- }
2754
- ],
2755
- "internalType": "struct Order",
2756
- "name": "order",
2757
- "type": "tuple"
2758
- },
2759
- {
2760
- "internalType": "bytes",
2761
- "name": "signature",
2762
- "type": "bytes"
2763
- },
2764
- {
2765
- "internalType": "uint256",
2766
- "name": "makingAmount",
2767
- "type": "uint256"
2768
- }
2769
- ],
2770
- "internalType": "struct FillOrderParams[]",
2771
- "name": "normalFills",
2772
- "type": "tuple[]"
2773
- },
2774
- {
2775
- "components": [
2776
- {
2777
- "components": [
2778
- {
2779
- "internalType": "uint256",
2780
- "name": "salt",
2781
- "type": "uint256"
2782
- },
2783
- {
2784
- "internalType": "uint256",
2785
- "name": "expiry",
2786
- "type": "uint256"
2787
- },
2788
- {
2789
- "internalType": "uint256",
2790
- "name": "nonce",
2791
- "type": "uint256"
2792
- },
2793
- {
2794
- "internalType": "enum IPLimitOrderType.OrderType",
2795
- "name": "orderType",
2796
- "type": "uint8"
2797
- },
2798
- {
2799
- "internalType": "address",
2800
- "name": "token",
2801
- "type": "address"
2802
- },
2803
- {
2804
- "internalType": "address",
2805
- "name": "YT",
2806
- "type": "address"
2807
- },
2808
- {
2809
- "internalType": "address",
2810
- "name": "maker",
2811
- "type": "address"
2812
- },
2813
- {
2814
- "internalType": "address",
2815
- "name": "receiver",
2816
- "type": "address"
2817
- },
2818
- {
2819
- "internalType": "uint256",
2820
- "name": "makingAmount",
2821
- "type": "uint256"
2822
- },
2823
- {
2824
- "internalType": "uint256",
2825
- "name": "lnImpliedRate",
2826
- "type": "uint256"
2827
- },
2828
- {
2829
- "internalType": "uint256",
2830
- "name": "failSafeRate",
2831
- "type": "uint256"
2832
- },
2833
- {
2834
- "internalType": "bytes",
2835
- "name": "permit",
2836
- "type": "bytes"
2837
- }
2838
- ],
2839
- "internalType": "struct Order",
2840
- "name": "order",
2841
- "type": "tuple"
2842
- },
2843
- {
2844
- "internalType": "bytes",
2845
- "name": "signature",
2846
- "type": "bytes"
2847
- },
2848
- {
2849
- "internalType": "uint256",
2850
- "name": "makingAmount",
2851
- "type": "uint256"
2852
- }
2853
- ],
2854
- "internalType": "struct FillOrderParams[]",
2855
- "name": "flashFills",
2856
- "type": "tuple[]"
2857
- },
2858
- {
2859
- "internalType": "bytes",
2860
- "name": "optData",
2861
- "type": "bytes"
2862
- }
2863
- ],
2864
- "internalType": "struct LimitOrderData",
2865
- "name": "limit",
2866
- "type": "tuple"
2867
- }
2868
- ],
2869
- "name": "removeLiquiditySinglePt",
2870
- "outputs": [
2871
- {
2872
- "internalType": "uint256",
2873
- "name": "netPtOut",
2874
- "type": "uint256"
2875
- },
2876
- {
2877
- "internalType": "uint256",
2878
- "name": "netSyFee",
2879
- "type": "uint256"
2880
- }
2881
- ],
2882
- "stateMutability": "nonpayable",
2883
- "type": "function"
2884
- },
2885
- {
2886
- "inputs": [
2887
- {
2888
- "internalType": "address",
2889
- "name": "receiver",
2890
- "type": "address"
2891
- },
2892
- {
2893
- "internalType": "address",
2894
- "name": "market",
2895
- "type": "address"
2896
- },
2897
- {
2898
- "internalType": "uint256",
2899
- "name": "netLpToRemove",
2900
- "type": "uint256"
2901
- },
2902
- {
2903
- "internalType": "uint256",
2904
- "name": "minSyOut",
2905
- "type": "uint256"
2906
- },
2907
- {
2908
- "components": [
2909
- {
2910
- "internalType": "address",
2911
- "name": "limitRouter",
2912
- "type": "address"
2913
- },
2914
- {
2915
- "internalType": "uint256",
2916
- "name": "epsSkipMarket",
2917
- "type": "uint256"
2918
- },
2919
- {
2920
- "components": [
2921
- {
2922
- "components": [
2923
- {
2924
- "internalType": "uint256",
2925
- "name": "salt",
2926
- "type": "uint256"
2927
- },
2928
- {
2929
- "internalType": "uint256",
2930
- "name": "expiry",
2931
- "type": "uint256"
2932
- },
2933
- {
2934
- "internalType": "uint256",
2935
- "name": "nonce",
2936
- "type": "uint256"
2937
- },
2938
- {
2939
- "internalType": "enum IPLimitOrderType.OrderType",
2940
- "name": "orderType",
2941
- "type": "uint8"
2942
- },
2943
- {
2944
- "internalType": "address",
2945
- "name": "token",
2946
- "type": "address"
2947
- },
2948
- {
2949
- "internalType": "address",
2950
- "name": "YT",
2951
- "type": "address"
2952
- },
2953
- {
2954
- "internalType": "address",
2955
- "name": "maker",
2956
- "type": "address"
2957
- },
2958
- {
2959
- "internalType": "address",
2960
- "name": "receiver",
2961
- "type": "address"
2962
- },
2963
- {
2964
- "internalType": "uint256",
2965
- "name": "makingAmount",
2966
- "type": "uint256"
2967
- },
2968
- {
2969
- "internalType": "uint256",
2970
- "name": "lnImpliedRate",
2971
- "type": "uint256"
2972
- },
2973
- {
2974
- "internalType": "uint256",
2975
- "name": "failSafeRate",
2976
- "type": "uint256"
2977
- },
2978
- {
2979
- "internalType": "bytes",
2980
- "name": "permit",
2981
- "type": "bytes"
2982
- }
2983
- ],
2984
- "internalType": "struct Order",
2985
- "name": "order",
2986
- "type": "tuple"
2987
- },
2988
- {
2989
- "internalType": "bytes",
2990
- "name": "signature",
2991
- "type": "bytes"
2992
- },
2993
- {
2994
- "internalType": "uint256",
2995
- "name": "makingAmount",
2996
- "type": "uint256"
2997
- }
2998
- ],
2999
- "internalType": "struct FillOrderParams[]",
3000
- "name": "normalFills",
3001
- "type": "tuple[]"
3002
- },
3003
- {
3004
- "components": [
3005
- {
3006
- "components": [
3007
- {
3008
- "internalType": "uint256",
3009
- "name": "salt",
3010
- "type": "uint256"
3011
- },
3012
- {
3013
- "internalType": "uint256",
3014
- "name": "expiry",
3015
- "type": "uint256"
3016
- },
3017
- {
3018
- "internalType": "uint256",
3019
- "name": "nonce",
3020
- "type": "uint256"
3021
- },
3022
- {
3023
- "internalType": "enum IPLimitOrderType.OrderType",
3024
- "name": "orderType",
3025
- "type": "uint8"
3026
- },
3027
- {
3028
- "internalType": "address",
3029
- "name": "token",
3030
- "type": "address"
3031
- },
3032
- {
3033
- "internalType": "address",
3034
- "name": "YT",
3035
- "type": "address"
3036
- },
3037
- {
3038
- "internalType": "address",
3039
- "name": "maker",
3040
- "type": "address"
3041
- },
3042
- {
3043
- "internalType": "address",
3044
- "name": "receiver",
3045
- "type": "address"
3046
- },
3047
- {
3048
- "internalType": "uint256",
3049
- "name": "makingAmount",
3050
- "type": "uint256"
3051
- },
3052
- {
3053
- "internalType": "uint256",
3054
- "name": "lnImpliedRate",
3055
- "type": "uint256"
3056
- },
3057
- {
3058
- "internalType": "uint256",
3059
- "name": "failSafeRate",
3060
- "type": "uint256"
3061
- },
3062
- {
3063
- "internalType": "bytes",
3064
- "name": "permit",
3065
- "type": "bytes"
3066
- }
3067
- ],
3068
- "internalType": "struct Order",
3069
- "name": "order",
3070
- "type": "tuple"
3071
- },
3072
- {
3073
- "internalType": "bytes",
3074
- "name": "signature",
3075
- "type": "bytes"
3076
- },
3077
- {
3078
- "internalType": "uint256",
3079
- "name": "makingAmount",
3080
- "type": "uint256"
3081
- }
3082
- ],
3083
- "internalType": "struct FillOrderParams[]",
3084
- "name": "flashFills",
3085
- "type": "tuple[]"
3086
- },
3087
- {
3088
- "internalType": "bytes",
3089
- "name": "optData",
3090
- "type": "bytes"
3091
- }
3092
- ],
3093
- "internalType": "struct LimitOrderData",
3094
- "name": "limit",
3095
- "type": "tuple"
3096
- }
3097
- ],
3098
- "name": "removeLiquiditySingleSy",
3099
- "outputs": [
3100
- {
3101
- "internalType": "uint256",
3102
- "name": "netSyOut",
3103
- "type": "uint256"
3104
- },
3105
- {
3106
- "internalType": "uint256",
3107
- "name": "netSyFee",
3108
- "type": "uint256"
3109
- }
3110
- ],
3111
- "stateMutability": "nonpayable",
3112
- "type": "function"
3113
- },
3114
- {
3115
- "inputs": [
3116
- {
3117
- "internalType": "address",
3118
- "name": "receiver",
3119
- "type": "address"
3120
- },
3121
- {
3122
- "internalType": "address",
3123
- "name": "market",
3124
- "type": "address"
3125
- },
3126
- {
3127
- "internalType": "uint256",
3128
- "name": "netLpToRemove",
3129
- "type": "uint256"
3130
- },
3131
- {
3132
- "components": [
3133
- {
3134
- "internalType": "address",
3135
- "name": "tokenOut",
3136
- "type": "address"
3137
- },
3138
- {
3139
- "internalType": "uint256",
3140
- "name": "minTokenOut",
3141
- "type": "uint256"
3142
- },
3143
- {
3144
- "internalType": "address",
3145
- "name": "tokenRedeemSy",
3146
- "type": "address"
3147
- },
3148
- {
3149
- "internalType": "address",
3150
- "name": "pendleSwap",
3151
- "type": "address"
3152
- },
3153
- {
3154
- "components": [
3155
- {
3156
- "internalType": "enum SwapType",
3157
- "name": "swapType",
3158
- "type": "uint8"
3159
- },
3160
- {
3161
- "internalType": "address",
3162
- "name": "extRouter",
3163
- "type": "address"
3164
- },
3165
- {
3166
- "internalType": "bytes",
3167
- "name": "extCalldata",
3168
- "type": "bytes"
3169
- },
3170
- {
3171
- "internalType": "bool",
3172
- "name": "needScale",
3173
- "type": "bool"
3174
- }
3175
- ],
3176
- "internalType": "struct SwapData",
3177
- "name": "swapData",
3178
- "type": "tuple"
3179
- }
3180
- ],
3181
- "internalType": "struct TokenOutput",
3182
- "name": "output",
3183
- "type": "tuple"
3184
- },
3185
- {
3186
- "components": [
3187
- {
3188
- "internalType": "address",
3189
- "name": "limitRouter",
3190
- "type": "address"
3191
- },
3192
- {
3193
- "internalType": "uint256",
3194
- "name": "epsSkipMarket",
3195
- "type": "uint256"
3196
- },
3197
- {
3198
- "components": [
3199
- {
3200
- "components": [
3201
- {
3202
- "internalType": "uint256",
3203
- "name": "salt",
3204
- "type": "uint256"
3205
- },
3206
- {
3207
- "internalType": "uint256",
3208
- "name": "expiry",
3209
- "type": "uint256"
3210
- },
3211
- {
3212
- "internalType": "uint256",
3213
- "name": "nonce",
3214
- "type": "uint256"
3215
- },
3216
- {
3217
- "internalType": "enum IPLimitOrderType.OrderType",
3218
- "name": "orderType",
3219
- "type": "uint8"
3220
- },
3221
- {
3222
- "internalType": "address",
3223
- "name": "token",
3224
- "type": "address"
3225
- },
3226
- {
3227
- "internalType": "address",
3228
- "name": "YT",
3229
- "type": "address"
3230
- },
3231
- {
3232
- "internalType": "address",
3233
- "name": "maker",
3234
- "type": "address"
3235
- },
3236
- {
3237
- "internalType": "address",
3238
- "name": "receiver",
3239
- "type": "address"
3240
- },
3241
- {
3242
- "internalType": "uint256",
3243
- "name": "makingAmount",
3244
- "type": "uint256"
3245
- },
3246
- {
3247
- "internalType": "uint256",
3248
- "name": "lnImpliedRate",
3249
- "type": "uint256"
3250
- },
3251
- {
3252
- "internalType": "uint256",
3253
- "name": "failSafeRate",
3254
- "type": "uint256"
3255
- },
3256
- {
3257
- "internalType": "bytes",
3258
- "name": "permit",
3259
- "type": "bytes"
3260
- }
3261
- ],
3262
- "internalType": "struct Order",
3263
- "name": "order",
3264
- "type": "tuple"
3265
- },
3266
- {
3267
- "internalType": "bytes",
3268
- "name": "signature",
3269
- "type": "bytes"
3270
- },
3271
- {
3272
- "internalType": "uint256",
3273
- "name": "makingAmount",
3274
- "type": "uint256"
3275
- }
3276
- ],
3277
- "internalType": "struct FillOrderParams[]",
3278
- "name": "normalFills",
3279
- "type": "tuple[]"
3280
- },
3281
- {
3282
- "components": [
3283
- {
3284
- "components": [
3285
- {
3286
- "internalType": "uint256",
3287
- "name": "salt",
3288
- "type": "uint256"
3289
- },
3290
- {
3291
- "internalType": "uint256",
3292
- "name": "expiry",
3293
- "type": "uint256"
3294
- },
3295
- {
3296
- "internalType": "uint256",
3297
- "name": "nonce",
3298
- "type": "uint256"
3299
- },
3300
- {
3301
- "internalType": "enum IPLimitOrderType.OrderType",
3302
- "name": "orderType",
3303
- "type": "uint8"
3304
- },
3305
- {
3306
- "internalType": "address",
3307
- "name": "token",
3308
- "type": "address"
3309
- },
3310
- {
3311
- "internalType": "address",
3312
- "name": "YT",
3313
- "type": "address"
3314
- },
3315
- {
3316
- "internalType": "address",
3317
- "name": "maker",
3318
- "type": "address"
3319
- },
3320
- {
3321
- "internalType": "address",
3322
- "name": "receiver",
3323
- "type": "address"
3324
- },
3325
- {
3326
- "internalType": "uint256",
3327
- "name": "makingAmount",
3328
- "type": "uint256"
3329
- },
3330
- {
3331
- "internalType": "uint256",
3332
- "name": "lnImpliedRate",
3333
- "type": "uint256"
3334
- },
3335
- {
3336
- "internalType": "uint256",
3337
- "name": "failSafeRate",
3338
- "type": "uint256"
3339
- },
3340
- {
3341
- "internalType": "bytes",
3342
- "name": "permit",
3343
- "type": "bytes"
3344
- }
3345
- ],
3346
- "internalType": "struct Order",
3347
- "name": "order",
3348
- "type": "tuple"
3349
- },
3350
- {
3351
- "internalType": "bytes",
3352
- "name": "signature",
3353
- "type": "bytes"
3354
- },
3355
- {
3356
- "internalType": "uint256",
3357
- "name": "makingAmount",
3358
- "type": "uint256"
3359
- }
3360
- ],
3361
- "internalType": "struct FillOrderParams[]",
3362
- "name": "flashFills",
3363
- "type": "tuple[]"
3364
- },
3365
- {
3366
- "internalType": "bytes",
3367
- "name": "optData",
3368
- "type": "bytes"
3369
- }
3370
- ],
3371
- "internalType": "struct LimitOrderData",
3372
- "name": "limit",
3373
- "type": "tuple"
3374
- }
3375
- ],
3376
- "name": "removeLiquiditySingleToken",
3377
- "outputs": [
3378
- {
3379
- "internalType": "uint256",
3380
- "name": "netTokenOut",
3381
- "type": "uint256"
3382
- },
3383
- {
3384
- "internalType": "uint256",
3385
- "name": "netSyFee",
3386
- "type": "uint256"
3387
- },
3388
- {
3389
- "internalType": "uint256",
3390
- "name": "netSyInterm",
3391
- "type": "uint256"
3392
- }
3393
- ],
3394
- "stateMutability": "nonpayable",
3395
- "type": "function"
3396
- }
3397
- ],
3398
- "bytecode": "0x",
3399
- "deployedBytecode": "0x",
3400
- "linkReferences": {},
3401
- "deployedLinkReferences": {}
3402
- }