@cryptonergy/smart-contracts-sdk 1.0.0-dev.10
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.d.ts +103 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface.js +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +1 -0
- package/dist/types/typechain-types/@chainlink/index.d.ts +2 -0
- package/dist/types/typechain-types/@chainlink/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +54 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +10 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.d.ts +231 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.d.ts +65 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC4626.d.ts +318 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC4626.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.d.ts +25 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +3 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +7 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.d.ts +36 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/Proxy.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/Proxy.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/IBeacon.d.ts +25 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/IBeacon.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/index.d.ts +5 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +141 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +129 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +141 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +6 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Errors.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Errors.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.d.ts +6 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +29 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +20 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +68 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +8 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +36 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.d.ts +73 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.d.ts +155 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable.d.ts +332 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +3 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +36 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.d.ts +36 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/index.d.ts +4 -0
- package/dist/types/typechain-types/@openzeppelin/index.js +1 -0
- package/dist/types/typechain-types/common.d.ts +50 -0
- package/dist/types/typechain-types/common.js +1 -0
- package/dist/types/typechain-types/contracts/ManagementFeeUpgradeableV1.d.ts +104 -0
- package/dist/types/typechain-types/contracts/ManagementFeeUpgradeableV1.js +1 -0
- package/dist/types/typechain-types/contracts/PerformanceFeeUpgradeableV1.d.ts +117 -0
- package/dist/types/typechain-types/contracts/PerformanceFeeUpgradeableV1.js +1 -0
- package/dist/types/typechain-types/contracts/VaultFactoryV1.d.ts +205 -0
- package/dist/types/typechain-types/contracts/VaultFactoryV1.js +1 -0
- package/dist/types/typechain-types/contracts/VaultV1.d.ts +839 -0
- package/dist/types/typechain-types/contracts/VaultV1.js +1 -0
- package/dist/types/typechain-types/contracts/external/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/external/index.js +1 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Pair.d.ts +396 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Pair.js +1 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Router01.d.ts +511 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Router01.js +1 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Router02.d.ts +651 -0
- package/dist/types/typechain-types/contracts/external/uniswap/IUniswapV2Router02.js +1 -0
- package/dist/types/typechain-types/contracts/external/uniswap/index.d.ts +3 -0
- package/dist/types/typechain-types/contracts/external/uniswap/index.js +1 -0
- package/dist/types/typechain-types/contracts/index.d.ts +16 -0
- package/dist/types/typechain-types/contracts/index.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/MockERC20.d.ts +155 -0
- package/dist/types/typechain-types/contracts/mocks/MockERC20.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.d.ts +113 -0
- package/dist/types/typechain-types/contracts/mocks/MockPriceProvider.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/MockStrategyV1.d.ts +49 -0
- package/dist/types/typechain-types/contracts/mocks/MockStrategyV1.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.d.ts +75 -0
- package/dist/types/typechain-types/contracts/mocks/MockV3Aggregator.js +1 -0
- package/dist/types/typechain-types/contracts/mocks/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/mocks/index.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/IPriceProvider.d.ts +65 -0
- package/dist/types/typechain-types/contracts/oracle/IPriceProvider.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.d.ts +246 -0
- package/dist/types/typechain-types/contracts/oracle/OracleProviderRegistry.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/OracleRouter.d.ts +395 -0
- package/dist/types/typechain-types/contracts/oracle/OracleRouter.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/index.d.ts +5 -0
- package/dist/types/typechain-types/contracts/oracle/index.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.d.ts +116 -0
- package/dist/types/typechain-types/contracts/oracle/providers/ChainlinkProvider.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/FixedPriceProvider.d.ts +146 -0
- package/dist/types/typechain-types/contracts/oracle/providers/FixedPriceProvider.js +1 -0
- package/dist/types/typechain-types/contracts/oracle/providers/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/oracle/providers/index.js +1 -0
- package/dist/types/typechain-types/contracts/providers/AddressProviderV1.d.ts +141 -0
- package/dist/types/typechain-types/contracts/providers/AddressProviderV1.js +1 -0
- package/dist/types/typechain-types/contracts/providers/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/providers/index.js +1 -0
- package/dist/types/typechain-types/contracts/registers/VaultRegistryV1.d.ts +272 -0
- package/dist/types/typechain-types/contracts/registers/VaultRegistryV1.js +1 -0
- package/dist/types/typechain-types/contracts/registers/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/registers/index.js +1 -0
- package/dist/types/typechain-types/contracts/strategies/UniswapV2LiquidityStrategy.d.ts +320 -0
- package/dist/types/typechain-types/contracts/strategies/UniswapV2LiquidityStrategy.js +1 -0
- package/dist/types/typechain-types/contracts/strategies/index.d.ts +3 -0
- package/dist/types/typechain-types/contracts/strategies/index.js +1 -0
- package/dist/types/typechain-types/contracts/strategies/interfaces/IVaultStrategy.d.ts +49 -0
- package/dist/types/typechain-types/contracts/strategies/interfaces/IVaultStrategy.js +1 -0
- package/dist/types/typechain-types/contracts/strategies/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/strategies/interfaces/index.js +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.d.ts +93 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/AggregatorV3Interface__factory.js +126 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.js +4 -0
- package/dist/types/typechain-types/factories/@chainlink/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@chainlink/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +64 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +89 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.js +8 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.d.ts +289 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js +386 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.d.ts +42 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.js +60 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.d.ts +472 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.js +627 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.d.ts +17 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.js +28 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +83 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +117 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +71 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +101 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +83 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +118 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +6 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +8 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +71 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.js +100 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.d.ts +50 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.js +73 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/index.js +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.d.ts +10 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.js +19 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.d.ts +17 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.js +28 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/index.js +6 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +241 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +323 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +147 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +198 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +177 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +237 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +7 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +46 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.js +67 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.d.ts +30 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.js +46 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.d.ts +50 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.js +72 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.js +7 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +21 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +34 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +62 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +89 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +82 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +112 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +7 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +25 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +38 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.d.ts +105 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.js +143 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts +259 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.js +346 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable__factory.d.ts +626 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable__factory.js +831 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.js +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/index.js +4 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +25 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +38 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable__factory.d.ts +29 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable__factory.js +43 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.js +5 -0
- package/dist/types/typechain-types/factories/@openzeppelin/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/index.js +5 -0
- package/dist/types/typechain-types/factories/contracts/ManagementFeeUpgradeableV1__factory.d.ts +120 -0
- package/dist/types/typechain-types/factories/contracts/ManagementFeeUpgradeableV1__factory.js +161 -0
- package/dist/types/typechain-types/factories/contracts/PerformanceFeeUpgradeableV1__factory.d.ts +135 -0
- package/dist/types/typechain-types/factories/contracts/PerformanceFeeUpgradeableV1__factory.js +180 -0
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.d.ts +318 -0
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.js +417 -0
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.d.ts +1408 -0
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.js +1839 -0
- package/dist/types/typechain-types/factories/contracts/external/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/external/index.js +4 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Pair__factory.d.ts +512 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Pair__factory.js +666 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Router01__factory.d.ts +585 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Router01__factory.js +764 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Router02__factory.d.ts +743 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/IUniswapV2Router02__factory.js +966 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/external/uniswap/index.js +6 -0
- package/dist/types/typechain-types/factories/contracts/index.d.ts +10 -0
- package/dist/types/typechain-types/factories/contracts/index.js +13 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockERC20__factory.d.ts +282 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockERC20__factory.js +377 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.d.ts +218 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockPriceProvider__factory.js +291 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockStrategyV1__factory.d.ts +118 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockStrategyV1__factory.js +162 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.d.ts +110 -0
- package/dist/types/typechain-types/factories/contracts/mocks/MockV3Aggregator__factory.js +149 -0
- package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/mocks/index.js +7 -0
- package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.d.ts +67 -0
- package/dist/types/typechain-types/factories/contracts/oracle/IPriceProvider__factory.js +94 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.d.ts +377 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleProviderRegistry__factory.js +498 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.d.ts +623 -0
- package/dist/types/typechain-types/factories/contracts/oracle/OracleRouter__factory.js +822 -0
- package/dist/types/typechain-types/factories/contracts/oracle/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/oracle/index.js +7 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.d.ts +179 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/ChainlinkProvider__factory.js +241 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/FixedPriceProvider__factory.d.ts +195 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/FixedPriceProvider__factory.js +261 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/oracle/providers/index.js +5 -0
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.d.ts +246 -0
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.js +327 -0
- package/dist/types/typechain-types/factories/contracts/providers/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/providers/index.js +4 -0
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.d.ts +399 -0
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.js +522 -0
- package/dist/types/typechain-types/factories/contracts/registers/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/registers/index.js +4 -0
- package/dist/types/typechain-types/factories/contracts/strategies/UniswapV2LiquidityStrategy__factory.d.ts +565 -0
- package/dist/types/typechain-types/factories/contracts/strategies/UniswapV2LiquidityStrategy__factory.js +742 -0
- package/dist/types/typechain-types/factories/contracts/strategies/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/strategies/index.js +5 -0
- package/dist/types/typechain-types/factories/contracts/strategies/interfaces/IVaultStrategy__factory.d.ts +75 -0
- package/dist/types/typechain-types/factories/contracts/strategies/interfaces/IVaultStrategy__factory.js +105 -0
- package/dist/types/typechain-types/factories/contracts/strategies/interfaces/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/strategies/interfaces/index.js +4 -0
- package/dist/types/typechain-types/factories/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/index.js +6 -0
- package/dist/types/typechain-types/index.d.ts +103 -0
- package/dist/types/typechain-types/index.js +49 -0
- package/package.json +30 -0
|
@@ -0,0 +1,1839 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, ContractFactory, Interface, } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [],
|
|
8
|
+
stateMutability: "nonpayable",
|
|
9
|
+
type: "constructor",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
inputs: [
|
|
13
|
+
{
|
|
14
|
+
internalType: "address",
|
|
15
|
+
name: "target",
|
|
16
|
+
type: "address",
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
name: "AddressEmptyCode",
|
|
20
|
+
type: "error",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
inputs: [
|
|
24
|
+
{
|
|
25
|
+
internalType: "uint16",
|
|
26
|
+
name: "sumBps",
|
|
27
|
+
type: "uint16",
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
name: "AllocationSumTooHigh",
|
|
31
|
+
type: "error",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
inputs: [
|
|
35
|
+
{
|
|
36
|
+
internalType: "address",
|
|
37
|
+
name: "implementation",
|
|
38
|
+
type: "address",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
name: "ERC1967InvalidImplementation",
|
|
42
|
+
type: "error",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
inputs: [],
|
|
46
|
+
name: "ERC1967NonPayable",
|
|
47
|
+
type: "error",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
inputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "address",
|
|
53
|
+
name: "spender",
|
|
54
|
+
type: "address",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
internalType: "uint256",
|
|
58
|
+
name: "allowance",
|
|
59
|
+
type: "uint256",
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
internalType: "uint256",
|
|
63
|
+
name: "needed",
|
|
64
|
+
type: "uint256",
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
name: "ERC20InsufficientAllowance",
|
|
68
|
+
type: "error",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
inputs: [
|
|
72
|
+
{
|
|
73
|
+
internalType: "address",
|
|
74
|
+
name: "sender",
|
|
75
|
+
type: "address",
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
internalType: "uint256",
|
|
79
|
+
name: "balance",
|
|
80
|
+
type: "uint256",
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
internalType: "uint256",
|
|
84
|
+
name: "needed",
|
|
85
|
+
type: "uint256",
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
name: "ERC20InsufficientBalance",
|
|
89
|
+
type: "error",
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
inputs: [
|
|
93
|
+
{
|
|
94
|
+
internalType: "address",
|
|
95
|
+
name: "approver",
|
|
96
|
+
type: "address",
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
name: "ERC20InvalidApprover",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
inputs: [
|
|
104
|
+
{
|
|
105
|
+
internalType: "address",
|
|
106
|
+
name: "receiver",
|
|
107
|
+
type: "address",
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
name: "ERC20InvalidReceiver",
|
|
111
|
+
type: "error",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
inputs: [
|
|
115
|
+
{
|
|
116
|
+
internalType: "address",
|
|
117
|
+
name: "sender",
|
|
118
|
+
type: "address",
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
name: "ERC20InvalidSender",
|
|
122
|
+
type: "error",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
inputs: [
|
|
126
|
+
{
|
|
127
|
+
internalType: "address",
|
|
128
|
+
name: "spender",
|
|
129
|
+
type: "address",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
name: "ERC20InvalidSpender",
|
|
133
|
+
type: "error",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
inputs: [
|
|
137
|
+
{
|
|
138
|
+
internalType: "address",
|
|
139
|
+
name: "receiver",
|
|
140
|
+
type: "address",
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
internalType: "uint256",
|
|
144
|
+
name: "assets",
|
|
145
|
+
type: "uint256",
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
internalType: "uint256",
|
|
149
|
+
name: "max",
|
|
150
|
+
type: "uint256",
|
|
151
|
+
},
|
|
152
|
+
],
|
|
153
|
+
name: "ERC4626ExceededMaxDeposit",
|
|
154
|
+
type: "error",
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
inputs: [
|
|
158
|
+
{
|
|
159
|
+
internalType: "address",
|
|
160
|
+
name: "receiver",
|
|
161
|
+
type: "address",
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
internalType: "uint256",
|
|
165
|
+
name: "shares",
|
|
166
|
+
type: "uint256",
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
internalType: "uint256",
|
|
170
|
+
name: "max",
|
|
171
|
+
type: "uint256",
|
|
172
|
+
},
|
|
173
|
+
],
|
|
174
|
+
name: "ERC4626ExceededMaxMint",
|
|
175
|
+
type: "error",
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
inputs: [
|
|
179
|
+
{
|
|
180
|
+
internalType: "address",
|
|
181
|
+
name: "owner",
|
|
182
|
+
type: "address",
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
internalType: "uint256",
|
|
186
|
+
name: "shares",
|
|
187
|
+
type: "uint256",
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
internalType: "uint256",
|
|
191
|
+
name: "max",
|
|
192
|
+
type: "uint256",
|
|
193
|
+
},
|
|
194
|
+
],
|
|
195
|
+
name: "ERC4626ExceededMaxRedeem",
|
|
196
|
+
type: "error",
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
inputs: [
|
|
200
|
+
{
|
|
201
|
+
internalType: "address",
|
|
202
|
+
name: "owner",
|
|
203
|
+
type: "address",
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
internalType: "uint256",
|
|
207
|
+
name: "assets",
|
|
208
|
+
type: "uint256",
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
internalType: "uint256",
|
|
212
|
+
name: "max",
|
|
213
|
+
type: "uint256",
|
|
214
|
+
},
|
|
215
|
+
],
|
|
216
|
+
name: "ERC4626ExceededMaxWithdraw",
|
|
217
|
+
type: "error",
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
inputs: [],
|
|
221
|
+
name: "FailedCall",
|
|
222
|
+
type: "error",
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
inputs: [],
|
|
226
|
+
name: "FeeTooHigh",
|
|
227
|
+
type: "error",
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
inputs: [
|
|
231
|
+
{
|
|
232
|
+
internalType: "uint256",
|
|
233
|
+
name: "requested",
|
|
234
|
+
type: "uint256",
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
internalType: "uint256",
|
|
238
|
+
name: "available",
|
|
239
|
+
type: "uint256",
|
|
240
|
+
},
|
|
241
|
+
],
|
|
242
|
+
name: "InsufficientLiquidity",
|
|
243
|
+
type: "error",
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
inputs: [],
|
|
247
|
+
name: "InvalidInitialization",
|
|
248
|
+
type: "error",
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
inputs: [],
|
|
252
|
+
name: "NoStrategiesConfigured",
|
|
253
|
+
type: "error",
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
inputs: [],
|
|
257
|
+
name: "NotInitializing",
|
|
258
|
+
type: "error",
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
inputs: [
|
|
262
|
+
{
|
|
263
|
+
internalType: "address",
|
|
264
|
+
name: "owner",
|
|
265
|
+
type: "address",
|
|
266
|
+
},
|
|
267
|
+
],
|
|
268
|
+
name: "OwnableInvalidOwner",
|
|
269
|
+
type: "error",
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
inputs: [
|
|
273
|
+
{
|
|
274
|
+
internalType: "address",
|
|
275
|
+
name: "account",
|
|
276
|
+
type: "address",
|
|
277
|
+
},
|
|
278
|
+
],
|
|
279
|
+
name: "OwnableUnauthorizedAccount",
|
|
280
|
+
type: "error",
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
inputs: [],
|
|
284
|
+
name: "PerformanceFeeTooHigh",
|
|
285
|
+
type: "error",
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
inputs: [],
|
|
289
|
+
name: "PerformanceFeeZeroRecipient",
|
|
290
|
+
type: "error",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
inputs: [],
|
|
294
|
+
name: "ReentrancyGuardReentrantCall",
|
|
295
|
+
type: "error",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
inputs: [
|
|
299
|
+
{
|
|
300
|
+
internalType: "address",
|
|
301
|
+
name: "token",
|
|
302
|
+
type: "address",
|
|
303
|
+
},
|
|
304
|
+
],
|
|
305
|
+
name: "SafeERC20FailedOperation",
|
|
306
|
+
type: "error",
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
inputs: [
|
|
310
|
+
{
|
|
311
|
+
internalType: "address",
|
|
312
|
+
name: "strategy",
|
|
313
|
+
type: "address",
|
|
314
|
+
},
|
|
315
|
+
],
|
|
316
|
+
name: "StrategyAlreadyAdded",
|
|
317
|
+
type: "error",
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
inputs: [
|
|
321
|
+
{
|
|
322
|
+
internalType: "address",
|
|
323
|
+
name: "strategy",
|
|
324
|
+
type: "address",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
internalType: "address",
|
|
328
|
+
name: "expected",
|
|
329
|
+
type: "address",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
internalType: "address",
|
|
333
|
+
name: "actual",
|
|
334
|
+
type: "address",
|
|
335
|
+
},
|
|
336
|
+
],
|
|
337
|
+
name: "StrategyAssetMismatch",
|
|
338
|
+
type: "error",
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
inputs: [
|
|
342
|
+
{
|
|
343
|
+
internalType: "address",
|
|
344
|
+
name: "strategy",
|
|
345
|
+
type: "address",
|
|
346
|
+
},
|
|
347
|
+
],
|
|
348
|
+
name: "StrategyNotFound",
|
|
349
|
+
type: "error",
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
inputs: [
|
|
353
|
+
{
|
|
354
|
+
internalType: "address",
|
|
355
|
+
name: "strategy",
|
|
356
|
+
type: "address",
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
internalType: "address",
|
|
360
|
+
name: "expected",
|
|
361
|
+
type: "address",
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
internalType: "address",
|
|
365
|
+
name: "actual",
|
|
366
|
+
type: "address",
|
|
367
|
+
},
|
|
368
|
+
],
|
|
369
|
+
name: "StrategyVaultMismatch",
|
|
370
|
+
type: "error",
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
inputs: [],
|
|
374
|
+
name: "UUPSUnauthorizedCallContext",
|
|
375
|
+
type: "error",
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
inputs: [
|
|
379
|
+
{
|
|
380
|
+
internalType: "bytes32",
|
|
381
|
+
name: "slot",
|
|
382
|
+
type: "bytes32",
|
|
383
|
+
},
|
|
384
|
+
],
|
|
385
|
+
name: "UUPSUnsupportedProxiableUUID",
|
|
386
|
+
type: "error",
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
inputs: [],
|
|
390
|
+
name: "ZeroAssets",
|
|
391
|
+
type: "error",
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
inputs: [],
|
|
395
|
+
name: "ZeroRecipient",
|
|
396
|
+
type: "error",
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
inputs: [],
|
|
400
|
+
name: "ZeroShares",
|
|
401
|
+
type: "error",
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
anonymous: false,
|
|
405
|
+
inputs: [
|
|
406
|
+
{
|
|
407
|
+
indexed: true,
|
|
408
|
+
internalType: "address",
|
|
409
|
+
name: "owner",
|
|
410
|
+
type: "address",
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
indexed: true,
|
|
414
|
+
internalType: "address",
|
|
415
|
+
name: "spender",
|
|
416
|
+
type: "address",
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
indexed: false,
|
|
420
|
+
internalType: "uint256",
|
|
421
|
+
name: "value",
|
|
422
|
+
type: "uint256",
|
|
423
|
+
},
|
|
424
|
+
],
|
|
425
|
+
name: "Approval",
|
|
426
|
+
type: "event",
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
anonymous: false,
|
|
430
|
+
inputs: [
|
|
431
|
+
{
|
|
432
|
+
indexed: true,
|
|
433
|
+
internalType: "address",
|
|
434
|
+
name: "sender",
|
|
435
|
+
type: "address",
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
indexed: true,
|
|
439
|
+
internalType: "address",
|
|
440
|
+
name: "owner",
|
|
441
|
+
type: "address",
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
indexed: false,
|
|
445
|
+
internalType: "uint256",
|
|
446
|
+
name: "assets",
|
|
447
|
+
type: "uint256",
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
indexed: false,
|
|
451
|
+
internalType: "uint256",
|
|
452
|
+
name: "shares",
|
|
453
|
+
type: "uint256",
|
|
454
|
+
},
|
|
455
|
+
],
|
|
456
|
+
name: "Deposit",
|
|
457
|
+
type: "event",
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
anonymous: false,
|
|
461
|
+
inputs: [
|
|
462
|
+
{
|
|
463
|
+
indexed: false,
|
|
464
|
+
internalType: "address",
|
|
465
|
+
name: "newRecipient",
|
|
466
|
+
type: "address",
|
|
467
|
+
},
|
|
468
|
+
],
|
|
469
|
+
name: "FeeRecipientUpdated",
|
|
470
|
+
type: "event",
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
anonymous: false,
|
|
474
|
+
inputs: [
|
|
475
|
+
{
|
|
476
|
+
indexed: false,
|
|
477
|
+
internalType: "uint64",
|
|
478
|
+
name: "version",
|
|
479
|
+
type: "uint64",
|
|
480
|
+
},
|
|
481
|
+
],
|
|
482
|
+
name: "Initialized",
|
|
483
|
+
type: "event",
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
anonymous: false,
|
|
487
|
+
inputs: [
|
|
488
|
+
{
|
|
489
|
+
indexed: false,
|
|
490
|
+
internalType: "uint256",
|
|
491
|
+
name: "feeShares",
|
|
492
|
+
type: "uint256",
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
indexed: false,
|
|
496
|
+
internalType: "uint48",
|
|
497
|
+
name: "timestamp",
|
|
498
|
+
type: "uint48",
|
|
499
|
+
},
|
|
500
|
+
],
|
|
501
|
+
name: "ManagementFeeAccrued",
|
|
502
|
+
type: "event",
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
anonymous: false,
|
|
506
|
+
inputs: [
|
|
507
|
+
{
|
|
508
|
+
indexed: false,
|
|
509
|
+
internalType: "uint16",
|
|
510
|
+
name: "newFeeBps",
|
|
511
|
+
type: "uint16",
|
|
512
|
+
},
|
|
513
|
+
],
|
|
514
|
+
name: "ManagementFeeUpdated",
|
|
515
|
+
type: "event",
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
anonymous: false,
|
|
519
|
+
inputs: [
|
|
520
|
+
{
|
|
521
|
+
indexed: true,
|
|
522
|
+
internalType: "address",
|
|
523
|
+
name: "previousOwner",
|
|
524
|
+
type: "address",
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
indexed: true,
|
|
528
|
+
internalType: "address",
|
|
529
|
+
name: "newOwner",
|
|
530
|
+
type: "address",
|
|
531
|
+
},
|
|
532
|
+
],
|
|
533
|
+
name: "OwnershipTransferred",
|
|
534
|
+
type: "event",
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
anonymous: false,
|
|
538
|
+
inputs: [
|
|
539
|
+
{
|
|
540
|
+
indexed: false,
|
|
541
|
+
internalType: "uint256",
|
|
542
|
+
name: "feeShares",
|
|
543
|
+
type: "uint256",
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
indexed: false,
|
|
547
|
+
internalType: "uint48",
|
|
548
|
+
name: "timestamp",
|
|
549
|
+
type: "uint48",
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
indexed: false,
|
|
553
|
+
internalType: "uint256",
|
|
554
|
+
name: "newHighWaterMark",
|
|
555
|
+
type: "uint256",
|
|
556
|
+
},
|
|
557
|
+
],
|
|
558
|
+
name: "PerformanceFeeAccrued",
|
|
559
|
+
type: "event",
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
anonymous: false,
|
|
563
|
+
inputs: [
|
|
564
|
+
{
|
|
565
|
+
indexed: false,
|
|
566
|
+
internalType: "uint16",
|
|
567
|
+
name: "newFeeBps",
|
|
568
|
+
type: "uint16",
|
|
569
|
+
},
|
|
570
|
+
],
|
|
571
|
+
name: "PerformanceFeeBpsUpdated",
|
|
572
|
+
type: "event",
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
anonymous: false,
|
|
576
|
+
inputs: [
|
|
577
|
+
{
|
|
578
|
+
indexed: false,
|
|
579
|
+
internalType: "address",
|
|
580
|
+
name: "newRecipient",
|
|
581
|
+
type: "address",
|
|
582
|
+
},
|
|
583
|
+
],
|
|
584
|
+
name: "PerformanceFeeRecipientUpdated",
|
|
585
|
+
type: "event",
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
anonymous: false,
|
|
589
|
+
inputs: [
|
|
590
|
+
{
|
|
591
|
+
indexed: true,
|
|
592
|
+
internalType: "address",
|
|
593
|
+
name: "strategy",
|
|
594
|
+
type: "address",
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
indexed: false,
|
|
598
|
+
internalType: "uint16",
|
|
599
|
+
name: "allocBps",
|
|
600
|
+
type: "uint16",
|
|
601
|
+
},
|
|
602
|
+
],
|
|
603
|
+
name: "StrategyAdded",
|
|
604
|
+
type: "event",
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
anonymous: false,
|
|
608
|
+
inputs: [
|
|
609
|
+
{
|
|
610
|
+
indexed: true,
|
|
611
|
+
internalType: "address",
|
|
612
|
+
name: "strategy",
|
|
613
|
+
type: "address",
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
indexed: false,
|
|
617
|
+
internalType: "uint256",
|
|
618
|
+
name: "assetsSent",
|
|
619
|
+
type: "uint256",
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
indexed: false,
|
|
623
|
+
internalType: "uint256",
|
|
624
|
+
name: "deployedAssets",
|
|
625
|
+
type: "uint256",
|
|
626
|
+
},
|
|
627
|
+
],
|
|
628
|
+
name: "StrategyDeployed",
|
|
629
|
+
type: "event",
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
anonymous: false,
|
|
633
|
+
inputs: [
|
|
634
|
+
{
|
|
635
|
+
indexed: true,
|
|
636
|
+
internalType: "address",
|
|
637
|
+
name: "strategy",
|
|
638
|
+
type: "address",
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
indexed: false,
|
|
642
|
+
internalType: "uint256",
|
|
643
|
+
name: "requested",
|
|
644
|
+
type: "uint256",
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
indexed: false,
|
|
648
|
+
internalType: "uint256",
|
|
649
|
+
name: "received",
|
|
650
|
+
type: "uint256",
|
|
651
|
+
},
|
|
652
|
+
],
|
|
653
|
+
name: "StrategyPulled",
|
|
654
|
+
type: "event",
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
anonymous: false,
|
|
658
|
+
inputs: [
|
|
659
|
+
{
|
|
660
|
+
indexed: true,
|
|
661
|
+
internalType: "address",
|
|
662
|
+
name: "strategy",
|
|
663
|
+
type: "address",
|
|
664
|
+
},
|
|
665
|
+
],
|
|
666
|
+
name: "StrategyRemoved",
|
|
667
|
+
type: "event",
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
anonymous: false,
|
|
671
|
+
inputs: [
|
|
672
|
+
{
|
|
673
|
+
indexed: true,
|
|
674
|
+
internalType: "address",
|
|
675
|
+
name: "strategy",
|
|
676
|
+
type: "address",
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
indexed: false,
|
|
680
|
+
internalType: "uint16",
|
|
681
|
+
name: "allocBps",
|
|
682
|
+
type: "uint16",
|
|
683
|
+
},
|
|
684
|
+
],
|
|
685
|
+
name: "StrategyUpdated",
|
|
686
|
+
type: "event",
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
anonymous: false,
|
|
690
|
+
inputs: [
|
|
691
|
+
{
|
|
692
|
+
indexed: true,
|
|
693
|
+
internalType: "address",
|
|
694
|
+
name: "from",
|
|
695
|
+
type: "address",
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
indexed: true,
|
|
699
|
+
internalType: "address",
|
|
700
|
+
name: "to",
|
|
701
|
+
type: "address",
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
indexed: false,
|
|
705
|
+
internalType: "uint256",
|
|
706
|
+
name: "value",
|
|
707
|
+
type: "uint256",
|
|
708
|
+
},
|
|
709
|
+
],
|
|
710
|
+
name: "Transfer",
|
|
711
|
+
type: "event",
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
anonymous: false,
|
|
715
|
+
inputs: [
|
|
716
|
+
{
|
|
717
|
+
indexed: true,
|
|
718
|
+
internalType: "address",
|
|
719
|
+
name: "implementation",
|
|
720
|
+
type: "address",
|
|
721
|
+
},
|
|
722
|
+
],
|
|
723
|
+
name: "Upgraded",
|
|
724
|
+
type: "event",
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
anonymous: false,
|
|
728
|
+
inputs: [
|
|
729
|
+
{
|
|
730
|
+
indexed: true,
|
|
731
|
+
internalType: "address",
|
|
732
|
+
name: "caller",
|
|
733
|
+
type: "address",
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
indexed: true,
|
|
737
|
+
internalType: "address",
|
|
738
|
+
name: "receiver",
|
|
739
|
+
type: "address",
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
indexed: false,
|
|
743
|
+
internalType: "uint256",
|
|
744
|
+
name: "assets",
|
|
745
|
+
type: "uint256",
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
indexed: false,
|
|
749
|
+
internalType: "uint256",
|
|
750
|
+
name: "shares",
|
|
751
|
+
type: "uint256",
|
|
752
|
+
},
|
|
753
|
+
],
|
|
754
|
+
name: "VaultDeposited",
|
|
755
|
+
type: "event",
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
anonymous: false,
|
|
759
|
+
inputs: [
|
|
760
|
+
{
|
|
761
|
+
indexed: true,
|
|
762
|
+
internalType: "address",
|
|
763
|
+
name: "caller",
|
|
764
|
+
type: "address",
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
indexed: true,
|
|
768
|
+
internalType: "address",
|
|
769
|
+
name: "receiver",
|
|
770
|
+
type: "address",
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
indexed: true,
|
|
774
|
+
internalType: "address",
|
|
775
|
+
name: "owner",
|
|
776
|
+
type: "address",
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
indexed: false,
|
|
780
|
+
internalType: "uint256",
|
|
781
|
+
name: "assets",
|
|
782
|
+
type: "uint256",
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
indexed: false,
|
|
786
|
+
internalType: "uint256",
|
|
787
|
+
name: "shares",
|
|
788
|
+
type: "uint256",
|
|
789
|
+
},
|
|
790
|
+
],
|
|
791
|
+
name: "VaultWithdrawn",
|
|
792
|
+
type: "event",
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
anonymous: false,
|
|
796
|
+
inputs: [
|
|
797
|
+
{
|
|
798
|
+
indexed: true,
|
|
799
|
+
internalType: "address",
|
|
800
|
+
name: "sender",
|
|
801
|
+
type: "address",
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
indexed: true,
|
|
805
|
+
internalType: "address",
|
|
806
|
+
name: "receiver",
|
|
807
|
+
type: "address",
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
indexed: true,
|
|
811
|
+
internalType: "address",
|
|
812
|
+
name: "owner",
|
|
813
|
+
type: "address",
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
indexed: false,
|
|
817
|
+
internalType: "uint256",
|
|
818
|
+
name: "assets",
|
|
819
|
+
type: "uint256",
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
indexed: false,
|
|
823
|
+
internalType: "uint256",
|
|
824
|
+
name: "shares",
|
|
825
|
+
type: "uint256",
|
|
826
|
+
},
|
|
827
|
+
],
|
|
828
|
+
name: "Withdraw",
|
|
829
|
+
type: "event",
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
inputs: [],
|
|
833
|
+
name: "MAX_BPS",
|
|
834
|
+
outputs: [
|
|
835
|
+
{
|
|
836
|
+
internalType: "uint16",
|
|
837
|
+
name: "",
|
|
838
|
+
type: "uint16",
|
|
839
|
+
},
|
|
840
|
+
],
|
|
841
|
+
stateMutability: "view",
|
|
842
|
+
type: "function",
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
inputs: [],
|
|
846
|
+
name: "PERFORMANCE_MAX_BPS",
|
|
847
|
+
outputs: [
|
|
848
|
+
{
|
|
849
|
+
internalType: "uint16",
|
|
850
|
+
name: "",
|
|
851
|
+
type: "uint16",
|
|
852
|
+
},
|
|
853
|
+
],
|
|
854
|
+
stateMutability: "view",
|
|
855
|
+
type: "function",
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
inputs: [],
|
|
859
|
+
name: "UPGRADE_INTERFACE_VERSION",
|
|
860
|
+
outputs: [
|
|
861
|
+
{
|
|
862
|
+
internalType: "string",
|
|
863
|
+
name: "",
|
|
864
|
+
type: "string",
|
|
865
|
+
},
|
|
866
|
+
],
|
|
867
|
+
stateMutability: "view",
|
|
868
|
+
type: "function",
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
inputs: [],
|
|
872
|
+
name: "accrueManagementFee",
|
|
873
|
+
outputs: [],
|
|
874
|
+
stateMutability: "nonpayable",
|
|
875
|
+
type: "function",
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
inputs: [
|
|
879
|
+
{
|
|
880
|
+
internalType: "address",
|
|
881
|
+
name: "strategy_",
|
|
882
|
+
type: "address",
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
internalType: "uint16",
|
|
886
|
+
name: "allocBps_",
|
|
887
|
+
type: "uint16",
|
|
888
|
+
},
|
|
889
|
+
],
|
|
890
|
+
name: "addStrategy",
|
|
891
|
+
outputs: [],
|
|
892
|
+
stateMutability: "nonpayable",
|
|
893
|
+
type: "function",
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
inputs: [
|
|
897
|
+
{
|
|
898
|
+
internalType: "address",
|
|
899
|
+
name: "owner",
|
|
900
|
+
type: "address",
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
internalType: "address",
|
|
904
|
+
name: "spender",
|
|
905
|
+
type: "address",
|
|
906
|
+
},
|
|
907
|
+
],
|
|
908
|
+
name: "allowance",
|
|
909
|
+
outputs: [
|
|
910
|
+
{
|
|
911
|
+
internalType: "uint256",
|
|
912
|
+
name: "",
|
|
913
|
+
type: "uint256",
|
|
914
|
+
},
|
|
915
|
+
],
|
|
916
|
+
stateMutability: "view",
|
|
917
|
+
type: "function",
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
inputs: [
|
|
921
|
+
{
|
|
922
|
+
internalType: "address",
|
|
923
|
+
name: "spender",
|
|
924
|
+
type: "address",
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
internalType: "uint256",
|
|
928
|
+
name: "value",
|
|
929
|
+
type: "uint256",
|
|
930
|
+
},
|
|
931
|
+
],
|
|
932
|
+
name: "approve",
|
|
933
|
+
outputs: [
|
|
934
|
+
{
|
|
935
|
+
internalType: "bool",
|
|
936
|
+
name: "",
|
|
937
|
+
type: "bool",
|
|
938
|
+
},
|
|
939
|
+
],
|
|
940
|
+
stateMutability: "nonpayable",
|
|
941
|
+
type: "function",
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
inputs: [],
|
|
945
|
+
name: "asset",
|
|
946
|
+
outputs: [
|
|
947
|
+
{
|
|
948
|
+
internalType: "address",
|
|
949
|
+
name: "",
|
|
950
|
+
type: "address",
|
|
951
|
+
},
|
|
952
|
+
],
|
|
953
|
+
stateMutability: "view",
|
|
954
|
+
type: "function",
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
inputs: [],
|
|
958
|
+
name: "autoDeployOnDeposit",
|
|
959
|
+
outputs: [
|
|
960
|
+
{
|
|
961
|
+
internalType: "bool",
|
|
962
|
+
name: "",
|
|
963
|
+
type: "bool",
|
|
964
|
+
},
|
|
965
|
+
],
|
|
966
|
+
stateMutability: "view",
|
|
967
|
+
type: "function",
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
inputs: [
|
|
971
|
+
{
|
|
972
|
+
internalType: "address",
|
|
973
|
+
name: "account",
|
|
974
|
+
type: "address",
|
|
975
|
+
},
|
|
976
|
+
],
|
|
977
|
+
name: "balanceOf",
|
|
978
|
+
outputs: [
|
|
979
|
+
{
|
|
980
|
+
internalType: "uint256",
|
|
981
|
+
name: "",
|
|
982
|
+
type: "uint256",
|
|
983
|
+
},
|
|
984
|
+
],
|
|
985
|
+
stateMutability: "view",
|
|
986
|
+
type: "function",
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
inputs: [
|
|
990
|
+
{
|
|
991
|
+
internalType: "uint256",
|
|
992
|
+
name: "shares",
|
|
993
|
+
type: "uint256",
|
|
994
|
+
},
|
|
995
|
+
],
|
|
996
|
+
name: "convertToAssets",
|
|
997
|
+
outputs: [
|
|
998
|
+
{
|
|
999
|
+
internalType: "uint256",
|
|
1000
|
+
name: "",
|
|
1001
|
+
type: "uint256",
|
|
1002
|
+
},
|
|
1003
|
+
],
|
|
1004
|
+
stateMutability: "view",
|
|
1005
|
+
type: "function",
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
inputs: [
|
|
1009
|
+
{
|
|
1010
|
+
internalType: "uint256",
|
|
1011
|
+
name: "assets",
|
|
1012
|
+
type: "uint256",
|
|
1013
|
+
},
|
|
1014
|
+
],
|
|
1015
|
+
name: "convertToShares",
|
|
1016
|
+
outputs: [
|
|
1017
|
+
{
|
|
1018
|
+
internalType: "uint256",
|
|
1019
|
+
name: "",
|
|
1020
|
+
type: "uint256",
|
|
1021
|
+
},
|
|
1022
|
+
],
|
|
1023
|
+
stateMutability: "view",
|
|
1024
|
+
type: "function",
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
inputs: [],
|
|
1028
|
+
name: "crystallizePerformanceFee",
|
|
1029
|
+
outputs: [],
|
|
1030
|
+
stateMutability: "nonpayable",
|
|
1031
|
+
type: "function",
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
inputs: [],
|
|
1035
|
+
name: "currentAssetsPerShare",
|
|
1036
|
+
outputs: [
|
|
1037
|
+
{
|
|
1038
|
+
internalType: "uint256",
|
|
1039
|
+
name: "",
|
|
1040
|
+
type: "uint256",
|
|
1041
|
+
},
|
|
1042
|
+
],
|
|
1043
|
+
stateMutability: "view",
|
|
1044
|
+
type: "function",
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
inputs: [],
|
|
1048
|
+
name: "decimals",
|
|
1049
|
+
outputs: [
|
|
1050
|
+
{
|
|
1051
|
+
internalType: "uint8",
|
|
1052
|
+
name: "",
|
|
1053
|
+
type: "uint8",
|
|
1054
|
+
},
|
|
1055
|
+
],
|
|
1056
|
+
stateMutability: "view",
|
|
1057
|
+
type: "function",
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
inputs: [
|
|
1061
|
+
{
|
|
1062
|
+
internalType: "uint256",
|
|
1063
|
+
name: "assets",
|
|
1064
|
+
type: "uint256",
|
|
1065
|
+
},
|
|
1066
|
+
],
|
|
1067
|
+
name: "deployIdleToStrategies",
|
|
1068
|
+
outputs: [],
|
|
1069
|
+
stateMutability: "nonpayable",
|
|
1070
|
+
type: "function",
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
inputs: [
|
|
1074
|
+
{
|
|
1075
|
+
internalType: "uint256",
|
|
1076
|
+
name: "assets",
|
|
1077
|
+
type: "uint256",
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
internalType: "address",
|
|
1081
|
+
name: "receiver",
|
|
1082
|
+
type: "address",
|
|
1083
|
+
},
|
|
1084
|
+
],
|
|
1085
|
+
name: "deposit",
|
|
1086
|
+
outputs: [
|
|
1087
|
+
{
|
|
1088
|
+
internalType: "uint256",
|
|
1089
|
+
name: "shares",
|
|
1090
|
+
type: "uint256",
|
|
1091
|
+
},
|
|
1092
|
+
],
|
|
1093
|
+
stateMutability: "nonpayable",
|
|
1094
|
+
type: "function",
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
inputs: [],
|
|
1098
|
+
name: "depositAllocBpsSum",
|
|
1099
|
+
outputs: [
|
|
1100
|
+
{
|
|
1101
|
+
internalType: "uint16",
|
|
1102
|
+
name: "",
|
|
1103
|
+
type: "uint16",
|
|
1104
|
+
},
|
|
1105
|
+
],
|
|
1106
|
+
stateMutability: "view",
|
|
1107
|
+
type: "function",
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
inputs: [],
|
|
1111
|
+
name: "feeBps",
|
|
1112
|
+
outputs: [
|
|
1113
|
+
{
|
|
1114
|
+
internalType: "uint16",
|
|
1115
|
+
name: "",
|
|
1116
|
+
type: "uint16",
|
|
1117
|
+
},
|
|
1118
|
+
],
|
|
1119
|
+
stateMutability: "view",
|
|
1120
|
+
type: "function",
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
inputs: [],
|
|
1124
|
+
name: "feeRecipient",
|
|
1125
|
+
outputs: [
|
|
1126
|
+
{
|
|
1127
|
+
internalType: "address",
|
|
1128
|
+
name: "",
|
|
1129
|
+
type: "address",
|
|
1130
|
+
},
|
|
1131
|
+
],
|
|
1132
|
+
stateMutability: "view",
|
|
1133
|
+
type: "function",
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
inputs: [],
|
|
1137
|
+
name: "getPerformanceFeeBps",
|
|
1138
|
+
outputs: [
|
|
1139
|
+
{
|
|
1140
|
+
internalType: "uint16",
|
|
1141
|
+
name: "",
|
|
1142
|
+
type: "uint16",
|
|
1143
|
+
},
|
|
1144
|
+
],
|
|
1145
|
+
stateMutability: "view",
|
|
1146
|
+
type: "function",
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
inputs: [],
|
|
1150
|
+
name: "highWaterMark",
|
|
1151
|
+
outputs: [
|
|
1152
|
+
{
|
|
1153
|
+
internalType: "uint256",
|
|
1154
|
+
name: "",
|
|
1155
|
+
type: "uint256",
|
|
1156
|
+
},
|
|
1157
|
+
],
|
|
1158
|
+
stateMutability: "view",
|
|
1159
|
+
type: "function",
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
inputs: [
|
|
1163
|
+
{
|
|
1164
|
+
internalType: "contract IERC20Metadata",
|
|
1165
|
+
name: "asset_",
|
|
1166
|
+
type: "address",
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
internalType: "string",
|
|
1170
|
+
name: "name_",
|
|
1171
|
+
type: "string",
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
internalType: "string",
|
|
1175
|
+
name: "symbol_",
|
|
1176
|
+
type: "string",
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
internalType: "address",
|
|
1180
|
+
name: "owner_",
|
|
1181
|
+
type: "address",
|
|
1182
|
+
},
|
|
1183
|
+
],
|
|
1184
|
+
name: "initialize",
|
|
1185
|
+
outputs: [],
|
|
1186
|
+
stateMutability: "nonpayable",
|
|
1187
|
+
type: "function",
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
inputs: [],
|
|
1191
|
+
name: "lastFeeAccrual",
|
|
1192
|
+
outputs: [
|
|
1193
|
+
{
|
|
1194
|
+
internalType: "uint48",
|
|
1195
|
+
name: "",
|
|
1196
|
+
type: "uint48",
|
|
1197
|
+
},
|
|
1198
|
+
],
|
|
1199
|
+
stateMutability: "view",
|
|
1200
|
+
type: "function",
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
inputs: [],
|
|
1204
|
+
name: "managementFeeBps",
|
|
1205
|
+
outputs: [
|
|
1206
|
+
{
|
|
1207
|
+
internalType: "uint16",
|
|
1208
|
+
name: "",
|
|
1209
|
+
type: "uint16",
|
|
1210
|
+
},
|
|
1211
|
+
],
|
|
1212
|
+
stateMutability: "view",
|
|
1213
|
+
type: "function",
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
inputs: [
|
|
1217
|
+
{
|
|
1218
|
+
internalType: "address",
|
|
1219
|
+
name: "",
|
|
1220
|
+
type: "address",
|
|
1221
|
+
},
|
|
1222
|
+
],
|
|
1223
|
+
name: "maxDeposit",
|
|
1224
|
+
outputs: [
|
|
1225
|
+
{
|
|
1226
|
+
internalType: "uint256",
|
|
1227
|
+
name: "",
|
|
1228
|
+
type: "uint256",
|
|
1229
|
+
},
|
|
1230
|
+
],
|
|
1231
|
+
stateMutability: "view",
|
|
1232
|
+
type: "function",
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
inputs: [
|
|
1236
|
+
{
|
|
1237
|
+
internalType: "address",
|
|
1238
|
+
name: "",
|
|
1239
|
+
type: "address",
|
|
1240
|
+
},
|
|
1241
|
+
],
|
|
1242
|
+
name: "maxMint",
|
|
1243
|
+
outputs: [
|
|
1244
|
+
{
|
|
1245
|
+
internalType: "uint256",
|
|
1246
|
+
name: "",
|
|
1247
|
+
type: "uint256",
|
|
1248
|
+
},
|
|
1249
|
+
],
|
|
1250
|
+
stateMutability: "view",
|
|
1251
|
+
type: "function",
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
inputs: [
|
|
1255
|
+
{
|
|
1256
|
+
internalType: "address",
|
|
1257
|
+
name: "owner",
|
|
1258
|
+
type: "address",
|
|
1259
|
+
},
|
|
1260
|
+
],
|
|
1261
|
+
name: "maxRedeem",
|
|
1262
|
+
outputs: [
|
|
1263
|
+
{
|
|
1264
|
+
internalType: "uint256",
|
|
1265
|
+
name: "",
|
|
1266
|
+
type: "uint256",
|
|
1267
|
+
},
|
|
1268
|
+
],
|
|
1269
|
+
stateMutability: "view",
|
|
1270
|
+
type: "function",
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
inputs: [
|
|
1274
|
+
{
|
|
1275
|
+
internalType: "address",
|
|
1276
|
+
name: "owner",
|
|
1277
|
+
type: "address",
|
|
1278
|
+
},
|
|
1279
|
+
],
|
|
1280
|
+
name: "maxWithdraw",
|
|
1281
|
+
outputs: [
|
|
1282
|
+
{
|
|
1283
|
+
internalType: "uint256",
|
|
1284
|
+
name: "",
|
|
1285
|
+
type: "uint256",
|
|
1286
|
+
},
|
|
1287
|
+
],
|
|
1288
|
+
stateMutability: "view",
|
|
1289
|
+
type: "function",
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
inputs: [
|
|
1293
|
+
{
|
|
1294
|
+
internalType: "uint256",
|
|
1295
|
+
name: "shares",
|
|
1296
|
+
type: "uint256",
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
internalType: "address",
|
|
1300
|
+
name: "receiver",
|
|
1301
|
+
type: "address",
|
|
1302
|
+
},
|
|
1303
|
+
],
|
|
1304
|
+
name: "mint",
|
|
1305
|
+
outputs: [
|
|
1306
|
+
{
|
|
1307
|
+
internalType: "uint256",
|
|
1308
|
+
name: "assets",
|
|
1309
|
+
type: "uint256",
|
|
1310
|
+
},
|
|
1311
|
+
],
|
|
1312
|
+
stateMutability: "nonpayable",
|
|
1313
|
+
type: "function",
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
inputs: [],
|
|
1317
|
+
name: "name",
|
|
1318
|
+
outputs: [
|
|
1319
|
+
{
|
|
1320
|
+
internalType: "string",
|
|
1321
|
+
name: "",
|
|
1322
|
+
type: "string",
|
|
1323
|
+
},
|
|
1324
|
+
],
|
|
1325
|
+
stateMutability: "view",
|
|
1326
|
+
type: "function",
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
inputs: [],
|
|
1330
|
+
name: "owner",
|
|
1331
|
+
outputs: [
|
|
1332
|
+
{
|
|
1333
|
+
internalType: "address",
|
|
1334
|
+
name: "",
|
|
1335
|
+
type: "address",
|
|
1336
|
+
},
|
|
1337
|
+
],
|
|
1338
|
+
stateMutability: "view",
|
|
1339
|
+
type: "function",
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
inputs: [],
|
|
1343
|
+
name: "pendingManagementFeeShares",
|
|
1344
|
+
outputs: [
|
|
1345
|
+
{
|
|
1346
|
+
internalType: "uint256",
|
|
1347
|
+
name: "",
|
|
1348
|
+
type: "uint256",
|
|
1349
|
+
},
|
|
1350
|
+
],
|
|
1351
|
+
stateMutability: "view",
|
|
1352
|
+
type: "function",
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
inputs: [],
|
|
1356
|
+
name: "pendingPerformanceFeeShares",
|
|
1357
|
+
outputs: [
|
|
1358
|
+
{
|
|
1359
|
+
internalType: "uint256",
|
|
1360
|
+
name: "",
|
|
1361
|
+
type: "uint256",
|
|
1362
|
+
},
|
|
1363
|
+
],
|
|
1364
|
+
stateMutability: "view",
|
|
1365
|
+
type: "function",
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
inputs: [],
|
|
1369
|
+
name: "performanceFeeBps",
|
|
1370
|
+
outputs: [
|
|
1371
|
+
{
|
|
1372
|
+
internalType: "uint16",
|
|
1373
|
+
name: "",
|
|
1374
|
+
type: "uint16",
|
|
1375
|
+
},
|
|
1376
|
+
],
|
|
1377
|
+
stateMutability: "view",
|
|
1378
|
+
type: "function",
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
inputs: [],
|
|
1382
|
+
name: "performanceFeeRecipient",
|
|
1383
|
+
outputs: [
|
|
1384
|
+
{
|
|
1385
|
+
internalType: "address",
|
|
1386
|
+
name: "",
|
|
1387
|
+
type: "address",
|
|
1388
|
+
},
|
|
1389
|
+
],
|
|
1390
|
+
stateMutability: "view",
|
|
1391
|
+
type: "function",
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
inputs: [
|
|
1395
|
+
{
|
|
1396
|
+
internalType: "uint256",
|
|
1397
|
+
name: "assets",
|
|
1398
|
+
type: "uint256",
|
|
1399
|
+
},
|
|
1400
|
+
],
|
|
1401
|
+
name: "previewDeposit",
|
|
1402
|
+
outputs: [
|
|
1403
|
+
{
|
|
1404
|
+
internalType: "uint256",
|
|
1405
|
+
name: "",
|
|
1406
|
+
type: "uint256",
|
|
1407
|
+
},
|
|
1408
|
+
],
|
|
1409
|
+
stateMutability: "view",
|
|
1410
|
+
type: "function",
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
inputs: [
|
|
1414
|
+
{
|
|
1415
|
+
internalType: "uint256",
|
|
1416
|
+
name: "shares",
|
|
1417
|
+
type: "uint256",
|
|
1418
|
+
},
|
|
1419
|
+
],
|
|
1420
|
+
name: "previewMint",
|
|
1421
|
+
outputs: [
|
|
1422
|
+
{
|
|
1423
|
+
internalType: "uint256",
|
|
1424
|
+
name: "",
|
|
1425
|
+
type: "uint256",
|
|
1426
|
+
},
|
|
1427
|
+
],
|
|
1428
|
+
stateMutability: "view",
|
|
1429
|
+
type: "function",
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
inputs: [
|
|
1433
|
+
{
|
|
1434
|
+
internalType: "uint256",
|
|
1435
|
+
name: "shares",
|
|
1436
|
+
type: "uint256",
|
|
1437
|
+
},
|
|
1438
|
+
],
|
|
1439
|
+
name: "previewRedeem",
|
|
1440
|
+
outputs: [
|
|
1441
|
+
{
|
|
1442
|
+
internalType: "uint256",
|
|
1443
|
+
name: "",
|
|
1444
|
+
type: "uint256",
|
|
1445
|
+
},
|
|
1446
|
+
],
|
|
1447
|
+
stateMutability: "view",
|
|
1448
|
+
type: "function",
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
inputs: [
|
|
1452
|
+
{
|
|
1453
|
+
internalType: "uint256",
|
|
1454
|
+
name: "assets",
|
|
1455
|
+
type: "uint256",
|
|
1456
|
+
},
|
|
1457
|
+
],
|
|
1458
|
+
name: "previewWithdraw",
|
|
1459
|
+
outputs: [
|
|
1460
|
+
{
|
|
1461
|
+
internalType: "uint256",
|
|
1462
|
+
name: "",
|
|
1463
|
+
type: "uint256",
|
|
1464
|
+
},
|
|
1465
|
+
],
|
|
1466
|
+
stateMutability: "view",
|
|
1467
|
+
type: "function",
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
inputs: [],
|
|
1471
|
+
name: "proxiableUUID",
|
|
1472
|
+
outputs: [
|
|
1473
|
+
{
|
|
1474
|
+
internalType: "bytes32",
|
|
1475
|
+
name: "",
|
|
1476
|
+
type: "bytes32",
|
|
1477
|
+
},
|
|
1478
|
+
],
|
|
1479
|
+
stateMutability: "view",
|
|
1480
|
+
type: "function",
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
inputs: [],
|
|
1484
|
+
name: "pullAllFromStrategies",
|
|
1485
|
+
outputs: [],
|
|
1486
|
+
stateMutability: "nonpayable",
|
|
1487
|
+
type: "function",
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
inputs: [
|
|
1491
|
+
{
|
|
1492
|
+
internalType: "uint256",
|
|
1493
|
+
name: "shares",
|
|
1494
|
+
type: "uint256",
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
internalType: "address",
|
|
1498
|
+
name: "receiver",
|
|
1499
|
+
type: "address",
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
internalType: "address",
|
|
1503
|
+
name: "owner",
|
|
1504
|
+
type: "address",
|
|
1505
|
+
},
|
|
1506
|
+
],
|
|
1507
|
+
name: "redeem",
|
|
1508
|
+
outputs: [
|
|
1509
|
+
{
|
|
1510
|
+
internalType: "uint256",
|
|
1511
|
+
name: "assets",
|
|
1512
|
+
type: "uint256",
|
|
1513
|
+
},
|
|
1514
|
+
],
|
|
1515
|
+
stateMutability: "nonpayable",
|
|
1516
|
+
type: "function",
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
inputs: [
|
|
1520
|
+
{
|
|
1521
|
+
internalType: "address",
|
|
1522
|
+
name: "strategy_",
|
|
1523
|
+
type: "address",
|
|
1524
|
+
},
|
|
1525
|
+
],
|
|
1526
|
+
name: "removeStrategy",
|
|
1527
|
+
outputs: [],
|
|
1528
|
+
stateMutability: "nonpayable",
|
|
1529
|
+
type: "function",
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
inputs: [],
|
|
1533
|
+
name: "renounceOwnership",
|
|
1534
|
+
outputs: [],
|
|
1535
|
+
stateMutability: "nonpayable",
|
|
1536
|
+
type: "function",
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
inputs: [
|
|
1540
|
+
{
|
|
1541
|
+
internalType: "bool",
|
|
1542
|
+
name: "enabled",
|
|
1543
|
+
type: "bool",
|
|
1544
|
+
},
|
|
1545
|
+
],
|
|
1546
|
+
name: "setAutoDeployOnDeposit",
|
|
1547
|
+
outputs: [],
|
|
1548
|
+
stateMutability: "nonpayable",
|
|
1549
|
+
type: "function",
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
inputs: [
|
|
1553
|
+
{
|
|
1554
|
+
internalType: "uint16",
|
|
1555
|
+
name: "newFeeBps",
|
|
1556
|
+
type: "uint16",
|
|
1557
|
+
},
|
|
1558
|
+
],
|
|
1559
|
+
name: "setManagementFeeBps",
|
|
1560
|
+
outputs: [],
|
|
1561
|
+
stateMutability: "nonpayable",
|
|
1562
|
+
type: "function",
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
inputs: [
|
|
1566
|
+
{
|
|
1567
|
+
internalType: "address",
|
|
1568
|
+
name: "newRecipient",
|
|
1569
|
+
type: "address",
|
|
1570
|
+
},
|
|
1571
|
+
],
|
|
1572
|
+
name: "setManagementFeeRecipient",
|
|
1573
|
+
outputs: [],
|
|
1574
|
+
stateMutability: "nonpayable",
|
|
1575
|
+
type: "function",
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
inputs: [
|
|
1579
|
+
{
|
|
1580
|
+
internalType: "uint16",
|
|
1581
|
+
name: "newFeeBps",
|
|
1582
|
+
type: "uint16",
|
|
1583
|
+
},
|
|
1584
|
+
],
|
|
1585
|
+
name: "setPerformanceFeeBps",
|
|
1586
|
+
outputs: [],
|
|
1587
|
+
stateMutability: "nonpayable",
|
|
1588
|
+
type: "function",
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
inputs: [
|
|
1592
|
+
{
|
|
1593
|
+
internalType: "address",
|
|
1594
|
+
name: "newRecipient",
|
|
1595
|
+
type: "address",
|
|
1596
|
+
},
|
|
1597
|
+
],
|
|
1598
|
+
name: "setPerformanceFeeRecipient",
|
|
1599
|
+
outputs: [],
|
|
1600
|
+
stateMutability: "nonpayable",
|
|
1601
|
+
type: "function",
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
inputs: [],
|
|
1605
|
+
name: "strategiesLength",
|
|
1606
|
+
outputs: [
|
|
1607
|
+
{
|
|
1608
|
+
internalType: "uint256",
|
|
1609
|
+
name: "",
|
|
1610
|
+
type: "uint256",
|
|
1611
|
+
},
|
|
1612
|
+
],
|
|
1613
|
+
stateMutability: "view",
|
|
1614
|
+
type: "function",
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
inputs: [
|
|
1618
|
+
{
|
|
1619
|
+
internalType: "uint256",
|
|
1620
|
+
name: "i",
|
|
1621
|
+
type: "uint256",
|
|
1622
|
+
},
|
|
1623
|
+
],
|
|
1624
|
+
name: "strategyAt",
|
|
1625
|
+
outputs: [
|
|
1626
|
+
{
|
|
1627
|
+
internalType: "address",
|
|
1628
|
+
name: "strategy",
|
|
1629
|
+
type: "address",
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
internalType: "uint16",
|
|
1633
|
+
name: "allocBps",
|
|
1634
|
+
type: "uint16",
|
|
1635
|
+
},
|
|
1636
|
+
],
|
|
1637
|
+
stateMutability: "view",
|
|
1638
|
+
type: "function",
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
inputs: [],
|
|
1642
|
+
name: "symbol",
|
|
1643
|
+
outputs: [
|
|
1644
|
+
{
|
|
1645
|
+
internalType: "string",
|
|
1646
|
+
name: "",
|
|
1647
|
+
type: "string",
|
|
1648
|
+
},
|
|
1649
|
+
],
|
|
1650
|
+
stateMutability: "view",
|
|
1651
|
+
type: "function",
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
inputs: [],
|
|
1655
|
+
name: "totalAssets",
|
|
1656
|
+
outputs: [
|
|
1657
|
+
{
|
|
1658
|
+
internalType: "uint256",
|
|
1659
|
+
name: "total",
|
|
1660
|
+
type: "uint256",
|
|
1661
|
+
},
|
|
1662
|
+
],
|
|
1663
|
+
stateMutability: "view",
|
|
1664
|
+
type: "function",
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
inputs: [],
|
|
1668
|
+
name: "totalSupply",
|
|
1669
|
+
outputs: [
|
|
1670
|
+
{
|
|
1671
|
+
internalType: "uint256",
|
|
1672
|
+
name: "",
|
|
1673
|
+
type: "uint256",
|
|
1674
|
+
},
|
|
1675
|
+
],
|
|
1676
|
+
stateMutability: "view",
|
|
1677
|
+
type: "function",
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
inputs: [
|
|
1681
|
+
{
|
|
1682
|
+
internalType: "address",
|
|
1683
|
+
name: "to",
|
|
1684
|
+
type: "address",
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
internalType: "uint256",
|
|
1688
|
+
name: "value",
|
|
1689
|
+
type: "uint256",
|
|
1690
|
+
},
|
|
1691
|
+
],
|
|
1692
|
+
name: "transfer",
|
|
1693
|
+
outputs: [
|
|
1694
|
+
{
|
|
1695
|
+
internalType: "bool",
|
|
1696
|
+
name: "",
|
|
1697
|
+
type: "bool",
|
|
1698
|
+
},
|
|
1699
|
+
],
|
|
1700
|
+
stateMutability: "nonpayable",
|
|
1701
|
+
type: "function",
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
inputs: [
|
|
1705
|
+
{
|
|
1706
|
+
internalType: "address",
|
|
1707
|
+
name: "from",
|
|
1708
|
+
type: "address",
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
internalType: "address",
|
|
1712
|
+
name: "to",
|
|
1713
|
+
type: "address",
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
internalType: "uint256",
|
|
1717
|
+
name: "value",
|
|
1718
|
+
type: "uint256",
|
|
1719
|
+
},
|
|
1720
|
+
],
|
|
1721
|
+
name: "transferFrom",
|
|
1722
|
+
outputs: [
|
|
1723
|
+
{
|
|
1724
|
+
internalType: "bool",
|
|
1725
|
+
name: "",
|
|
1726
|
+
type: "bool",
|
|
1727
|
+
},
|
|
1728
|
+
],
|
|
1729
|
+
stateMutability: "nonpayable",
|
|
1730
|
+
type: "function",
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
inputs: [
|
|
1734
|
+
{
|
|
1735
|
+
internalType: "address",
|
|
1736
|
+
name: "newOwner",
|
|
1737
|
+
type: "address",
|
|
1738
|
+
},
|
|
1739
|
+
],
|
|
1740
|
+
name: "transferOwnership",
|
|
1741
|
+
outputs: [],
|
|
1742
|
+
stateMutability: "nonpayable",
|
|
1743
|
+
type: "function",
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
inputs: [
|
|
1747
|
+
{
|
|
1748
|
+
internalType: "address",
|
|
1749
|
+
name: "strategy_",
|
|
1750
|
+
type: "address",
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
internalType: "uint16",
|
|
1754
|
+
name: "newAllocBps",
|
|
1755
|
+
type: "uint16",
|
|
1756
|
+
},
|
|
1757
|
+
],
|
|
1758
|
+
name: "updateStrategy",
|
|
1759
|
+
outputs: [],
|
|
1760
|
+
stateMutability: "nonpayable",
|
|
1761
|
+
type: "function",
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
inputs: [
|
|
1765
|
+
{
|
|
1766
|
+
internalType: "address",
|
|
1767
|
+
name: "newImplementation",
|
|
1768
|
+
type: "address",
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
internalType: "bytes",
|
|
1772
|
+
name: "data",
|
|
1773
|
+
type: "bytes",
|
|
1774
|
+
},
|
|
1775
|
+
],
|
|
1776
|
+
name: "upgradeToAndCall",
|
|
1777
|
+
outputs: [],
|
|
1778
|
+
stateMutability: "payable",
|
|
1779
|
+
type: "function",
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
inputs: [
|
|
1783
|
+
{
|
|
1784
|
+
internalType: "uint256",
|
|
1785
|
+
name: "assets",
|
|
1786
|
+
type: "uint256",
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
internalType: "address",
|
|
1790
|
+
name: "receiver",
|
|
1791
|
+
type: "address",
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
internalType: "address",
|
|
1795
|
+
name: "owner",
|
|
1796
|
+
type: "address",
|
|
1797
|
+
},
|
|
1798
|
+
],
|
|
1799
|
+
name: "withdraw",
|
|
1800
|
+
outputs: [
|
|
1801
|
+
{
|
|
1802
|
+
internalType: "uint256",
|
|
1803
|
+
name: "shares",
|
|
1804
|
+
type: "uint256",
|
|
1805
|
+
},
|
|
1806
|
+
],
|
|
1807
|
+
stateMutability: "nonpayable",
|
|
1808
|
+
type: "function",
|
|
1809
|
+
},
|
|
1810
|
+
];
|
|
1811
|
+
const _bytecode = "0x60a06040523060805234801561001457600080fd5b5061001d610022565b6100d4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100725760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b03908116146100d15780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b608051613f356100fd60003960008181611e3301528181611e5c0152611f9d0152613f356000f3fe6080604052600436106103a25760003560e01c80638da5cb5b116101e7578063bc87349c1161010d578063dd62ed3e116100a0578063f2fde38b1161006f578063f2fde38b14610a6c578063f34fd6c614610a8c578063f35c530e14610aa1578063fd967f4714610aa157600080fd5b8063dd62ed3e14610a17578063e83e526b14610a37578063ed27f7c914610a4c578063ef8b30f71461097c57600080fd5b8063ce96cb77116100dc578063ce96cb771461099c578063cfa2321c146109bc578063d11f519c146109d7578063d905777e146109f757600080fd5b8063bc87349c14610952578063c2f1ff6114610967578063c63d75b6146105e9578063c6e6f5921461097c57600080fd5b8063ad3cb1cc11610185578063b94f4d4011610154578063b94f4d40146108b3578063b9d4e879146108d3578063ba087652146108f5578063bc0bdf501461091557600080fd5b8063ad3cb1cc14610822578063b3d7f6b914610853578063b460af9414610873578063b7ac6f541461089357600080fd5b806395d89b41116101c157806395d89b41146107b85780639faae464146107cd578063a8e87497146107ed578063a9059cbb1461080257600080fd5b80638da5cb5b1461076e5780638df45c081461078357806394bf804d1461079857600080fd5b80633f74bb89116102cc5780635e833b8b1161026a5780636e553f65116102395780636e553f65146106f957806370a0823114610719578063715018a6146107395780637f01c27c1461074e57600080fd5b80635e833b8b14610679578063613d25bb146106995780636531c6e7146106b95780636a5f1aa2146106d957600080fd5b80634cdad506116102a65780634cdad506146103f15780634f1ef2861461063157806352d1902d146106445780635551e83a1461065957600080fd5b80633f74bb89146105d4578063402d267d146105e9578063469048401461060b57600080fd5b806318160ddd1161034457806324a9d8531161031357806324a9d8531461053d578063313ce567146105655780633813c35a1461058c57806338d52e0f146105a757600080fd5b806318160ddd146104c55780631e8410da146104e757806323b872dd146104fd57806323eb72781461051d57600080fd5b8063095ea7b311610380578063095ea7b3146104115780630a28a477146104415780630fc8c0b614610461578063175188e8146104a357600080fd5b806301e1d114146103a757806306fdde03146103cf57806307a2d13a146103f1575b600080fd5b3480156103b357600080fd5b506103bc610ab7565b6040519081526020015b60405180910390f35b3480156103db57600080fd5b506103e4610bdc565b6040516103c6919061370b565b3480156103fd57600080fd5b506103bc61040c36600461373e565b610c9f565b34801561041d57600080fd5b5061043161042c36600461376c565b610cb2565b60405190151581526020016103c6565b34801561044d57600080fd5b506103bc61045c36600461373e565b610cca565b34801561046d57600080fd5b5061048161047c36600461373e565b610cd7565b604080516001600160a01b03909316835261ffff9091166020830152016103c6565b3480156104af57600080fd5b506104c36104be366004613798565b610d1a565b005b3480156104d157600080fd5b50600080516020613ea0833981519152546103bc565b3480156104f357600080fd5b506103bc60025481565b34801561050957600080fd5b506104316105183660046137b5565b610f23565b34801561052957600080fd5b506005546104319062010000900460ff1681565b34801561054957600080fd5b5060005461ffff165b60405161ffff90911681526020016103c6565b34801561057157600080fd5b5061057a610f49565b60405160ff90911681526020016103c6565b34801561059857600080fd5b506000546105529061ffff1681565b3480156105b357600080fd5b506105bc610f58565b6040516001600160a01b0390911681526020016103c6565b3480156105e057600080fd5b506003546103bc565b3480156105f557600080fd5b506103bc610604366004613798565b5060001990565b34801561061757600080fd5b506000546105bc906201000090046001600160a01b031681565b6104c361063f36600461380c565b610f8d565b34801561065057600080fd5b506103bc610fac565b34801561066557600080fd5b50600054600160e01b900461ffff16610552565b34801561068557600080fd5b506104c36106943660046138ef565b610fc9565b3480156106a557600080fd5b506104c36106b4366004613953565b610fdd565b3480156106c557600080fd5b506104c36106d43660046138ef565b611191565b3480156106e557600080fd5b506104c36106f4366004613798565b6111a2565b34801561070557600080fd5b506103bc6107143660046139ed565b6111b3565b34801561072557600080fd5b506103bc610734366004613798565b61123d565b34801561074557600080fd5b506104c3611265565b34801561075a57600080fd5b506104c3610769366004613a1d565b611279565b34801561077a57600080fd5b506105bc61129d565b34801561078f57600080fd5b506103bc6112c6565b3480156107a457600080fd5b506103bc6107b33660046139ed565b611313565b3480156107c457600080fd5b506103e4611386565b3480156107d957600080fd5b506104c36107e8366004613798565b6113c5565b3480156107f957600080fd5b506103bc6113d6565b34801561080e57600080fd5b5061043161081d36600461376c565b6113e1565b34801561082e57600080fd5b506103e4604051806040016040528060058152602001640352e302e360dc1b81525081565b34801561085f57600080fd5b506103bc61086e36600461373e565b6113ef565b34801561087f57600080fd5b506103bc61088e366004613a3f565b6113fc565b34801561089f57600080fd5b506104c36108ae366004613a81565b611487565b3480156108bf57600080fd5b506104c36108ce36600461373e565b61156e565b3480156108df57600080fd5b5060005461055290600160e01b900461ffff1681565b34801561090157600080fd5b506103bc610910366004613a3f565b6115bf565b34801561092157600080fd5b5060005461093b90600160b01b900465ffffffffffff1681565b60405165ffffffffffff90911681526020016103c6565b34801561095e57600080fd5b506104c3611633565b34801561097357600080fd5b506103bc61165a565b34801561098857600080fd5b506103bc61099736600461373e565b6116ce565b3480156109a857600080fd5b506103bc6109b7366004613798565b6116db565b3480156109c857600080fd5b506005546105529061ffff1681565b3480156109e357600080fd5b506104c36109f2366004613a81565b6116f0565b348015610a0357600080fd5b506103bc610a12366004613798565b611a10565b348015610a2357600080fd5b506103bc610a32366004613ab6565b611a1b565b348015610a4357600080fd5b506104c3611a65565b348015610a5857600080fd5b506001546105bc906001600160a01b031681565b348015610a7857600080fd5b506104c3610a87366004613798565b611b7b565b348015610a9857600080fd5b506104c3611bb6565b348015610aad57600080fd5b5061055261271081565b600080610ac2610f58565b6040516370a0823160e01b81523060048201529091506001600160a01b038216906370a0823190602401602060405180830381865afa158015610b09573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b2d9190613ae4565b60035490925060005b81811015610bd65760038181548110610b5157610b51613afd565b60009182526020918290200154604080516278744560e21b815290516001600160a01b03909216926301e1d114926004808401938290030181865afa158015610b9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610bc29190613ae4565b610bcc9085613b29565b9350600101610b36565b50505090565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace038054606091600080516020613e8083398151915291610c1b90613b3c565b80601f0160208091040260200160405190810160405280929190818152602001828054610c4790613b3c565b8015610c945780601f10610c6957610100808354040283529160200191610c94565b820191906000526020600020905b815481529060010190602001808311610c7757829003601f168201915b505050505091505090565b6000610cac826000611bc6565b92915050565b600033610cc0818585611c0d565b5060019392505050565b6000610cac826001611c1f565b600080600060038481548110610cef57610cef613afd565b6000918252602090912001546001600160a01b03811695600160a01b90910461ffff16945092505050565b610d22611c5c565b6001600160a01b03811660009081526004602052604081205490819003610d6c57604051634234b21b60e11b81526001600160a01b03831660048201526024015b60405180910390fd5b6000610d79600183613b76565b600354909150600090610d8e90600190613b76565b9050808214610e9557600060038281548110610dac57610dac613afd565b60009182526020918290206040805160608101825291909201546001600160a01b038116825261ffff600160a01b8204169382019390935260ff600160b01b9093049290921615159082015260038054919250829185908110610e1157610e11613afd565b6000918252602091829020835191018054928401516040909401511515600160b01b0260ff60b01b1961ffff909516600160a01b026001600160b01b03199094166001600160a01b03909316929092179290921792909216919091179055610e7a836001613b29565b90516001600160a01b03166000908152600460205260409020555b6003805480610ea657610ea6613b89565b60008281526020808220830160001990810180546001600160b81b03191690559092019092556001600160a01b0386168252600490526040812055610ee9611c8e565b6040516001600160a01b038516907f09a1db4b80c32706328728508c941a6b954f31eb5affd32f236c1fd405f8fea490600090a250505050565b600033610f31858285611d1e565b610f3c858585611d85565b60019150505b9392505050565b6000610f53611de4565b905090565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e005b546001600160a01b031692915050565b610f95611e28565b610f9e82611ecd565b610fa88282611ed5565b5050565b6000610fb6611f92565b50600080516020613ec083398151915290565b610fd1611c5c565b610fda81611fdb565b50565b6000610fe7612059565b805490915060ff600160401b820416159067ffffffffffffffff1660008115801561100f5750825b905060008267ffffffffffffffff16600114801561102c5750303b155b90508115801561103a575080155b156110585760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561108257845460ff60401b1916600160401b1785555b6110f58a8a8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8e018190048102820181019092528c815292508c91508b908190840183828082843760009201919091525061208292505050565b6110fe8b612094565b611107866120a5565b61110f6120b6565b6111176120be565b6111226000876120ce565b61112d600087612174565b6005805462ff0000191662010000179055831561118457845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b611199611c5c565b610fda8161221a565b6111aa611c5c565b610fda81612285565b60006111bd6122fa565b6111c5612332565b6111cd6123f7565b826000036111ee57604051630cb65c7760e21b815260040160405180910390fd5b6111f7836116ce565b90508060000361121a57604051639811e0c760e01b815260040160405180910390fd5b61122633838584612505565b610cac6001600080516020613ee083398151915255565b6001600160a01b03166000908152600080516020613e80833981519152602052604090205490565b61126d611c5c565b61127760006125b7565b565b611281611c5c565b60058054911515620100000262ff000019909216919091179055565b6000807f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c199300610f7d565b6000806112d1612628565b9050806000036112e357600091505090565b60006112ed612640565b905081611302670de0b6b3a764000083613b9f565b61130c9190613bcc565b9250505090565b600061131d6122fa565b611325612332565b61132d6123f7565b8260000361134e57604051639811e0c760e01b815260040160405180910390fd5b611357836113ef565b90508060000361137a57604051630cb65c7760e21b815260040160405180910390fd5b61122633838386612505565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace048054606091600080516020613e8083398151915291610c1b90613b3c565b6113cd611c5c565b610fda8161264a565b6000610f53426126c9565b600033610cc0818585611d85565b6000610cac826001611bc6565b60006114066122fa565b61140e612332565b6114166123f7565b8360000361143757604051630cb65c7760e21b815260040160405180910390fd5b61144084610cca565b90508060000361146357604051639811e0c760e01b815260040160405180910390fd5b6114703384848785612788565b610f426001600080516020613ee083398151915255565b61148f611c5c565b6001600160a01b038216600090815260046020526040812054908190036114d457604051634234b21b60e11b81526001600160a01b0384166004820152602401610d63565b60006114e1600183613b76565b905082600382815481106114f7576114f7613afd565b9060005260206000200160000160146101000a81548161ffff021916908361ffff160217905550611526611c8e565b60405161ffff841681526001600160a01b038516907f0ed4dfae777d87bbdbb0a2ca9ef08e85213f9bb5928f9bcceead635af89eff629060200160405180910390a250505050565b611576611c5c565b61157e6122fa565b8060000361159f57604051630cb65c7760e21b815260040160405180910390fd5b6115a881612805565b610fda6001600080516020613ee083398151915255565b60006115c96122fa565b6115d1612332565b6115d96123f7565b836000036115fa57604051639811e0c760e01b815260040160405180910390fd5b61160384610c9f565b90508060000361162657604051630cb65c7760e21b815260040160405180910390fd5b6114703384848488612788565b61163b6122fa565b6116436123f7565b6112776001600080516020613ee083398151915255565b600080611665612628565b90508060000361167757600091505090565b60006116816112c6565b9050806000036116945760009250505090565b60025460008190036116aa576000935050505090565b8082116116bb576000935050505090565b6116c6828285612a3f565b935050505090565b6000610cac826000611c1f565b6000610cac6116e98361123d565b6000611bc6565b6116f8611c5c565b6001600160a01b03821661171f57604051630cb65c7760e21b815260040160405180910390fd5b6001600160a01b03821660009081526004602052604090205415611761576040516320466d2b60e11b81526001600160a01b0383166004820152602401610d63565b600354601090611772906001613b29565b111561179557604051630e4ef0e560e31b815261ffff6004820152602401610d63565b600082905060003090506000826001600160a01b031663fbfa77cf6040518163ffffffff1660e01b8152600401602060405180830381865afa1580156117df573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118039190613be0565b9050816001600160a01b0316816001600160a01b03161461185257604051633ae30df160e21b81526001600160a01b038087166004830152808416602483015282166044820152606401610d63565b600061185c610f58565b90506000846001600160a01b03166338d52e0f6040518163ffffffff1660e01b8152600401602060405180830381865afa15801561189e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118c29190613be0565b9050816001600160a01b0316816001600160a01b031614611911576040516305ee345160e11b81526001600160a01b038089166004830152808416602483015282166044820152606401610d63565b604080516060810182526001600160a01b03808816825261ffff808a1660208085019182526001858701818152600380549283018155600081815297517fc2575a0e9e593c00f959f8c92f12db2869c3395a3b0502d05e2516446f71f85b9093018054955192511515600160b01b0260ff60b01b1993909716600160a01b026001600160b01b03199096169388169390931794909417169390931790925554918b16835260049052919020556119c5611c8e565b60405161ffff871681526001600160a01b038816907f7d2d4379af12247620003f4a65947a4f4abb63df796175c8aa023875f0743ef69060200160405180910390a250505050505050565b6000610cac8261123d565b6001600160a01b0391821660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020908152604080832093909416825291909152205490565b611a6d611c5c565b611a756122fa565b60035460005b81811015611b6257600060038281548110611a9857611a98613afd565b60009182526020808320909101546040805163bfd131f160e01b815290516001600160a01b039092169450849263bfd131f192600480840193829003018187875af1158015611aeb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611b0f9190613ae4565b604080516000198152602081018390529192506001600160a01b038416917ffaff2e62e14d852018ebb69d97f202175d9a2b0bcb7c0fe506fcc180720a76bc910160405180910390a25050600101611a7b565b50506112776001600080516020613ee083398151915255565b611b83611c5c565b6001600160a01b038116611bad57604051631e4fbdf760e01b815260006004820152602401610d63565b610fda816125b7565b611bbe6122fa565b611643612332565b6000610f42611bd3610ab7565b611bde906001613b29565b611bea6000600a613ce4565b600080516020613ea083398151915254611c049190613b29565b85919085612adb565b611c1a8383836001612b1f565b505050565b6000610f42611c2f82600a613ce4565b600080516020613ea083398151915254611c499190613b29565b611c51610ab7565b611c04906001613b29565b33611c6561129d565b6001600160a01b0316146112775760405163118cdaa760e01b8152336004820152602401610d63565b6003546000805b82811015611cdb5760038181548110611cb057611cb0613afd565b600091825260209091200154611cd190600160a01b900461ffff1683613b29565b9150600101611c95565b50612710811115611d0557604051630e4ef0e560e31b815261ffff82166004820152602401610d63565b6005805461ffff191661ffff9290921691909117905550565b6000611d2a8484611a1b565b9050600019811015611d7f5781811015611d7057604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401610d63565b611d7f84848484036000612b1f565b50505050565b6001600160a01b038316611daf57604051634b637e8f60e11b815260006004820152602401610d63565b6001600160a01b038216611dd95760405163ec442f0560e01b815260006004820152602401610d63565b611c1a838383612c07565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e00905060008154611e229190600160a01b900460ff16613cf3565b91505090565b306001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000161480611eaf57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611ea3600080516020613ec0833981519152546001600160a01b031690565b6001600160a01b031614155b156112775760405163703e46dd60e11b815260040160405180910390fd5b610fda611c5c565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa925050508015611f2f575060408051601f3d908101601f19168201909252611f2c91810190613ae4565b60015b611f5757604051634c9c8ce360e01b81526001600160a01b0383166004820152602401610d63565b600080516020613ec08339815191528114611f8857604051632a87526960e21b815260048101829052602401610d63565b611c1a8383612d37565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146112775760405163703e46dd60e11b815260040160405180910390fd5b61271061ffff82161115612002576040516326e6a3c760e21b815260040160405180910390fd5b6000805461ffff60e01b1916600160e01b61ffff8416908102919091179091556040519081527f1b044245dfb063545fc2364c46fadfe93d8a024bede5e8a6539b41332daa984a906020015b60405180910390a150565b6000807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00610cac565b61208a612d8d565b610fa88282612db2565b61209c612d8d565b610fda81612e03565b6120ad612d8d565b610fda81612e87565b611277612d8d565b6120c6612d8d565b611277612e8f565b6120d6612d8d565b61271061ffff831611156120fd5760405163cd4e616760e01b815260040160405180910390fd5b6001600160a01b0381166121245760405163d27b444360e01b815260040160405180910390fd5b6000805461ffff939093166001600160b01b031990931692909217620100006001600160a01b0392909216919091021765ffffffffffff60b01b1916600160b01b4265ffffffffffff1602179055565b61217c612d8d565b61271061ffff831611156121a3576040516326e6a3c760e21b815260040160405180910390fd5b6001600160a01b0381166121ca57604051630548bf2960e51b815260040160405180910390fd5b6000805461ffff909316600160e01b0261ffff60e01b1990931692909217909155600180546001600160a01b039092166001600160a01b0319909216919091179055670de0b6b3a7640000600255565b61271061ffff821611156122415760405163cd4e616760e01b815260040160405180910390fd5b6000805461ffff191661ffff83169081179091556040519081527fc4eec90bd91e3e929c5f8f28f94b3f302d6c560d5263d4f56a6a73e051cfaa629060200161204e565b6001600160a01b0381166122ac57604051630548bf2960e51b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040519081527f939c33bbb5fe1fa1d8b709606d083e76dbc3e2e3d6f4811432252b8838501d9b9060200161204e565b600080516020613ee083398151915280546001190161232c57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b60005461ffff16158061235457506000546201000090046001600160a01b0316155b1561235b57565b426000612367826126c9565b6000805465ffffffffffff60b01b1916600160b01b65ffffffffffff861602178155909150819003612397575050565b6000546123b3906201000090046001600160a01b031682612e97565b6040805182815265ffffffffffff841660208201527f51a89dc7adfd44d51158078fbc0fecd44cce128e5d2ff940fdd8dd14c0a93048910160405180910390a15050565b600054600160e01b900461ffff16158061241a57506001546001600160a01b0316155b1561242157565b600061242b612628565b9050806000036124385750565b60006124426112c6565b905080600003612450575050565b6002546000819003612463575060025550565b80821161246f57505050565b600061247c838386612a3f565b90508060000361248e57505060025550565b6001546124a4906001600160a01b031682612e97565b60006124ae6112c6565b60028190556040805184815265ffffffffffff421660208201529081018290529091507f252aa21f62052a6007210c14f2069a55bf9ff0097a592a5f8e79ebbf6d5509ec9060600160405180910390a15050505050565b61251184848484612ea1565b60055462010000900460ff16801561252857508115155b8015612539575060055461ffff1615155b156125475761254782612805565b826001600160a01b0316846001600160a01b03167f102a0dfd3c84fc43eac93352ddadef2074cc0db23c730de413123e289ba3d7368484604051612595929190918252602082015260400190565b60405180910390a350505050565b6001600080516020613ee083398151915255565b7f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930080546001600160a01b031981166001600160a01b03848116918217845560405192169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3505050565b6000610f53600080516020613ea08339815191525490565b6000610f53610ab7565b6001600160a01b0381166126715760405163d27b444360e01b815260040160405180910390fd5b6000805462010000600160b01b031916620100006001600160a01b038416908102919091179091556040519081527f7a7b5a0a132f9e0581eb8527f66eae9ee89c2a3e79d4ac7e41a1f1f4d48a7fc29060200161204e565b6000805461ffff1615806126ec57506000546201000090046001600160a01b0316155b156126f957506000919050565b600054600160b01b900465ffffffffffff1682811061271b5750600092915050565b60006127278285613b76565b90506000612733612628565b90508060000361274857506000949350505050565b6127586301e13380612710613b9f565b600054839061276b9061ffff1684613b9f565b6127759190613b9f565b61277f9190613bcc565b95945050505050565b61279182612f0c565b61279e858585858561315d565b826001600160a01b0316846001600160a01b0316866001600160a01b03167fb06a040e8c07142f0c8e4ce72bb8ad8e55e071f19c88283f6f6c82c1c2e16a3c85856040516127f6929190918252602082015260400190565b60405180910390a45050505050565b600354600081900361282a57604051632316991360e01b815260040160405180910390fd5b6000612834610f58565b6040516370a0823160e01b815230600482015290915081906000906001600160a01b038316906370a0823190602401602060405180830381865afa158015612880573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906128a49190613ae4565b9050848110156128d15760405163a17e11d560e01b81526004810186905260248101829052604401610d63565b6000805b85811015612a36576000600382815481106128f2576128f2613afd565b600091825260208220018054909250600160a01b900461ffff169081900361291b575050612a2e565b600061271061292e61ffff84168c613b9f565b6129389190613bcc565b90508060000361294a57505050612a2e565b6129548186613b29565b8354909550612970906001600160a01b038981169116836131f5565b825460405163b6b55f2560e01b8152600481018390526000916001600160a01b03169063b6b55f25906024016020604051808303816000875af11580156129bb573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906129df9190613ae4565b845460408051858152602081018490529293506001600160a01b03909116917ffe21ae5405b014c3a0c011f9950992ccc080a66a6ea082b33d35fb760c11ebe7910160405180910390a2505050505b6001016128d5565b50505050505050565b60008054600160e01b900461ffff161580612a6357506001546001600160a01b0316155b15612a7057506000610f42565b828411612a7f57506000610f42565b6000612a8b8486613b76565b60008054919250908290612aaa90600160e01b900461ffff1686613b9f565b612ab49190613b9f565b90506000612ac487612710613b9f565b9050612ad08183613bcc565b979650505050505050565b6000612b0a612ae983613254565b8015612b05575060008480612b0057612b00613bb6565b868809115b151590565b612b15868686613281565b61277f9190613b29565b600080516020613e808339815191526001600160a01b038516612b585760405163e602df0560e01b815260006004820152602401610d63565b6001600160a01b038416612b8257604051634a1406b160e11b815260006004820152602401610d63565b6001600160a01b03808616600090815260018301602090815260408083209388168352929052208390558115612c0057836001600160a01b0316856001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92585604051612bf791815260200190565b60405180910390a35b5050505050565b600080516020613e808339815191526001600160a01b038416612c435781816002016000828254612c389190613b29565b90915550612cb59050565b6001600160a01b03841660009081526020829052604090205482811015612c965760405163391434e360e21b81526001600160a01b03861660048201526024810182905260448101849052606401610d63565b6001600160a01b03851660009081526020839052604090209083900390555b6001600160a01b038316612cd3576002810180548390039055612cf2565b6001600160a01b03831660009081526020829052604090208054830190555b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161259591815260200190565b612d4082613336565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115612d8557611c1a828261339b565b610fa8613408565b612d95613427565b61127757604051631afcd79f60e31b815260040160405180910390fd5b612dba612d8d565b600080516020613e808339815191527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace03612df48482613d53565b5060048101611d7f8382613d53565b612e0b612d8d565b7f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e00600080612e3884613441565b9150915081612e48576012612e4a565b805b83546001600160a81b031916600160a01b60ff92909216919091026001600160a01b031916176001600160a01b0394909416939093179091555050565b611b83612d8d565b6125a3612d8d565b610fa8828261351d565b612eb4612eac610f58565b853085613553565b612ebe838261351d565b826001600160a01b0316846001600160a01b03167fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d78484604051612595929190918252602082015260400190565b6000612f16610f58565b6040516370a0823160e01b815230600482015290915081906000906001600160a01b038316906370a0823190602401602060405180830381865afa158015612f62573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612f869190613ae4565b9050838110612f955750505050565b6000612fa18286613b76565b60035490915060005b8181108015612fb857508215155b156130c457600060038281548110612fd257612fd2613afd565b60009182526020822001546040516319d1885d60e31b8152600481018790526001600160a01b039091169250829063ce8c42e8906024016020604051808303816000875af1158015613028573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061304c9190613ae4565b60408051878152602081018390529192506001600160a01b038416917ffaff2e62e14d852018ebb69d97f202175d9a2b0bcb7c0fe506fcc180720a76bc910160405180910390a2848110156130ac576130a58186613b76565b94506130b1565b600094505b5050806130bd90613e12565b9050612faa565b506040516370a0823160e01b81523060048201526000906001600160a01b038616906370a0823190602401602060405180830381865afa15801561310c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131309190613ae4565b905086811015612a365760405163a17e11d560e01b81526004810188905260248101829052604401610d63565b826001600160a01b0316856001600160a01b03161461318157613181838683611d1e565b61318b838261358c565b61319d613196610f58565b85846131f5565b826001600160a01b0316846001600160a01b0316866001600160a01b03167ffbde797d201c681b91056529119e0b02407c7bb96a4a2c75c01fc9667232c8db85856040516127f6929190918252602082015260400190565b6040516001600160a01b03838116602483015260448201839052611c1a91859182169063a9059cbb906064015b604051602081830303815290604052915060e01b6020820180516001600160e01b0383818316178352505050506135c2565b6000600282600381111561326a5761326a613e2b565b6132749190613e41565b60ff166001149050919050565b60008060006132908686613633565b91509150816000036132b5578381816132ab576132ab613bb6565b0492505050610f42565b8184116132cc576132cc6003851502601118613651565b6000848688096000868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010185841190960395909502919093039390930492909217029150509392505050565b806001600160a01b03163b60000361336c57604051634c9c8ce360e01b81526001600160a01b0382166004820152602401610d63565b600080516020613ec083398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b0316846040516133b89190613e63565b600060405180830381855af49150503d80600081146133f3576040519150601f19603f3d011682016040523d82523d6000602084013e6133f8565b606091505b509150915061277f858383613663565b34156112775760405163b398979f60e01b815260040160405180910390fd5b6000613431612059565b54600160401b900460ff16919050565b60408051600481526024810182526020810180516001600160e01b031663313ce56760e01b17905290516000918291829182916001600160a01b0387169161348891613e63565b600060405180830381855afa9150503d80600081146134c3576040519150601f19603f3d011682016040523d82523d6000602084013e6134c8565b606091505b50915091508180156134dc57506020815110155b15613510576000818060200190518101906134f79190613ae4565b905060ff811161350e576001969095509350505050565b505b5060009485945092505050565b6001600160a01b0382166135475760405163ec442f0560e01b815260006004820152602401610d63565b610fa860008383612c07565b6040516001600160a01b038481166024830152838116604483015260648201839052611d7f9186918216906323b872dd90608401613222565b6001600160a01b0382166135b657604051634b637e8f60e11b815260006004820152602401610d63565b610fa882600083612c07565b600080602060008451602086016000885af1806135e5576040513d6000823e3d81fd5b50506000513d915081156135fd57806001141561360a565b6001600160a01b0384163b155b15611d7f57604051635274afe760e01b81526001600160a01b0385166004820152602401610d63565b60008060001983850993909202808410938190039390930393915050565b634e487b71600052806020526024601cfd5b60608261367857613673826136bf565b610f42565b815115801561368f57506001600160a01b0384163b155b156136b857604051639996b31560e01b81526001600160a01b0385166004820152602401610d63565b5080610f42565b8051156136ce57805160208201fd5b60405163d6bda27560e01b815260040160405180910390fd5b60005b838110156137025781810151838201526020016136ea565b50506000910152565b602081526000825180602084015261372a8160408501602087016136e7565b601f01601f19169190910160400192915050565b60006020828403121561375057600080fd5b5035919050565b6001600160a01b0381168114610fda57600080fd5b6000806040838503121561377f57600080fd5b823561378a81613757565b946020939093013593505050565b6000602082840312156137aa57600080fd5b8135610f4281613757565b6000806000606084860312156137ca57600080fd5b83356137d581613757565b925060208401356137e581613757565b929592945050506040919091013590565b634e487b7160e01b600052604160045260246000fd5b6000806040838503121561381f57600080fd5b823561382a81613757565b9150602083013567ffffffffffffffff81111561384657600080fd5b8301601f8101851361385757600080fd5b803567ffffffffffffffff811115613871576138716137f6565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156138a0576138a06137f6565b6040528181528282016020018710156138b857600080fd5b816020840160208301376000602083830101528093505050509250929050565b803561ffff811681146138ea57600080fd5b919050565b60006020828403121561390157600080fd5b610f42826138d8565b60008083601f84011261391c57600080fd5b50813567ffffffffffffffff81111561393457600080fd5b60208301915083602082850101111561394c57600080fd5b9250929050565b6000806000806000806080878903121561396c57600080fd5b863561397781613757565b9550602087013567ffffffffffffffff81111561399357600080fd5b61399f89828a0161390a565b909650945050604087013567ffffffffffffffff8111156139bf57600080fd5b6139cb89828a0161390a565b90945092505060608701356139df81613757565b809150509295509295509295565b60008060408385031215613a0057600080fd5b823591506020830135613a1281613757565b809150509250929050565b600060208284031215613a2f57600080fd5b81358015158114610f4257600080fd5b600080600060608486031215613a5457600080fd5b833592506020840135613a6681613757565b91506040840135613a7681613757565b809150509250925092565b60008060408385031215613a9457600080fd5b8235613a9f81613757565b9150613aad602084016138d8565b90509250929050565b60008060408385031215613ac957600080fd5b8235613ad481613757565b91506020830135613a1281613757565b600060208284031215613af657600080fd5b5051919050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b80820180821115610cac57610cac613b13565b600181811c90821680613b5057607f821691505b602082108103613b7057634e487b7160e01b600052602260045260246000fd5b50919050565b81810381811115610cac57610cac613b13565b634e487b7160e01b600052603160045260246000fd5b8082028115828204841417610cac57610cac613b13565b634e487b7160e01b600052601260045260246000fd5b600082613bdb57613bdb613bb6565b500490565b600060208284031215613bf257600080fd5b8151610f4281613757565b6001815b6001841115613c3857808504811115613c1c57613c1c613b13565b6001841615613c2a57908102905b60019390931c928002613c01565b935093915050565b600082613c4f57506001610cac565b81613c5c57506000610cac565b8160018114613c725760028114613c7c57613c98565b6001915050610cac565b60ff841115613c8d57613c8d613b13565b50506001821b610cac565b5060208310610133831016604e8410600b8410161715613cbb575081810a610cac565b613cc86000198484613bfd565b8060001904821115613cdc57613cdc613b13565b029392505050565b6000610f4260ff841683613c40565b60ff8181168382160190811115610cac57610cac613b13565b601f821115611c1a57806000526020600020601f840160051c81016020851015613d335750805b601f840160051c820191505b81811015612c005760008155600101613d3f565b815167ffffffffffffffff811115613d6d57613d6d6137f6565b613d8181613d7b8454613b3c565b84613d0c565b6020601f821160018114613db55760008315613d9d5750848201515b600019600385901b1c1916600184901b178455612c00565b600084815260208120601f198516915b82811015613de55787850151825560209485019460019092019101613dc5565b5084821015613e035786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b600060018201613e2457613e24613b13565b5060010190565b634e487b7160e01b600052602160045260246000fd5b600060ff831680613e5457613e54613bb6565b8060ff84160691505092915050565b60008251613e758184602087016136e7565b919091019291505056fe52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a2646970667358221220afab35e24e0debd43bf515dacb382a3f868ce82bdaf2268cb26149791591954464736f6c634300081c0033";
|
|
1812
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
1813
|
+
export class VaultV1__factory extends ContractFactory {
|
|
1814
|
+
constructor(...args) {
|
|
1815
|
+
if (isSuperArgs(args)) {
|
|
1816
|
+
super(...args);
|
|
1817
|
+
}
|
|
1818
|
+
else {
|
|
1819
|
+
super(_abi, _bytecode, args[0]);
|
|
1820
|
+
}
|
|
1821
|
+
}
|
|
1822
|
+
getDeployTransaction(overrides) {
|
|
1823
|
+
return super.getDeployTransaction(overrides || {});
|
|
1824
|
+
}
|
|
1825
|
+
deploy(overrides) {
|
|
1826
|
+
return super.deploy(overrides || {});
|
|
1827
|
+
}
|
|
1828
|
+
connect(runner) {
|
|
1829
|
+
return super.connect(runner);
|
|
1830
|
+
}
|
|
1831
|
+
static createInterface() {
|
|
1832
|
+
return new Interface(_abi);
|
|
1833
|
+
}
|
|
1834
|
+
static connect(address, runner) {
|
|
1835
|
+
return new Contract(address, _abi, runner);
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
VaultV1__factory.bytecode = _bytecode;
|
|
1839
|
+
VaultV1__factory.abi = _abi;
|