@pendle/core-v2 6.4.2-swaphubtest → 6.4.2

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 (302) hide show
  1. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiveEndpointUpg.sol/PendleMsgReceiveEndpointUpg.dbg.json +1 -1
  2. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgReceiverAppUpg.sol/PendleMsgReceiverAppUpg.dbg.json +1 -1
  3. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSendEndpointUpg.sol/PendleMsgSendEndpointUpg.dbg.json +1 -1
  4. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/PendleMsgSenderAppUpg.sol/PendleMsgSenderAppUpg.dbg.json +1 -1
  5. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/ExcessivelySafeCall.sol/ExcessivelySafeCall.dbg.json +1 -1
  6. package/build/artifacts/contracts/LiquidityMining/CrossChainMsg/libraries/LayerZeroHelper.sol/LayerZeroHelper.dbg.json +1 -1
  7. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerBaseUpg.sol/PendleGaugeControllerBaseUpg.dbg.json +1 -1
  8. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerMainchainUpg.sol/PendleGaugeControllerMainchainUpg.dbg.json +1 -1
  9. package/build/artifacts/contracts/LiquidityMining/GaugeController/PendleGaugeControllerSidechainUpg.sol/PendleGaugeControllerSidechainUpg.dbg.json +1 -1
  10. package/build/artifacts/contracts/LiquidityMining/PendleMerkleDistributor.sol/PendleMerkleDistributor.dbg.json +1 -1
  11. package/build/artifacts/contracts/LiquidityMining/PendleMultiTokenMerkleDistributor.sol/PendleMultiTokenMerkleDistributor.dbg.json +1 -1
  12. package/build/artifacts/contracts/LiquidityMining/VotingController/PendleVotingControllerUpg.sol/PendleVotingControllerUpg.dbg.json +1 -1
  13. package/build/artifacts/contracts/LiquidityMining/VotingController/VotingControllerStorageUpg.sol/VotingControllerStorageUpg.dbg.json +1 -1
  14. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleMainchain.sol/VotingEscrowPendleMainchain.dbg.json +1 -1
  15. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowPendleSidechain.sol/VotingEscrowPendleSidechain.dbg.json +1 -1
  16. package/build/artifacts/contracts/LiquidityMining/VotingEscrow/VotingEscrowTokenBase.sol/VotingEscrowTokenBase.dbg.json +1 -1
  17. package/build/artifacts/contracts/LiquidityMining/libraries/VeBalanceLib.sol/VeBalanceLib.dbg.json +1 -1
  18. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/CheckpointHelper.dbg.json +1 -1
  19. package/build/artifacts/contracts/LiquidityMining/libraries/VeHistoryLib.sol/Checkpoints.dbg.json +1 -1
  20. package/build/artifacts/contracts/LiquidityMining/libraries/WeekMath.sol/WeekMath.dbg.json +1 -1
  21. package/build/artifacts/contracts/StPendle.sol/RoundDataLib.dbg.json +4 -0
  22. package/build/artifacts/contracts/StPendle.sol/RoundDataLib.json +10 -0
  23. package/build/artifacts/contracts/StPendle.sol/StPendle.dbg.json +4 -0
  24. package/build/artifacts/contracts/StPendle.sol/StPendle.json +228 -0
  25. package/build/artifacts/contracts/core/Market/MarketMathCore.sol/MarketMathCore.dbg.json +1 -1
  26. package/build/artifacts/contracts/core/Market/OracleLib.sol/OracleLib.dbg.json +1 -1
  27. package/build/artifacts/contracts/core/Market/PendleGauge.sol/PendleGauge.dbg.json +1 -1
  28. package/build/artifacts/contracts/core/Market/PendleMarketFactoryV6Upg.sol/PendleMarketFactoryV6Upg.dbg.json +1 -1
  29. package/build/artifacts/contracts/core/Market/PendleMarketV6.sol/PendleMarketV6.dbg.json +1 -1
  30. package/build/artifacts/contracts/core/RewardManager/RewardManager.sol/RewardManager.dbg.json +1 -1
  31. package/build/artifacts/contracts/core/RewardManager/RewardManagerAbstract.sol/RewardManagerAbstract.dbg.json +1 -1
  32. package/build/artifacts/contracts/core/StandardizedYield/PYIndex.sol/PYIndexLib.dbg.json +1 -1
  33. package/build/artifacts/contracts/core/StandardizedYield/SYUtils.sol/SYUtils.dbg.json +1 -1
  34. package/build/artifacts/contracts/core/YieldContracts/InterestManagerYT.sol/InterestManagerYT.dbg.json +1 -1
  35. package/build/artifacts/contracts/core/YieldContracts/PendlePrincipalToken.sol/PendlePrincipalToken.dbg.json +1 -1
  36. package/build/artifacts/contracts/core/YieldContracts/PendleYieldContractFactoryUpg.sol/PendleYieldContractFactoryUpg.dbg.json +1 -1
  37. package/build/artifacts/contracts/core/YieldContracts/PendleYieldToken.sol/PendleYieldToken.dbg.json +1 -1
  38. package/build/artifacts/contracts/core/erc20/PendleERC20.sol/PendleERC20.dbg.json +1 -1
  39. package/build/artifacts/contracts/core/libraries/ArrayLib.sol/ArrayLib.dbg.json +1 -1
  40. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/BaseSplitCodeFactory.dbg.json +1 -1
  41. package/build/artifacts/contracts/core/libraries/BaseSplitCodeFactory.sol/CodeDeployer.dbg.json +1 -1
  42. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableData.dbg.json +1 -1
  43. package/build/artifacts/contracts/core/libraries/BoringOwnableUpgradeableV2.sol/BoringOwnableUpgradeableV2.dbg.json +1 -1
  44. package/build/artifacts/contracts/core/libraries/Errors.sol/Errors.dbg.json +1 -1
  45. package/build/artifacts/contracts/core/libraries/ExpiryUtilsLib.sol/ExpiryUtils.dbg.json +1 -1
  46. package/build/artifacts/contracts/core/libraries/MiniHelpers.sol/MiniHelpers.dbg.json +1 -1
  47. package/build/artifacts/contracts/core/libraries/StringLib.sol/StringLib.dbg.json +1 -1
  48. package/build/artifacts/contracts/core/libraries/TokenHelper.sol/TokenHelper.dbg.json +1 -1
  49. package/build/artifacts/contracts/core/libraries/math/LogExpMath.sol/LogExpMath.dbg.json +1 -1
  50. package/build/artifacts/contracts/core/libraries/math/PMath.sol/PMath.dbg.json +1 -1
  51. package/build/artifacts/contracts/cross-chain/FixedPricePTAMM.sol/FixedPricePTAMM.dbg.json +1 -1
  52. package/build/artifacts/contracts/cross-chain/factory/hub/PendlePTOFTAdapterFactory.sol/PendlePTOFTAdapterFactory.dbg.json +1 -1
  53. package/build/artifacts/contracts/cross-chain/oftImpl/hub/OFTAdapterImpl.sol/OFTAdapterImpl.dbg.json +1 -1
  54. package/build/artifacts/contracts/cross-chain/oftImpl/spoke/PendleBridgedPrincipalToken.sol/PendleBridgedPrincipalToken.dbg.json +1 -1
  55. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributor.sol/PendleFeeDistributor.dbg.json +1 -1
  56. package/build/artifacts/contracts/deprecated/VeDistributor/PendleFeeDistributorV2.sol/PendleFeeDistributorV2.dbg.json +1 -1
  57. package/build/artifacts/contracts/interfaces/IAddressProvider.sol/IAddressProvider.dbg.json +1 -1
  58. package/build/artifacts/contracts/interfaces/ILPWrapper.sol/ILPWrapper.dbg.json +1 -1
  59. package/build/artifacts/contracts/interfaces/ILayerZeroEndpoint.sol/ILayerZeroEndpoint.dbg.json +1 -1
  60. package/build/artifacts/contracts/interfaces/ILayerZeroReceiver.sol/ILayerZeroReceiver.dbg.json +1 -1
  61. package/build/artifacts/contracts/interfaces/IMarketSweed.sol/IMarketSweed.dbg.json +1 -1
  62. package/build/artifacts/contracts/interfaces/IOwnable.sol/IOwnable.dbg.json +1 -1
  63. package/build/artifacts/contracts/interfaces/IPActionAddRemoveLiqV3.sol/IPActionAddRemoveLiqV3.dbg.json +1 -1
  64. package/build/artifacts/contracts/interfaces/IPActionCallbackV3.sol/IPActionCallbackV3.dbg.json +1 -1
  65. package/build/artifacts/contracts/interfaces/IPActionCrossChain.sol/IPActionCrossChain.dbg.json +1 -1
  66. package/build/artifacts/contracts/interfaces/IPActionInfoStatic.sol/IPActionInfoStatic.dbg.json +1 -1
  67. package/build/artifacts/contracts/interfaces/IPActionMarketAuxStatic.sol/IPActionMarketAuxStatic.dbg.json +1 -1
  68. package/build/artifacts/contracts/interfaces/IPActionMarketCoreStatic.sol/IPActionMarketCoreStatic.dbg.json +1 -1
  69. package/build/artifacts/contracts/interfaces/IPActionMintRedeemStatic.sol/IPActionMintRedeemStatic.dbg.json +1 -1
  70. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  71. package/build/artifacts/contracts/interfaces/IPActionSimple.sol/IPActionSimple.dbg.json +1 -1
  72. package/build/artifacts/contracts/interfaces/IPActionStorageStatic.sol/IPActionStorageStatic.dbg.json +1 -1
  73. package/build/artifacts/contracts/interfaces/IPActionStorageV4.sol/IPActionStorageV4.dbg.json +1 -1
  74. package/build/artifacts/contracts/interfaces/IPActionSwapPTV3.sol/IPActionSwapPTV3.dbg.json +1 -1
  75. package/build/artifacts/contracts/interfaces/IPActionSwapYTV3.sol/IPActionSwapYTV3.dbg.json +1 -1
  76. package/build/artifacts/contracts/interfaces/IPActionVePendleStatic.sol/IPActionVePendleStatic.dbg.json +1 -1
  77. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  78. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionAddRemoveLiqV3Events.dbg.json +1 -1
  79. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionMiscV3Events.dbg.json +1 -1
  80. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionStorageEvents.dbg.json +1 -1
  81. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapPTV3Events.dbg.json +1 -1
  82. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPActionSwapYTV3Events.dbg.json +1 -1
  83. package/build/artifacts/contracts/interfaces/IPAllEventsV3.sol/IPAllEventsV3.dbg.json +1 -1
  84. package/build/artifacts/contracts/interfaces/IPBridgedPrincipalToken.sol/IPBridgedPrincipalToken.dbg.json +1 -1
  85. package/build/artifacts/contracts/interfaces/IPChainlinkOracle.sol/IPChainlinkOracle.dbg.json +1 -1
  86. package/build/artifacts/contracts/interfaces/IPChainlinkOracleEssential.sol/IPChainlinkOracleEssential.dbg.json +1 -1
  87. package/build/artifacts/contracts/interfaces/IPChainlinkOracleFactory.sol/IPChainlinkOracleFactory.dbg.json +1 -1
  88. package/build/artifacts/contracts/interfaces/IPChainlinkOracleWithQuote.sol/IPChainlinkOracleWithQuote.dbg.json +1 -1
  89. package/build/artifacts/contracts/interfaces/IPCommonPoolDeployHelperV2.sol/IPCommonPoolDeployHelperV2.dbg.json +1 -1
  90. package/build/artifacts/contracts/interfaces/IPCommonSYFactory.sol/IPCommonSYFactory.dbg.json +1 -1
  91. package/build/artifacts/contracts/interfaces/IPExchangeRateOracle.sol/IPExchangeRateOracle.dbg.json +1 -1
  92. package/build/artifacts/contracts/interfaces/IPExchangeRateOracleApp.sol/IPExchangeRateOracleApp.dbg.json +1 -1
  93. package/build/artifacts/contracts/interfaces/IPFeeDistributor.sol/IPFeeDistributor.dbg.json +1 -1
  94. package/build/artifacts/contracts/interfaces/IPFeeDistributorV2.sol/IPFeeDistributorV2.dbg.json +1 -1
  95. package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMM.dbg.json +1 -1
  96. package/build/artifacts/contracts/interfaces/IPFixedPricePTAMM.sol/IPFixedPricePTAMMSwapCallback.dbg.json +1 -1
  97. package/build/artifacts/contracts/interfaces/IPGauge.sol/IPGauge.dbg.json +1 -1
  98. package/build/artifacts/contracts/interfaces/IPGaugeController.sol/IPGaugeController.dbg.json +1 -1
  99. package/build/artifacts/contracts/interfaces/IPGaugeControllerMainchain.sol/IPGaugeControllerMainchain.dbg.json +1 -1
  100. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +1 -1
  101. package/build/artifacts/contracts/interfaces/IPInterestManagerYT.sol/IPInterestManagerYT.dbg.json +1 -1
  102. package/build/artifacts/contracts/interfaces/IPInterestManagerYTV2.sol/IPInterestManagerYTV2.dbg.json +1 -1
  103. package/build/artifacts/contracts/interfaces/IPLPWrapperFactory.sol/IPLPWrapperFactory.dbg.json +1 -1
  104. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitOrderType.dbg.json +1 -1
  105. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouter.dbg.json +1 -1
  106. package/build/artifacts/contracts/interfaces/IPLimitRouter.sol/IPLimitRouterCallback.dbg.json +1 -1
  107. package/build/artifacts/contracts/interfaces/IPMarket.sol/IPMarket.dbg.json +1 -1
  108. package/build/artifacts/contracts/interfaces/IPMarketFactory.sol/IPMarketFactory.dbg.json +1 -1
  109. package/build/artifacts/contracts/interfaces/IPMarketSwapCallback.sol/IPMarketSwapCallback.dbg.json +1 -1
  110. package/build/artifacts/contracts/interfaces/IPMerkleDistributor.sol/IPMerkleDistributor.dbg.json +1 -1
  111. package/build/artifacts/contracts/interfaces/IPMiniDiamond.sol/IPMiniDiamond.dbg.json +1 -1
  112. package/build/artifacts/contracts/interfaces/IPMsgReceiverApp.sol/IPMsgReceiverApp.dbg.json +1 -1
  113. package/build/artifacts/contracts/interfaces/IPMsgSendEndpoint.sol/IPMsgSendEndpoint.dbg.json +1 -1
  114. package/build/artifacts/contracts/interfaces/IPMultiTokenMerkleDistributor.sol/IPMultiTokenMerkleDistributor.dbg.json +1 -1
  115. package/build/artifacts/contracts/interfaces/IPOffchainStorage.sol/IPOffchainStorage.dbg.json +1 -1
  116. package/build/artifacts/contracts/interfaces/IPOracleForSy.sol/IPOracleForSy.dbg.json +1 -1
  117. package/build/artifacts/contracts/interfaces/IPPTOFTAdapterFactory.sol/IPPTOFTAdapterFactory.dbg.json +1 -1
  118. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +1 -1
  119. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +1 -1
  120. package/build/artifacts/contracts/interfaces/IPPoolDeployHelperV2.sol/IPPoolDeployHelperV2.dbg.json +1 -1
  121. package/build/artifacts/contracts/interfaces/IPPriceFeed.sol/IPPriceFeed.dbg.json +1 -1
  122. package/build/artifacts/contracts/interfaces/IPPrincipalToken.sol/IPPrincipalToken.dbg.json +1 -1
  123. package/build/artifacts/contracts/interfaces/IPReflector.sol/IPReflector.dbg.json +1 -1
  124. package/build/artifacts/contracts/interfaces/IPRouterStatic.sol/IPRouterStatic.dbg.json +1 -1
  125. package/build/artifacts/contracts/interfaces/IPTokenWithSupplyCap.sol/IPTokenWithSupplyCap.dbg.json +1 -1
  126. package/build/artifacts/contracts/interfaces/IPVeToken.sol/IPVeToken.dbg.json +1 -1
  127. package/build/artifacts/contracts/interfaces/IPVotingController.sol/IPVotingController.dbg.json +1 -1
  128. package/build/artifacts/contracts/interfaces/IPVotingEscrowMainchain.sol/IPVotingEscrowMainchain.dbg.json +1 -1
  129. package/build/artifacts/contracts/interfaces/IPYieldContractFactory.sol/IPYieldContractFactory.dbg.json +1 -1
  130. package/build/artifacts/contracts/interfaces/IPYieldToken.sol/IPYieldToken.dbg.json +1 -1
  131. package/build/artifacts/contracts/interfaces/IPYieldTokenV2.sol/IPYieldTokenV2.dbg.json +1 -1
  132. package/build/artifacts/contracts/interfaces/IRedstonePriceFeed.sol/IRedstonePriceFeed.dbg.json +1 -1
  133. package/build/artifacts/contracts/interfaces/IRewardManager.sol/IRewardManager.dbg.json +1 -1
  134. package/build/artifacts/contracts/interfaces/IStandardizedYield.sol/IStandardizedYield.dbg.json +1 -1
  135. package/build/artifacts/contracts/interfaces/IWETH.sol/IWETH.dbg.json +1 -1
  136. package/build/artifacts/contracts/interfaces/IWstETH.sol/IWstETH.dbg.json +1 -1
  137. package/build/artifacts/contracts/limit/LimitMathCore.sol/LimitMathCore.dbg.json +1 -1
  138. package/build/artifacts/contracts/limit/LimitRouterBase.sol/LimitRouterBase.dbg.json +1 -1
  139. package/build/artifacts/contracts/limit/helpers/NonceManager.sol/NonceManager.dbg.json +1 -1
  140. package/build/artifacts/contracts/offchain-helpers/AddressProvider.sol/AddressProvider.dbg.json +1 -1
  141. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/AutomateReady.dbg.json +1 -1
  142. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IAutomate.dbg.json +1 -1
  143. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/IOpsProxyFactory.dbg.json +1 -1
  144. package/build/artifacts/contracts/offchain-helpers/AutomateReady.sol/ITaskTreasuryUpgradable.dbg.json +1 -1
  145. package/build/artifacts/contracts/offchain-helpers/BalanceReader.sol/BalanceReader.dbg.json +1 -1
  146. package/build/artifacts/contracts/offchain-helpers/BaseSplitCodeFactoryContract.sol/BaseSplitCodeFactoryContract.dbg.json +1 -1
  147. package/build/artifacts/contracts/offchain-helpers/Broadcaster.sol/Broadcaster.dbg.json +1 -1
  148. package/build/artifacts/contracts/offchain-helpers/BytesLib.sol/BytesLib.dbg.json +1 -1
  149. package/build/artifacts/contracts/offchain-helpers/EmptyUUPS.sol/EmptyUUPS.dbg.json +1 -1
  150. package/build/artifacts/contracts/offchain-helpers/ExpiredLpPtRedeemer.sol/ExpiredLpPtRedeemer.dbg.json +1 -1
  151. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/LegacyNFTHelper.dbg.json +1 -1
  152. package/build/artifacts/contracts/offchain-helpers/LegacyNFTHelper.sol/StarNFTV1.dbg.json +1 -1
  153. package/build/artifacts/contracts/offchain-helpers/LimitBackendHelperV2.sol/LimitBackendHelperV2.dbg.json +1 -1
  154. package/build/artifacts/contracts/offchain-helpers/MarketSweed.sol/MarketSweed.dbg.json +1 -1
  155. package/build/artifacts/contracts/offchain-helpers/Multicall2.sol/Multicall2.dbg.json +1 -1
  156. package/build/artifacts/contracts/offchain-helpers/PendleAPIFeeDepositor.sol/PendleAPIFeeDepositor.dbg.json +1 -1
  157. package/build/artifacts/contracts/offchain-helpers/PendleExchangeRateOracle.sol/PendleExchangeRateOracle.dbg.json +1 -1
  158. package/build/artifacts/contracts/offchain-helpers/PendleFeeSetter.sol/PendleFeeSetter.dbg.json +1 -1
  159. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +1 -1
  160. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapper.sol/PendleLPWrapper.dbg.json +1 -1
  161. package/build/artifacts/contracts/offchain-helpers/PendleLPWrapperFactory.sol/PendleLPWrapperFactory.dbg.json +1 -1
  162. package/build/artifacts/contracts/offchain-helpers/PendleMerkleDepositor.sol/PendleMerkleDepositor.dbg.json +1 -1
  163. package/build/artifacts/contracts/offchain-helpers/PendleMulticallOwnerV1.sol/PendleMulticallOwnerV1.dbg.json +1 -1
  164. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV1.sol/PendleMulticallV1.dbg.json +1 -1
  165. package/build/artifacts/contracts/offchain-helpers/PendleMulticallV2.sol/PendleMulticallV2.dbg.json +1 -1
  166. package/build/artifacts/contracts/offchain-helpers/PendleOffchainStorage.sol/PendleOffchainStorage.dbg.json +1 -1
  167. package/build/artifacts/contracts/offchain-helpers/PendleWstETHPriceFeed.sol/PendleWstETHPriceFeed.dbg.json +1 -1
  168. package/build/artifacts/contracts/offchain-helpers/SimulateHelper.sol/SimulateHelper.dbg.json +1 -1
  169. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/IPossibleSupplyCapInterface.dbg.json +1 -1
  170. package/build/artifacts/contracts/offchain-helpers/SupplyCapReader.sol/SupplyCapReader.dbg.json +1 -1
  171. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonPoolDeployHelperV2.sol/PendleCommonPoolDeployHelperV2.dbg.json +1 -1
  172. package/build/artifacts/contracts/offchain-helpers/deploy/PendleCommonSYFactory.sol/PendleCommonSYFactory.dbg.json +1 -1
  173. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  174. package/build/artifacts/contracts/offchain-helpers/deploy/PendlePoolDeployHelperV2.sol/PendlePoolDeployHelperV2.dbg.json +1 -1
  175. package/build/artifacts/contracts/offchain-helpers/deploy/lib/MarketDeployLib.sol/MarketDeployLib.dbg.json +1 -1
  176. package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +1 -1
  177. package/build/artifacts/contracts/offchain-helpers/router-static/PendleRouterStatic.sol/PendleRouterStatic.dbg.json +1 -1
  178. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionInfoStatic.sol/ActionInfoStatic.dbg.json +1 -1
  179. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  180. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketCoreStatic.sol/ActionMarketCoreStatic.dbg.json +1 -1
  181. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMintRedeemStatic.sol/ActionMintRedeemStatic.dbg.json +1 -1
  182. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionStorageStatic.sol/ActionStorageStatic.dbg.json +1 -1
  183. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionVePendleStatic.sol/ActionVePendleStatic.dbg.json +1 -1
  184. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtInLibV1.dbg.json +1 -1
  185. package/build/artifacts/contracts/offchain-helpers/router-static/base/MarketApproxLibV1.sol/MarketApproxPtOutLibV1.dbg.json +1 -1
  186. package/build/artifacts/contracts/offchain-helpers/router-static/base/StorageLayout.sol/StorageLayout.dbg.json +1 -1
  187. package/build/artifacts/contracts/oracles/CrossChainOracle/base/PendleCrossChainOracleBaseApp_Init.sol/PendleCrossChainOracleBaseApp_Init.dbg.json +1 -1
  188. package/build/artifacts/contracts/oracles/CrossChainOracle/exchangeRate/PendleExchangeRateOracleApp.sol/PendleExchangeRateOracleApp.dbg.json +1 -1
  189. package/build/artifacts/contracts/oracles/CrossChainOracle/exchangeRate/PendleExchangeRateOracleV2.sol/PendleExchangeRateOracleV2.dbg.json +1 -1
  190. package/build/artifacts/contracts/oracles/CrossChainOracle/libraries/ExchangeRateMsgCodec.sol/ExchangeRateMsgCodec.dbg.json +1 -1
  191. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
  192. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +1 -1
  193. package/build/artifacts/contracts/oracles/PtYtLpOracle/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +1 -1
  194. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracle.sol/PendleChainlinkOracle.dbg.json +1 -1
  195. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleFactory.sol/PendleChainlinkOracleFactory.dbg.json +1 -1
  196. package/build/artifacts/contracts/oracles/PtYtLpOracle/chainlink/PendleChainlinkOracleWithQuote.sol/PendleChainlinkOracleWithQuote.dbg.json +1 -1
  197. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringLpSeller.sol/BoringLpSeller.dbg.json +1 -1
  198. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +1 -1
  199. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +1 -1
  200. package/build/artifacts/contracts/oracles/PtYtLpOracle/samples/BoringPtSeller.sol/BoringPtSeller.dbg.json +1 -1
  201. package/build/artifacts/contracts/oracles/StatelessWrapper/PendleLinearDiscountOracleWrapper.sol/PendleLinearDiscountOracleWrapper.dbg.json +1 -1
  202. package/build/artifacts/contracts/oracles/StatelessWrapper/PendleSparkLinearDiscountOracleFactoryWrapper.sol/PendleSparkLinearDiscountOracleFactoryWrapper.dbg.json +1 -1
  203. package/build/artifacts/contracts/oracles/internal/PendleBoringOneracle.sol/PendleBoringOneracle.dbg.json +1 -1
  204. package/build/artifacts/contracts/oracles/internal/PendleBoringSolvBTCOneracle.sol/PendleBoringSolvBTCOneracle.dbg.json +1 -1
  205. package/build/artifacts/contracts/oracles/internal/PendleLpLinearDiscountOracle.sol/LPExpiry.dbg.json +1 -1
  206. package/build/artifacts/contracts/oracles/internal/PendleLpLinearDiscountOracle.sol/PendleLpLinearDiscountOracle.dbg.json +1 -1
  207. package/build/artifacts/contracts/oracles/internal/PendleLpLinearDiscountOracleFactory.sol/PendleLpLinearDiscountOracleFactory.dbg.json +1 -1
  208. package/build/artifacts/contracts/oracles/internal/PendleRedStoneRateOracleAdapter.sol/PendleRedStoneRateOracleAdapter.dbg.json +1 -1
  209. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PTExpiry.dbg.json +1 -1
  210. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracle.sol/PendleSparkLinearDiscountOracle.dbg.json +1 -1
  211. package/build/artifacts/contracts/oracles/internal/PendleSparkLinearDiscountOracleFactory.sol/PendleSparkLinearDiscountOracleFactory.dbg.json +1 -1
  212. package/build/artifacts/contracts/router/ActionCrossChain.sol/ActionCrossChain.dbg.json +1 -1
  213. package/build/artifacts/contracts/router/ActionStorageV4.sol/ActionStorageV4.dbg.json +1 -1
  214. package/build/artifacts/contracts/router/PendleRouterV4.sol/PendleRouterV4.dbg.json +1 -1
  215. package/build/artifacts/contracts/router/Reflector.sol/Reflector.dbg.json +1 -1
  216. package/build/artifacts/contracts/router/RouterStorage.sol/RouterStorage.dbg.json +1 -1
  217. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  218. package/build/artifacts/contracts/router/base/ActionDelegateBase.sol/ActionDelegateBase.dbg.json +1 -1
  219. package/build/artifacts/contracts/router/base/CallbackHelper.sol/CallbackHelper.dbg.json +1 -1
  220. package/build/artifacts/contracts/router/math/ApproxStateLib.sol/ApproxStateLib.dbg.json +1 -1
  221. package/build/artifacts/contracts/router/math/MarketApproxEstimateLib.sol/MarketApproxEstimateLib.dbg.json +1 -1
  222. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtInLibOnchain.dbg.json +1 -1
  223. package/build/artifacts/contracts/router/math/MarketApproxLibOnchain.sol/MarketApproxPtOutLibOnchain.dbg.json +1 -1
  224. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtInLibV2.dbg.json +1 -1
  225. package/build/artifacts/contracts/router/math/MarketApproxLibV2.sol/MarketApproxPtOutLibV2.dbg.json +1 -1
  226. package/build/artifacts/contracts/router/swap-aggregator/IPSwapAggregator.sol/IPSwapAggregator.dbg.json +1 -1
  227. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/IOKXDexRouter.dbg.json +1 -1
  228. package/build/artifacts/contracts/router/swap-aggregator/OKXScaleHelper.sol/OKXScaleHelper.dbg.json +1 -1
  229. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/IAugustusV6.dbg.json +1 -1
  230. package/build/artifacts/contracts/router/swap-aggregator/ParaswapScaleHelper.sol/ParaswapScaleHelper.dbg.json +1 -1
  231. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IKyberScalingHelper.dbg.json +1 -1
  232. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/IOdosRouterV2.dbg.json +1 -1
  233. package/build/artifacts/contracts/router/swap-aggregator/PendleSwap.sol/PendleSwap.dbg.json +1 -1
  234. package/contracts/StPendle.sol +121 -0
  235. package/package.json +2 -2
  236. package/typechain-types/ActionDelegateBase.ts +57 -0
  237. package/typechain-types/BasePendleBridgedPrincipalToken.ts +1689 -0
  238. package/typechain-types/EIP712.ts +135 -0
  239. package/typechain-types/ERC20Permit.ts +586 -0
  240. package/typechain-types/IERC5267.ts +135 -0
  241. package/typechain-types/IPMarketFactoryV3.ts +321 -0
  242. package/typechain-types/IPMarketV3.ts +1068 -0
  243. package/typechain-types/LimitBackendHelper.ts +287 -0
  244. package/typechain-types/OverfillMathLib.ts +81 -0
  245. package/typechain-types/PendleBridgedPrincipalToken_18Decimals.ts +1689 -0
  246. package/typechain-types/PendleBridgedPrincipalToken_6Decimals.ts +1689 -0
  247. package/typechain-types/PendleBridgedPrincipalToken_8Decimals.ts +1689 -0
  248. package/typechain-types/PendleERC20Permit.ts +508 -0
  249. package/typechain-types/PendleERC20PermitUpg.ts +517 -0
  250. package/typechain-types/PendleERC20Upg.ts +348 -0
  251. package/typechain-types/PendleMarketFactoryV3.ts +719 -0
  252. package/typechain-types/PendleMarketV3.ts +1195 -0
  253. package/typechain-types/PendleYieldContractFactory.ts +801 -0
  254. package/typechain-types/ShortStrings.ts +57 -0
  255. package/typechain-types/StPendle.ts +362 -0
  256. package/typechain-types/factories/ActionDelegateBase__factory.ts +80 -0
  257. package/typechain-types/factories/BasePendleBridgedPrincipalToken__factory.ts +1548 -0
  258. package/typechain-types/factories/EIP712__factory.ts +85 -0
  259. package/typechain-types/factories/ERC20Permit__factory.ts +433 -0
  260. package/typechain-types/factories/IERC5267__factory.ts +72 -0
  261. package/typechain-types/factories/IPMarketFactoryV3__factory.ts +217 -0
  262. package/typechain-types/factories/IPMarketV3__factory.ts +845 -0
  263. package/typechain-types/factories/LimitBackendHelper__factory.ts +232 -0
  264. package/typechain-types/factories/OverfillMathLib__factory.ts +77 -0
  265. package/typechain-types/factories/PendleBridgedPrincipalToken_18Decimals__factory.ts +1652 -0
  266. package/typechain-types/factories/PendleBridgedPrincipalToken_6Decimals__factory.ts +1650 -0
  267. package/typechain-types/factories/PendleBridgedPrincipalToken_8Decimals__factory.ts +1650 -0
  268. package/typechain-types/factories/PendleERC20PermitUpg__factory.ts +389 -0
  269. package/typechain-types/factories/PendleERC20Permit__factory.ts +470 -0
  270. package/typechain-types/factories/PendleERC20Upg__factory.ts +261 -0
  271. package/typechain-types/factories/PendleMarketFactoryV3__factory.ts +714 -0
  272. package/typechain-types/factories/PendleMarketV3__factory.ts +1211 -0
  273. package/typechain-types/factories/PendleYieldContractFactory__factory.ts +674 -0
  274. package/typechain-types/factories/ShortStrings__factory.ts +77 -0
  275. package/typechain-types/factories/StPendle__factory.ts +260 -0
  276. package/typechain-types/hardhat.d.ts +45 -54
  277. package/typechain-types/index.ts +10 -10
  278. package/build/artifacts/contracts/cross-chain/swap-hub/DepositBox.sol/DepositBox.dbg.json +0 -4
  279. package/build/artifacts/contracts/cross-chain/swap-hub/DepositBox.sol/DepositBox.json +0 -170
  280. package/build/artifacts/contracts/cross-chain/swap-hub/PendleCrossChainSwapHub.sol/PendleCrossChainSwapHub.dbg.json +0 -4
  281. package/build/artifacts/contracts/cross-chain/swap-hub/PendleCrossChainSwapHub.sol/PendleCrossChainSwapHub.json +0 -1214
  282. package/build/artifacts/contracts/cross-chain/swap-hub/SwapHubBase.sol/SwapHubBase.dbg.json +0 -4
  283. package/build/artifacts/contracts/cross-chain/swap-hub/SwapHubBase.sol/SwapHubBase.json +0 -1176
  284. package/build/artifacts/contracts/interfaces/IPCrossChainSwapHub.sol/IPCrossChainSwapHub.dbg.json +0 -4
  285. package/build/artifacts/contracts/interfaces/IPCrossChainSwapHub.sol/IPCrossChainSwapHub.json +0 -1026
  286. package/build/artifacts/contracts/interfaces/IPDepositBox.sol/IPDepositBox.dbg.json +0 -4
  287. package/build/artifacts/contracts/interfaces/IPDepositBox.sol/IPDepositBox.json +0 -124
  288. package/contracts/cross-chain/swap-hub/DepositBox.sol +0 -66
  289. package/contracts/cross-chain/swap-hub/PendleCrossChainSwapHub.sol +0 -178
  290. package/contracts/cross-chain/swap-hub/SwapHubBase.sol +0 -274
  291. package/contracts/interfaces/IPCrossChainSwapHub.sol +0 -147
  292. package/contracts/interfaces/IPDepositBox.sol +0 -22
  293. package/typechain-types/DepositBox.ts +0 -260
  294. package/typechain-types/IPCrossChainSwapHub.ts +0 -882
  295. package/typechain-types/IPDepositBox.ts +0 -213
  296. package/typechain-types/PendleCrossChainSwapHub.ts +0 -1119
  297. package/typechain-types/SwapHubBase.ts +0 -1094
  298. package/typechain-types/factories/DepositBox__factory.ts +0 -222
  299. package/typechain-types/factories/IPCrossChainSwapHub__factory.ts +0 -1041
  300. package/typechain-types/factories/IPDepositBox__factory.ts +0 -136
  301. package/typechain-types/factories/PendleCrossChainSwapHub__factory.ts +0 -1287
  302. package/typechain-types/factories/SwapHubBase__factory.ts +0 -1188
@@ -1,1287 +0,0 @@
1
- /* Autogenerated file. Do not edit manually. */
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- import { Signer, utils, Contract, ContractFactory, Overrides } from "ethers";
5
- import { Provider, TransactionRequest } from "@ethersproject/providers";
6
- import type {
7
- PendleCrossChainSwapHub,
8
- PendleCrossChainSwapHubInterface,
9
- } from "../PendleCrossChainSwapHub";
10
-
11
- const _abi = [
12
- {
13
- inputs: [
14
- {
15
- internalType: "address",
16
- name: "treasury_",
17
- type: "address",
18
- },
19
- {
20
- internalType: "address",
21
- name: "beaconProxyCodeContract_",
22
- type: "address",
23
- },
24
- {
25
- internalType: "address",
26
- name: "depositBoxBeacon_",
27
- type: "address",
28
- },
29
- ],
30
- stateMutability: "nonpayable",
31
- type: "constructor",
32
- },
33
- {
34
- inputs: [],
35
- name: "InsufficientTokenReceived",
36
- type: "error",
37
- },
38
- {
39
- inputs: [],
40
- name: "InvalidNonce",
41
- type: "error",
42
- },
43
- {
44
- inputs: [],
45
- name: "InvalidReceiver",
46
- type: "error",
47
- },
48
- {
49
- inputs: [],
50
- name: "InvalidSignature",
51
- type: "error",
52
- },
53
- {
54
- inputs: [],
55
- name: "MessageExpired",
56
- type: "error",
57
- },
58
- {
59
- anonymous: false,
60
- inputs: [
61
- {
62
- indexed: true,
63
- internalType: "address",
64
- name: "owner",
65
- type: "address",
66
- },
67
- {
68
- indexed: false,
69
- internalType: "uint32",
70
- name: "boxId",
71
- type: "uint32",
72
- },
73
- {
74
- indexed: false,
75
- internalType: "address",
76
- name: "bridgeExtRouter",
77
- type: "address",
78
- },
79
- {
80
- indexed: false,
81
- internalType: "address",
82
- name: "token",
83
- type: "address",
84
- },
85
- {
86
- indexed: false,
87
- internalType: "uint256",
88
- name: "amountBridge",
89
- type: "uint256",
90
- },
91
- {
92
- indexed: false,
93
- internalType: "uint256",
94
- name: "amountFee",
95
- type: "uint256",
96
- },
97
- {
98
- indexed: false,
99
- internalType: "bool",
100
- name: "pullFromOwner",
101
- type: "bool",
102
- },
103
- ],
104
- name: "BridgeToken",
105
- type: "event",
106
- },
107
- {
108
- anonymous: false,
109
- inputs: [
110
- {
111
- indexed: true,
112
- internalType: "address",
113
- name: "owner",
114
- type: "address",
115
- },
116
- {
117
- indexed: false,
118
- internalType: "uint32",
119
- name: "boxId",
120
- type: "uint32",
121
- },
122
- {
123
- indexed: false,
124
- internalType: "address",
125
- name: "tokenSpent",
126
- type: "address",
127
- },
128
- {
129
- indexed: false,
130
- internalType: "uint256",
131
- name: "amountSpent",
132
- type: "uint256",
133
- },
134
- {
135
- indexed: false,
136
- internalType: "uint256",
137
- name: "amountFee",
138
- type: "uint256",
139
- },
140
- {
141
- indexed: false,
142
- internalType: "address",
143
- name: "ptAdapter",
144
- type: "address",
145
- },
146
- {
147
- indexed: false,
148
- internalType: "address",
149
- name: "pt",
150
- type: "address",
151
- },
152
- {
153
- indexed: false,
154
- internalType: "uint256",
155
- name: "netPtReceived",
156
- type: "uint256",
157
- },
158
- {
159
- indexed: false,
160
- internalType: "bool",
161
- name: "pullFromOwner",
162
- type: "bool",
163
- },
164
- ],
165
- name: "BuyCrossChainPt",
166
- type: "event",
167
- },
168
- {
169
- anonymous: false,
170
- inputs: [],
171
- name: "EIP712DomainChanged",
172
- type: "event",
173
- },
174
- {
175
- anonymous: false,
176
- inputs: [
177
- {
178
- indexed: false,
179
- internalType: "uint8",
180
- name: "version",
181
- type: "uint8",
182
- },
183
- ],
184
- name: "Initialized",
185
- type: "event",
186
- },
187
- {
188
- anonymous: false,
189
- inputs: [
190
- {
191
- indexed: true,
192
- internalType: "address",
193
- name: "previousOwner",
194
- type: "address",
195
- },
196
- {
197
- indexed: true,
198
- internalType: "address",
199
- name: "newOwner",
200
- type: "address",
201
- },
202
- ],
203
- name: "OwnershipTransferred",
204
- type: "event",
205
- },
206
- {
207
- anonymous: false,
208
- inputs: [
209
- {
210
- indexed: true,
211
- internalType: "address",
212
- name: "executor",
213
- type: "address",
214
- },
215
- {
216
- indexed: false,
217
- internalType: "bool",
218
- name: "isExecutor",
219
- type: "bool",
220
- },
221
- ],
222
- name: "SetExecutor",
223
- type: "event",
224
- },
225
- {
226
- anonymous: false,
227
- inputs: [
228
- {
229
- indexed: true,
230
- internalType: "address",
231
- name: "owner",
232
- type: "address",
233
- },
234
- {
235
- indexed: false,
236
- internalType: "uint32",
237
- name: "boxId",
238
- type: "uint32",
239
- },
240
- {
241
- indexed: false,
242
- internalType: "address",
243
- name: "tokenSpent",
244
- type: "address",
245
- },
246
- {
247
- indexed: false,
248
- internalType: "uint256",
249
- name: "amountSpent",
250
- type: "uint256",
251
- },
252
- {
253
- indexed: false,
254
- internalType: "uint256",
255
- name: "amountFee",
256
- type: "uint256",
257
- },
258
- {
259
- indexed: false,
260
- internalType: "address",
261
- name: "tokenReceived",
262
- type: "address",
263
- },
264
- {
265
- indexed: false,
266
- internalType: "uint256",
267
- name: "netTokenReceived",
268
- type: "uint256",
269
- },
270
- {
271
- indexed: false,
272
- internalType: "bool",
273
- name: "pullFromOwner",
274
- type: "bool",
275
- },
276
- {
277
- indexed: false,
278
- internalType: "bool",
279
- name: "sendToOwner",
280
- type: "bool",
281
- },
282
- ],
283
- name: "SwapToken",
284
- type: "event",
285
- },
286
- {
287
- anonymous: false,
288
- inputs: [
289
- {
290
- indexed: true,
291
- internalType: "address",
292
- name: "owner",
293
- type: "address",
294
- },
295
- {
296
- indexed: false,
297
- internalType: "uint32",
298
- name: "boxId",
299
- type: "uint32",
300
- },
301
- {
302
- indexed: false,
303
- internalType: "address",
304
- name: "token",
305
- type: "address",
306
- },
307
- {
308
- indexed: false,
309
- internalType: "uint256",
310
- name: "amountWithdraw",
311
- type: "uint256",
312
- },
313
- {
314
- indexed: false,
315
- internalType: "uint256",
316
- name: "amountFee",
317
- type: "uint256",
318
- },
319
- ],
320
- name: "WithdrawToken",
321
- type: "event",
322
- },
323
- {
324
- inputs: [],
325
- name: "BEACON_PROXY_CODE_CONTRACT",
326
- outputs: [
327
- {
328
- internalType: "address",
329
- name: "",
330
- type: "address",
331
- },
332
- ],
333
- stateMutability: "view",
334
- type: "function",
335
- },
336
- {
337
- inputs: [],
338
- name: "DEPOSIT_BOX_BEACON",
339
- outputs: [
340
- {
341
- internalType: "address",
342
- name: "",
343
- type: "address",
344
- },
345
- ],
346
- stateMutability: "view",
347
- type: "function",
348
- },
349
- {
350
- inputs: [],
351
- name: "DEPOSIT_BOX_CODE_HASH",
352
- outputs: [
353
- {
354
- internalType: "bytes32",
355
- name: "",
356
- type: "bytes32",
357
- },
358
- ],
359
- stateMutability: "view",
360
- type: "function",
361
- },
362
- {
363
- inputs: [],
364
- name: "TREASURY",
365
- outputs: [
366
- {
367
- internalType: "address",
368
- name: "",
369
- type: "address",
370
- },
371
- ],
372
- stateMutability: "view",
373
- type: "function",
374
- },
375
- {
376
- inputs: [
377
- {
378
- components: [
379
- {
380
- internalType: "address",
381
- name: "owner",
382
- type: "address",
383
- },
384
- {
385
- internalType: "uint32",
386
- name: "boxId",
387
- type: "uint32",
388
- },
389
- {
390
- internalType: "uint256",
391
- name: "expiry",
392
- type: "uint256",
393
- },
394
- {
395
- internalType: "uint256",
396
- name: "nonce",
397
- type: "uint256",
398
- },
399
- {
400
- internalType: "address",
401
- name: "token",
402
- type: "address",
403
- },
404
- {
405
- internalType: "uint256",
406
- name: "amountBridge",
407
- type: "uint256",
408
- },
409
- {
410
- internalType: "uint256",
411
- name: "amountFee",
412
- type: "uint256",
413
- },
414
- {
415
- internalType: "bool",
416
- name: "pullFromOwner",
417
- type: "bool",
418
- },
419
- {
420
- internalType: "address",
421
- name: "bridgeExtRouter",
422
- type: "address",
423
- },
424
- {
425
- internalType: "address",
426
- name: "bridgeApprove",
427
- type: "address",
428
- },
429
- {
430
- internalType: "bytes",
431
- name: "bridgeCalldata",
432
- type: "bytes",
433
- },
434
- ],
435
- internalType: "struct IPCrossChainSwapHub.BridgeTokenMessage",
436
- name: "ms",
437
- type: "tuple",
438
- },
439
- {
440
- internalType: "bytes",
441
- name: "sig",
442
- type: "bytes",
443
- },
444
- ],
445
- name: "bridgeToken",
446
- outputs: [],
447
- stateMutability: "payable",
448
- type: "function",
449
- },
450
- {
451
- inputs: [
452
- {
453
- components: [
454
- {
455
- internalType: "address",
456
- name: "owner",
457
- type: "address",
458
- },
459
- {
460
- internalType: "uint32",
461
- name: "boxId",
462
- type: "uint32",
463
- },
464
- {
465
- internalType: "uint256",
466
- name: "expiry",
467
- type: "uint256",
468
- },
469
- {
470
- internalType: "uint256",
471
- name: "nonce",
472
- type: "uint256",
473
- },
474
- {
475
- internalType: "address",
476
- name: "tokenSpent",
477
- type: "address",
478
- },
479
- {
480
- internalType: "uint256",
481
- name: "amountSpent",
482
- type: "uint256",
483
- },
484
- {
485
- internalType: "uint256",
486
- name: "amountFee",
487
- type: "uint256",
488
- },
489
- {
490
- internalType: "address",
491
- name: "ptAdapter",
492
- type: "address",
493
- },
494
- {
495
- internalType: "uint256",
496
- name: "minPtReceived",
497
- type: "uint256",
498
- },
499
- {
500
- internalType: "uint32",
501
- name: "dstEid",
502
- type: "uint32",
503
- },
504
- {
505
- internalType: "bytes32",
506
- name: "receiver",
507
- type: "bytes32",
508
- },
509
- {
510
- internalType: "bool",
511
- name: "pullFromOwner",
512
- type: "bool",
513
- },
514
- {
515
- internalType: "address",
516
- name: "swapExtRouter",
517
- type: "address",
518
- },
519
- {
520
- internalType: "address",
521
- name: "swapApprove",
522
- type: "address",
523
- },
524
- {
525
- internalType: "bytes",
526
- name: "swapCalldata",
527
- type: "bytes",
528
- },
529
- ],
530
- internalType: "struct IPCrossChainSwapHub.BuyCrossChainPtMessage",
531
- name: "ms",
532
- type: "tuple",
533
- },
534
- {
535
- internalType: "bytes",
536
- name: "sig",
537
- type: "bytes",
538
- },
539
- ],
540
- name: "buyCrossChainPt",
541
- outputs: [],
542
- stateMutability: "payable",
543
- type: "function",
544
- },
545
- {
546
- inputs: [],
547
- name: "claimOwnership",
548
- outputs: [],
549
- stateMutability: "nonpayable",
550
- type: "function",
551
- },
552
- {
553
- inputs: [
554
- {
555
- internalType: "address",
556
- name: "owner",
557
- type: "address",
558
- },
559
- {
560
- internalType: "uint32",
561
- name: "boxId",
562
- type: "uint32",
563
- },
564
- ],
565
- name: "computeDepositBox",
566
- outputs: [
567
- {
568
- internalType: "address",
569
- name: "box",
570
- type: "address",
571
- },
572
- {
573
- internalType: "bytes32",
574
- name: "salt",
575
- type: "bytes32",
576
- },
577
- {
578
- internalType: "bool",
579
- name: "deployed",
580
- type: "bool",
581
- },
582
- ],
583
- stateMutability: "view",
584
- type: "function",
585
- },
586
- {
587
- inputs: [],
588
- name: "eip712Domain",
589
- outputs: [
590
- {
591
- internalType: "bytes1",
592
- name: "fields",
593
- type: "bytes1",
594
- },
595
- {
596
- internalType: "string",
597
- name: "name",
598
- type: "string",
599
- },
600
- {
601
- internalType: "string",
602
- name: "version",
603
- type: "string",
604
- },
605
- {
606
- internalType: "uint256",
607
- name: "chainId",
608
- type: "uint256",
609
- },
610
- {
611
- internalType: "address",
612
- name: "verifyingContract",
613
- type: "address",
614
- },
615
- {
616
- internalType: "bytes32",
617
- name: "salt",
618
- type: "bytes32",
619
- },
620
- {
621
- internalType: "uint256[]",
622
- name: "extensions",
623
- type: "uint256[]",
624
- },
625
- ],
626
- stateMutability: "view",
627
- type: "function",
628
- },
629
- {
630
- inputs: [
631
- {
632
- components: [
633
- {
634
- internalType: "address",
635
- name: "owner",
636
- type: "address",
637
- },
638
- {
639
- internalType: "uint32",
640
- name: "boxId",
641
- type: "uint32",
642
- },
643
- {
644
- internalType: "uint256",
645
- name: "expiry",
646
- type: "uint256",
647
- },
648
- {
649
- internalType: "uint256",
650
- name: "nonce",
651
- type: "uint256",
652
- },
653
- {
654
- internalType: "address",
655
- name: "tokenSpent",
656
- type: "address",
657
- },
658
- {
659
- internalType: "uint256",
660
- name: "amountSpent",
661
- type: "uint256",
662
- },
663
- {
664
- internalType: "uint256",
665
- name: "amountFee",
666
- type: "uint256",
667
- },
668
- {
669
- internalType: "address",
670
- name: "tokenReceived",
671
- type: "address",
672
- },
673
- {
674
- internalType: "uint256",
675
- name: "minReceived",
676
- type: "uint256",
677
- },
678
- {
679
- internalType: "bool",
680
- name: "pullFromOwner",
681
- type: "bool",
682
- },
683
- {
684
- internalType: "bool",
685
- name: "sendToOwner",
686
- type: "bool",
687
- },
688
- {
689
- internalType: "address",
690
- name: "swapExtRouter",
691
- type: "address",
692
- },
693
- {
694
- internalType: "address",
695
- name: "swapApprove",
696
- type: "address",
697
- },
698
- {
699
- internalType: "bytes",
700
- name: "swapCalldata",
701
- type: "bytes",
702
- },
703
- ],
704
- internalType: "struct IPCrossChainSwapHub.SwapTokenMessage",
705
- name: "message",
706
- type: "tuple",
707
- },
708
- ],
709
- name: "hashTypedData",
710
- outputs: [
711
- {
712
- internalType: "bytes32",
713
- name: "",
714
- type: "bytes32",
715
- },
716
- ],
717
- stateMutability: "view",
718
- type: "function",
719
- },
720
- {
721
- inputs: [
722
- {
723
- components: [
724
- {
725
- internalType: "address",
726
- name: "owner",
727
- type: "address",
728
- },
729
- {
730
- internalType: "uint32",
731
- name: "boxId",
732
- type: "uint32",
733
- },
734
- {
735
- internalType: "uint256",
736
- name: "expiry",
737
- type: "uint256",
738
- },
739
- {
740
- internalType: "uint256",
741
- name: "nonce",
742
- type: "uint256",
743
- },
744
- {
745
- internalType: "address",
746
- name: "token",
747
- type: "address",
748
- },
749
- {
750
- internalType: "uint256",
751
- name: "amountWithdraw",
752
- type: "uint256",
753
- },
754
- {
755
- internalType: "uint256",
756
- name: "amountFee",
757
- type: "uint256",
758
- },
759
- ],
760
- internalType: "struct IPCrossChainSwapHub.WithdrawTokenMessage",
761
- name: "message",
762
- type: "tuple",
763
- },
764
- ],
765
- name: "hashTypedData",
766
- outputs: [
767
- {
768
- internalType: "bytes32",
769
- name: "",
770
- type: "bytes32",
771
- },
772
- ],
773
- stateMutability: "view",
774
- type: "function",
775
- },
776
- {
777
- inputs: [
778
- {
779
- components: [
780
- {
781
- internalType: "address",
782
- name: "owner",
783
- type: "address",
784
- },
785
- {
786
- internalType: "uint32",
787
- name: "boxId",
788
- type: "uint32",
789
- },
790
- {
791
- internalType: "uint256",
792
- name: "expiry",
793
- type: "uint256",
794
- },
795
- {
796
- internalType: "uint256",
797
- name: "nonce",
798
- type: "uint256",
799
- },
800
- {
801
- internalType: "address",
802
- name: "tokenSpent",
803
- type: "address",
804
- },
805
- {
806
- internalType: "uint256",
807
- name: "amountSpent",
808
- type: "uint256",
809
- },
810
- {
811
- internalType: "uint256",
812
- name: "amountFee",
813
- type: "uint256",
814
- },
815
- {
816
- internalType: "address",
817
- name: "ptAdapter",
818
- type: "address",
819
- },
820
- {
821
- internalType: "uint256",
822
- name: "minPtReceived",
823
- type: "uint256",
824
- },
825
- {
826
- internalType: "uint32",
827
- name: "dstEid",
828
- type: "uint32",
829
- },
830
- {
831
- internalType: "bytes32",
832
- name: "receiver",
833
- type: "bytes32",
834
- },
835
- {
836
- internalType: "bool",
837
- name: "pullFromOwner",
838
- type: "bool",
839
- },
840
- {
841
- internalType: "address",
842
- name: "swapExtRouter",
843
- type: "address",
844
- },
845
- {
846
- internalType: "address",
847
- name: "swapApprove",
848
- type: "address",
849
- },
850
- {
851
- internalType: "bytes",
852
- name: "swapCalldata",
853
- type: "bytes",
854
- },
855
- ],
856
- internalType: "struct IPCrossChainSwapHub.BuyCrossChainPtMessage",
857
- name: "message",
858
- type: "tuple",
859
- },
860
- ],
861
- name: "hashTypedData",
862
- outputs: [
863
- {
864
- internalType: "bytes32",
865
- name: "",
866
- type: "bytes32",
867
- },
868
- ],
869
- stateMutability: "view",
870
- type: "function",
871
- },
872
- {
873
- inputs: [
874
- {
875
- components: [
876
- {
877
- internalType: "address",
878
- name: "owner",
879
- type: "address",
880
- },
881
- {
882
- internalType: "uint32",
883
- name: "boxId",
884
- type: "uint32",
885
- },
886
- {
887
- internalType: "uint256",
888
- name: "expiry",
889
- type: "uint256",
890
- },
891
- {
892
- internalType: "uint256",
893
- name: "nonce",
894
- type: "uint256",
895
- },
896
- {
897
- internalType: "address",
898
- name: "token",
899
- type: "address",
900
- },
901
- {
902
- internalType: "uint256",
903
- name: "amountBridge",
904
- type: "uint256",
905
- },
906
- {
907
- internalType: "uint256",
908
- name: "amountFee",
909
- type: "uint256",
910
- },
911
- {
912
- internalType: "bool",
913
- name: "pullFromOwner",
914
- type: "bool",
915
- },
916
- {
917
- internalType: "address",
918
- name: "bridgeExtRouter",
919
- type: "address",
920
- },
921
- {
922
- internalType: "address",
923
- name: "bridgeApprove",
924
- type: "address",
925
- },
926
- {
927
- internalType: "bytes",
928
- name: "bridgeCalldata",
929
- type: "bytes",
930
- },
931
- ],
932
- internalType: "struct IPCrossChainSwapHub.BridgeTokenMessage",
933
- name: "message",
934
- type: "tuple",
935
- },
936
- ],
937
- name: "hashTypedData",
938
- outputs: [
939
- {
940
- internalType: "bytes32",
941
- name: "",
942
- type: "bytes32",
943
- },
944
- ],
945
- stateMutability: "view",
946
- type: "function",
947
- },
948
- {
949
- inputs: [
950
- {
951
- internalType: "address",
952
- name: "_owner",
953
- type: "address",
954
- },
955
- ],
956
- name: "initialize",
957
- outputs: [],
958
- stateMutability: "nonpayable",
959
- type: "function",
960
- },
961
- {
962
- inputs: [
963
- {
964
- internalType: "address",
965
- name: "executor",
966
- type: "address",
967
- },
968
- ],
969
- name: "isExecutor",
970
- outputs: [
971
- {
972
- internalType: "bool",
973
- name: "",
974
- type: "bool",
975
- },
976
- ],
977
- stateMutability: "view",
978
- type: "function",
979
- },
980
- {
981
- inputs: [],
982
- name: "owner",
983
- outputs: [
984
- {
985
- internalType: "address",
986
- name: "",
987
- type: "address",
988
- },
989
- ],
990
- stateMutability: "view",
991
- type: "function",
992
- },
993
- {
994
- inputs: [
995
- {
996
- internalType: "address",
997
- name: "owner",
998
- type: "address",
999
- },
1000
- ],
1001
- name: "ownerNonce",
1002
- outputs: [
1003
- {
1004
- internalType: "uint256",
1005
- name: "nonce",
1006
- type: "uint256",
1007
- },
1008
- ],
1009
- stateMutability: "view",
1010
- type: "function",
1011
- },
1012
- {
1013
- inputs: [],
1014
- name: "pendingOwner",
1015
- outputs: [
1016
- {
1017
- internalType: "address",
1018
- name: "",
1019
- type: "address",
1020
- },
1021
- ],
1022
- stateMutability: "view",
1023
- type: "function",
1024
- },
1025
- {
1026
- inputs: [
1027
- {
1028
- internalType: "address",
1029
- name: "executor",
1030
- type: "address",
1031
- },
1032
- {
1033
- internalType: "bool",
1034
- name: "isExecutor_",
1035
- type: "bool",
1036
- },
1037
- ],
1038
- name: "setExecutor",
1039
- outputs: [],
1040
- stateMutability: "nonpayable",
1041
- type: "function",
1042
- },
1043
- {
1044
- inputs: [
1045
- {
1046
- components: [
1047
- {
1048
- internalType: "address",
1049
- name: "owner",
1050
- type: "address",
1051
- },
1052
- {
1053
- internalType: "uint32",
1054
- name: "boxId",
1055
- type: "uint32",
1056
- },
1057
- {
1058
- internalType: "uint256",
1059
- name: "expiry",
1060
- type: "uint256",
1061
- },
1062
- {
1063
- internalType: "uint256",
1064
- name: "nonce",
1065
- type: "uint256",
1066
- },
1067
- {
1068
- internalType: "address",
1069
- name: "tokenSpent",
1070
- type: "address",
1071
- },
1072
- {
1073
- internalType: "uint256",
1074
- name: "amountSpent",
1075
- type: "uint256",
1076
- },
1077
- {
1078
- internalType: "uint256",
1079
- name: "amountFee",
1080
- type: "uint256",
1081
- },
1082
- {
1083
- internalType: "address",
1084
- name: "tokenReceived",
1085
- type: "address",
1086
- },
1087
- {
1088
- internalType: "uint256",
1089
- name: "minReceived",
1090
- type: "uint256",
1091
- },
1092
- {
1093
- internalType: "bool",
1094
- name: "pullFromOwner",
1095
- type: "bool",
1096
- },
1097
- {
1098
- internalType: "bool",
1099
- name: "sendToOwner",
1100
- type: "bool",
1101
- },
1102
- {
1103
- internalType: "address",
1104
- name: "swapExtRouter",
1105
- type: "address",
1106
- },
1107
- {
1108
- internalType: "address",
1109
- name: "swapApprove",
1110
- type: "address",
1111
- },
1112
- {
1113
- internalType: "bytes",
1114
- name: "swapCalldata",
1115
- type: "bytes",
1116
- },
1117
- ],
1118
- internalType: "struct IPCrossChainSwapHub.SwapTokenMessage",
1119
- name: "ms",
1120
- type: "tuple",
1121
- },
1122
- {
1123
- internalType: "bytes",
1124
- name: "sig",
1125
- type: "bytes",
1126
- },
1127
- ],
1128
- name: "swapToken",
1129
- outputs: [],
1130
- stateMutability: "nonpayable",
1131
- type: "function",
1132
- },
1133
- {
1134
- inputs: [
1135
- {
1136
- internalType: "address",
1137
- name: "newOwner",
1138
- type: "address",
1139
- },
1140
- {
1141
- internalType: "bool",
1142
- name: "direct",
1143
- type: "bool",
1144
- },
1145
- {
1146
- internalType: "bool",
1147
- name: "renounce",
1148
- type: "bool",
1149
- },
1150
- ],
1151
- name: "transferOwnership",
1152
- outputs: [],
1153
- stateMutability: "nonpayable",
1154
- type: "function",
1155
- },
1156
- {
1157
- inputs: [
1158
- {
1159
- components: [
1160
- {
1161
- internalType: "address",
1162
- name: "owner",
1163
- type: "address",
1164
- },
1165
- {
1166
- internalType: "uint32",
1167
- name: "boxId",
1168
- type: "uint32",
1169
- },
1170
- {
1171
- internalType: "uint256",
1172
- name: "expiry",
1173
- type: "uint256",
1174
- },
1175
- {
1176
- internalType: "uint256",
1177
- name: "nonce",
1178
- type: "uint256",
1179
- },
1180
- {
1181
- internalType: "address",
1182
- name: "token",
1183
- type: "address",
1184
- },
1185
- {
1186
- internalType: "uint256",
1187
- name: "amountWithdraw",
1188
- type: "uint256",
1189
- },
1190
- {
1191
- internalType: "uint256",
1192
- name: "amountFee",
1193
- type: "uint256",
1194
- },
1195
- ],
1196
- internalType: "struct IPCrossChainSwapHub.WithdrawTokenMessage",
1197
- name: "ms",
1198
- type: "tuple",
1199
- },
1200
- {
1201
- internalType: "bytes",
1202
- name: "sig",
1203
- type: "bytes",
1204
- },
1205
- ],
1206
- name: "withdrawToken",
1207
- outputs: [],
1208
- stateMutability: "nonpayable",
1209
- type: "function",
1210
- },
1211
- {
1212
- stateMutability: "payable",
1213
- type: "receive",
1214
- },
1215
- ];
1216
-
1217
- const _bytecode =
1218
- "0x61010080604052346102015760608161400480380380916100208285610205565b8339810103126102015761003381610228565b61004b604061004460208501610228565b9301610228565b906080528160a0528060c052813b60018060401b0381116101ed576100d6916100e4915f604051956100876020601f19601f8601160188610205565b82875260208701903c6040519060018060a01b031660208201526040808201525f6060820152606081526100bc608082610205565b6040519283916100d060208401809761023c565b9061023c565b03601f198101835282610205565b51902060e05260015460ff8160a81c166101985760ff808260a01c1603610155575b604051613d9e9081610266823960805181818161188501526132da015260a0518181816118160152612fc2015260c051818181611d020152613028015260e05181818161168d0152612c5a0152f35b60ff60a01b191660ff60a01b1760015560405160ff81527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602090a15f610106565b60405162461bcd60e51b815260206004820152602760248201527f496e697469616c697a61626c653a20636f6e747261637420697320696e697469604482015266616c697a696e6760c81b6064820152608490fd5b634e487b7160e01b5f52604160045260245ffd5b5f80fd5b601f909101601f19168101906001600160401b038211908210176101ed57604052565b51906001600160a01b038216820361020157565b908151915f5b838110610252575050015f815290565b806020809284010151818501520161024256fe6080604052600436101561001a575b3615610018575f80fd5b005b5f5f3560e01c8063078dfbe714611f8b5780630bb1c86414611d265780631122f54e14611cb757806318a70682146119d05780631e1bff3f1461190357806320cc5640146118a95780632d2c55651461183a5780632d610bb0146117cb5780634e71e0c8146116b05780635a3f0e6b1461165757806369df58d31461161457806384b0196e146114a95780638da5cb5b146114585780639b8e55ca146113fe578063c4d66de814610d02578063da40bf8f14610a0c578063debfda30146109a4578063e30c397814610952578063e8ad29b4146108ef578063ebb1e41a146101fb578063f22e9dd41461017b5763fa9e960614610117575061000e565b346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610178576004359067ffffffffffffffff821161017857602061017061016b36600486016123c8565b612c95565b604051908152f35b80fd5b50346101785760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610178576101b361215f565b6024359163ffffffff831683036101785760606101d08484612bea565b9073ffffffffffffffffffffffffffffffffffffffff60405193168352602083015215156040820152f35b5060407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760043567ffffffffffffffff81116108eb5761024690369060040161261f565b60243567ffffffffffffffff81116108e7576102696102b3913690600401612382565b338452606760205261028160ff6040862054166127a0565b73ffffffffffffffffffffffffffffffffffffffff83511660408401516060850151906102ad86612a70565b92612db7565b73ffffffffffffffffffffffffffffffffffffffff815116906102e2602082019263ffffffff84511690612faa565b6101608201916004835115159373ffffffffffffffffffffffffffffffffffffffff835116608084019561034773ffffffffffffffffffffffffffffffffffffffff8851169160a08701928351948961034160c08b0197885190612805565b93613336565b61036b73ffffffffffffffffffffffffffffffffffffffff8851168351908861327f565b60e0850195602073ffffffffffffffffffffffffffffffffffffffff885116604051968780927ffc0c546a0000000000000000000000000000000000000000000000000000000082525afa9485156108dc578a95610887575b50610140860194855173ffffffffffffffffffffffffffffffffffffffff8851160361085f57908a889493928a5173ffffffffffffffffffffffffffffffffffffffff168451936101808b015173ffffffffffffffffffffffffffffffffffffffff166101a08c015173ffffffffffffffffffffffffffffffffffffffff166101c08d0151918573ffffffffffffffffffffffffffffffffffffffff85169861046e968a96613792565b976101208a015163ffffffff1690516040519161048a83612208565b825260208201908152604082018a8152606083019085825260209d8e926040516104b48582612240565b88815260808701908152604051906104cc8683612240565b89825260a08801918252604051926104e48785612240565b8a845260c08901938452604051956104fb87612224565b348752878701958c87525173ffffffffffffffffffffffffffffffffffffffff16986040519a8b998a017fc7c7f5b300000000000000000000000000000000000000000000000000000000905260248a01608090525163ffffffff1660a48a01525160c48901525160e48801525161010487015251610124860160e090526101848601610587916125dc565b9051908581037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5c016101448701526105be916125dc565b9051908481037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff5c016101648601526105f5916125dc565b91516044840152516064830152336084830152037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0810183526106389083612240565b60405192610645846121bf565b73ffffffffffffffffffffffffffffffffffffffff16998a84528c8401528060408401526060830152608082015260405192838080937f28dc83070000000000000000000000000000000000000000000000000000000082523360048301916106ad92613421565b039134905af1908115610854578b91610832575b508051810181898201910360c0811261082e5760801361082a57604051906060820182811067ffffffffffffffff8211176107fd57604052898301518252604083015167ffffffffffffffff811681036107f9578a938360a0928661073a9601526040610731856060850161376a565b9101520161376a565b01519561010081015187106107d157916101009795939173ffffffffffffffffffffffffffffffffffffffff8063ffffffff817fa9689619f27686fce49dd727e6b92a6cbcc1f2303b628462551888f4e82e32e89d9b999751169d511699511691519251935116935115159660405198895288015260408701526060860152608085015260a084015260c083015260e0820152a280f35b60048b7f4af147aa000000000000000000000000000000000000000000000000000000008152fd5b8d80fd5b60248e7f4e487b710000000000000000000000000000000000000000000000000000000081526041600452fd5b8b80fd5b8c80fd5b61084e91503d808d833e6108468183612240565b8101906133c2565b5f6106c1565b6040513d8d823e3d90fd5b60048b7f1e4ec46b000000000000000000000000000000000000000000000000000000008152fd5b9094506020813d6020116108d4575b816108a360209383612240565b810103126108d0575173ffffffffffffffffffffffffffffffffffffffff811681036108d057935f6103c4565b8980fd5b3d9150610896565b6040513d8c823e3d90fd5b8280fd5b5080fd5b50346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857604060209173ffffffffffffffffffffffffffffffffffffffff61094161215f565b168152606683522054604051908152f35b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857602073ffffffffffffffffffffffffffffffffffffffff60015416604051908152f35b50346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760ff604060209273ffffffffffffffffffffffffffffffffffffffff6109f861215f565b168152606784522054166040519015158152f35b50346101785760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760043567ffffffffffffffff81116108eb57610a5c9036906004016124ab565b60243567ffffffffffffffff81116108e757610a7f610ac3913690600401612382565b3384526067602052610a9760ff6040862054166127a0565b73ffffffffffffffffffffffffffffffffffffffff83511660408401516060850151906102ad8661283f565b73ffffffffffffffffffffffffffffffffffffffff81511690610af2602082019263ffffffff84511690612faa565b9083610120820191825115159273ffffffffffffffffffffffffffffffffffffffff825116946080830195610b5273ffffffffffffffffffffffffffffffffffffffff8851169660a08601978851938561034160c08a0196875190612805565b610b7673ffffffffffffffffffffffffffffffffffffffff8851168251908461327f565b610c2373ffffffffffffffffffffffffffffffffffffffff8851169287519360e087019473ffffffffffffffffffffffffffffffffffffffff86511673ffffffffffffffffffffffffffffffffffffffff6101608a0151169073ffffffffffffffffffffffffffffffffffffffff6101808b015116926101a08b0151946101408c019c8d51151590505f14610ce55773ffffffffffffffffffffffffffffffffffffffff8c511696613792565b936101008101518510610cbd57917f4c8820052d6bc12246719250c47ce9c6d91f319216271c751080ab962ce4be7e9795939173ffffffffffffffffffffffffffffffffffffffff8063ffffffff816101009b999751169c511698511696519151925116925115159451151595604051978852602088015260408701526060860152608085015260a084015260c083015260e0820152a280f35b60048a7f4af147aa000000000000000000000000000000000000000000000000000000008152fd5b73ffffffffffffffffffffffffffffffffffffffff871696613792565b50346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857610d3a61215f565b60015460ff8160a81c1615908180926113ee575b80156113d4575b156113505781740100000000000000000000000000000000000000007fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff83161760015561130d575b506040918251610dad8482612240565b601b81527f50656e646c652043726f737320436861696e20537761702048756200000000006020820152835190610de48583612240565b600182527f31000000000000000000000000000000000000000000000000000000000000006020830152610e2860ff60015460a81c16610e23816136df565b6136df565b80519067ffffffffffffffff82116112e0578190610e47600454613526565b601f8111611235575b50602090601f831160011461117857889261116d575b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8260011b9260031b1c1916176004555b80519067ffffffffffffffff821161114057610eb6600554613526565b601f811161109f575b50602090601f8311600114610fca5773ffffffffffffffffffffffffffffffffffffffff939291879183610fbf575b50507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8260011b9260031b1c1916176005555b8460025584600355610f3a60ff60015460a81c166136df565b167fffffffffffffffffffffffff0000000000000000000000000000000000000000845416178355610f6a575080f35b60207f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498917fffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffff600154166001555160018152a180f35b015190505f80610eee565b600587527f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db091907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08416885b818110611087575091600193918573ffffffffffffffffffffffffffffffffffffffff97969410611050575b505050811b01600555610f21565b01517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60f88460031b161c191690555f8080611042565b92936020600181928786015181550195019301611016565b60058752601f830160051c7f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db0019060208410611118575b601f0160051c7f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db001905b81811061110d5750610ebf565b878155600101611100565b7f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db091506110d6565b6024867f4e487b710000000000000000000000000000000000000000000000000000000081526041600452fd5b015190505f80610e66565b600489527f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b927fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe016895b81811061121d57509084600195949392106111e6575b505050811b01600455610e99565b01517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff60f88460031b161c191690555f80806111d8565b929360206001819287860151815501950193016111c2565b90915060048852601f830160051c7f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b0190602084106112b8575b90601f8493920160051c7f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b01905b8181106112aa5750610e50565b89815584935060010161129d565b7f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b915061126f565b6024877f4e487b710000000000000000000000000000000000000000000000000000000081526041600452fd5b7fffffffffffffffffffff0000ffffffffffffffffffffffffffffffffffffffff167501010000000000000000000000000000000000000000176001555f610d9d565b60846040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602e60248201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160448201527f647920696e697469616c697a65640000000000000000000000000000000000006064820152fd5b50303b158015610d555750600160ff8260a01c1614610d55565b50600160ff8260a01c1610610d4e565b50346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610178576004359067ffffffffffffffff8211610178576020610170611453366004860161261f565b612a70565b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785773ffffffffffffffffffffffffffffffffffffffff6020915416604051908152f35b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857600254158061160a575b156115ac57611550906114f3613577565b906114fc61364a565b90602061155e604051936115108386612240565b8385525f3681376040519687967f0f00000000000000000000000000000000000000000000000000000000000000885260e08589015260e08801906125dc565b9086820360408801526125dc565b904660608601523060808601528260a086015284820360c08601528080855193848152019401925b82811061159557505050500390f35b835185528695509381019392810192600101611586565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f4549503731323a20556e696e697469616c697a656400000000000000000000006044820152fd5b50600354156114e2565b50346101785760e07ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857602061017061165236612292565b6129ac565b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760206040517f00000000000000000000000000000000000000000000000000000000000000008152f35b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760015473ffffffffffffffffffffffffffffffffffffffff81169081330361176d577fffffffffffffffffffffffff0000000000000000000000000000000000000000918284548273ffffffffffffffffffffffffffffffffffffffff82167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e08880a3161783551660015580f35b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602060248201527f4f776e61626c653a2063616c6c657220213d2070656e64696e67206f776e65726044820152fd5b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b50346101785760207ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112610178576004359067ffffffffffffffff82116101785760206101706118fe36600486016124ab565b61283f565b50346101785760407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785761193b61215f565b7f827c394aebf0fcbf2d4f5c0107a0031a3860ec0d5e06756e03aacccfb8d2836e602073ffffffffffffffffffffffffffffffffffffffff61197b6121a3565b9361198a82875416331461273b565b16928385526067825260408520901515907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0081541660ff8316179055604051908152a280f35b5060407ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc3601126101785760043567ffffffffffffffff81116108eb57611a1b9036906004016123c8565b60243567ffffffffffffffff81116108e757611a3e611a82913690600401612382565b3384526067602052611a5660ff6040862054166127a0565b73ffffffffffffffffffffffffffffffffffffffff83511660408401516060850151906102ad86612c95565b611beb73ffffffffffffffffffffffffffffffffffffffff82511691611ab4602082019363ffffffff85511690612faa565b60e08201805115159073ffffffffffffffffffffffffffffffffffffffff8451166080850192611b0f73ffffffffffffffffffffffffffffffffffffffff8551169160a08801928351948861034160c08c0197885190612805565b611b3373ffffffffffffffffffffffffffffffffffffffff8551168351908761327f565b8873ffffffffffffffffffffffffffffffffffffffff85511682519673ffffffffffffffffffffffffffffffffffffffff6101208a015116976101008a019873ffffffffffffffffffffffffffffffffffffffff8a5116906101408c01519260405195611b9f876121bf565b8652602086015260408501526060840152608083015260405180809b81947f28dc8307000000000000000000000000000000000000000000000000000000008352339060048401613421565b039173ffffffffffffffffffffffffffffffffffffffff3491165af195898715611cab5763ffffffff73ffffffffffffffffffffffffffffffffffffffff809381937f87ddee34ded39e330fcd8606c222a15a38a5c797f4bb924e36524f83ad66d6779c60c09c611c90575b505051169a5116965116945116905191519251151593604051958652602086015260408501526060840152608083015260a0820152a280f35b611ca3913d8091833e6108468183612240565b508d5f611c57565b604051903d90823e3d90fd5b503461017857807ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc36011261017857602060405173ffffffffffffffffffffffffffffffffffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b5034611f87576101007ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112611f8757611d6036612292565b60e43567ffffffffffffffff8111611f8757611d83611dc7913690600401612382565b335f526067602052611d9b60ff60405f2054166127a0565b73ffffffffffffffffffffffffffffffffffffffff83511660408401516060850151906102ad866129ac565b73ffffffffffffffffffffffffffffffffffffffff81511690611df6602082019263ffffffff84511690612faa565b90608081019173ffffffffffffffffffffffffffffffffffffffff8084511691611e2760c08501938451908361327f565b169173ffffffffffffffffffffffffffffffffffffffff81511673ffffffffffffffffffffffffffffffffffffffff8551169060a0830194855190803b15611f87576040517fc3b35a7e00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff938416600482015293909216602484015260448301525f908290606490829084905af18015611f7c57611f3b575b50917fb9f5ff38da0b1cafa5e46c18d59e9c91a01c9f8b1e326f1f2105444474953da2939173ffffffffffffffffffffffffffffffffffffffff63ffffffff8160809651169751169351169151905191604051938452602084015260408301526060820152a280f35b60809391965091611f6e5f7fb9f5ff38da0b1cafa5e46c18d59e9c91a01c9f8b1e326f1f2105444474953da29694612240565b5f9692949193509190611ed2565b6040513d5f823e3d90fd5b5f80fd5b34611f875760607ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc360112611f8757611fc261215f565b611fca6121a3565b90604435918215158303611f8757611ffa73ffffffffffffffffffffffffffffffffffffffff5f5416331461273b565b1561211a5773ffffffffffffffffffffffffffffffffffffffff1690811590811591612112575b50156120b4577fffffffffffffffffffffffff00000000000000000000000000000000000000005f548273ffffffffffffffffffffffffffffffffffffffff82167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05f80a316175f55600180547fffffffffffffffffffffffff0000000000000000000000000000000000000000169055005b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601560248201527f4f776e61626c653a207a65726f206164647265737300000000000000000000006044820152fd5b905082612021565b73ffffffffffffffffffffffffffffffffffffffff9150167fffffffffffffffffffffffff000000000000000000000000000000000000000060015416176001555f80f35b6004359073ffffffffffffffffffffffffffffffffffffffff82168203611f8757565b359073ffffffffffffffffffffffffffffffffffffffff82168203611f8757565b602435908115158203611f8757565b35908115158203611f8757565b60a0810190811067ffffffffffffffff8211176121db57604052565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b60e0810190811067ffffffffffffffff8211176121db57604052565b6040810190811067ffffffffffffffff8211176121db57604052565b90601f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0910116810190811067ffffffffffffffff8211176121db57604052565b359063ffffffff82168203611f8757565b7ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc60e0910112611f8757604051906122c982612208565b8160043573ffffffffffffffffffffffffffffffffffffffff81168103611f8757815260243563ffffffff81168103611f875760208201526044356040820152606435606082015260843573ffffffffffffffffffffffffffffffffffffffff81168103611f8757608082015260a43560a082015260c060c435910152565b67ffffffffffffffff81116121db57601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01660200190565b81601f82011215611f875780359061239982612348565b926123a76040519485612240565b82845260208383010111611f8757815f926020809301838601378301015290565b919061016083820312611f875760405190610160820182811067ffffffffffffffff8211176121db5760405281936123ff81612182565b835261240d60208201612281565b6020840152604081013560408401526060810135606084015261243260808201612182565b608084015260a081013560a084015260c081013560c084015261245760e082016121b2565b60e08401526124696101008201612182565b61010084015261247c6101208201612182565b6101208401526101408101359167ffffffffffffffff8311611f8757610140926124a69201612382565b910152565b91906101c083820312611f8757604051906101c0820182811067ffffffffffffffff8211176121db5760405281936124e281612182565b83526124f060208201612281565b6020840152604081013560408401526060810135606084015261251560808201612182565b608084015260a081013560a084015260c081013560c084015261253a60e08201612182565b60e084015261010081013561010084015261255861012082016121b2565b61012084015261256b61014082016121b2565b61014084015261257e6101608201612182565b6101608401526125916101808201612182565b6101808401526101a08101359167ffffffffffffffff8311611f87576101a0926124a69201612382565b5f5b8381106125cc5750505f910152565b81810151838201526020016125bd565b907fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f602093612618815180928187528780880191016125bb565b0116010190565b91906101e083820312611f8757604051906101e0820182811067ffffffffffffffff8211176121db57604052819361265681612182565b835261266460208201612281565b6020840152604081013560408401526060810135606084015261268960808201612182565b608084015260a081013560a084015260c081013560c08401526126ae60e08201612182565b60e08401526101008101356101008401526126cc6101208201612281565b6101208401526101408101356101408401526126eb61016082016121b2565b6101608401526126fe6101808201612182565b6101808401526127116101a08201612182565b6101a08401526101c08101359167ffffffffffffffff8311611f87576101c0926124a69201612382565b1561274257565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602060248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726044820152fd5b156127a757565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601f60248201527f537761704875623a2063616c6c6572206973206e6f74206578656375746f72006044820152fd5b9190820180921161281257565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b6129a99073ffffffffffffffffffffffffffffffffffffffff8151169063ffffffff602082015116906040810151606082015173ffffffffffffffffffffffffffffffffffffffff60808401511660a084015160c085015173ffffffffffffffffffffffffffffffffffffffff60e087015116906101008701519261012088015115159461014089015115159673ffffffffffffffffffffffffffffffffffffffff6101608b015116986101a073ffffffffffffffffffffffffffffffffffffffff6101808d0151169b0151602081519101209b60606040519e8f907f4498c25ddda8e3ef15a8807f07b1e979ae42dda38db3d209baf1775e2a6f543860208301526040820152015260808d015260a08c015260c08b015260e08a01526101008901526101208801526101408701526101608601526101808501526101a08401526101c08301526101e08201526101e0815261299d61020082612240565b60208151910120613489565b90565b6129a99073ffffffffffffffffffffffffffffffffffffffff8151169063ffffffff60208201511690604081015190606081015173ffffffffffffffffffffffffffffffffffffffff6080830151169060c060a0840151930151936040519560208701977fcaa7f7696d87717a31bc145c3f672929c08e815e9b58bc5855e1d40417433faf895260408801526060870152608086015260a085015260c084015260e08301526101008201526101008152612a6861012082612240565b519020613489565b805173ffffffffffffffffffffffffffffffffffffffff16602082015163ffffffff169160408101516060820151608083015173ffffffffffffffffffffffffffffffffffffffff1660a084015160c085015160e086015173ffffffffffffffffffffffffffffffffffffffff166101008701519161012088015163ffffffff1693610140890151956101608a01511515976101808b015173ffffffffffffffffffffffffffffffffffffffff16996101a08c015173ffffffffffffffffffffffffffffffffffffffff169b6101c00151805190602001209c6040519e8f91602083017f8e6f9138f7effdd380d1767c55a8414a5bea7fcbcbe5a38f7330d26473b3c26a9052604083015260608201526080015260a08d015260c08c015260e08b01526101008a01526101208901526101408801526101608701526101808601526101a08501526101c08401526101e08301526102008201526102008152612bda61022082612240565b805190602001206129a990613489565b6040805173ffffffffffffffffffffffffffffffffffffffff9092166020830190815263ffffffff90931690820152612c4e81606081015b037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08101835282612240565b5190206055600b6040517f000000000000000000000000000000000000000000000000000000000000000060408201528360208201523081520160ff81532091823b151590565b6129a99073ffffffffffffffffffffffffffffffffffffffff8151169063ffffffff60208201511690604081015190606081015173ffffffffffffffffffffffffffffffffffffffff60808301511660a083015160c08401519060e085015115159273ffffffffffffffffffffffffffffffffffffffff610100870151169461014073ffffffffffffffffffffffffffffffffffffffff6101208901511697015160208151910120976040519960208b019b7fad42070ddb8409a42c3350282d386bc77a83c33977016da633aadbb2db12de8f8d5260408c015260608b015260808a015260a089015260c088015260e08701526101008601526101208501526101408401526101608301526101808201526101808152612a686101a082612240565b9293909193612dc6828261387a565b6005819492941015612f7d57159283612f5a575b508215612ea0575b505015612e7857421015612e505773ffffffffffffffffffffffffffffffffffffffff16805f5260666020528160405f20541015612e28575f52606660205260405f2055565b7f756688fe000000000000000000000000000000000000000000000000000000005f5260045ffd5b7ff753ba40000000000000000000000000000000000000000000000000000000005f5260045ffd5b7f8baa579f000000000000000000000000000000000000000000000000000000005f5260045ffd5b5f925090612c22612ef0849360405192839160208301957f1626ba7e00000000000000000000000000000000000000000000000000000000875260248401526040604484015260648301906125dc565b5190855afa612efd6138af565b81612f4c575b81612f11575b505f80612de2565b9050602081805181010312611f8757602001517f1626ba7e00000000000000000000000000000000000000000000000000000000145f612f09565b905060208151101590612f03565b73ffffffffffffffffffffffffffffffffffffffff86811691161492505f612dda565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602160045260245ffd5b90612fb58183612bea565b9391936132635761308c907f00000000000000000000000000000000000000000000000000000000000000006130ba813b612fef81612348565b90612ffd6040519283612240565b8082525f6020830180953c60206040518181019073ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000001682526040808201525f606082015260608152613065608082612240565b60405197889461307d858701988992519283916125bb565b850191518093858401906125bb565b0101037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08101855284612240565b8251156132055773ffffffffffffffffffffffffffffffffffffffff9251905ff5169283156131a75773ffffffffffffffffffffffffffffffffffffffff1680930361317a57823b15611f87576040517fc5e4c9f900000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff91909116600482015263ffffffff9190911660248201525f8160448183865af18015611f7c57613170575090565b5f6129a991612240565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52600160045260245ffd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601960248201527f437265617465323a204661696c6564206f6e206465706c6f79000000000000006044820152fd5b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602060248201527f437265617465323a2062797465636f6465206c656e677468206973207a65726f6044820152fd5b50505073ffffffffffffffffffffffffffffffffffffffff1690565b73ffffffffffffffffffffffffffffffffffffffff1691823b15611f87576040517fc3b35a7e00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff7f00000000000000000000000000000000000000000000000000000000000000008116600483015290921660248301526044820152905f9082908183816064810103925af18015611f7c5761332a5750565b5f61333491612240565b565b929092613344575b50505050565b831561333e576040517f23b872dd00000000000000000000000000000000000000000000000000000000602082015273ffffffffffffffffffffffffffffffffffffffff928316602482015292821660448401526064808401949094529282526133b9926133b3608484612240565b16613afc565b5f80808061333e565b602081830312611f875780519067ffffffffffffffff8211611f87570181601f82011215611f875780516133f581612348565b926134036040519485612240565b81845260208284010111611f87576129a991602080850191016125bb565b9073ffffffffffffffffffffffffffffffffffffffff61348260806020939695966040865283815116604087015284810151606087015283604082015116828701528360608201511660a0870152015160a060c086015260e08501906125dc565b9416910152565b604290613494613c27565b61349c613c72565b6040519060208201927f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f8452604083015260608201524660808201523060a082015260a081526134ed60c082612240565b51902090604051917f19010000000000000000000000000000000000000000000000000000000000008352600283015260228201522090565b90600182811c9216801561356d575b602083101461354057565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b91607f1691613535565b604051905f826004549161358a83613526565b808352926001811690811561360d57506001146135ae575b61333492500383612240565b5060045f90815290917f8a35acfbc15ff81a39ae7d344fd709f28e8600b4aa8c65c6b64bfe7fe36bd19b5b8183106135f1575050906020613334928201016135a2565b60209193508060019154838589010152019101909184926135d9565b602092506133349491507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff001682840152151560051b8201016135a2565b604051905f826005549161365d83613526565b808352926001811690811561360d57506001146136805761333492500383612240565b5060055f90815290917f036b6384b5eca791c62761152d0c79bb0604c104a5fb6f4eb0703f3154bb3db05b8183106136c3575050906020613334928201016135a2565b60209193508060019154838589010152019101909184926136ab565b156136e657565b60846040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602b60248201527f496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206960448201527f6e697469616c697a696e670000000000000000000000000000000000000000006064820152fd5b9190826040910312611f875760405161378281612224565b6020808294805184520151910152565b946138349473ffffffffffffffffffffffffffffffffffffffff80925f969b9a99949582604051976137c3896121bf565b1687526020870152166040850152166060830152608082015273ffffffffffffffffffffffffffffffffffffffff6137fa886138de565b94168091836040518096819582947f28dc830700000000000000000000000000000000000000000000000000000000845260048401613421565b03925af18015611f7c57613862575b5061384d846138de565b90810390811161281257613334918194613975565b613875903d805f833e6108468183612240565b613843565b9060418151145f146138a6576138a291602082015190606060408401519301515f1a90613a74565b9091565b50505f90600290565b3d156138d9573d906138c082612348565b916138ce6040519384612240565b82523d5f602084013e565b606090565b73ffffffffffffffffffffffffffffffffffffffff16806138fe57504790565b6020602491604051928380927f70a082310000000000000000000000000000000000000000000000000000000082523060048301525afa908115611f7c575f91613946575090565b90506020813d60201161396d575b8161396160209383612240565b81010312611f87575190565b3d9150613954565b8215613a6f5773ffffffffffffffffffffffffffffffffffffffff1680613a0d57505f80809381935af16139a76138af565b50156139af57565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152600f60248201527f6574682073656e64206661696c656400000000000000000000000000000000006044820152fd5b6133349273ffffffffffffffffffffffffffffffffffffffff604051937fa9059cbb000000000000000000000000000000000000000000000000000000006020860152166024840152604483015260448252613a6a606483612240565b613afc565b505050565b7f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a08411613af1576020935f9360ff60809460405194855216868401526040830152606082015282805260015afa15611f7c575f5173ffffffffffffffffffffffffffffffffffffffff811615613ae957905f90565b505f90600190565b505050505f90600390565b9073ffffffffffffffffffffffffffffffffffffffff613b6a92165f8060405193613b28604086612240565b602085527f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564602086015260208151910182855af1613b646138af565b91613c98565b8051908115918215613c04575b505015613b8057565b60846040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152602a60248201527f5361666545524332303a204552433230206f7065726174696f6e20646964206e60448201527f6f742073756363656564000000000000000000000000000000000000000000006064820152fd5b8192509060209181010312611f8757602001518015158103611f87575f80613b77565b613c2f613577565b8051908115613c3f576020012090565b50506002548015613c4d5790565b507fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a47090565b613c7a61364a565b8051908115613c8a576020012090565b50506003548015613c4d5790565b91929015613d135750815115613cac575090565b3b15613cb55790565b60646040517f08c379a000000000000000000000000000000000000000000000000000000000815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152fd5b825190915015613d265750805190602001fd5b613d64906040519182917f08c379a00000000000000000000000000000000000000000000000000000000083526020600484015260248301906125dc565b0390fdfea26469706673582212208262d6f8b2a7c15d34b1a4ed38ec07a8955277b1ea7b0cb922051c9c819ebec064736f6c634300081e0033";
1219
-
1220
- type PendleCrossChainSwapHubConstructorParams =
1221
- | [signer?: Signer]
1222
- | ConstructorParameters<typeof ContractFactory>;
1223
-
1224
- const isSuperArgs = (
1225
- xs: PendleCrossChainSwapHubConstructorParams
1226
- ): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
1227
-
1228
- export class PendleCrossChainSwapHub__factory extends ContractFactory {
1229
- constructor(...args: PendleCrossChainSwapHubConstructorParams) {
1230
- if (isSuperArgs(args)) {
1231
- super(...args);
1232
- } else {
1233
- super(_abi, _bytecode, args[0]);
1234
- }
1235
- this.contractName = "PendleCrossChainSwapHub";
1236
- }
1237
-
1238
- deploy(
1239
- treasury_: string,
1240
- beaconProxyCodeContract_: string,
1241
- depositBoxBeacon_: string,
1242
- overrides?: Overrides & { from?: string | Promise<string> }
1243
- ): Promise<PendleCrossChainSwapHub> {
1244
- return super.deploy(
1245
- treasury_,
1246
- beaconProxyCodeContract_,
1247
- depositBoxBeacon_,
1248
- overrides || {}
1249
- ) as Promise<PendleCrossChainSwapHub>;
1250
- }
1251
- getDeployTransaction(
1252
- treasury_: string,
1253
- beaconProxyCodeContract_: string,
1254
- depositBoxBeacon_: string,
1255
- overrides?: Overrides & { from?: string | Promise<string> }
1256
- ): TransactionRequest {
1257
- return super.getDeployTransaction(
1258
- treasury_,
1259
- beaconProxyCodeContract_,
1260
- depositBoxBeacon_,
1261
- overrides || {}
1262
- );
1263
- }
1264
- attach(address: string): PendleCrossChainSwapHub {
1265
- return super.attach(address) as PendleCrossChainSwapHub;
1266
- }
1267
- connect(signer: Signer): PendleCrossChainSwapHub__factory {
1268
- return super.connect(signer) as PendleCrossChainSwapHub__factory;
1269
- }
1270
- static readonly contractName: "PendleCrossChainSwapHub";
1271
- public readonly contractName: "PendleCrossChainSwapHub";
1272
- static readonly bytecode = _bytecode;
1273
- static readonly abi = _abi;
1274
- static createInterface(): PendleCrossChainSwapHubInterface {
1275
- return new utils.Interface(_abi) as PendleCrossChainSwapHubInterface;
1276
- }
1277
- static connect(
1278
- address: string,
1279
- signerOrProvider: Signer | Provider
1280
- ): PendleCrossChainSwapHub {
1281
- return new Contract(
1282
- address,
1283
- _abi,
1284
- signerOrProvider
1285
- ) as PendleCrossChainSwapHub;
1286
- }
1287
- }