@cryptonergy/smart-contracts-sdk 1.0.0-dev.3 → 1.0.0-dev.5
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/@openzeppelin/contracts/{index.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/{index.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- 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.ts → index.d.ts} +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.js +1 -0
- package/dist/types/typechain-types/@openzeppelin/{index.ts → index.d.ts} +0 -3
- 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 +661 -0
- package/dist/types/typechain-types/contracts/VaultV1.js +1 -0
- package/dist/types/typechain-types/contracts/{index.ts → index.d.ts} +0 -3
- 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/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/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/factories/@openzeppelin/contracts/index.d.ts +4 -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-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/index.d.ts +5 -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/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/index.d.ts +3 -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/index.d.ts +4 -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/index.d.ts +1 -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/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/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-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/index.d.ts +4 -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/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/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/index.d.ts +2 -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/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/index.d.ts +2 -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 +1144 -0
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.js +1497 -0
- package/dist/types/typechain-types/factories/contracts/index.d.ts +7 -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/index.d.ts +1 -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/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/index.d.ts +2 -0
- package/dist/types/typechain-types/{index.ts → index.d.ts} +0 -3
- package/dist/types/typechain-types/index.js +34 -0
- package/package.json +13 -6
- package/dist/types/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1363.ts +0 -412
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.ts +0 -168
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC4626.ts +0 -618
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.ts +0 -90
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.ts +0 -105
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/Proxy.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/IBeacon.ts +0 -90
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts +0 -286
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.ts +0 -262
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.ts +0 -286
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.ts +0 -5
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Errors.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.ts +0 -94
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.ts +0 -186
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.ts +0 -5
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts +0 -105
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.ts +0 -196
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.ts +0 -318
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable.ts +0 -653
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/index.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.ts +0 -5
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts +0 -105
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable.ts +0 -105
- package/dist/types/typechain-types/common.ts +0 -131
- package/dist/types/typechain-types/contracts/ManagementFeeUpgradeableV1.ts +0 -285
- package/dist/types/typechain-types/contracts/PerformanceFeeUpgradeableV1.ts +0 -320
- package/dist/types/typechain-types/contracts/VaultFactoryV1.ts +0 -456
- package/dist/types/typechain-types/contracts/VaultV1.ts +0 -1383
- package/dist/types/typechain-types/contracts/mocks/MockERC20.ts +0 -305
- package/dist/types/typechain-types/contracts/mocks/index.ts +0 -4
- package/dist/types/typechain-types/contracts/providers/AddressProviderV1.ts +0 -342
- package/dist/types/typechain-types/contracts/providers/index.ts +0 -4
- package/dist/types/typechain-types/contracts/registers/VaultRegistryV1.ts +0 -558
- package/dist/types/typechain-types/contracts/registers/index.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.ts +0 -393
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.ts +0 -67
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC4626__factory.ts +0 -634
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable__factory.ts +0 -38
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.ts +0 -127
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.ts +0 -111
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.ts +0 -128
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.ts +0 -144
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.ts +0 -105
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.ts +0 -26
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.ts +0 -35
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.ts +0 -330
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.ts +0 -205
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.ts +0 -247
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.ts +0 -96
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.ts +0 -75
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.ts +0 -101
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.ts +0 -41
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.ts +0 -118
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.ts +0 -122
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.ts +0 -48
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable__factory.ts +0 -153
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.ts +0 -356
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC4626Upgradeable__factory.ts +0 -841
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.ts +0 -48
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ReentrancyGuardUpgradeable__factory.ts +0 -57
- package/dist/types/typechain-types/factories/contracts/ManagementFeeUpgradeableV1__factory.ts +0 -175
- package/dist/types/typechain-types/factories/contracts/PerformanceFeeUpgradeableV1__factory.ts +0 -194
- package/dist/types/typechain-types/factories/contracts/VaultFactoryV1__factory.ts +0 -449
- package/dist/types/typechain-types/factories/contracts/VaultV1__factory.ts +0 -1523
- package/dist/types/typechain-types/factories/contracts/mocks/MockERC20__factory.ts +0 -412
- package/dist/types/typechain-types/factories/contracts/providers/AddressProviderV1__factory.ts +0 -359
- package/dist/types/typechain-types/factories/contracts/registers/VaultRegistryV1__factory.ts +0 -554
- package/dist/types/typechain-types/hardhat.d.ts +0 -639
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/extensions/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/@openzeppelin/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/contracts/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/contracts/mocks/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/contracts/providers/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/contracts/registers/{index.ts → index.js} +0 -0
- /package/dist/types/typechain-types/factories/{index.ts → index.js} +0 -0
|
@@ -0,0 +1,1497 @@
|
|
|
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: "address",
|
|
26
|
+
name: "implementation",
|
|
27
|
+
type: "address",
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
name: "ERC1967InvalidImplementation",
|
|
31
|
+
type: "error",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
inputs: [],
|
|
35
|
+
name: "ERC1967NonPayable",
|
|
36
|
+
type: "error",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
inputs: [
|
|
40
|
+
{
|
|
41
|
+
internalType: "address",
|
|
42
|
+
name: "spender",
|
|
43
|
+
type: "address",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
internalType: "uint256",
|
|
47
|
+
name: "allowance",
|
|
48
|
+
type: "uint256",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
internalType: "uint256",
|
|
52
|
+
name: "needed",
|
|
53
|
+
type: "uint256",
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
name: "ERC20InsufficientAllowance",
|
|
57
|
+
type: "error",
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
inputs: [
|
|
61
|
+
{
|
|
62
|
+
internalType: "address",
|
|
63
|
+
name: "sender",
|
|
64
|
+
type: "address",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
internalType: "uint256",
|
|
68
|
+
name: "balance",
|
|
69
|
+
type: "uint256",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
internalType: "uint256",
|
|
73
|
+
name: "needed",
|
|
74
|
+
type: "uint256",
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
name: "ERC20InsufficientBalance",
|
|
78
|
+
type: "error",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
inputs: [
|
|
82
|
+
{
|
|
83
|
+
internalType: "address",
|
|
84
|
+
name: "approver",
|
|
85
|
+
type: "address",
|
|
86
|
+
},
|
|
87
|
+
],
|
|
88
|
+
name: "ERC20InvalidApprover",
|
|
89
|
+
type: "error",
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
inputs: [
|
|
93
|
+
{
|
|
94
|
+
internalType: "address",
|
|
95
|
+
name: "receiver",
|
|
96
|
+
type: "address",
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
name: "ERC20InvalidReceiver",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
inputs: [
|
|
104
|
+
{
|
|
105
|
+
internalType: "address",
|
|
106
|
+
name: "sender",
|
|
107
|
+
type: "address",
|
|
108
|
+
},
|
|
109
|
+
],
|
|
110
|
+
name: "ERC20InvalidSender",
|
|
111
|
+
type: "error",
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
inputs: [
|
|
115
|
+
{
|
|
116
|
+
internalType: "address",
|
|
117
|
+
name: "spender",
|
|
118
|
+
type: "address",
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
name: "ERC20InvalidSpender",
|
|
122
|
+
type: "error",
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
inputs: [
|
|
126
|
+
{
|
|
127
|
+
internalType: "address",
|
|
128
|
+
name: "receiver",
|
|
129
|
+
type: "address",
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
internalType: "uint256",
|
|
133
|
+
name: "assets",
|
|
134
|
+
type: "uint256",
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
internalType: "uint256",
|
|
138
|
+
name: "max",
|
|
139
|
+
type: "uint256",
|
|
140
|
+
},
|
|
141
|
+
],
|
|
142
|
+
name: "ERC4626ExceededMaxDeposit",
|
|
143
|
+
type: "error",
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
inputs: [
|
|
147
|
+
{
|
|
148
|
+
internalType: "address",
|
|
149
|
+
name: "receiver",
|
|
150
|
+
type: "address",
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
internalType: "uint256",
|
|
154
|
+
name: "shares",
|
|
155
|
+
type: "uint256",
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
internalType: "uint256",
|
|
159
|
+
name: "max",
|
|
160
|
+
type: "uint256",
|
|
161
|
+
},
|
|
162
|
+
],
|
|
163
|
+
name: "ERC4626ExceededMaxMint",
|
|
164
|
+
type: "error",
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
inputs: [
|
|
168
|
+
{
|
|
169
|
+
internalType: "address",
|
|
170
|
+
name: "owner",
|
|
171
|
+
type: "address",
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
internalType: "uint256",
|
|
175
|
+
name: "shares",
|
|
176
|
+
type: "uint256",
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
internalType: "uint256",
|
|
180
|
+
name: "max",
|
|
181
|
+
type: "uint256",
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
name: "ERC4626ExceededMaxRedeem",
|
|
185
|
+
type: "error",
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
inputs: [
|
|
189
|
+
{
|
|
190
|
+
internalType: "address",
|
|
191
|
+
name: "owner",
|
|
192
|
+
type: "address",
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
internalType: "uint256",
|
|
196
|
+
name: "assets",
|
|
197
|
+
type: "uint256",
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
internalType: "uint256",
|
|
201
|
+
name: "max",
|
|
202
|
+
type: "uint256",
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
name: "ERC4626ExceededMaxWithdraw",
|
|
206
|
+
type: "error",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
inputs: [],
|
|
210
|
+
name: "FailedCall",
|
|
211
|
+
type: "error",
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
inputs: [],
|
|
215
|
+
name: "FeeTooHigh",
|
|
216
|
+
type: "error",
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
inputs: [],
|
|
220
|
+
name: "InvalidInitialization",
|
|
221
|
+
type: "error",
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
inputs: [],
|
|
225
|
+
name: "NotInitializing",
|
|
226
|
+
type: "error",
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
inputs: [
|
|
230
|
+
{
|
|
231
|
+
internalType: "address",
|
|
232
|
+
name: "owner",
|
|
233
|
+
type: "address",
|
|
234
|
+
},
|
|
235
|
+
],
|
|
236
|
+
name: "OwnableInvalidOwner",
|
|
237
|
+
type: "error",
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
inputs: [
|
|
241
|
+
{
|
|
242
|
+
internalType: "address",
|
|
243
|
+
name: "account",
|
|
244
|
+
type: "address",
|
|
245
|
+
},
|
|
246
|
+
],
|
|
247
|
+
name: "OwnableUnauthorizedAccount",
|
|
248
|
+
type: "error",
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
inputs: [],
|
|
252
|
+
name: "PerformanceFeeTooHigh",
|
|
253
|
+
type: "error",
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
inputs: [],
|
|
257
|
+
name: "PerformanceFeeZeroRecipient",
|
|
258
|
+
type: "error",
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
inputs: [],
|
|
262
|
+
name: "ReentrancyGuardReentrantCall",
|
|
263
|
+
type: "error",
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
inputs: [
|
|
267
|
+
{
|
|
268
|
+
internalType: "address",
|
|
269
|
+
name: "token",
|
|
270
|
+
type: "address",
|
|
271
|
+
},
|
|
272
|
+
],
|
|
273
|
+
name: "SafeERC20FailedOperation",
|
|
274
|
+
type: "error",
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
inputs: [],
|
|
278
|
+
name: "UUPSUnauthorizedCallContext",
|
|
279
|
+
type: "error",
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
inputs: [
|
|
283
|
+
{
|
|
284
|
+
internalType: "bytes32",
|
|
285
|
+
name: "slot",
|
|
286
|
+
type: "bytes32",
|
|
287
|
+
},
|
|
288
|
+
],
|
|
289
|
+
name: "UUPSUnsupportedProxiableUUID",
|
|
290
|
+
type: "error",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
inputs: [],
|
|
294
|
+
name: "ZeroAssets",
|
|
295
|
+
type: "error",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
inputs: [],
|
|
299
|
+
name: "ZeroRecipient",
|
|
300
|
+
type: "error",
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
inputs: [],
|
|
304
|
+
name: "ZeroShares",
|
|
305
|
+
type: "error",
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
anonymous: false,
|
|
309
|
+
inputs: [
|
|
310
|
+
{
|
|
311
|
+
indexed: true,
|
|
312
|
+
internalType: "address",
|
|
313
|
+
name: "owner",
|
|
314
|
+
type: "address",
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
indexed: true,
|
|
318
|
+
internalType: "address",
|
|
319
|
+
name: "spender",
|
|
320
|
+
type: "address",
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
indexed: false,
|
|
324
|
+
internalType: "uint256",
|
|
325
|
+
name: "value",
|
|
326
|
+
type: "uint256",
|
|
327
|
+
},
|
|
328
|
+
],
|
|
329
|
+
name: "Approval",
|
|
330
|
+
type: "event",
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
anonymous: false,
|
|
334
|
+
inputs: [
|
|
335
|
+
{
|
|
336
|
+
indexed: true,
|
|
337
|
+
internalType: "address",
|
|
338
|
+
name: "sender",
|
|
339
|
+
type: "address",
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
indexed: true,
|
|
343
|
+
internalType: "address",
|
|
344
|
+
name: "owner",
|
|
345
|
+
type: "address",
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
indexed: false,
|
|
349
|
+
internalType: "uint256",
|
|
350
|
+
name: "assets",
|
|
351
|
+
type: "uint256",
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
indexed: false,
|
|
355
|
+
internalType: "uint256",
|
|
356
|
+
name: "shares",
|
|
357
|
+
type: "uint256",
|
|
358
|
+
},
|
|
359
|
+
],
|
|
360
|
+
name: "Deposit",
|
|
361
|
+
type: "event",
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
anonymous: false,
|
|
365
|
+
inputs: [
|
|
366
|
+
{
|
|
367
|
+
indexed: false,
|
|
368
|
+
internalType: "address",
|
|
369
|
+
name: "newRecipient",
|
|
370
|
+
type: "address",
|
|
371
|
+
},
|
|
372
|
+
],
|
|
373
|
+
name: "FeeRecipientUpdated",
|
|
374
|
+
type: "event",
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
anonymous: false,
|
|
378
|
+
inputs: [
|
|
379
|
+
{
|
|
380
|
+
indexed: false,
|
|
381
|
+
internalType: "uint64",
|
|
382
|
+
name: "version",
|
|
383
|
+
type: "uint64",
|
|
384
|
+
},
|
|
385
|
+
],
|
|
386
|
+
name: "Initialized",
|
|
387
|
+
type: "event",
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
anonymous: false,
|
|
391
|
+
inputs: [
|
|
392
|
+
{
|
|
393
|
+
indexed: false,
|
|
394
|
+
internalType: "uint256",
|
|
395
|
+
name: "feeShares",
|
|
396
|
+
type: "uint256",
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
indexed: false,
|
|
400
|
+
internalType: "uint48",
|
|
401
|
+
name: "timestamp",
|
|
402
|
+
type: "uint48",
|
|
403
|
+
},
|
|
404
|
+
],
|
|
405
|
+
name: "ManagementFeeAccrued",
|
|
406
|
+
type: "event",
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
anonymous: false,
|
|
410
|
+
inputs: [
|
|
411
|
+
{
|
|
412
|
+
indexed: false,
|
|
413
|
+
internalType: "uint16",
|
|
414
|
+
name: "newFeeBps",
|
|
415
|
+
type: "uint16",
|
|
416
|
+
},
|
|
417
|
+
],
|
|
418
|
+
name: "ManagementFeeUpdated",
|
|
419
|
+
type: "event",
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
anonymous: false,
|
|
423
|
+
inputs: [
|
|
424
|
+
{
|
|
425
|
+
indexed: true,
|
|
426
|
+
internalType: "address",
|
|
427
|
+
name: "previousOwner",
|
|
428
|
+
type: "address",
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
indexed: true,
|
|
432
|
+
internalType: "address",
|
|
433
|
+
name: "newOwner",
|
|
434
|
+
type: "address",
|
|
435
|
+
},
|
|
436
|
+
],
|
|
437
|
+
name: "OwnershipTransferred",
|
|
438
|
+
type: "event",
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
anonymous: false,
|
|
442
|
+
inputs: [
|
|
443
|
+
{
|
|
444
|
+
indexed: false,
|
|
445
|
+
internalType: "uint256",
|
|
446
|
+
name: "feeShares",
|
|
447
|
+
type: "uint256",
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
indexed: false,
|
|
451
|
+
internalType: "uint48",
|
|
452
|
+
name: "timestamp",
|
|
453
|
+
type: "uint48",
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
indexed: false,
|
|
457
|
+
internalType: "uint256",
|
|
458
|
+
name: "newHighWaterMark",
|
|
459
|
+
type: "uint256",
|
|
460
|
+
},
|
|
461
|
+
],
|
|
462
|
+
name: "PerformanceFeeAccrued",
|
|
463
|
+
type: "event",
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
anonymous: false,
|
|
467
|
+
inputs: [
|
|
468
|
+
{
|
|
469
|
+
indexed: false,
|
|
470
|
+
internalType: "uint16",
|
|
471
|
+
name: "newFeeBps",
|
|
472
|
+
type: "uint16",
|
|
473
|
+
},
|
|
474
|
+
],
|
|
475
|
+
name: "PerformanceFeeBpsUpdated",
|
|
476
|
+
type: "event",
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
anonymous: false,
|
|
480
|
+
inputs: [
|
|
481
|
+
{
|
|
482
|
+
indexed: false,
|
|
483
|
+
internalType: "address",
|
|
484
|
+
name: "newRecipient",
|
|
485
|
+
type: "address",
|
|
486
|
+
},
|
|
487
|
+
],
|
|
488
|
+
name: "PerformanceFeeRecipientUpdated",
|
|
489
|
+
type: "event",
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
anonymous: false,
|
|
493
|
+
inputs: [
|
|
494
|
+
{
|
|
495
|
+
indexed: true,
|
|
496
|
+
internalType: "address",
|
|
497
|
+
name: "from",
|
|
498
|
+
type: "address",
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
indexed: true,
|
|
502
|
+
internalType: "address",
|
|
503
|
+
name: "to",
|
|
504
|
+
type: "address",
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
indexed: false,
|
|
508
|
+
internalType: "uint256",
|
|
509
|
+
name: "value",
|
|
510
|
+
type: "uint256",
|
|
511
|
+
},
|
|
512
|
+
],
|
|
513
|
+
name: "Transfer",
|
|
514
|
+
type: "event",
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
anonymous: false,
|
|
518
|
+
inputs: [
|
|
519
|
+
{
|
|
520
|
+
indexed: true,
|
|
521
|
+
internalType: "address",
|
|
522
|
+
name: "implementation",
|
|
523
|
+
type: "address",
|
|
524
|
+
},
|
|
525
|
+
],
|
|
526
|
+
name: "Upgraded",
|
|
527
|
+
type: "event",
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
anonymous: false,
|
|
531
|
+
inputs: [
|
|
532
|
+
{
|
|
533
|
+
indexed: true,
|
|
534
|
+
internalType: "address",
|
|
535
|
+
name: "caller",
|
|
536
|
+
type: "address",
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
indexed: true,
|
|
540
|
+
internalType: "address",
|
|
541
|
+
name: "receiver",
|
|
542
|
+
type: "address",
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
indexed: false,
|
|
546
|
+
internalType: "uint256",
|
|
547
|
+
name: "assets",
|
|
548
|
+
type: "uint256",
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
indexed: false,
|
|
552
|
+
internalType: "uint256",
|
|
553
|
+
name: "shares",
|
|
554
|
+
type: "uint256",
|
|
555
|
+
},
|
|
556
|
+
],
|
|
557
|
+
name: "VaultDeposited",
|
|
558
|
+
type: "event",
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
anonymous: false,
|
|
562
|
+
inputs: [
|
|
563
|
+
{
|
|
564
|
+
indexed: true,
|
|
565
|
+
internalType: "address",
|
|
566
|
+
name: "caller",
|
|
567
|
+
type: "address",
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
indexed: true,
|
|
571
|
+
internalType: "address",
|
|
572
|
+
name: "receiver",
|
|
573
|
+
type: "address",
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
indexed: true,
|
|
577
|
+
internalType: "address",
|
|
578
|
+
name: "owner",
|
|
579
|
+
type: "address",
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
indexed: false,
|
|
583
|
+
internalType: "uint256",
|
|
584
|
+
name: "assets",
|
|
585
|
+
type: "uint256",
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
indexed: false,
|
|
589
|
+
internalType: "uint256",
|
|
590
|
+
name: "shares",
|
|
591
|
+
type: "uint256",
|
|
592
|
+
},
|
|
593
|
+
],
|
|
594
|
+
name: "VaultWithdrawn",
|
|
595
|
+
type: "event",
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
anonymous: false,
|
|
599
|
+
inputs: [
|
|
600
|
+
{
|
|
601
|
+
indexed: true,
|
|
602
|
+
internalType: "address",
|
|
603
|
+
name: "sender",
|
|
604
|
+
type: "address",
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
indexed: true,
|
|
608
|
+
internalType: "address",
|
|
609
|
+
name: "receiver",
|
|
610
|
+
type: "address",
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
indexed: true,
|
|
614
|
+
internalType: "address",
|
|
615
|
+
name: "owner",
|
|
616
|
+
type: "address",
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
indexed: false,
|
|
620
|
+
internalType: "uint256",
|
|
621
|
+
name: "assets",
|
|
622
|
+
type: "uint256",
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
indexed: false,
|
|
626
|
+
internalType: "uint256",
|
|
627
|
+
name: "shares",
|
|
628
|
+
type: "uint256",
|
|
629
|
+
},
|
|
630
|
+
],
|
|
631
|
+
name: "Withdraw",
|
|
632
|
+
type: "event",
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
inputs: [],
|
|
636
|
+
name: "MAX_BPS",
|
|
637
|
+
outputs: [
|
|
638
|
+
{
|
|
639
|
+
internalType: "uint16",
|
|
640
|
+
name: "",
|
|
641
|
+
type: "uint16",
|
|
642
|
+
},
|
|
643
|
+
],
|
|
644
|
+
stateMutability: "view",
|
|
645
|
+
type: "function",
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
inputs: [],
|
|
649
|
+
name: "PERFORMANCE_MAX_BPS",
|
|
650
|
+
outputs: [
|
|
651
|
+
{
|
|
652
|
+
internalType: "uint16",
|
|
653
|
+
name: "",
|
|
654
|
+
type: "uint16",
|
|
655
|
+
},
|
|
656
|
+
],
|
|
657
|
+
stateMutability: "view",
|
|
658
|
+
type: "function",
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
inputs: [],
|
|
662
|
+
name: "UPGRADE_INTERFACE_VERSION",
|
|
663
|
+
outputs: [
|
|
664
|
+
{
|
|
665
|
+
internalType: "string",
|
|
666
|
+
name: "",
|
|
667
|
+
type: "string",
|
|
668
|
+
},
|
|
669
|
+
],
|
|
670
|
+
stateMutability: "view",
|
|
671
|
+
type: "function",
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
inputs: [],
|
|
675
|
+
name: "accrueManagementFee",
|
|
676
|
+
outputs: [],
|
|
677
|
+
stateMutability: "nonpayable",
|
|
678
|
+
type: "function",
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
inputs: [
|
|
682
|
+
{
|
|
683
|
+
internalType: "address",
|
|
684
|
+
name: "owner",
|
|
685
|
+
type: "address",
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
internalType: "address",
|
|
689
|
+
name: "spender",
|
|
690
|
+
type: "address",
|
|
691
|
+
},
|
|
692
|
+
],
|
|
693
|
+
name: "allowance",
|
|
694
|
+
outputs: [
|
|
695
|
+
{
|
|
696
|
+
internalType: "uint256",
|
|
697
|
+
name: "",
|
|
698
|
+
type: "uint256",
|
|
699
|
+
},
|
|
700
|
+
],
|
|
701
|
+
stateMutability: "view",
|
|
702
|
+
type: "function",
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
inputs: [
|
|
706
|
+
{
|
|
707
|
+
internalType: "address",
|
|
708
|
+
name: "spender",
|
|
709
|
+
type: "address",
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
internalType: "uint256",
|
|
713
|
+
name: "value",
|
|
714
|
+
type: "uint256",
|
|
715
|
+
},
|
|
716
|
+
],
|
|
717
|
+
name: "approve",
|
|
718
|
+
outputs: [
|
|
719
|
+
{
|
|
720
|
+
internalType: "bool",
|
|
721
|
+
name: "",
|
|
722
|
+
type: "bool",
|
|
723
|
+
},
|
|
724
|
+
],
|
|
725
|
+
stateMutability: "nonpayable",
|
|
726
|
+
type: "function",
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
inputs: [],
|
|
730
|
+
name: "asset",
|
|
731
|
+
outputs: [
|
|
732
|
+
{
|
|
733
|
+
internalType: "address",
|
|
734
|
+
name: "",
|
|
735
|
+
type: "address",
|
|
736
|
+
},
|
|
737
|
+
],
|
|
738
|
+
stateMutability: "view",
|
|
739
|
+
type: "function",
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
inputs: [
|
|
743
|
+
{
|
|
744
|
+
internalType: "address",
|
|
745
|
+
name: "account",
|
|
746
|
+
type: "address",
|
|
747
|
+
},
|
|
748
|
+
],
|
|
749
|
+
name: "balanceOf",
|
|
750
|
+
outputs: [
|
|
751
|
+
{
|
|
752
|
+
internalType: "uint256",
|
|
753
|
+
name: "",
|
|
754
|
+
type: "uint256",
|
|
755
|
+
},
|
|
756
|
+
],
|
|
757
|
+
stateMutability: "view",
|
|
758
|
+
type: "function",
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
inputs: [
|
|
762
|
+
{
|
|
763
|
+
internalType: "uint256",
|
|
764
|
+
name: "shares",
|
|
765
|
+
type: "uint256",
|
|
766
|
+
},
|
|
767
|
+
],
|
|
768
|
+
name: "convertToAssets",
|
|
769
|
+
outputs: [
|
|
770
|
+
{
|
|
771
|
+
internalType: "uint256",
|
|
772
|
+
name: "",
|
|
773
|
+
type: "uint256",
|
|
774
|
+
},
|
|
775
|
+
],
|
|
776
|
+
stateMutability: "view",
|
|
777
|
+
type: "function",
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
inputs: [
|
|
781
|
+
{
|
|
782
|
+
internalType: "uint256",
|
|
783
|
+
name: "assets",
|
|
784
|
+
type: "uint256",
|
|
785
|
+
},
|
|
786
|
+
],
|
|
787
|
+
name: "convertToShares",
|
|
788
|
+
outputs: [
|
|
789
|
+
{
|
|
790
|
+
internalType: "uint256",
|
|
791
|
+
name: "",
|
|
792
|
+
type: "uint256",
|
|
793
|
+
},
|
|
794
|
+
],
|
|
795
|
+
stateMutability: "view",
|
|
796
|
+
type: "function",
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
inputs: [],
|
|
800
|
+
name: "crystallizePerformanceFee",
|
|
801
|
+
outputs: [],
|
|
802
|
+
stateMutability: "nonpayable",
|
|
803
|
+
type: "function",
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
inputs: [],
|
|
807
|
+
name: "currentAssetsPerShare",
|
|
808
|
+
outputs: [
|
|
809
|
+
{
|
|
810
|
+
internalType: "uint256",
|
|
811
|
+
name: "",
|
|
812
|
+
type: "uint256",
|
|
813
|
+
},
|
|
814
|
+
],
|
|
815
|
+
stateMutability: "view",
|
|
816
|
+
type: "function",
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
inputs: [],
|
|
820
|
+
name: "decimals",
|
|
821
|
+
outputs: [
|
|
822
|
+
{
|
|
823
|
+
internalType: "uint8",
|
|
824
|
+
name: "",
|
|
825
|
+
type: "uint8",
|
|
826
|
+
},
|
|
827
|
+
],
|
|
828
|
+
stateMutability: "view",
|
|
829
|
+
type: "function",
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
inputs: [
|
|
833
|
+
{
|
|
834
|
+
internalType: "uint256",
|
|
835
|
+
name: "assets",
|
|
836
|
+
type: "uint256",
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
internalType: "address",
|
|
840
|
+
name: "receiver",
|
|
841
|
+
type: "address",
|
|
842
|
+
},
|
|
843
|
+
],
|
|
844
|
+
name: "deposit",
|
|
845
|
+
outputs: [
|
|
846
|
+
{
|
|
847
|
+
internalType: "uint256",
|
|
848
|
+
name: "shares",
|
|
849
|
+
type: "uint256",
|
|
850
|
+
},
|
|
851
|
+
],
|
|
852
|
+
stateMutability: "nonpayable",
|
|
853
|
+
type: "function",
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
inputs: [],
|
|
857
|
+
name: "feeBps",
|
|
858
|
+
outputs: [
|
|
859
|
+
{
|
|
860
|
+
internalType: "uint16",
|
|
861
|
+
name: "",
|
|
862
|
+
type: "uint16",
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
stateMutability: "view",
|
|
866
|
+
type: "function",
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
inputs: [],
|
|
870
|
+
name: "feeRecipient",
|
|
871
|
+
outputs: [
|
|
872
|
+
{
|
|
873
|
+
internalType: "address",
|
|
874
|
+
name: "",
|
|
875
|
+
type: "address",
|
|
876
|
+
},
|
|
877
|
+
],
|
|
878
|
+
stateMutability: "view",
|
|
879
|
+
type: "function",
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
inputs: [],
|
|
883
|
+
name: "getPerformanceFeeBps",
|
|
884
|
+
outputs: [
|
|
885
|
+
{
|
|
886
|
+
internalType: "uint16",
|
|
887
|
+
name: "",
|
|
888
|
+
type: "uint16",
|
|
889
|
+
},
|
|
890
|
+
],
|
|
891
|
+
stateMutability: "view",
|
|
892
|
+
type: "function",
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
inputs: [],
|
|
896
|
+
name: "highWaterMark",
|
|
897
|
+
outputs: [
|
|
898
|
+
{
|
|
899
|
+
internalType: "uint256",
|
|
900
|
+
name: "",
|
|
901
|
+
type: "uint256",
|
|
902
|
+
},
|
|
903
|
+
],
|
|
904
|
+
stateMutability: "view",
|
|
905
|
+
type: "function",
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
inputs: [
|
|
909
|
+
{
|
|
910
|
+
internalType: "contract IERC20Metadata",
|
|
911
|
+
name: "asset_",
|
|
912
|
+
type: "address",
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
internalType: "string",
|
|
916
|
+
name: "name_",
|
|
917
|
+
type: "string",
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
internalType: "string",
|
|
921
|
+
name: "symbol_",
|
|
922
|
+
type: "string",
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
internalType: "address",
|
|
926
|
+
name: "owner_",
|
|
927
|
+
type: "address",
|
|
928
|
+
},
|
|
929
|
+
],
|
|
930
|
+
name: "initialize",
|
|
931
|
+
outputs: [],
|
|
932
|
+
stateMutability: "nonpayable",
|
|
933
|
+
type: "function",
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
inputs: [],
|
|
937
|
+
name: "lastFeeAccrual",
|
|
938
|
+
outputs: [
|
|
939
|
+
{
|
|
940
|
+
internalType: "uint48",
|
|
941
|
+
name: "",
|
|
942
|
+
type: "uint48",
|
|
943
|
+
},
|
|
944
|
+
],
|
|
945
|
+
stateMutability: "view",
|
|
946
|
+
type: "function",
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
inputs: [],
|
|
950
|
+
name: "managementFeeBps",
|
|
951
|
+
outputs: [
|
|
952
|
+
{
|
|
953
|
+
internalType: "uint16",
|
|
954
|
+
name: "",
|
|
955
|
+
type: "uint16",
|
|
956
|
+
},
|
|
957
|
+
],
|
|
958
|
+
stateMutability: "view",
|
|
959
|
+
type: "function",
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
inputs: [
|
|
963
|
+
{
|
|
964
|
+
internalType: "address",
|
|
965
|
+
name: "",
|
|
966
|
+
type: "address",
|
|
967
|
+
},
|
|
968
|
+
],
|
|
969
|
+
name: "maxDeposit",
|
|
970
|
+
outputs: [
|
|
971
|
+
{
|
|
972
|
+
internalType: "uint256",
|
|
973
|
+
name: "",
|
|
974
|
+
type: "uint256",
|
|
975
|
+
},
|
|
976
|
+
],
|
|
977
|
+
stateMutability: "view",
|
|
978
|
+
type: "function",
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
inputs: [
|
|
982
|
+
{
|
|
983
|
+
internalType: "address",
|
|
984
|
+
name: "",
|
|
985
|
+
type: "address",
|
|
986
|
+
},
|
|
987
|
+
],
|
|
988
|
+
name: "maxMint",
|
|
989
|
+
outputs: [
|
|
990
|
+
{
|
|
991
|
+
internalType: "uint256",
|
|
992
|
+
name: "",
|
|
993
|
+
type: "uint256",
|
|
994
|
+
},
|
|
995
|
+
],
|
|
996
|
+
stateMutability: "view",
|
|
997
|
+
type: "function",
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
inputs: [
|
|
1001
|
+
{
|
|
1002
|
+
internalType: "address",
|
|
1003
|
+
name: "owner",
|
|
1004
|
+
type: "address",
|
|
1005
|
+
},
|
|
1006
|
+
],
|
|
1007
|
+
name: "maxRedeem",
|
|
1008
|
+
outputs: [
|
|
1009
|
+
{
|
|
1010
|
+
internalType: "uint256",
|
|
1011
|
+
name: "",
|
|
1012
|
+
type: "uint256",
|
|
1013
|
+
},
|
|
1014
|
+
],
|
|
1015
|
+
stateMutability: "view",
|
|
1016
|
+
type: "function",
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
inputs: [
|
|
1020
|
+
{
|
|
1021
|
+
internalType: "address",
|
|
1022
|
+
name: "owner",
|
|
1023
|
+
type: "address",
|
|
1024
|
+
},
|
|
1025
|
+
],
|
|
1026
|
+
name: "maxWithdraw",
|
|
1027
|
+
outputs: [
|
|
1028
|
+
{
|
|
1029
|
+
internalType: "uint256",
|
|
1030
|
+
name: "",
|
|
1031
|
+
type: "uint256",
|
|
1032
|
+
},
|
|
1033
|
+
],
|
|
1034
|
+
stateMutability: "view",
|
|
1035
|
+
type: "function",
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
inputs: [
|
|
1039
|
+
{
|
|
1040
|
+
internalType: "uint256",
|
|
1041
|
+
name: "shares",
|
|
1042
|
+
type: "uint256",
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
internalType: "address",
|
|
1046
|
+
name: "receiver",
|
|
1047
|
+
type: "address",
|
|
1048
|
+
},
|
|
1049
|
+
],
|
|
1050
|
+
name: "mint",
|
|
1051
|
+
outputs: [
|
|
1052
|
+
{
|
|
1053
|
+
internalType: "uint256",
|
|
1054
|
+
name: "assets",
|
|
1055
|
+
type: "uint256",
|
|
1056
|
+
},
|
|
1057
|
+
],
|
|
1058
|
+
stateMutability: "nonpayable",
|
|
1059
|
+
type: "function",
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
inputs: [],
|
|
1063
|
+
name: "name",
|
|
1064
|
+
outputs: [
|
|
1065
|
+
{
|
|
1066
|
+
internalType: "string",
|
|
1067
|
+
name: "",
|
|
1068
|
+
type: "string",
|
|
1069
|
+
},
|
|
1070
|
+
],
|
|
1071
|
+
stateMutability: "view",
|
|
1072
|
+
type: "function",
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
inputs: [],
|
|
1076
|
+
name: "owner",
|
|
1077
|
+
outputs: [
|
|
1078
|
+
{
|
|
1079
|
+
internalType: "address",
|
|
1080
|
+
name: "",
|
|
1081
|
+
type: "address",
|
|
1082
|
+
},
|
|
1083
|
+
],
|
|
1084
|
+
stateMutability: "view",
|
|
1085
|
+
type: "function",
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
inputs: [],
|
|
1089
|
+
name: "pendingManagementFeeShares",
|
|
1090
|
+
outputs: [
|
|
1091
|
+
{
|
|
1092
|
+
internalType: "uint256",
|
|
1093
|
+
name: "",
|
|
1094
|
+
type: "uint256",
|
|
1095
|
+
},
|
|
1096
|
+
],
|
|
1097
|
+
stateMutability: "view",
|
|
1098
|
+
type: "function",
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
inputs: [],
|
|
1102
|
+
name: "pendingPerformanceFeeShares",
|
|
1103
|
+
outputs: [
|
|
1104
|
+
{
|
|
1105
|
+
internalType: "uint256",
|
|
1106
|
+
name: "",
|
|
1107
|
+
type: "uint256",
|
|
1108
|
+
},
|
|
1109
|
+
],
|
|
1110
|
+
stateMutability: "view",
|
|
1111
|
+
type: "function",
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
inputs: [],
|
|
1115
|
+
name: "performanceFeeBps",
|
|
1116
|
+
outputs: [
|
|
1117
|
+
{
|
|
1118
|
+
internalType: "uint16",
|
|
1119
|
+
name: "",
|
|
1120
|
+
type: "uint16",
|
|
1121
|
+
},
|
|
1122
|
+
],
|
|
1123
|
+
stateMutability: "view",
|
|
1124
|
+
type: "function",
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
inputs: [],
|
|
1128
|
+
name: "performanceFeeRecipient",
|
|
1129
|
+
outputs: [
|
|
1130
|
+
{
|
|
1131
|
+
internalType: "address",
|
|
1132
|
+
name: "",
|
|
1133
|
+
type: "address",
|
|
1134
|
+
},
|
|
1135
|
+
],
|
|
1136
|
+
stateMutability: "view",
|
|
1137
|
+
type: "function",
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
inputs: [
|
|
1141
|
+
{
|
|
1142
|
+
internalType: "uint256",
|
|
1143
|
+
name: "assets",
|
|
1144
|
+
type: "uint256",
|
|
1145
|
+
},
|
|
1146
|
+
],
|
|
1147
|
+
name: "previewDeposit",
|
|
1148
|
+
outputs: [
|
|
1149
|
+
{
|
|
1150
|
+
internalType: "uint256",
|
|
1151
|
+
name: "",
|
|
1152
|
+
type: "uint256",
|
|
1153
|
+
},
|
|
1154
|
+
],
|
|
1155
|
+
stateMutability: "view",
|
|
1156
|
+
type: "function",
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
inputs: [
|
|
1160
|
+
{
|
|
1161
|
+
internalType: "uint256",
|
|
1162
|
+
name: "shares",
|
|
1163
|
+
type: "uint256",
|
|
1164
|
+
},
|
|
1165
|
+
],
|
|
1166
|
+
name: "previewMint",
|
|
1167
|
+
outputs: [
|
|
1168
|
+
{
|
|
1169
|
+
internalType: "uint256",
|
|
1170
|
+
name: "",
|
|
1171
|
+
type: "uint256",
|
|
1172
|
+
},
|
|
1173
|
+
],
|
|
1174
|
+
stateMutability: "view",
|
|
1175
|
+
type: "function",
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
inputs: [
|
|
1179
|
+
{
|
|
1180
|
+
internalType: "uint256",
|
|
1181
|
+
name: "shares",
|
|
1182
|
+
type: "uint256",
|
|
1183
|
+
},
|
|
1184
|
+
],
|
|
1185
|
+
name: "previewRedeem",
|
|
1186
|
+
outputs: [
|
|
1187
|
+
{
|
|
1188
|
+
internalType: "uint256",
|
|
1189
|
+
name: "",
|
|
1190
|
+
type: "uint256",
|
|
1191
|
+
},
|
|
1192
|
+
],
|
|
1193
|
+
stateMutability: "view",
|
|
1194
|
+
type: "function",
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
inputs: [
|
|
1198
|
+
{
|
|
1199
|
+
internalType: "uint256",
|
|
1200
|
+
name: "assets",
|
|
1201
|
+
type: "uint256",
|
|
1202
|
+
},
|
|
1203
|
+
],
|
|
1204
|
+
name: "previewWithdraw",
|
|
1205
|
+
outputs: [
|
|
1206
|
+
{
|
|
1207
|
+
internalType: "uint256",
|
|
1208
|
+
name: "",
|
|
1209
|
+
type: "uint256",
|
|
1210
|
+
},
|
|
1211
|
+
],
|
|
1212
|
+
stateMutability: "view",
|
|
1213
|
+
type: "function",
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
inputs: [],
|
|
1217
|
+
name: "proxiableUUID",
|
|
1218
|
+
outputs: [
|
|
1219
|
+
{
|
|
1220
|
+
internalType: "bytes32",
|
|
1221
|
+
name: "",
|
|
1222
|
+
type: "bytes32",
|
|
1223
|
+
},
|
|
1224
|
+
],
|
|
1225
|
+
stateMutability: "view",
|
|
1226
|
+
type: "function",
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
inputs: [
|
|
1230
|
+
{
|
|
1231
|
+
internalType: "uint256",
|
|
1232
|
+
name: "shares",
|
|
1233
|
+
type: "uint256",
|
|
1234
|
+
},
|
|
1235
|
+
{
|
|
1236
|
+
internalType: "address",
|
|
1237
|
+
name: "receiver",
|
|
1238
|
+
type: "address",
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
internalType: "address",
|
|
1242
|
+
name: "owner",
|
|
1243
|
+
type: "address",
|
|
1244
|
+
},
|
|
1245
|
+
],
|
|
1246
|
+
name: "redeem",
|
|
1247
|
+
outputs: [
|
|
1248
|
+
{
|
|
1249
|
+
internalType: "uint256",
|
|
1250
|
+
name: "assets",
|
|
1251
|
+
type: "uint256",
|
|
1252
|
+
},
|
|
1253
|
+
],
|
|
1254
|
+
stateMutability: "nonpayable",
|
|
1255
|
+
type: "function",
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
inputs: [],
|
|
1259
|
+
name: "renounceOwnership",
|
|
1260
|
+
outputs: [],
|
|
1261
|
+
stateMutability: "nonpayable",
|
|
1262
|
+
type: "function",
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
inputs: [
|
|
1266
|
+
{
|
|
1267
|
+
internalType: "uint16",
|
|
1268
|
+
name: "newFeeBps",
|
|
1269
|
+
type: "uint16",
|
|
1270
|
+
},
|
|
1271
|
+
],
|
|
1272
|
+
name: "setManagementFeeBps",
|
|
1273
|
+
outputs: [],
|
|
1274
|
+
stateMutability: "nonpayable",
|
|
1275
|
+
type: "function",
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
inputs: [
|
|
1279
|
+
{
|
|
1280
|
+
internalType: "address",
|
|
1281
|
+
name: "newRecipient",
|
|
1282
|
+
type: "address",
|
|
1283
|
+
},
|
|
1284
|
+
],
|
|
1285
|
+
name: "setManagementFeeRecipient",
|
|
1286
|
+
outputs: [],
|
|
1287
|
+
stateMutability: "nonpayable",
|
|
1288
|
+
type: "function",
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
inputs: [
|
|
1292
|
+
{
|
|
1293
|
+
internalType: "uint16",
|
|
1294
|
+
name: "newFeeBps",
|
|
1295
|
+
type: "uint16",
|
|
1296
|
+
},
|
|
1297
|
+
],
|
|
1298
|
+
name: "setPerformanceFeeBps",
|
|
1299
|
+
outputs: [],
|
|
1300
|
+
stateMutability: "nonpayable",
|
|
1301
|
+
type: "function",
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
inputs: [
|
|
1305
|
+
{
|
|
1306
|
+
internalType: "address",
|
|
1307
|
+
name: "newRecipient",
|
|
1308
|
+
type: "address",
|
|
1309
|
+
},
|
|
1310
|
+
],
|
|
1311
|
+
name: "setPerformanceFeeRecipient",
|
|
1312
|
+
outputs: [],
|
|
1313
|
+
stateMutability: "nonpayable",
|
|
1314
|
+
type: "function",
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
inputs: [],
|
|
1318
|
+
name: "symbol",
|
|
1319
|
+
outputs: [
|
|
1320
|
+
{
|
|
1321
|
+
internalType: "string",
|
|
1322
|
+
name: "",
|
|
1323
|
+
type: "string",
|
|
1324
|
+
},
|
|
1325
|
+
],
|
|
1326
|
+
stateMutability: "view",
|
|
1327
|
+
type: "function",
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
inputs: [],
|
|
1331
|
+
name: "totalAssets",
|
|
1332
|
+
outputs: [
|
|
1333
|
+
{
|
|
1334
|
+
internalType: "uint256",
|
|
1335
|
+
name: "",
|
|
1336
|
+
type: "uint256",
|
|
1337
|
+
},
|
|
1338
|
+
],
|
|
1339
|
+
stateMutability: "view",
|
|
1340
|
+
type: "function",
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
inputs: [],
|
|
1344
|
+
name: "totalSupply",
|
|
1345
|
+
outputs: [
|
|
1346
|
+
{
|
|
1347
|
+
internalType: "uint256",
|
|
1348
|
+
name: "",
|
|
1349
|
+
type: "uint256",
|
|
1350
|
+
},
|
|
1351
|
+
],
|
|
1352
|
+
stateMutability: "view",
|
|
1353
|
+
type: "function",
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
inputs: [
|
|
1357
|
+
{
|
|
1358
|
+
internalType: "address",
|
|
1359
|
+
name: "to",
|
|
1360
|
+
type: "address",
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
internalType: "uint256",
|
|
1364
|
+
name: "value",
|
|
1365
|
+
type: "uint256",
|
|
1366
|
+
},
|
|
1367
|
+
],
|
|
1368
|
+
name: "transfer",
|
|
1369
|
+
outputs: [
|
|
1370
|
+
{
|
|
1371
|
+
internalType: "bool",
|
|
1372
|
+
name: "",
|
|
1373
|
+
type: "bool",
|
|
1374
|
+
},
|
|
1375
|
+
],
|
|
1376
|
+
stateMutability: "nonpayable",
|
|
1377
|
+
type: "function",
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
inputs: [
|
|
1381
|
+
{
|
|
1382
|
+
internalType: "address",
|
|
1383
|
+
name: "from",
|
|
1384
|
+
type: "address",
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
internalType: "address",
|
|
1388
|
+
name: "to",
|
|
1389
|
+
type: "address",
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
internalType: "uint256",
|
|
1393
|
+
name: "value",
|
|
1394
|
+
type: "uint256",
|
|
1395
|
+
},
|
|
1396
|
+
],
|
|
1397
|
+
name: "transferFrom",
|
|
1398
|
+
outputs: [
|
|
1399
|
+
{
|
|
1400
|
+
internalType: "bool",
|
|
1401
|
+
name: "",
|
|
1402
|
+
type: "bool",
|
|
1403
|
+
},
|
|
1404
|
+
],
|
|
1405
|
+
stateMutability: "nonpayable",
|
|
1406
|
+
type: "function",
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
inputs: [
|
|
1410
|
+
{
|
|
1411
|
+
internalType: "address",
|
|
1412
|
+
name: "newOwner",
|
|
1413
|
+
type: "address",
|
|
1414
|
+
},
|
|
1415
|
+
],
|
|
1416
|
+
name: "transferOwnership",
|
|
1417
|
+
outputs: [],
|
|
1418
|
+
stateMutability: "nonpayable",
|
|
1419
|
+
type: "function",
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
inputs: [
|
|
1423
|
+
{
|
|
1424
|
+
internalType: "address",
|
|
1425
|
+
name: "newImplementation",
|
|
1426
|
+
type: "address",
|
|
1427
|
+
},
|
|
1428
|
+
{
|
|
1429
|
+
internalType: "bytes",
|
|
1430
|
+
name: "data",
|
|
1431
|
+
type: "bytes",
|
|
1432
|
+
},
|
|
1433
|
+
],
|
|
1434
|
+
name: "upgradeToAndCall",
|
|
1435
|
+
outputs: [],
|
|
1436
|
+
stateMutability: "payable",
|
|
1437
|
+
type: "function",
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
inputs: [
|
|
1441
|
+
{
|
|
1442
|
+
internalType: "uint256",
|
|
1443
|
+
name: "assets",
|
|
1444
|
+
type: "uint256",
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
internalType: "address",
|
|
1448
|
+
name: "receiver",
|
|
1449
|
+
type: "address",
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
internalType: "address",
|
|
1453
|
+
name: "owner",
|
|
1454
|
+
type: "address",
|
|
1455
|
+
},
|
|
1456
|
+
],
|
|
1457
|
+
name: "withdraw",
|
|
1458
|
+
outputs: [
|
|
1459
|
+
{
|
|
1460
|
+
internalType: "uint256",
|
|
1461
|
+
name: "shares",
|
|
1462
|
+
type: "uint256",
|
|
1463
|
+
},
|
|
1464
|
+
],
|
|
1465
|
+
stateMutability: "nonpayable",
|
|
1466
|
+
type: "function",
|
|
1467
|
+
},
|
|
1468
|
+
];
|
|
1469
|
+
const _bytecode = "0x60a06040523060805234801561001457600080fd5b5061001d610022565b6100d4565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000900460ff16156100725760405163f92ee8a960e01b815260040160405180910390fd5b80546001600160401b03908116146100d15780546001600160401b0319166001600160401b0390811782556040519081527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b50565b608051612e746100fd600039600081816112d1015281816112fa015261143b0152612e746000f3fe6080604052600436106102e45760003560e01c80638da5cb5b11610190578063bc87349c116100dc578063dd62ed3e11610095578063f2fde38b1161006f578063f2fde38b14610867578063f34fd6c614610887578063f35c530e1461089c578063fd967f471461089c57600080fd5b8063dd62ed3e14610827578063ed27f7c914610847578063ef8b30f7146107c757600080fd5b8063bc87349c1461079d578063c2f1ff61146107b2578063c63d75b614610492578063c6e6f592146107c7578063ce96cb77146107e7578063d905777e1461080757600080fd5b8063a9059cbb11610149578063b460af9411610123578063b460af94146106fe578063b9d4e8791461071e578063ba08765214610740578063bc0bdf501461076057600080fd5b8063a9059cbb1461068d578063ad3cb1cc146106ad578063b3d7f6b9146106de57600080fd5b80638da5cb5b146105f95780638df45c081461060e57806394bf804d1461062357806395d89b41146106435780639faae46414610658578063a8e874971461067857600080fd5b8063402d267d1161024f5780635e833b8b116102085780636a5f1aa2116101e25780636a5f1aa2146105845780636e553f65146105a457806370a08231146105c4578063715018a6146105e457600080fd5b80635e833b8b14610524578063613d25bb146105445780636531c6e71461056457600080fd5b8063402d267d1461049257806346904840146104b45780634cdad506146103335780634f1ef286146104da57806352d1902d146104ef5780635551e83a1461050457600080fd5b80631e8410da116102a15780631e8410da146103c557806323b872dd146103db57806324a9d853146103fb578063313ce567146104235780633813c35a1461044a57806338d52e0f1461046557600080fd5b806301e1d114146102e957806306fdde031461031157806307a2d13a14610333578063095ea7b3146103535780630a28a4771461038357806318160ddd146103a3575b600080fd5b3480156102f557600080fd5b506102fe6108b2565b6040519081526020015b60405180910390f35b34801561031d57600080fd5b5061032661092b565b6040516103089190612711565b34801561033f57600080fd5b506102fe61034e366004612744565b6109ee565b34801561035f57600080fd5b5061037361036e366004612772565b610a01565b6040519015158152602001610308565b34801561038f57600080fd5b506102fe61039e366004612744565b610a19565b3480156103af57600080fd5b50600080516020612ddf833981519152546102fe565b3480156103d157600080fd5b506102fe60025481565b3480156103e757600080fd5b506103736103f636600461279e565b610a26565b34801561040757600080fd5b5060005461ffff165b60405161ffff9091168152602001610308565b34801561042f57600080fd5b50610438610a4c565b60405160ff9091168152602001610308565b34801561045657600080fd5b506000546104109061ffff1681565b34801561047157600080fd5b5061047a610a56565b6040516001600160a01b039091168152602001610308565b34801561049e57600080fd5b506102fe6104ad3660046127df565b5060001990565b3480156104c057600080fd5b5060005461047a906201000090046001600160a01b031681565b6104ed6104e8366004612812565b610a8b565b005b3480156104fb57600080fd5b506102fe610aaa565b34801561051057600080fd5b50600054600160e01b900461ffff16610410565b34801561053057600080fd5b506104ed61053f3660046128de565b610ac7565b34801561055057600080fd5b506104ed61055f36600461294b565b610adb565b34801561057057600080fd5b506104ed61057f3660046128de565b610c7e565b34801561059057600080fd5b506104ed61059f3660046127df565b610c8f565b3480156105b057600080fd5b506102fe6105bf3660046129e5565b610ca0565b3480156105d057600080fd5b506102fe6105df3660046127df565b610d2a565b3480156105f057600080fd5b506104ed610d52565b34801561060557600080fd5b5061047a610d66565b34801561061a57600080fd5b506102fe610d8f565b34801561062f57600080fd5b506102fe61063e3660046129e5565b610ddc565b34801561064f57600080fd5b50610326610e4f565b34801561066457600080fd5b506104ed6106733660046127df565b610e8e565b34801561068457600080fd5b506102fe610e9f565b34801561069957600080fd5b506103736106a8366004612772565b610eaa565b3480156106b957600080fd5b50610326604051806040016040528060058152602001640352e302e360dc1b81525081565b3480156106ea57600080fd5b506102fe6106f9366004612744565b610eb8565b34801561070a57600080fd5b506102fe610719366004612a15565b610ec5565b34801561072a57600080fd5b5060005461041090600160e01b900461ffff1681565b34801561074c57600080fd5b506102fe61075b366004612a15565b610f50565b34801561076c57600080fd5b5060005461078690600160b01b900465ffffffffffff1681565b60405165ffffffffffff9091168152602001610308565b3480156107a957600080fd5b506104ed610fc4565b3480156107be57600080fd5b506102fe610feb565b3480156107d357600080fd5b506102fe6107e2366004612744565b61105f565b3480156107f357600080fd5b506102fe6108023660046127df565b61106c565b34801561081357600080fd5b506102fe6108223660046127df565b611081565b34801561083357600080fd5b506102fe610842366004612a57565b61108c565b34801561085357600080fd5b5060015461047a906001600160a01b031681565b34801561087357600080fd5b506104ed6108823660046127df565b6110d6565b34801561089357600080fd5b506104ed611116565b3480156108a857600080fd5b5061041061271081565b60006108bc610a56565b6040516370a0823160e01b81523060048201526001600160a01b0391909116906370a0823190602401602060405180830381865afa158015610902573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109269190612a85565b905090565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace038054606091600080516020612dbf8339815191529161096a90612a9e565b80601f016020809104026020016040519081016040528092919081815260200182805461099690612a9e565b80156109e35780601f106109b8576101008083540402835291602001916109e3565b820191906000526020600020905b8154815290600101906020018083116109c657829003601f168201915b505050505091505090565b60006109fb826000611126565b92915050565b600033610a0f81858561116d565b5060019392505050565b60006109fb82600161117f565b600033610a348582856111bc565b610a3f858585611223565b60019150505b9392505050565b6000610926611282565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e005b546001600160a01b031692915050565b610a936112c6565b610a9c8261136b565b610aa68282611373565b5050565b6000610ab4611430565b50600080516020612dff83398151915290565b610acf611479565b610ad8816114ab565b50565b6000610ae5611529565b805490915060ff600160401b820416159067ffffffffffffffff16600081158015610b0d5750825b905060008267ffffffffffffffff166001148015610b2a5750303b155b905081158015610b38575080155b15610b565760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610b8057845460ff60401b1916600160401b1785555b610bf38a8a8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525050604080516020601f8e018190048102820181019092528c815292508c91508b908190840183828082843760009201919091525061155292505050565b610bfc8b611564565b610c0586611575565b610c0d611586565b610c1561158e565b610c2060008761159e565b610c2b600087611644565b8315610c7157845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b5050505050505050505050565b610c86611479565b610ad8816116ea565b610c97611479565b610ad881611755565b6000610caa6117ca565b610cb2611802565b610cba6118c7565b82600003610cdb57604051630cb65c7760e21b815260040160405180910390fd5b610ce48361105f565b905080600003610d0757604051639811e0c760e01b815260040160405180910390fd5b610d13338385846119d5565b6109fb6001600080516020612e1f83398151915255565b6001600160a01b03166000908152600080516020612dbf833981519152602052604090205490565b610d5a611479565b610d646000611a51565b565b6000807f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c199300610a7b565b600080610d9a611ac2565b905080600003610dac57600091505090565b6000610db6611ada565b905081610dcb670de0b6b3a764000083612aee565b610dd59190612b1b565b9250505090565b6000610de66117ca565b610dee611802565b610df66118c7565b82600003610e1757604051639811e0c760e01b815260040160405180910390fd5b610e2083610eb8565b905080600003610e4357604051630cb65c7760e21b815260040160405180910390fd5b610d13338383866119d5565b7f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace048054606091600080516020612dbf8339815191529161096a90612a9e565b610e96611479565b610ad881611ae4565b600061092642611b63565b600033610a0f818585611223565b60006109fb826001611126565b6000610ecf6117ca565b610ed7611802565b610edf6118c7565b83600003610f0057604051630cb65c7760e21b815260040160405180910390fd5b610f0984610a19565b905080600003610f2c57604051639811e0c760e01b815260040160405180910390fd5b610f393384848785611c22565b610a456001600080516020612e1f83398151915255565b6000610f5a6117ca565b610f62611802565b610f6a6118c7565b83600003610f8b57604051639811e0c760e01b815260040160405180910390fd5b610f94846109ee565b905080600003610fb757604051630cb65c7760e21b815260040160405180910390fd5b610f393384848488611c22565b610fcc6117ca565b610fd46118c7565b610d646001600080516020612e1f83398151915255565b600080610ff6611ac2565b90508060000361100857600091505090565b6000611012610d8f565b9050806000036110255760009250505090565b600254600081900361103b576000935050505090565b80821161104c576000935050505090565b611057828285611c96565b935050505090565b60006109fb82600061117f565b60006109fb61107a83610d2a565b6000611126565b60006109fb82610d2a565b6001600160a01b0391821660009081527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace016020908152604080832093909416825291909152205490565b6110de611479565b6001600160a01b03811661110d57604051631e4fbdf760e01b8152600060048201526024015b60405180910390fd5b610ad881611a51565b61111e6117ca565b610fd4611802565b6000610a456111336108b2565b61113e906001612b2f565b61114a6000600a612c29565b600080516020612ddf833981519152546111649190612b2f565b85919085611d32565b61117a8383836001611d76565b505050565b6000610a4561118f82600a612c29565b600080516020612ddf833981519152546111a99190612b2f565b6111b16108b2565b611164906001612b2f565b60006111c8848461108c565b905060001981101561121d578181101561120e57604051637dc7a0d960e11b81526001600160a01b03841660048201526024810182905260448101839052606401611104565b61121d84848484036000611d76565b50505050565b6001600160a01b03831661124d57604051634b637e8f60e11b815260006004820152602401611104565b6001600160a01b0382166112775760405163ec442f0560e01b815260006004820152602401611104565b61117a838383611e5e565b6000807f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e009050600081546112c09190600160a01b900460ff16612c38565b91505090565b306001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016148061134d57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316611341600080516020612dff833981519152546001600160a01b031690565b6001600160a01b031614155b15610d645760405163703e46dd60e11b815260040160405180910390fd5b610ad8611479565b816001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa9250505080156113cd575060408051601f3d908101601f191682019092526113ca91810190612a85565b60015b6113f557604051634c9c8ce360e01b81526001600160a01b0383166004820152602401611104565b600080516020612dff833981519152811461142657604051632a87526960e21b815260048101829052602401611104565b61117a8383611f8e565b306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610d645760405163703e46dd60e11b815260040160405180910390fd5b33611482610d66565b6001600160a01b031614610d645760405163118cdaa760e01b8152336004820152602401611104565b61271061ffff821611156114d2576040516326e6a3c760e21b815260040160405180910390fd5b6000805461ffff60e01b1916600160e01b61ffff8416908102919091179091556040519081527f1b044245dfb063545fc2364c46fadfe93d8a024bede5e8a6539b41332daa984a906020015b60405180910390a150565b6000807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a006109fb565b61155a611fe4565b610aa68282612009565b61156c611fe4565b610ad88161205a565b61157d611fe4565b610ad8816120de565b610d64611fe4565b611596611fe4565b610d646120e6565b6115a6611fe4565b61271061ffff831611156115cd5760405163cd4e616760e01b815260040160405180910390fd5b6001600160a01b0381166115f45760405163d27b444360e01b815260040160405180910390fd5b6000805461ffff939093166001600160b01b031990931692909217620100006001600160a01b0392909216919091021765ffffffffffff60b01b1916600160b01b4265ffffffffffff1602179055565b61164c611fe4565b61271061ffff83161115611673576040516326e6a3c760e21b815260040160405180910390fd5b6001600160a01b03811661169a57604051630548bf2960e51b815260040160405180910390fd5b6000805461ffff909316600160e01b0261ffff60e01b1990931692909217909155600180546001600160a01b039092166001600160a01b0319909216919091179055670de0b6b3a7640000600255565b61271061ffff821611156117115760405163cd4e616760e01b815260040160405180910390fd5b6000805461ffff191661ffff83169081179091556040519081527fc4eec90bd91e3e929c5f8f28f94b3f302d6c560d5263d4f56a6a73e051cfaa629060200161151e565b6001600160a01b03811661177c57604051630548bf2960e51b815260040160405180910390fd5b600180546001600160a01b0319166001600160a01b0383169081179091556040519081527f939c33bbb5fe1fa1d8b709606d083e76dbc3e2e3d6f4811432252b8838501d9b9060200161151e565b600080516020612e1f8339815191528054600119016117fc57604051633ee5aeb560e01b815260040160405180910390fd5b60029055565b60005461ffff16158061182457506000546201000090046001600160a01b0316155b1561182b57565b42600061183782611b63565b6000805465ffffffffffff60b01b1916600160b01b65ffffffffffff861602178155909150819003611867575050565b600054611883906201000090046001600160a01b0316826120ee565b6040805182815265ffffffffffff841660208201527f51a89dc7adfd44d51158078fbc0fecd44cce128e5d2ff940fdd8dd14c0a93048910160405180910390a15050565b600054600160e01b900461ffff1615806118ea57506001546001600160a01b0316155b156118f157565b60006118fb611ac2565b9050806000036119085750565b6000611912610d8f565b905080600003611920575050565b6002546000819003611933575060025550565b80821161193f57505050565b600061194c838386611c96565b90508060000361195e57505060025550565b600154611974906001600160a01b0316826120ee565b600061197e610d8f565b60028190556040805184815265ffffffffffff421660208201529081018290529091507f252aa21f62052a6007210c14f2069a55bf9ff0097a592a5f8e79ebbf6d5509ec9060600160405180910390a15050505050565b6119e1848484846120f8565b826001600160a01b0316846001600160a01b03167f102a0dfd3c84fc43eac93352ddadef2074cc0db23c730de413123e289ba3d7368484604051611a2f929190918252602082015260400190565b60405180910390a350505050565b6001600080516020612e1f83398151915255565b7f9016d09d72d40fdae2fd8ceac6b6234c7706214fd39c1cd1e609a0528c19930080546001600160a01b031981166001600160a01b03848116918217845560405192169182907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a3505050565b6000610926600080516020612ddf8339815191525490565b60006109266108b2565b6001600160a01b038116611b0b5760405163d27b444360e01b815260040160405180910390fd5b6000805462010000600160b01b031916620100006001600160a01b038416908102919091179091556040519081527f7a7b5a0a132f9e0581eb8527f66eae9ee89c2a3e79d4ac7e41a1f1f4d48a7fc29060200161151e565b6000805461ffff161580611b8657506000546201000090046001600160a01b0316155b15611b9357506000919050565b600054600160b01b900465ffffffffffff16828110611bb55750600092915050565b6000611bc18285612c51565b90506000611bcd611ac2565b905080600003611be257506000949350505050565b611bf26301e13380612710612aee565b6000548390611c059061ffff1684612aee565b611c0f9190612aee565b611c199190612b1b565b95945050505050565b611c2f8585858585612163565b826001600160a01b0316846001600160a01b0316866001600160a01b03167fb06a040e8c07142f0c8e4ce72bb8ad8e55e071f19c88283f6f6c82c1c2e16a3c8585604051611c87929190918252602082015260400190565b60405180910390a45050505050565b60008054600160e01b900461ffff161580611cba57506001546001600160a01b0316155b15611cc757506000610a45565b828411611cd657506000610a45565b6000611ce28486612c51565b60008054919250908290611d0190600160e01b900461ffff1686612aee565b611d0b9190612aee565b90506000611d1b87612710612aee565b9050611d278183612b1b565b979650505050505050565b6000611d61611d40836121fb565b8015611d5c575060008480611d5757611d57612b05565b868809115b151590565b611d6c868686612228565b611c199190612b2f565b600080516020612dbf8339815191526001600160a01b038516611daf5760405163e602df0560e01b815260006004820152602401611104565b6001600160a01b038416611dd957604051634a1406b160e11b815260006004820152602401611104565b6001600160a01b03808616600090815260018301602090815260408083209388168352929052208390558115611e5757836001600160a01b0316856001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92585604051611e4e91815260200190565b60405180910390a35b5050505050565b600080516020612dbf8339815191526001600160a01b038416611e9a5781816002016000828254611e8f9190612b2f565b90915550611f0c9050565b6001600160a01b03841660009081526020829052604090205482811015611eed5760405163391434e360e21b81526001600160a01b03861660048201526024810182905260448101849052606401611104565b6001600160a01b03851660009081526020839052604090209083900390555b6001600160a01b038316611f2a576002810180548390039055611f49565b6001600160a01b03831660009081526020829052604090208054830190555b826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611a2f91815260200190565b611f97826122dd565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a2805115611fdc5761117a8282612342565b610aa66123af565b611fec6123ce565b610d6457604051631afcd79f60e31b815260040160405180910390fd5b612011611fe4565b600080516020612dbf8339815191527f52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0361204b8482612cab565b506004810161121d8382612cab565b612062611fe4565b7f0773e532dfede91f04b12a73d3d2acd361424f41f76b4fb79f090161e36b4e0060008061208f846123e8565b915091508161209f5760126120a1565b805b83546001600160a81b031916600160a01b60ff92909216919091026001600160a01b031916176001600160a01b0394909416939093179091555050565b6110de611fe4565b611a3d611fe4565b610aa682826124c4565b61210b612103610a56565b8530856124fa565b61211583826124c4565b826001600160a01b0316846001600160a01b03167fdcbc1c05240f31ff3ad067ef1ee35ce4997762752e3a095284754544f4c709d78484604051611a2f929190918252602082015260400190565b826001600160a01b0316856001600160a01b031614612187576121878386836111bc565b6121918382612561565b6121a361219c610a56565b8584612597565b826001600160a01b0316846001600160a01b0316866001600160a01b03167ffbde797d201c681b91056529119e0b02407c7bb96a4a2c75c01fc9667232c8db8585604051611c87929190918252602082015260400190565b6000600282600381111561221157612211612d6a565b61221b9190612d80565b60ff166001149050919050565b600080600061223786866125c8565b915091508160000361225c5783818161225257612252612b05565b0492505050610a45565b8184116122735761227360038515026011186125e6565b6000848688096000868103871696879004966002600389028118808a02820302808a02820302808a02820302808a02820302808a02820302808a02909103029181900381900460010185841190960395909502919093039390930492909217029150509392505050565b806001600160a01b03163b60000361231357604051634c9c8ce360e01b81526001600160a01b0382166004820152602401611104565b600080516020612dff83398151915280546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b03168460405161235f9190612da2565b600060405180830381855af49150503d806000811461239a576040519150601f19603f3d011682016040523d82523d6000602084013e61239f565b606091505b5091509150611c198583836125f8565b3415610d645760405163b398979f60e01b815260040160405180910390fd5b60006123d8611529565b54600160401b900460ff16919050565b60408051600481526024810182526020810180516001600160e01b031663313ce56760e01b17905290516000918291829182916001600160a01b0387169161242f91612da2565b600060405180830381855afa9150503d806000811461246a576040519150601f19603f3d011682016040523d82523d6000602084013e61246f565b606091505b509150915081801561248357506020815110155b156124b75760008180602001905181019061249e9190612a85565b905060ff81116124b5576001969095509350505050565b505b5060009485945092505050565b6001600160a01b0382166124ee5760405163ec442f0560e01b815260006004820152602401611104565b610aa660008383611e5e565b6040516001600160a01b03848116602483015283811660448301526064820183905261121d9186918216906323b872dd906084015b604051602081830303815290604052915060e01b6020820180516001600160e01b038381831617835250505050612654565b6001600160a01b03821661258b57604051634b637e8f60e11b815260006004820152602401611104565b610aa682600083611e5e565b6040516001600160a01b0383811660248301526044820183905261117a91859182169063a9059cbb9060640161252f565b60008060001983850993909202808410938190039390930393915050565b634e487b71600052806020526024601cfd5b60608261260d57612608826126c5565b610a45565b815115801561262457506001600160a01b0384163b155b1561264d57604051639996b31560e01b81526001600160a01b0385166004820152602401611104565b5080610a45565b600080602060008451602086016000885af180612677576040513d6000823e3d81fd5b50506000513d9150811561268f57806001141561269c565b6001600160a01b0384163b155b1561121d57604051635274afe760e01b81526001600160a01b0385166004820152602401611104565b8051156126d457805160208201fd5b60405163d6bda27560e01b815260040160405180910390fd5b60005b838110156127085781810151838201526020016126f0565b50506000910152565b60208152600082518060208401526127308160408501602087016126ed565b601f01601f19169190910160400192915050565b60006020828403121561275657600080fd5b5035919050565b6001600160a01b0381168114610ad857600080fd5b6000806040838503121561278557600080fd5b82356127908161275d565b946020939093013593505050565b6000806000606084860312156127b357600080fd5b83356127be8161275d565b925060208401356127ce8161275d565b929592945050506040919091013590565b6000602082840312156127f157600080fd5b8135610a458161275d565b634e487b7160e01b600052604160045260246000fd5b6000806040838503121561282557600080fd5b82356128308161275d565b9150602083013567ffffffffffffffff81111561284c57600080fd5b8301601f8101851361285d57600080fd5b803567ffffffffffffffff811115612877576128776127fc565b604051601f8201601f19908116603f0116810167ffffffffffffffff811182821017156128a6576128a66127fc565b6040528181528282016020018710156128be57600080fd5b816020840160208301376000602083830101528093505050509250929050565b6000602082840312156128f057600080fd5b813561ffff81168114610a4557600080fd5b60008083601f84011261291457600080fd5b50813567ffffffffffffffff81111561292c57600080fd5b60208301915083602082850101111561294457600080fd5b9250929050565b6000806000806000806080878903121561296457600080fd5b863561296f8161275d565b9550602087013567ffffffffffffffff81111561298b57600080fd5b61299789828a01612902565b909650945050604087013567ffffffffffffffff8111156129b757600080fd5b6129c389828a01612902565b90945092505060608701356129d78161275d565b809150509295509295509295565b600080604083850312156129f857600080fd5b823591506020830135612a0a8161275d565b809150509250929050565b600080600060608486031215612a2a57600080fd5b833592506020840135612a3c8161275d565b91506040840135612a4c8161275d565b809150509250925092565b60008060408385031215612a6a57600080fd5b8235612a758161275d565b91506020830135612a0a8161275d565b600060208284031215612a9757600080fd5b5051919050565b600181811c90821680612ab257607f821691505b602082108103612ad257634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b80820281158282048414176109fb576109fb612ad8565b634e487b7160e01b600052601260045260246000fd5b600082612b2a57612b2a612b05565b500490565b808201808211156109fb576109fb612ad8565b6001815b6001841115612b7d57808504811115612b6157612b61612ad8565b6001841615612b6f57908102905b60019390931c928002612b46565b935093915050565b600082612b94575060016109fb565b81612ba1575060006109fb565b8160018114612bb75760028114612bc157612bdd565b60019150506109fb565b60ff841115612bd257612bd2612ad8565b50506001821b6109fb565b5060208310610133831016604e8410600b8410161715612c00575081810a6109fb565b612c0d6000198484612b42565b8060001904821115612c2157612c21612ad8565b029392505050565b6000610a4560ff841683612b85565b60ff81811683821601908111156109fb576109fb612ad8565b818103818111156109fb576109fb612ad8565b601f82111561117a57806000526020600020601f840160051c81016020851015612c8b5750805b601f840160051c820191505b81811015611e575760008155600101612c97565b815167ffffffffffffffff811115612cc557612cc56127fc565b612cd981612cd38454612a9e565b84612c64565b6020601f821160018114612d0d5760008315612cf55750848201515b600019600385901b1c1916600184901b178455611e57565b600084815260208120601f198516915b82811015612d3d5787850151825560209485019460019092019101612d1d565b5084821015612d5b5786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b600052602160045260246000fd5b600060ff831680612d9357612d93612b05565b8060ff84160691505092915050565b60008251612db48184602087016126ed565b919091019291505056fe52c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace0052c63247e1f47db19d5ce0460030c497f067ca4cebf71ba98eeadabe20bace02360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc9b779b17422d0df92223018b32b4d1fa46e071723d6817e2486d003becc55f00a264697066735822122096cf874cf4eb969899e263ed9f52ef0d2c2e4972c8c83965657390e5983b02f364736f6c634300081c0033";
|
|
1470
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
1471
|
+
export class VaultV1__factory extends ContractFactory {
|
|
1472
|
+
constructor(...args) {
|
|
1473
|
+
if (isSuperArgs(args)) {
|
|
1474
|
+
super(...args);
|
|
1475
|
+
}
|
|
1476
|
+
else {
|
|
1477
|
+
super(_abi, _bytecode, args[0]);
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
getDeployTransaction(overrides) {
|
|
1481
|
+
return super.getDeployTransaction(overrides || {});
|
|
1482
|
+
}
|
|
1483
|
+
deploy(overrides) {
|
|
1484
|
+
return super.deploy(overrides || {});
|
|
1485
|
+
}
|
|
1486
|
+
connect(runner) {
|
|
1487
|
+
return super.connect(runner);
|
|
1488
|
+
}
|
|
1489
|
+
static createInterface() {
|
|
1490
|
+
return new Interface(_abi);
|
|
1491
|
+
}
|
|
1492
|
+
static connect(address, runner) {
|
|
1493
|
+
return new Contract(address, _abi, runner);
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
VaultV1__factory.bytecode = _bytecode;
|
|
1497
|
+
VaultV1__factory.abi = _abi;
|