@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
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Interface, type ContractRunner } from "ethers";
|
|
6
|
-
import type {
|
|
7
|
-
IERC1155Errors,
|
|
8
|
-
IERC1155ErrorsInterface,
|
|
9
|
-
} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
inputs: [
|
|
14
|
-
{
|
|
15
|
-
internalType: "address",
|
|
16
|
-
name: "sender",
|
|
17
|
-
type: "address",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "balance",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
internalType: "uint256",
|
|
26
|
-
name: "needed",
|
|
27
|
-
type: "uint256",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
internalType: "uint256",
|
|
31
|
-
name: "tokenId",
|
|
32
|
-
type: "uint256",
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
name: "ERC1155InsufficientBalance",
|
|
36
|
-
type: "error",
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
inputs: [
|
|
40
|
-
{
|
|
41
|
-
internalType: "address",
|
|
42
|
-
name: "approver",
|
|
43
|
-
type: "address",
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
name: "ERC1155InvalidApprover",
|
|
47
|
-
type: "error",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
inputs: [
|
|
51
|
-
{
|
|
52
|
-
internalType: "uint256",
|
|
53
|
-
name: "idsLength",
|
|
54
|
-
type: "uint256",
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
internalType: "uint256",
|
|
58
|
-
name: "valuesLength",
|
|
59
|
-
type: "uint256",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
name: "ERC1155InvalidArrayLength",
|
|
63
|
-
type: "error",
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
inputs: [
|
|
67
|
-
{
|
|
68
|
-
internalType: "address",
|
|
69
|
-
name: "operator",
|
|
70
|
-
type: "address",
|
|
71
|
-
},
|
|
72
|
-
],
|
|
73
|
-
name: "ERC1155InvalidOperator",
|
|
74
|
-
type: "error",
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
inputs: [
|
|
78
|
-
{
|
|
79
|
-
internalType: "address",
|
|
80
|
-
name: "receiver",
|
|
81
|
-
type: "address",
|
|
82
|
-
},
|
|
83
|
-
],
|
|
84
|
-
name: "ERC1155InvalidReceiver",
|
|
85
|
-
type: "error",
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
inputs: [
|
|
89
|
-
{
|
|
90
|
-
internalType: "address",
|
|
91
|
-
name: "sender",
|
|
92
|
-
type: "address",
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
name: "ERC1155InvalidSender",
|
|
96
|
-
type: "error",
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
inputs: [
|
|
100
|
-
{
|
|
101
|
-
internalType: "address",
|
|
102
|
-
name: "operator",
|
|
103
|
-
type: "address",
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
internalType: "address",
|
|
107
|
-
name: "owner",
|
|
108
|
-
type: "address",
|
|
109
|
-
},
|
|
110
|
-
],
|
|
111
|
-
name: "ERC1155MissingApprovalForAll",
|
|
112
|
-
type: "error",
|
|
113
|
-
},
|
|
114
|
-
] as const;
|
|
115
|
-
|
|
116
|
-
export class IERC1155Errors__factory {
|
|
117
|
-
static readonly abi = _abi;
|
|
118
|
-
static createInterface(): IERC1155ErrorsInterface {
|
|
119
|
-
return new Interface(_abi) as IERC1155ErrorsInterface;
|
|
120
|
-
}
|
|
121
|
-
static connect(
|
|
122
|
-
address: string,
|
|
123
|
-
runner?: ContractRunner | null
|
|
124
|
-
): IERC1155Errors {
|
|
125
|
-
return new Contract(address, _abi, runner) as unknown as IERC1155Errors;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Interface, type ContractRunner } from "ethers";
|
|
6
|
-
import type {
|
|
7
|
-
IERC20Errors,
|
|
8
|
-
IERC20ErrorsInterface,
|
|
9
|
-
} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
inputs: [
|
|
14
|
-
{
|
|
15
|
-
internalType: "address",
|
|
16
|
-
name: "spender",
|
|
17
|
-
type: "address",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "allowance",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
internalType: "uint256",
|
|
26
|
-
name: "needed",
|
|
27
|
-
type: "uint256",
|
|
28
|
-
},
|
|
29
|
-
],
|
|
30
|
-
name: "ERC20InsufficientAllowance",
|
|
31
|
-
type: "error",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
inputs: [
|
|
35
|
-
{
|
|
36
|
-
internalType: "address",
|
|
37
|
-
name: "sender",
|
|
38
|
-
type: "address",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
internalType: "uint256",
|
|
42
|
-
name: "balance",
|
|
43
|
-
type: "uint256",
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
internalType: "uint256",
|
|
47
|
-
name: "needed",
|
|
48
|
-
type: "uint256",
|
|
49
|
-
},
|
|
50
|
-
],
|
|
51
|
-
name: "ERC20InsufficientBalance",
|
|
52
|
-
type: "error",
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
inputs: [
|
|
56
|
-
{
|
|
57
|
-
internalType: "address",
|
|
58
|
-
name: "approver",
|
|
59
|
-
type: "address",
|
|
60
|
-
},
|
|
61
|
-
],
|
|
62
|
-
name: "ERC20InvalidApprover",
|
|
63
|
-
type: "error",
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
inputs: [
|
|
67
|
-
{
|
|
68
|
-
internalType: "address",
|
|
69
|
-
name: "receiver",
|
|
70
|
-
type: "address",
|
|
71
|
-
},
|
|
72
|
-
],
|
|
73
|
-
name: "ERC20InvalidReceiver",
|
|
74
|
-
type: "error",
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
inputs: [
|
|
78
|
-
{
|
|
79
|
-
internalType: "address",
|
|
80
|
-
name: "sender",
|
|
81
|
-
type: "address",
|
|
82
|
-
},
|
|
83
|
-
],
|
|
84
|
-
name: "ERC20InvalidSender",
|
|
85
|
-
type: "error",
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
inputs: [
|
|
89
|
-
{
|
|
90
|
-
internalType: "address",
|
|
91
|
-
name: "spender",
|
|
92
|
-
type: "address",
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
name: "ERC20InvalidSpender",
|
|
96
|
-
type: "error",
|
|
97
|
-
},
|
|
98
|
-
] as const;
|
|
99
|
-
|
|
100
|
-
export class IERC20Errors__factory {
|
|
101
|
-
static readonly abi = _abi;
|
|
102
|
-
static createInterface(): IERC20ErrorsInterface {
|
|
103
|
-
return new Interface(_abi) as IERC20ErrorsInterface;
|
|
104
|
-
}
|
|
105
|
-
static connect(
|
|
106
|
-
address: string,
|
|
107
|
-
runner?: ContractRunner | null
|
|
108
|
-
): IERC20Errors {
|
|
109
|
-
return new Contract(address, _abi, runner) as unknown as IERC20Errors;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Interface, type ContractRunner } from "ethers";
|
|
6
|
-
import type {
|
|
7
|
-
IERC721Errors,
|
|
8
|
-
IERC721ErrorsInterface,
|
|
9
|
-
} from "../../../../../@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
inputs: [
|
|
14
|
-
{
|
|
15
|
-
internalType: "address",
|
|
16
|
-
name: "sender",
|
|
17
|
-
type: "address",
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
internalType: "uint256",
|
|
21
|
-
name: "tokenId",
|
|
22
|
-
type: "uint256",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
internalType: "address",
|
|
26
|
-
name: "owner",
|
|
27
|
-
type: "address",
|
|
28
|
-
},
|
|
29
|
-
],
|
|
30
|
-
name: "ERC721IncorrectOwner",
|
|
31
|
-
type: "error",
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
inputs: [
|
|
35
|
-
{
|
|
36
|
-
internalType: "address",
|
|
37
|
-
name: "operator",
|
|
38
|
-
type: "address",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
internalType: "uint256",
|
|
42
|
-
name: "tokenId",
|
|
43
|
-
type: "uint256",
|
|
44
|
-
},
|
|
45
|
-
],
|
|
46
|
-
name: "ERC721InsufficientApproval",
|
|
47
|
-
type: "error",
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
inputs: [
|
|
51
|
-
{
|
|
52
|
-
internalType: "address",
|
|
53
|
-
name: "approver",
|
|
54
|
-
type: "address",
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
name: "ERC721InvalidApprover",
|
|
58
|
-
type: "error",
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
inputs: [
|
|
62
|
-
{
|
|
63
|
-
internalType: "address",
|
|
64
|
-
name: "operator",
|
|
65
|
-
type: "address",
|
|
66
|
-
},
|
|
67
|
-
],
|
|
68
|
-
name: "ERC721InvalidOperator",
|
|
69
|
-
type: "error",
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
inputs: [
|
|
73
|
-
{
|
|
74
|
-
internalType: "address",
|
|
75
|
-
name: "owner",
|
|
76
|
-
type: "address",
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
name: "ERC721InvalidOwner",
|
|
80
|
-
type: "error",
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
inputs: [
|
|
84
|
-
{
|
|
85
|
-
internalType: "address",
|
|
86
|
-
name: "receiver",
|
|
87
|
-
type: "address",
|
|
88
|
-
},
|
|
89
|
-
],
|
|
90
|
-
name: "ERC721InvalidReceiver",
|
|
91
|
-
type: "error",
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
inputs: [
|
|
95
|
-
{
|
|
96
|
-
internalType: "address",
|
|
97
|
-
name: "sender",
|
|
98
|
-
type: "address",
|
|
99
|
-
},
|
|
100
|
-
],
|
|
101
|
-
name: "ERC721InvalidSender",
|
|
102
|
-
type: "error",
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
inputs: [
|
|
106
|
-
{
|
|
107
|
-
internalType: "uint256",
|
|
108
|
-
name: "tokenId",
|
|
109
|
-
type: "uint256",
|
|
110
|
-
},
|
|
111
|
-
],
|
|
112
|
-
name: "ERC721NonexistentToken",
|
|
113
|
-
type: "error",
|
|
114
|
-
},
|
|
115
|
-
] as const;
|
|
116
|
-
|
|
117
|
-
export class IERC721Errors__factory {
|
|
118
|
-
static readonly abi = _abi;
|
|
119
|
-
static createInterface(): IERC721ErrorsInterface {
|
|
120
|
-
return new Interface(_abi) as IERC721ErrorsInterface;
|
|
121
|
-
}
|
|
122
|
-
static connect(
|
|
123
|
-
address: string,
|
|
124
|
-
runner?: ContractRunner | null
|
|
125
|
-
): IERC721Errors {
|
|
126
|
-
return new Contract(address, _abi, runner) as unknown as IERC721Errors;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import {
|
|
5
|
-
Contract,
|
|
6
|
-
ContractFactory,
|
|
7
|
-
ContractTransactionResponse,
|
|
8
|
-
Interface,
|
|
9
|
-
} from "ethers";
|
|
10
|
-
import type {
|
|
11
|
-
Signer,
|
|
12
|
-
BytesLike,
|
|
13
|
-
AddressLike,
|
|
14
|
-
ContractDeployTransaction,
|
|
15
|
-
ContractRunner,
|
|
16
|
-
} from "ethers";
|
|
17
|
-
import type { PayableOverrides } from "../../../../../common";
|
|
18
|
-
import type {
|
|
19
|
-
ERC1967Proxy,
|
|
20
|
-
ERC1967ProxyInterface,
|
|
21
|
-
} from "../../../../../@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy";
|
|
22
|
-
|
|
23
|
-
const _abi = [
|
|
24
|
-
{
|
|
25
|
-
inputs: [
|
|
26
|
-
{
|
|
27
|
-
internalType: "address",
|
|
28
|
-
name: "implementation",
|
|
29
|
-
type: "address",
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
internalType: "bytes",
|
|
33
|
-
name: "_data",
|
|
34
|
-
type: "bytes",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
stateMutability: "payable",
|
|
38
|
-
type: "constructor",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
inputs: [
|
|
42
|
-
{
|
|
43
|
-
internalType: "address",
|
|
44
|
-
name: "target",
|
|
45
|
-
type: "address",
|
|
46
|
-
},
|
|
47
|
-
],
|
|
48
|
-
name: "AddressEmptyCode",
|
|
49
|
-
type: "error",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
inputs: [
|
|
53
|
-
{
|
|
54
|
-
internalType: "address",
|
|
55
|
-
name: "implementation",
|
|
56
|
-
type: "address",
|
|
57
|
-
},
|
|
58
|
-
],
|
|
59
|
-
name: "ERC1967InvalidImplementation",
|
|
60
|
-
type: "error",
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
inputs: [],
|
|
64
|
-
name: "ERC1967NonPayable",
|
|
65
|
-
type: "error",
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
inputs: [],
|
|
69
|
-
name: "FailedCall",
|
|
70
|
-
type: "error",
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
anonymous: false,
|
|
74
|
-
inputs: [
|
|
75
|
-
{
|
|
76
|
-
indexed: true,
|
|
77
|
-
internalType: "address",
|
|
78
|
-
name: "implementation",
|
|
79
|
-
type: "address",
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
name: "Upgraded",
|
|
83
|
-
type: "event",
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
stateMutability: "payable",
|
|
87
|
-
type: "fallback",
|
|
88
|
-
},
|
|
89
|
-
] as const;
|
|
90
|
-
|
|
91
|
-
const _bytecode =
|
|
92
|
-
"0x608060405260405161040f38038061040f83398101604081905261002291610267565b61002c8282610033565b5050610357565b61003c82610092565b6040516001600160a01b038316907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a280511561008657610081828261010e565b505050565b61008e610185565b5050565b806001600160a01b03163b6000036100cd57604051634c9c8ce360e01b81526001600160a01b03821660048201526024015b60405180910390fd5b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc80546001600160a01b0319166001600160a01b0392909216919091179055565b6060600080846001600160a01b03168460405161012b919061033b565b600060405180830381855af49150503d8060008114610166576040519150601f19603f3d011682016040523d82523d6000602084013e61016b565b606091505b50909250905061017c8583836101a6565b95945050505050565b34156101a45760405163b398979f60e01b815260040160405180910390fd5b565b6060826101bb576101b682610205565b6101fe565b81511580156101d257506001600160a01b0384163b155b156101fb57604051639996b31560e01b81526001600160a01b03851660048201526024016100c4565b50805b9392505050565b80511561021457805160208201fd5b60405163d6bda27560e01b815260040160405180910390fd5b634e487b7160e01b600052604160045260246000fd5b60005b8381101561025e578181015183820152602001610246565b50506000910152565b6000806040838503121561027a57600080fd5b82516001600160a01b038116811461029157600080fd5b60208401519092506001600160401b038111156102ad57600080fd5b8301601f810185136102be57600080fd5b80516001600160401b038111156102d7576102d761022d565b604051601f8201601f19908116603f011681016001600160401b03811182821017156103055761030561022d565b60405281815282820160200187101561031d57600080fd5b61032e826020830160208601610243565b8093505050509250929050565b6000825161034d818460208701610243565b9190910192915050565b60aa806103656000396000f3fe6080604052600a600c565b005b60186014601a565b6051565b565b6000604c7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e808015606f573d6000f35b3d6000fdfea26469706673582212203f9c7d903f9c926ce2e43b59e7f452c26284ff50fedd2261d2623cebe5ede48464736f6c634300081c0033";
|
|
93
|
-
|
|
94
|
-
type ERC1967ProxyConstructorParams =
|
|
95
|
-
| [signer?: Signer]
|
|
96
|
-
| ConstructorParameters<typeof ContractFactory>;
|
|
97
|
-
|
|
98
|
-
const isSuperArgs = (
|
|
99
|
-
xs: ERC1967ProxyConstructorParams
|
|
100
|
-
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
101
|
-
|
|
102
|
-
export class ERC1967Proxy__factory extends ContractFactory {
|
|
103
|
-
constructor(...args: ERC1967ProxyConstructorParams) {
|
|
104
|
-
if (isSuperArgs(args)) {
|
|
105
|
-
super(...args);
|
|
106
|
-
} else {
|
|
107
|
-
super(_abi, _bytecode, args[0]);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
override getDeployTransaction(
|
|
112
|
-
implementation: AddressLike,
|
|
113
|
-
_data: BytesLike,
|
|
114
|
-
overrides?: PayableOverrides & { from?: string }
|
|
115
|
-
): Promise<ContractDeployTransaction> {
|
|
116
|
-
return super.getDeployTransaction(implementation, _data, overrides || {});
|
|
117
|
-
}
|
|
118
|
-
override deploy(
|
|
119
|
-
implementation: AddressLike,
|
|
120
|
-
_data: BytesLike,
|
|
121
|
-
overrides?: PayableOverrides & { from?: string }
|
|
122
|
-
) {
|
|
123
|
-
return super.deploy(implementation, _data, overrides || {}) as Promise<
|
|
124
|
-
ERC1967Proxy & {
|
|
125
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
126
|
-
}
|
|
127
|
-
>;
|
|
128
|
-
}
|
|
129
|
-
override connect(runner: ContractRunner | null): ERC1967Proxy__factory {
|
|
130
|
-
return super.connect(runner) as ERC1967Proxy__factory;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
static readonly bytecode = _bytecode;
|
|
134
|
-
static readonly abi = _abi;
|
|
135
|
-
static createInterface(): ERC1967ProxyInterface {
|
|
136
|
-
return new Interface(_abi) as ERC1967ProxyInterface;
|
|
137
|
-
}
|
|
138
|
-
static connect(
|
|
139
|
-
address: string,
|
|
140
|
-
runner?: ContractRunner | null
|
|
141
|
-
): ERC1967Proxy {
|
|
142
|
-
return new Contract(address, _abi, runner) as unknown as ERC1967Proxy;
|
|
143
|
-
}
|
|
144
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import {
|
|
5
|
-
Contract,
|
|
6
|
-
ContractFactory,
|
|
7
|
-
ContractTransactionResponse,
|
|
8
|
-
Interface,
|
|
9
|
-
} from "ethers";
|
|
10
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
11
|
-
import type { NonPayableOverrides } from "../../../../../common";
|
|
12
|
-
import type {
|
|
13
|
-
ERC1967Utils,
|
|
14
|
-
ERC1967UtilsInterface,
|
|
15
|
-
} from "../../../../../@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils";
|
|
16
|
-
|
|
17
|
-
const _abi = [
|
|
18
|
-
{
|
|
19
|
-
inputs: [
|
|
20
|
-
{
|
|
21
|
-
internalType: "address",
|
|
22
|
-
name: "admin",
|
|
23
|
-
type: "address",
|
|
24
|
-
},
|
|
25
|
-
],
|
|
26
|
-
name: "ERC1967InvalidAdmin",
|
|
27
|
-
type: "error",
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
inputs: [
|
|
31
|
-
{
|
|
32
|
-
internalType: "address",
|
|
33
|
-
name: "beacon",
|
|
34
|
-
type: "address",
|
|
35
|
-
},
|
|
36
|
-
],
|
|
37
|
-
name: "ERC1967InvalidBeacon",
|
|
38
|
-
type: "error",
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
inputs: [
|
|
42
|
-
{
|
|
43
|
-
internalType: "address",
|
|
44
|
-
name: "implementation",
|
|
45
|
-
type: "address",
|
|
46
|
-
},
|
|
47
|
-
],
|
|
48
|
-
name: "ERC1967InvalidImplementation",
|
|
49
|
-
type: "error",
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
inputs: [],
|
|
53
|
-
name: "ERC1967NonPayable",
|
|
54
|
-
type: "error",
|
|
55
|
-
},
|
|
56
|
-
] as const;
|
|
57
|
-
|
|
58
|
-
const _bytecode =
|
|
59
|
-
"0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220131074af32bdf3064c99c3459e0e7e0021da5fdc5873408cc55335e371ce0ac964736f6c634300081c0033";
|
|
60
|
-
|
|
61
|
-
type ERC1967UtilsConstructorParams =
|
|
62
|
-
| [signer?: Signer]
|
|
63
|
-
| ConstructorParameters<typeof ContractFactory>;
|
|
64
|
-
|
|
65
|
-
const isSuperArgs = (
|
|
66
|
-
xs: ERC1967UtilsConstructorParams
|
|
67
|
-
): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1;
|
|
68
|
-
|
|
69
|
-
export class ERC1967Utils__factory extends ContractFactory {
|
|
70
|
-
constructor(...args: ERC1967UtilsConstructorParams) {
|
|
71
|
-
if (isSuperArgs(args)) {
|
|
72
|
-
super(...args);
|
|
73
|
-
} else {
|
|
74
|
-
super(_abi, _bytecode, args[0]);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
override getDeployTransaction(
|
|
79
|
-
overrides?: NonPayableOverrides & { from?: string }
|
|
80
|
-
): Promise<ContractDeployTransaction> {
|
|
81
|
-
return super.getDeployTransaction(overrides || {});
|
|
82
|
-
}
|
|
83
|
-
override deploy(overrides?: NonPayableOverrides & { from?: string }) {
|
|
84
|
-
return super.deploy(overrides || {}) as Promise<
|
|
85
|
-
ERC1967Utils & {
|
|
86
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
87
|
-
}
|
|
88
|
-
>;
|
|
89
|
-
}
|
|
90
|
-
override connect(runner: ContractRunner | null): ERC1967Utils__factory {
|
|
91
|
-
return super.connect(runner) as ERC1967Utils__factory;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
static readonly bytecode = _bytecode;
|
|
95
|
-
static readonly abi = _abi;
|
|
96
|
-
static createInterface(): ERC1967UtilsInterface {
|
|
97
|
-
return new Interface(_abi) as ERC1967UtilsInterface;
|
|
98
|
-
}
|
|
99
|
-
static connect(
|
|
100
|
-
address: string,
|
|
101
|
-
runner?: ContractRunner | null
|
|
102
|
-
): ERC1967Utils {
|
|
103
|
-
return new Contract(address, _abi, runner) as unknown as ERC1967Utils;
|
|
104
|
-
}
|
|
105
|
-
}
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Interface, type ContractRunner } from "ethers";
|
|
6
|
-
import type {
|
|
7
|
-
Proxy,
|
|
8
|
-
ProxyInterface,
|
|
9
|
-
} from "../../../../@openzeppelin/contracts/proxy/Proxy";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
stateMutability: "payable",
|
|
14
|
-
type: "fallback",
|
|
15
|
-
},
|
|
16
|
-
] as const;
|
|
17
|
-
|
|
18
|
-
export class Proxy__factory {
|
|
19
|
-
static readonly abi = _abi;
|
|
20
|
-
static createInterface(): ProxyInterface {
|
|
21
|
-
return new Interface(_abi) as ProxyInterface;
|
|
22
|
-
}
|
|
23
|
-
static connect(address: string, runner?: ContractRunner | null): Proxy {
|
|
24
|
-
return new Contract(address, _abi, runner) as unknown as Proxy;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* Autogenerated file. Do not edit manually. */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import { Contract, Interface, type ContractRunner } from "ethers";
|
|
6
|
-
import type {
|
|
7
|
-
IBeacon,
|
|
8
|
-
IBeaconInterface,
|
|
9
|
-
} from "../../../../../@openzeppelin/contracts/proxy/beacon/IBeacon";
|
|
10
|
-
|
|
11
|
-
const _abi = [
|
|
12
|
-
{
|
|
13
|
-
inputs: [],
|
|
14
|
-
name: "implementation",
|
|
15
|
-
outputs: [
|
|
16
|
-
{
|
|
17
|
-
internalType: "address",
|
|
18
|
-
name: "",
|
|
19
|
-
type: "address",
|
|
20
|
-
},
|
|
21
|
-
],
|
|
22
|
-
stateMutability: "view",
|
|
23
|
-
type: "function",
|
|
24
|
-
},
|
|
25
|
-
] as const;
|
|
26
|
-
|
|
27
|
-
export class IBeacon__factory {
|
|
28
|
-
static readonly abi = _abi;
|
|
29
|
-
static createInterface(): IBeaconInterface {
|
|
30
|
-
return new Interface(_abi) as IBeaconInterface;
|
|
31
|
-
}
|
|
32
|
-
static connect(address: string, runner?: ContractRunner | null): IBeacon {
|
|
33
|
-
return new Contract(address, _abi, runner) as unknown as IBeacon;
|
|
34
|
-
}
|
|
35
|
-
}
|