@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,72 @@
|
|
|
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
|
+
name: "FailedCall",
|
|
9
|
+
type: "error",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
inputs: [],
|
|
13
|
+
name: "FailedDeployment",
|
|
14
|
+
type: "error",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
inputs: [
|
|
18
|
+
{
|
|
19
|
+
internalType: "uint256",
|
|
20
|
+
name: "balance",
|
|
21
|
+
type: "uint256",
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
internalType: "uint256",
|
|
25
|
+
name: "needed",
|
|
26
|
+
type: "uint256",
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
name: "InsufficientBalance",
|
|
30
|
+
type: "error",
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
inputs: [
|
|
34
|
+
{
|
|
35
|
+
internalType: "address",
|
|
36
|
+
name: "",
|
|
37
|
+
type: "address",
|
|
38
|
+
},
|
|
39
|
+
],
|
|
40
|
+
name: "MissingPrecompile",
|
|
41
|
+
type: "error",
|
|
42
|
+
},
|
|
43
|
+
];
|
|
44
|
+
const _bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206e0d5922a018cc1796aca29f49cc00b7ffd8988f2d37a8dd1c233a73a7f9209864736f6c634300081c0033";
|
|
45
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
46
|
+
export class Errors__factory extends ContractFactory {
|
|
47
|
+
constructor(...args) {
|
|
48
|
+
if (isSuperArgs(args)) {
|
|
49
|
+
super(...args);
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
super(_abi, _bytecode, args[0]);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
getDeployTransaction(overrides) {
|
|
56
|
+
return super.getDeployTransaction(overrides || {});
|
|
57
|
+
}
|
|
58
|
+
deploy(overrides) {
|
|
59
|
+
return super.deploy(overrides || {});
|
|
60
|
+
}
|
|
61
|
+
connect(runner) {
|
|
62
|
+
return super.connect(runner);
|
|
63
|
+
}
|
|
64
|
+
static createInterface() {
|
|
65
|
+
return new Interface(_abi);
|
|
66
|
+
}
|
|
67
|
+
static connect(address, runner) {
|
|
68
|
+
return new Contract(address, _abi, runner);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
Errors__factory.bytecode = _bytecode;
|
|
72
|
+
Errors__factory.abi = _abi;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { IERC165, IERC165Interface } from "../../../../../@openzeppelin/contracts/utils/introspection/IERC165";
|
|
3
|
+
export declare class IERC165__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [{
|
|
6
|
+
readonly internalType: "bytes4";
|
|
7
|
+
readonly name: "interfaceId";
|
|
8
|
+
readonly type: "bytes4";
|
|
9
|
+
}];
|
|
10
|
+
readonly name: "supportsInterface";
|
|
11
|
+
readonly outputs: readonly [{
|
|
12
|
+
readonly internalType: "bool";
|
|
13
|
+
readonly name: "";
|
|
14
|
+
readonly type: "bool";
|
|
15
|
+
}];
|
|
16
|
+
readonly stateMutability: "view";
|
|
17
|
+
readonly type: "function";
|
|
18
|
+
}];
|
|
19
|
+
static createInterface(): IERC165Interface;
|
|
20
|
+
static connect(address: string, runner?: ContractRunner | null): IERC165;
|
|
21
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [
|
|
8
|
+
{
|
|
9
|
+
internalType: "bytes4",
|
|
10
|
+
name: "interfaceId",
|
|
11
|
+
type: "bytes4",
|
|
12
|
+
},
|
|
13
|
+
],
|
|
14
|
+
name: "supportsInterface",
|
|
15
|
+
outputs: [
|
|
16
|
+
{
|
|
17
|
+
internalType: "bool",
|
|
18
|
+
name: "",
|
|
19
|
+
type: "bool",
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
stateMutability: "view",
|
|
23
|
+
type: "function",
|
|
24
|
+
},
|
|
25
|
+
];
|
|
26
|
+
export class IERC165__factory {
|
|
27
|
+
static createInterface() {
|
|
28
|
+
return new Interface(_abi);
|
|
29
|
+
}
|
|
30
|
+
static connect(address, runner) {
|
|
31
|
+
return new Contract(address, _abi, runner);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
IERC165__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IERC165__factory } from "./IERC165__factory";
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
+
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
+
import type { NonPayableOverrides } from "../../../../../common";
|
|
4
|
+
import type { SafeCast, SafeCastInterface } from "../../../../../@openzeppelin/contracts/utils/math/SafeCast";
|
|
5
|
+
type SafeCastConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
+
export declare class SafeCast__factory extends ContractFactory {
|
|
7
|
+
constructor(...args: SafeCastConstructorParams);
|
|
8
|
+
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
+
from?: string;
|
|
10
|
+
}): Promise<ContractDeployTransaction>;
|
|
11
|
+
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
+
from?: string;
|
|
13
|
+
}): Promise<SafeCast & {
|
|
14
|
+
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
+
}>;
|
|
16
|
+
connect(runner: ContractRunner | null): SafeCast__factory;
|
|
17
|
+
static readonly bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f339f8e25e68a389c2a927bb23c6cb93c79c9384ea0005062ee031ef0df1d28e64736f6c634300081c0033";
|
|
18
|
+
static readonly abi: readonly [{
|
|
19
|
+
readonly inputs: readonly [{
|
|
20
|
+
readonly internalType: "uint8";
|
|
21
|
+
readonly name: "bits";
|
|
22
|
+
readonly type: "uint8";
|
|
23
|
+
}, {
|
|
24
|
+
readonly internalType: "int256";
|
|
25
|
+
readonly name: "value";
|
|
26
|
+
readonly type: "int256";
|
|
27
|
+
}];
|
|
28
|
+
readonly name: "SafeCastOverflowedIntDowncast";
|
|
29
|
+
readonly type: "error";
|
|
30
|
+
}, {
|
|
31
|
+
readonly inputs: readonly [{
|
|
32
|
+
readonly internalType: "int256";
|
|
33
|
+
readonly name: "value";
|
|
34
|
+
readonly type: "int256";
|
|
35
|
+
}];
|
|
36
|
+
readonly name: "SafeCastOverflowedIntToUint";
|
|
37
|
+
readonly type: "error";
|
|
38
|
+
}, {
|
|
39
|
+
readonly inputs: readonly [{
|
|
40
|
+
readonly internalType: "uint8";
|
|
41
|
+
readonly name: "bits";
|
|
42
|
+
readonly type: "uint8";
|
|
43
|
+
}, {
|
|
44
|
+
readonly internalType: "uint256";
|
|
45
|
+
readonly name: "value";
|
|
46
|
+
readonly type: "uint256";
|
|
47
|
+
}];
|
|
48
|
+
readonly name: "SafeCastOverflowedUintDowncast";
|
|
49
|
+
readonly type: "error";
|
|
50
|
+
}, {
|
|
51
|
+
readonly inputs: readonly [{
|
|
52
|
+
readonly internalType: "uint256";
|
|
53
|
+
readonly name: "value";
|
|
54
|
+
readonly type: "uint256";
|
|
55
|
+
}];
|
|
56
|
+
readonly name: "SafeCastOverflowedUintToInt";
|
|
57
|
+
readonly type: "error";
|
|
58
|
+
}];
|
|
59
|
+
static createInterface(): SafeCastInterface;
|
|
60
|
+
static connect(address: string, runner?: ContractRunner | null): SafeCast;
|
|
61
|
+
}
|
|
62
|
+
export {};
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
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
|
+
{
|
|
9
|
+
internalType: "uint8",
|
|
10
|
+
name: "bits",
|
|
11
|
+
type: "uint8",
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
internalType: "int256",
|
|
15
|
+
name: "value",
|
|
16
|
+
type: "int256",
|
|
17
|
+
},
|
|
18
|
+
],
|
|
19
|
+
name: "SafeCastOverflowedIntDowncast",
|
|
20
|
+
type: "error",
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
inputs: [
|
|
24
|
+
{
|
|
25
|
+
internalType: "int256",
|
|
26
|
+
name: "value",
|
|
27
|
+
type: "int256",
|
|
28
|
+
},
|
|
29
|
+
],
|
|
30
|
+
name: "SafeCastOverflowedIntToUint",
|
|
31
|
+
type: "error",
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
inputs: [
|
|
35
|
+
{
|
|
36
|
+
internalType: "uint8",
|
|
37
|
+
name: "bits",
|
|
38
|
+
type: "uint8",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
internalType: "uint256",
|
|
42
|
+
name: "value",
|
|
43
|
+
type: "uint256",
|
|
44
|
+
},
|
|
45
|
+
],
|
|
46
|
+
name: "SafeCastOverflowedUintDowncast",
|
|
47
|
+
type: "error",
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
inputs: [
|
|
51
|
+
{
|
|
52
|
+
internalType: "uint256",
|
|
53
|
+
name: "value",
|
|
54
|
+
type: "uint256",
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
name: "SafeCastOverflowedUintToInt",
|
|
58
|
+
type: "error",
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
const _bytecode = "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f339f8e25e68a389c2a927bb23c6cb93c79c9384ea0005062ee031ef0df1d28e64736f6c634300081c0033";
|
|
62
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
63
|
+
export class SafeCast__factory extends ContractFactory {
|
|
64
|
+
constructor(...args) {
|
|
65
|
+
if (isSuperArgs(args)) {
|
|
66
|
+
super(...args);
|
|
67
|
+
}
|
|
68
|
+
else {
|
|
69
|
+
super(_abi, _bytecode, args[0]);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
getDeployTransaction(overrides) {
|
|
73
|
+
return super.getDeployTransaction(overrides || {});
|
|
74
|
+
}
|
|
75
|
+
deploy(overrides) {
|
|
76
|
+
return super.deploy(overrides || {});
|
|
77
|
+
}
|
|
78
|
+
connect(runner) {
|
|
79
|
+
return super.connect(runner);
|
|
80
|
+
}
|
|
81
|
+
static createInterface() {
|
|
82
|
+
return new Interface(_abi);
|
|
83
|
+
}
|
|
84
|
+
static connect(address, runner) {
|
|
85
|
+
return new Contract(address, _abi, runner);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
SafeCast__factory.bytecode = _bytecode;
|
|
89
|
+
SafeCast__factory.abi = _abi;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SafeCast__factory } from "./SafeCast__factory";
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { OwnableUpgradeable, OwnableUpgradeableInterface } from "../../../../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable";
|
|
3
|
+
export declare class OwnableUpgradeable__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [];
|
|
6
|
+
readonly name: "InvalidInitialization";
|
|
7
|
+
readonly type: "error";
|
|
8
|
+
}, {
|
|
9
|
+
readonly inputs: readonly [];
|
|
10
|
+
readonly name: "NotInitializing";
|
|
11
|
+
readonly type: "error";
|
|
12
|
+
}, {
|
|
13
|
+
readonly inputs: readonly [{
|
|
14
|
+
readonly internalType: "address";
|
|
15
|
+
readonly name: "owner";
|
|
16
|
+
readonly type: "address";
|
|
17
|
+
}];
|
|
18
|
+
readonly name: "OwnableInvalidOwner";
|
|
19
|
+
readonly type: "error";
|
|
20
|
+
}, {
|
|
21
|
+
readonly inputs: readonly [{
|
|
22
|
+
readonly internalType: "address";
|
|
23
|
+
readonly name: "account";
|
|
24
|
+
readonly type: "address";
|
|
25
|
+
}];
|
|
26
|
+
readonly name: "OwnableUnauthorizedAccount";
|
|
27
|
+
readonly type: "error";
|
|
28
|
+
}, {
|
|
29
|
+
readonly anonymous: false;
|
|
30
|
+
readonly inputs: readonly [{
|
|
31
|
+
readonly indexed: false;
|
|
32
|
+
readonly internalType: "uint64";
|
|
33
|
+
readonly name: "version";
|
|
34
|
+
readonly type: "uint64";
|
|
35
|
+
}];
|
|
36
|
+
readonly name: "Initialized";
|
|
37
|
+
readonly type: "event";
|
|
38
|
+
}, {
|
|
39
|
+
readonly anonymous: false;
|
|
40
|
+
readonly inputs: readonly [{
|
|
41
|
+
readonly indexed: true;
|
|
42
|
+
readonly internalType: "address";
|
|
43
|
+
readonly name: "previousOwner";
|
|
44
|
+
readonly type: "address";
|
|
45
|
+
}, {
|
|
46
|
+
readonly indexed: true;
|
|
47
|
+
readonly internalType: "address";
|
|
48
|
+
readonly name: "newOwner";
|
|
49
|
+
readonly type: "address";
|
|
50
|
+
}];
|
|
51
|
+
readonly name: "OwnershipTransferred";
|
|
52
|
+
readonly type: "event";
|
|
53
|
+
}, {
|
|
54
|
+
readonly inputs: readonly [];
|
|
55
|
+
readonly name: "owner";
|
|
56
|
+
readonly outputs: readonly [{
|
|
57
|
+
readonly internalType: "address";
|
|
58
|
+
readonly name: "";
|
|
59
|
+
readonly type: "address";
|
|
60
|
+
}];
|
|
61
|
+
readonly stateMutability: "view";
|
|
62
|
+
readonly type: "function";
|
|
63
|
+
}, {
|
|
64
|
+
readonly inputs: readonly [];
|
|
65
|
+
readonly name: "renounceOwnership";
|
|
66
|
+
readonly outputs: readonly [];
|
|
67
|
+
readonly stateMutability: "nonpayable";
|
|
68
|
+
readonly type: "function";
|
|
69
|
+
}, {
|
|
70
|
+
readonly inputs: readonly [{
|
|
71
|
+
readonly internalType: "address";
|
|
72
|
+
readonly name: "newOwner";
|
|
73
|
+
readonly type: "address";
|
|
74
|
+
}];
|
|
75
|
+
readonly name: "transferOwnership";
|
|
76
|
+
readonly outputs: readonly [];
|
|
77
|
+
readonly stateMutability: "nonpayable";
|
|
78
|
+
readonly type: "function";
|
|
79
|
+
}];
|
|
80
|
+
static createInterface(): OwnableUpgradeableInterface;
|
|
81
|
+
static connect(address: string, runner?: ContractRunner | null): OwnableUpgradeable;
|
|
82
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [],
|
|
8
|
+
name: "InvalidInitialization",
|
|
9
|
+
type: "error",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
inputs: [],
|
|
13
|
+
name: "NotInitializing",
|
|
14
|
+
type: "error",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
inputs: [
|
|
18
|
+
{
|
|
19
|
+
internalType: "address",
|
|
20
|
+
name: "owner",
|
|
21
|
+
type: "address",
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
name: "OwnableInvalidOwner",
|
|
25
|
+
type: "error",
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
inputs: [
|
|
29
|
+
{
|
|
30
|
+
internalType: "address",
|
|
31
|
+
name: "account",
|
|
32
|
+
type: "address",
|
|
33
|
+
},
|
|
34
|
+
],
|
|
35
|
+
name: "OwnableUnauthorizedAccount",
|
|
36
|
+
type: "error",
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
anonymous: false,
|
|
40
|
+
inputs: [
|
|
41
|
+
{
|
|
42
|
+
indexed: false,
|
|
43
|
+
internalType: "uint64",
|
|
44
|
+
name: "version",
|
|
45
|
+
type: "uint64",
|
|
46
|
+
},
|
|
47
|
+
],
|
|
48
|
+
name: "Initialized",
|
|
49
|
+
type: "event",
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
anonymous: false,
|
|
53
|
+
inputs: [
|
|
54
|
+
{
|
|
55
|
+
indexed: true,
|
|
56
|
+
internalType: "address",
|
|
57
|
+
name: "previousOwner",
|
|
58
|
+
type: "address",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
indexed: true,
|
|
62
|
+
internalType: "address",
|
|
63
|
+
name: "newOwner",
|
|
64
|
+
type: "address",
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
name: "OwnershipTransferred",
|
|
68
|
+
type: "event",
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
inputs: [],
|
|
72
|
+
name: "owner",
|
|
73
|
+
outputs: [
|
|
74
|
+
{
|
|
75
|
+
internalType: "address",
|
|
76
|
+
name: "",
|
|
77
|
+
type: "address",
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
stateMutability: "view",
|
|
81
|
+
type: "function",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
inputs: [],
|
|
85
|
+
name: "renounceOwnership",
|
|
86
|
+
outputs: [],
|
|
87
|
+
stateMutability: "nonpayable",
|
|
88
|
+
type: "function",
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
inputs: [
|
|
92
|
+
{
|
|
93
|
+
internalType: "address",
|
|
94
|
+
name: "newOwner",
|
|
95
|
+
type: "address",
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
name: "transferOwnership",
|
|
99
|
+
outputs: [],
|
|
100
|
+
stateMutability: "nonpayable",
|
|
101
|
+
type: "function",
|
|
102
|
+
},
|
|
103
|
+
];
|
|
104
|
+
export class OwnableUpgradeable__factory {
|
|
105
|
+
static createInterface() {
|
|
106
|
+
return new Interface(_abi);
|
|
107
|
+
}
|
|
108
|
+
static connect(address, runner) {
|
|
109
|
+
return new Contract(address, _abi, runner);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
OwnableUpgradeable__factory.abi = _abi;
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { OwnableUpgradeable__factory } from "./OwnableUpgradeable__factory";
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as utils from "./utils";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { Initializable, InitializableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable";
|
|
3
|
+
export declare class Initializable__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [];
|
|
6
|
+
readonly name: "InvalidInitialization";
|
|
7
|
+
readonly type: "error";
|
|
8
|
+
}, {
|
|
9
|
+
readonly inputs: readonly [];
|
|
10
|
+
readonly name: "NotInitializing";
|
|
11
|
+
readonly type: "error";
|
|
12
|
+
}, {
|
|
13
|
+
readonly anonymous: false;
|
|
14
|
+
readonly inputs: readonly [{
|
|
15
|
+
readonly indexed: false;
|
|
16
|
+
readonly internalType: "uint64";
|
|
17
|
+
readonly name: "version";
|
|
18
|
+
readonly type: "uint64";
|
|
19
|
+
}];
|
|
20
|
+
readonly name: "Initialized";
|
|
21
|
+
readonly type: "event";
|
|
22
|
+
}];
|
|
23
|
+
static createInterface(): InitializableInterface;
|
|
24
|
+
static connect(address: string, runner?: ContractRunner | null): Initializable;
|
|
25
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
inputs: [],
|
|
8
|
+
name: "InvalidInitialization",
|
|
9
|
+
type: "error",
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
inputs: [],
|
|
13
|
+
name: "NotInitializing",
|
|
14
|
+
type: "error",
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
anonymous: false,
|
|
18
|
+
inputs: [
|
|
19
|
+
{
|
|
20
|
+
indexed: false,
|
|
21
|
+
internalType: "uint64",
|
|
22
|
+
name: "version",
|
|
23
|
+
type: "uint64",
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
name: "Initialized",
|
|
27
|
+
type: "event",
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
export class Initializable__factory {
|
|
31
|
+
static createInterface() {
|
|
32
|
+
return new Interface(_abi);
|
|
33
|
+
}
|
|
34
|
+
static connect(address, runner) {
|
|
35
|
+
return new Contract(address, _abi, runner);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
Initializable__factory.abi = _abi;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { UUPSUpgradeable, UUPSUpgradeableInterface } from "../../../../../@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable";
|
|
3
|
+
export declare class UUPSUpgradeable__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly inputs: readonly [{
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
readonly name: "target";
|
|
8
|
+
readonly type: "address";
|
|
9
|
+
}];
|
|
10
|
+
readonly name: "AddressEmptyCode";
|
|
11
|
+
readonly type: "error";
|
|
12
|
+
}, {
|
|
13
|
+
readonly inputs: readonly [{
|
|
14
|
+
readonly internalType: "address";
|
|
15
|
+
readonly name: "implementation";
|
|
16
|
+
readonly type: "address";
|
|
17
|
+
}];
|
|
18
|
+
readonly name: "ERC1967InvalidImplementation";
|
|
19
|
+
readonly type: "error";
|
|
20
|
+
}, {
|
|
21
|
+
readonly inputs: readonly [];
|
|
22
|
+
readonly name: "ERC1967NonPayable";
|
|
23
|
+
readonly type: "error";
|
|
24
|
+
}, {
|
|
25
|
+
readonly inputs: readonly [];
|
|
26
|
+
readonly name: "FailedCall";
|
|
27
|
+
readonly type: "error";
|
|
28
|
+
}, {
|
|
29
|
+
readonly inputs: readonly [];
|
|
30
|
+
readonly name: "InvalidInitialization";
|
|
31
|
+
readonly type: "error";
|
|
32
|
+
}, {
|
|
33
|
+
readonly inputs: readonly [];
|
|
34
|
+
readonly name: "NotInitializing";
|
|
35
|
+
readonly type: "error";
|
|
36
|
+
}, {
|
|
37
|
+
readonly inputs: readonly [];
|
|
38
|
+
readonly name: "UUPSUnauthorizedCallContext";
|
|
39
|
+
readonly type: "error";
|
|
40
|
+
}, {
|
|
41
|
+
readonly inputs: readonly [{
|
|
42
|
+
readonly internalType: "bytes32";
|
|
43
|
+
readonly name: "slot";
|
|
44
|
+
readonly type: "bytes32";
|
|
45
|
+
}];
|
|
46
|
+
readonly name: "UUPSUnsupportedProxiableUUID";
|
|
47
|
+
readonly type: "error";
|
|
48
|
+
}, {
|
|
49
|
+
readonly anonymous: false;
|
|
50
|
+
readonly inputs: readonly [{
|
|
51
|
+
readonly indexed: false;
|
|
52
|
+
readonly internalType: "uint64";
|
|
53
|
+
readonly name: "version";
|
|
54
|
+
readonly type: "uint64";
|
|
55
|
+
}];
|
|
56
|
+
readonly name: "Initialized";
|
|
57
|
+
readonly type: "event";
|
|
58
|
+
}, {
|
|
59
|
+
readonly anonymous: false;
|
|
60
|
+
readonly inputs: readonly [{
|
|
61
|
+
readonly indexed: true;
|
|
62
|
+
readonly internalType: "address";
|
|
63
|
+
readonly name: "implementation";
|
|
64
|
+
readonly type: "address";
|
|
65
|
+
}];
|
|
66
|
+
readonly name: "Upgraded";
|
|
67
|
+
readonly type: "event";
|
|
68
|
+
}, {
|
|
69
|
+
readonly inputs: readonly [];
|
|
70
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
71
|
+
readonly outputs: readonly [{
|
|
72
|
+
readonly internalType: "string";
|
|
73
|
+
readonly name: "";
|
|
74
|
+
readonly type: "string";
|
|
75
|
+
}];
|
|
76
|
+
readonly stateMutability: "view";
|
|
77
|
+
readonly type: "function";
|
|
78
|
+
}, {
|
|
79
|
+
readonly inputs: readonly [];
|
|
80
|
+
readonly name: "proxiableUUID";
|
|
81
|
+
readonly outputs: readonly [{
|
|
82
|
+
readonly internalType: "bytes32";
|
|
83
|
+
readonly name: "";
|
|
84
|
+
readonly type: "bytes32";
|
|
85
|
+
}];
|
|
86
|
+
readonly stateMutability: "view";
|
|
87
|
+
readonly type: "function";
|
|
88
|
+
}, {
|
|
89
|
+
readonly inputs: readonly [{
|
|
90
|
+
readonly internalType: "address";
|
|
91
|
+
readonly name: "newImplementation";
|
|
92
|
+
readonly type: "address";
|
|
93
|
+
}, {
|
|
94
|
+
readonly internalType: "bytes";
|
|
95
|
+
readonly name: "data";
|
|
96
|
+
readonly type: "bytes";
|
|
97
|
+
}];
|
|
98
|
+
readonly name: "upgradeToAndCall";
|
|
99
|
+
readonly outputs: readonly [];
|
|
100
|
+
readonly stateMutability: "payable";
|
|
101
|
+
readonly type: "function";
|
|
102
|
+
}];
|
|
103
|
+
static createInterface(): UUPSUpgradeableInterface;
|
|
104
|
+
static connect(address: string, runner?: ContractRunner | null): UUPSUpgradeable;
|
|
105
|
+
}
|