@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,289 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { IERC1363, IERC1363Interface } from "../../../../@openzeppelin/contracts/interfaces/IERC1363";
|
|
3
|
+
export declare class IERC1363__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly anonymous: false;
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly indexed: true;
|
|
8
|
+
readonly internalType: "address";
|
|
9
|
+
readonly name: "owner";
|
|
10
|
+
readonly type: "address";
|
|
11
|
+
}, {
|
|
12
|
+
readonly indexed: true;
|
|
13
|
+
readonly internalType: "address";
|
|
14
|
+
readonly name: "spender";
|
|
15
|
+
readonly type: "address";
|
|
16
|
+
}, {
|
|
17
|
+
readonly indexed: false;
|
|
18
|
+
readonly internalType: "uint256";
|
|
19
|
+
readonly name: "value";
|
|
20
|
+
readonly type: "uint256";
|
|
21
|
+
}];
|
|
22
|
+
readonly name: "Approval";
|
|
23
|
+
readonly type: "event";
|
|
24
|
+
}, {
|
|
25
|
+
readonly anonymous: false;
|
|
26
|
+
readonly inputs: readonly [{
|
|
27
|
+
readonly indexed: true;
|
|
28
|
+
readonly internalType: "address";
|
|
29
|
+
readonly name: "from";
|
|
30
|
+
readonly type: "address";
|
|
31
|
+
}, {
|
|
32
|
+
readonly indexed: true;
|
|
33
|
+
readonly internalType: "address";
|
|
34
|
+
readonly name: "to";
|
|
35
|
+
readonly type: "address";
|
|
36
|
+
}, {
|
|
37
|
+
readonly indexed: false;
|
|
38
|
+
readonly internalType: "uint256";
|
|
39
|
+
readonly name: "value";
|
|
40
|
+
readonly type: "uint256";
|
|
41
|
+
}];
|
|
42
|
+
readonly name: "Transfer";
|
|
43
|
+
readonly type: "event";
|
|
44
|
+
}, {
|
|
45
|
+
readonly inputs: readonly [{
|
|
46
|
+
readonly internalType: "address";
|
|
47
|
+
readonly name: "owner";
|
|
48
|
+
readonly type: "address";
|
|
49
|
+
}, {
|
|
50
|
+
readonly internalType: "address";
|
|
51
|
+
readonly name: "spender";
|
|
52
|
+
readonly type: "address";
|
|
53
|
+
}];
|
|
54
|
+
readonly name: "allowance";
|
|
55
|
+
readonly outputs: readonly [{
|
|
56
|
+
readonly internalType: "uint256";
|
|
57
|
+
readonly name: "";
|
|
58
|
+
readonly type: "uint256";
|
|
59
|
+
}];
|
|
60
|
+
readonly stateMutability: "view";
|
|
61
|
+
readonly type: "function";
|
|
62
|
+
}, {
|
|
63
|
+
readonly inputs: readonly [{
|
|
64
|
+
readonly internalType: "address";
|
|
65
|
+
readonly name: "spender";
|
|
66
|
+
readonly type: "address";
|
|
67
|
+
}, {
|
|
68
|
+
readonly internalType: "uint256";
|
|
69
|
+
readonly name: "value";
|
|
70
|
+
readonly type: "uint256";
|
|
71
|
+
}];
|
|
72
|
+
readonly name: "approve";
|
|
73
|
+
readonly outputs: readonly [{
|
|
74
|
+
readonly internalType: "bool";
|
|
75
|
+
readonly name: "";
|
|
76
|
+
readonly type: "bool";
|
|
77
|
+
}];
|
|
78
|
+
readonly stateMutability: "nonpayable";
|
|
79
|
+
readonly type: "function";
|
|
80
|
+
}, {
|
|
81
|
+
readonly inputs: readonly [{
|
|
82
|
+
readonly internalType: "address";
|
|
83
|
+
readonly name: "spender";
|
|
84
|
+
readonly type: "address";
|
|
85
|
+
}, {
|
|
86
|
+
readonly internalType: "uint256";
|
|
87
|
+
readonly name: "value";
|
|
88
|
+
readonly type: "uint256";
|
|
89
|
+
}];
|
|
90
|
+
readonly name: "approveAndCall";
|
|
91
|
+
readonly outputs: readonly [{
|
|
92
|
+
readonly internalType: "bool";
|
|
93
|
+
readonly name: "";
|
|
94
|
+
readonly type: "bool";
|
|
95
|
+
}];
|
|
96
|
+
readonly stateMutability: "nonpayable";
|
|
97
|
+
readonly type: "function";
|
|
98
|
+
}, {
|
|
99
|
+
readonly inputs: readonly [{
|
|
100
|
+
readonly internalType: "address";
|
|
101
|
+
readonly name: "spender";
|
|
102
|
+
readonly type: "address";
|
|
103
|
+
}, {
|
|
104
|
+
readonly internalType: "uint256";
|
|
105
|
+
readonly name: "value";
|
|
106
|
+
readonly type: "uint256";
|
|
107
|
+
}, {
|
|
108
|
+
readonly internalType: "bytes";
|
|
109
|
+
readonly name: "data";
|
|
110
|
+
readonly type: "bytes";
|
|
111
|
+
}];
|
|
112
|
+
readonly name: "approveAndCall";
|
|
113
|
+
readonly outputs: readonly [{
|
|
114
|
+
readonly internalType: "bool";
|
|
115
|
+
readonly name: "";
|
|
116
|
+
readonly type: "bool";
|
|
117
|
+
}];
|
|
118
|
+
readonly stateMutability: "nonpayable";
|
|
119
|
+
readonly type: "function";
|
|
120
|
+
}, {
|
|
121
|
+
readonly inputs: readonly [{
|
|
122
|
+
readonly internalType: "address";
|
|
123
|
+
readonly name: "account";
|
|
124
|
+
readonly type: "address";
|
|
125
|
+
}];
|
|
126
|
+
readonly name: "balanceOf";
|
|
127
|
+
readonly outputs: readonly [{
|
|
128
|
+
readonly internalType: "uint256";
|
|
129
|
+
readonly name: "";
|
|
130
|
+
readonly type: "uint256";
|
|
131
|
+
}];
|
|
132
|
+
readonly stateMutability: "view";
|
|
133
|
+
readonly type: "function";
|
|
134
|
+
}, {
|
|
135
|
+
readonly inputs: readonly [{
|
|
136
|
+
readonly internalType: "bytes4";
|
|
137
|
+
readonly name: "interfaceId";
|
|
138
|
+
readonly type: "bytes4";
|
|
139
|
+
}];
|
|
140
|
+
readonly name: "supportsInterface";
|
|
141
|
+
readonly outputs: readonly [{
|
|
142
|
+
readonly internalType: "bool";
|
|
143
|
+
readonly name: "";
|
|
144
|
+
readonly type: "bool";
|
|
145
|
+
}];
|
|
146
|
+
readonly stateMutability: "view";
|
|
147
|
+
readonly type: "function";
|
|
148
|
+
}, {
|
|
149
|
+
readonly inputs: readonly [];
|
|
150
|
+
readonly name: "totalSupply";
|
|
151
|
+
readonly outputs: readonly [{
|
|
152
|
+
readonly internalType: "uint256";
|
|
153
|
+
readonly name: "";
|
|
154
|
+
readonly type: "uint256";
|
|
155
|
+
}];
|
|
156
|
+
readonly stateMutability: "view";
|
|
157
|
+
readonly type: "function";
|
|
158
|
+
}, {
|
|
159
|
+
readonly inputs: readonly [{
|
|
160
|
+
readonly internalType: "address";
|
|
161
|
+
readonly name: "to";
|
|
162
|
+
readonly type: "address";
|
|
163
|
+
}, {
|
|
164
|
+
readonly internalType: "uint256";
|
|
165
|
+
readonly name: "value";
|
|
166
|
+
readonly type: "uint256";
|
|
167
|
+
}];
|
|
168
|
+
readonly name: "transfer";
|
|
169
|
+
readonly outputs: readonly [{
|
|
170
|
+
readonly internalType: "bool";
|
|
171
|
+
readonly name: "";
|
|
172
|
+
readonly type: "bool";
|
|
173
|
+
}];
|
|
174
|
+
readonly stateMutability: "nonpayable";
|
|
175
|
+
readonly type: "function";
|
|
176
|
+
}, {
|
|
177
|
+
readonly inputs: readonly [{
|
|
178
|
+
readonly internalType: "address";
|
|
179
|
+
readonly name: "to";
|
|
180
|
+
readonly type: "address";
|
|
181
|
+
}, {
|
|
182
|
+
readonly internalType: "uint256";
|
|
183
|
+
readonly name: "value";
|
|
184
|
+
readonly type: "uint256";
|
|
185
|
+
}];
|
|
186
|
+
readonly name: "transferAndCall";
|
|
187
|
+
readonly outputs: readonly [{
|
|
188
|
+
readonly internalType: "bool";
|
|
189
|
+
readonly name: "";
|
|
190
|
+
readonly type: "bool";
|
|
191
|
+
}];
|
|
192
|
+
readonly stateMutability: "nonpayable";
|
|
193
|
+
readonly type: "function";
|
|
194
|
+
}, {
|
|
195
|
+
readonly inputs: readonly [{
|
|
196
|
+
readonly internalType: "address";
|
|
197
|
+
readonly name: "to";
|
|
198
|
+
readonly type: "address";
|
|
199
|
+
}, {
|
|
200
|
+
readonly internalType: "uint256";
|
|
201
|
+
readonly name: "value";
|
|
202
|
+
readonly type: "uint256";
|
|
203
|
+
}, {
|
|
204
|
+
readonly internalType: "bytes";
|
|
205
|
+
readonly name: "data";
|
|
206
|
+
readonly type: "bytes";
|
|
207
|
+
}];
|
|
208
|
+
readonly name: "transferAndCall";
|
|
209
|
+
readonly outputs: readonly [{
|
|
210
|
+
readonly internalType: "bool";
|
|
211
|
+
readonly name: "";
|
|
212
|
+
readonly type: "bool";
|
|
213
|
+
}];
|
|
214
|
+
readonly stateMutability: "nonpayable";
|
|
215
|
+
readonly type: "function";
|
|
216
|
+
}, {
|
|
217
|
+
readonly inputs: readonly [{
|
|
218
|
+
readonly internalType: "address";
|
|
219
|
+
readonly name: "from";
|
|
220
|
+
readonly type: "address";
|
|
221
|
+
}, {
|
|
222
|
+
readonly internalType: "address";
|
|
223
|
+
readonly name: "to";
|
|
224
|
+
readonly type: "address";
|
|
225
|
+
}, {
|
|
226
|
+
readonly internalType: "uint256";
|
|
227
|
+
readonly name: "value";
|
|
228
|
+
readonly type: "uint256";
|
|
229
|
+
}];
|
|
230
|
+
readonly name: "transferFrom";
|
|
231
|
+
readonly outputs: readonly [{
|
|
232
|
+
readonly internalType: "bool";
|
|
233
|
+
readonly name: "";
|
|
234
|
+
readonly type: "bool";
|
|
235
|
+
}];
|
|
236
|
+
readonly stateMutability: "nonpayable";
|
|
237
|
+
readonly type: "function";
|
|
238
|
+
}, {
|
|
239
|
+
readonly inputs: readonly [{
|
|
240
|
+
readonly internalType: "address";
|
|
241
|
+
readonly name: "from";
|
|
242
|
+
readonly type: "address";
|
|
243
|
+
}, {
|
|
244
|
+
readonly internalType: "address";
|
|
245
|
+
readonly name: "to";
|
|
246
|
+
readonly type: "address";
|
|
247
|
+
}, {
|
|
248
|
+
readonly internalType: "uint256";
|
|
249
|
+
readonly name: "value";
|
|
250
|
+
readonly type: "uint256";
|
|
251
|
+
}, {
|
|
252
|
+
readonly internalType: "bytes";
|
|
253
|
+
readonly name: "data";
|
|
254
|
+
readonly type: "bytes";
|
|
255
|
+
}];
|
|
256
|
+
readonly name: "transferFromAndCall";
|
|
257
|
+
readonly outputs: readonly [{
|
|
258
|
+
readonly internalType: "bool";
|
|
259
|
+
readonly name: "";
|
|
260
|
+
readonly type: "bool";
|
|
261
|
+
}];
|
|
262
|
+
readonly stateMutability: "nonpayable";
|
|
263
|
+
readonly type: "function";
|
|
264
|
+
}, {
|
|
265
|
+
readonly inputs: readonly [{
|
|
266
|
+
readonly internalType: "address";
|
|
267
|
+
readonly name: "from";
|
|
268
|
+
readonly type: "address";
|
|
269
|
+
}, {
|
|
270
|
+
readonly internalType: "address";
|
|
271
|
+
readonly name: "to";
|
|
272
|
+
readonly type: "address";
|
|
273
|
+
}, {
|
|
274
|
+
readonly internalType: "uint256";
|
|
275
|
+
readonly name: "value";
|
|
276
|
+
readonly type: "uint256";
|
|
277
|
+
}];
|
|
278
|
+
readonly name: "transferFromAndCall";
|
|
279
|
+
readonly outputs: readonly [{
|
|
280
|
+
readonly internalType: "bool";
|
|
281
|
+
readonly name: "";
|
|
282
|
+
readonly type: "bool";
|
|
283
|
+
}];
|
|
284
|
+
readonly stateMutability: "nonpayable";
|
|
285
|
+
readonly type: "function";
|
|
286
|
+
}];
|
|
287
|
+
static createInterface(): IERC1363Interface;
|
|
288
|
+
static connect(address: string, runner?: ContractRunner | null): IERC1363;
|
|
289
|
+
}
|
package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1363__factory.js
ADDED
|
@@ -0,0 +1,386 @@
|
|
|
1
|
+
/* Autogenerated file. Do not edit manually. */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { Contract, Interface } from "ethers";
|
|
5
|
+
const _abi = [
|
|
6
|
+
{
|
|
7
|
+
anonymous: false,
|
|
8
|
+
inputs: [
|
|
9
|
+
{
|
|
10
|
+
indexed: true,
|
|
11
|
+
internalType: "address",
|
|
12
|
+
name: "owner",
|
|
13
|
+
type: "address",
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
indexed: true,
|
|
17
|
+
internalType: "address",
|
|
18
|
+
name: "spender",
|
|
19
|
+
type: "address",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
indexed: false,
|
|
23
|
+
internalType: "uint256",
|
|
24
|
+
name: "value",
|
|
25
|
+
type: "uint256",
|
|
26
|
+
},
|
|
27
|
+
],
|
|
28
|
+
name: "Approval",
|
|
29
|
+
type: "event",
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
anonymous: false,
|
|
33
|
+
inputs: [
|
|
34
|
+
{
|
|
35
|
+
indexed: true,
|
|
36
|
+
internalType: "address",
|
|
37
|
+
name: "from",
|
|
38
|
+
type: "address",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
indexed: true,
|
|
42
|
+
internalType: "address",
|
|
43
|
+
name: "to",
|
|
44
|
+
type: "address",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
indexed: false,
|
|
48
|
+
internalType: "uint256",
|
|
49
|
+
name: "value",
|
|
50
|
+
type: "uint256",
|
|
51
|
+
},
|
|
52
|
+
],
|
|
53
|
+
name: "Transfer",
|
|
54
|
+
type: "event",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
inputs: [
|
|
58
|
+
{
|
|
59
|
+
internalType: "address",
|
|
60
|
+
name: "owner",
|
|
61
|
+
type: "address",
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
internalType: "address",
|
|
65
|
+
name: "spender",
|
|
66
|
+
type: "address",
|
|
67
|
+
},
|
|
68
|
+
],
|
|
69
|
+
name: "allowance",
|
|
70
|
+
outputs: [
|
|
71
|
+
{
|
|
72
|
+
internalType: "uint256",
|
|
73
|
+
name: "",
|
|
74
|
+
type: "uint256",
|
|
75
|
+
},
|
|
76
|
+
],
|
|
77
|
+
stateMutability: "view",
|
|
78
|
+
type: "function",
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
inputs: [
|
|
82
|
+
{
|
|
83
|
+
internalType: "address",
|
|
84
|
+
name: "spender",
|
|
85
|
+
type: "address",
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
internalType: "uint256",
|
|
89
|
+
name: "value",
|
|
90
|
+
type: "uint256",
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
name: "approve",
|
|
94
|
+
outputs: [
|
|
95
|
+
{
|
|
96
|
+
internalType: "bool",
|
|
97
|
+
name: "",
|
|
98
|
+
type: "bool",
|
|
99
|
+
},
|
|
100
|
+
],
|
|
101
|
+
stateMutability: "nonpayable",
|
|
102
|
+
type: "function",
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
inputs: [
|
|
106
|
+
{
|
|
107
|
+
internalType: "address",
|
|
108
|
+
name: "spender",
|
|
109
|
+
type: "address",
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
internalType: "uint256",
|
|
113
|
+
name: "value",
|
|
114
|
+
type: "uint256",
|
|
115
|
+
},
|
|
116
|
+
],
|
|
117
|
+
name: "approveAndCall",
|
|
118
|
+
outputs: [
|
|
119
|
+
{
|
|
120
|
+
internalType: "bool",
|
|
121
|
+
name: "",
|
|
122
|
+
type: "bool",
|
|
123
|
+
},
|
|
124
|
+
],
|
|
125
|
+
stateMutability: "nonpayable",
|
|
126
|
+
type: "function",
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
inputs: [
|
|
130
|
+
{
|
|
131
|
+
internalType: "address",
|
|
132
|
+
name: "spender",
|
|
133
|
+
type: "address",
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
internalType: "uint256",
|
|
137
|
+
name: "value",
|
|
138
|
+
type: "uint256",
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
internalType: "bytes",
|
|
142
|
+
name: "data",
|
|
143
|
+
type: "bytes",
|
|
144
|
+
},
|
|
145
|
+
],
|
|
146
|
+
name: "approveAndCall",
|
|
147
|
+
outputs: [
|
|
148
|
+
{
|
|
149
|
+
internalType: "bool",
|
|
150
|
+
name: "",
|
|
151
|
+
type: "bool",
|
|
152
|
+
},
|
|
153
|
+
],
|
|
154
|
+
stateMutability: "nonpayable",
|
|
155
|
+
type: "function",
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
inputs: [
|
|
159
|
+
{
|
|
160
|
+
internalType: "address",
|
|
161
|
+
name: "account",
|
|
162
|
+
type: "address",
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
name: "balanceOf",
|
|
166
|
+
outputs: [
|
|
167
|
+
{
|
|
168
|
+
internalType: "uint256",
|
|
169
|
+
name: "",
|
|
170
|
+
type: "uint256",
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
stateMutability: "view",
|
|
174
|
+
type: "function",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
inputs: [
|
|
178
|
+
{
|
|
179
|
+
internalType: "bytes4",
|
|
180
|
+
name: "interfaceId",
|
|
181
|
+
type: "bytes4",
|
|
182
|
+
},
|
|
183
|
+
],
|
|
184
|
+
name: "supportsInterface",
|
|
185
|
+
outputs: [
|
|
186
|
+
{
|
|
187
|
+
internalType: "bool",
|
|
188
|
+
name: "",
|
|
189
|
+
type: "bool",
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
stateMutability: "view",
|
|
193
|
+
type: "function",
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
inputs: [],
|
|
197
|
+
name: "totalSupply",
|
|
198
|
+
outputs: [
|
|
199
|
+
{
|
|
200
|
+
internalType: "uint256",
|
|
201
|
+
name: "",
|
|
202
|
+
type: "uint256",
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
stateMutability: "view",
|
|
206
|
+
type: "function",
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
inputs: [
|
|
210
|
+
{
|
|
211
|
+
internalType: "address",
|
|
212
|
+
name: "to",
|
|
213
|
+
type: "address",
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
internalType: "uint256",
|
|
217
|
+
name: "value",
|
|
218
|
+
type: "uint256",
|
|
219
|
+
},
|
|
220
|
+
],
|
|
221
|
+
name: "transfer",
|
|
222
|
+
outputs: [
|
|
223
|
+
{
|
|
224
|
+
internalType: "bool",
|
|
225
|
+
name: "",
|
|
226
|
+
type: "bool",
|
|
227
|
+
},
|
|
228
|
+
],
|
|
229
|
+
stateMutability: "nonpayable",
|
|
230
|
+
type: "function",
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
inputs: [
|
|
234
|
+
{
|
|
235
|
+
internalType: "address",
|
|
236
|
+
name: "to",
|
|
237
|
+
type: "address",
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
internalType: "uint256",
|
|
241
|
+
name: "value",
|
|
242
|
+
type: "uint256",
|
|
243
|
+
},
|
|
244
|
+
],
|
|
245
|
+
name: "transferAndCall",
|
|
246
|
+
outputs: [
|
|
247
|
+
{
|
|
248
|
+
internalType: "bool",
|
|
249
|
+
name: "",
|
|
250
|
+
type: "bool",
|
|
251
|
+
},
|
|
252
|
+
],
|
|
253
|
+
stateMutability: "nonpayable",
|
|
254
|
+
type: "function",
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
inputs: [
|
|
258
|
+
{
|
|
259
|
+
internalType: "address",
|
|
260
|
+
name: "to",
|
|
261
|
+
type: "address",
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
internalType: "uint256",
|
|
265
|
+
name: "value",
|
|
266
|
+
type: "uint256",
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
internalType: "bytes",
|
|
270
|
+
name: "data",
|
|
271
|
+
type: "bytes",
|
|
272
|
+
},
|
|
273
|
+
],
|
|
274
|
+
name: "transferAndCall",
|
|
275
|
+
outputs: [
|
|
276
|
+
{
|
|
277
|
+
internalType: "bool",
|
|
278
|
+
name: "",
|
|
279
|
+
type: "bool",
|
|
280
|
+
},
|
|
281
|
+
],
|
|
282
|
+
stateMutability: "nonpayable",
|
|
283
|
+
type: "function",
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
inputs: [
|
|
287
|
+
{
|
|
288
|
+
internalType: "address",
|
|
289
|
+
name: "from",
|
|
290
|
+
type: "address",
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
internalType: "address",
|
|
294
|
+
name: "to",
|
|
295
|
+
type: "address",
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
internalType: "uint256",
|
|
299
|
+
name: "value",
|
|
300
|
+
type: "uint256",
|
|
301
|
+
},
|
|
302
|
+
],
|
|
303
|
+
name: "transferFrom",
|
|
304
|
+
outputs: [
|
|
305
|
+
{
|
|
306
|
+
internalType: "bool",
|
|
307
|
+
name: "",
|
|
308
|
+
type: "bool",
|
|
309
|
+
},
|
|
310
|
+
],
|
|
311
|
+
stateMutability: "nonpayable",
|
|
312
|
+
type: "function",
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
inputs: [
|
|
316
|
+
{
|
|
317
|
+
internalType: "address",
|
|
318
|
+
name: "from",
|
|
319
|
+
type: "address",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
internalType: "address",
|
|
323
|
+
name: "to",
|
|
324
|
+
type: "address",
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
internalType: "uint256",
|
|
328
|
+
name: "value",
|
|
329
|
+
type: "uint256",
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
internalType: "bytes",
|
|
333
|
+
name: "data",
|
|
334
|
+
type: "bytes",
|
|
335
|
+
},
|
|
336
|
+
],
|
|
337
|
+
name: "transferFromAndCall",
|
|
338
|
+
outputs: [
|
|
339
|
+
{
|
|
340
|
+
internalType: "bool",
|
|
341
|
+
name: "",
|
|
342
|
+
type: "bool",
|
|
343
|
+
},
|
|
344
|
+
],
|
|
345
|
+
stateMutability: "nonpayable",
|
|
346
|
+
type: "function",
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
inputs: [
|
|
350
|
+
{
|
|
351
|
+
internalType: "address",
|
|
352
|
+
name: "from",
|
|
353
|
+
type: "address",
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
internalType: "address",
|
|
357
|
+
name: "to",
|
|
358
|
+
type: "address",
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
internalType: "uint256",
|
|
362
|
+
name: "value",
|
|
363
|
+
type: "uint256",
|
|
364
|
+
},
|
|
365
|
+
],
|
|
366
|
+
name: "transferFromAndCall",
|
|
367
|
+
outputs: [
|
|
368
|
+
{
|
|
369
|
+
internalType: "bool",
|
|
370
|
+
name: "",
|
|
371
|
+
type: "bool",
|
|
372
|
+
},
|
|
373
|
+
],
|
|
374
|
+
stateMutability: "nonpayable",
|
|
375
|
+
type: "function",
|
|
376
|
+
},
|
|
377
|
+
];
|
|
378
|
+
export class IERC1363__factory {
|
|
379
|
+
static createInterface() {
|
|
380
|
+
return new Interface(_abi);
|
|
381
|
+
}
|
|
382
|
+
static connect(address, runner) {
|
|
383
|
+
return new Contract(address, _abi, runner);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
IERC1363__factory.abi = _abi;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { type ContractRunner } from "ethers";
|
|
2
|
+
import type { IERC1967, IERC1967Interface } from "../../../../@openzeppelin/contracts/interfaces/IERC1967";
|
|
3
|
+
export declare class IERC1967__factory {
|
|
4
|
+
static readonly abi: readonly [{
|
|
5
|
+
readonly anonymous: false;
|
|
6
|
+
readonly inputs: readonly [{
|
|
7
|
+
readonly indexed: false;
|
|
8
|
+
readonly internalType: "address";
|
|
9
|
+
readonly name: "previousAdmin";
|
|
10
|
+
readonly type: "address";
|
|
11
|
+
}, {
|
|
12
|
+
readonly indexed: false;
|
|
13
|
+
readonly internalType: "address";
|
|
14
|
+
readonly name: "newAdmin";
|
|
15
|
+
readonly type: "address";
|
|
16
|
+
}];
|
|
17
|
+
readonly name: "AdminChanged";
|
|
18
|
+
readonly type: "event";
|
|
19
|
+
}, {
|
|
20
|
+
readonly anonymous: false;
|
|
21
|
+
readonly inputs: readonly [{
|
|
22
|
+
readonly indexed: true;
|
|
23
|
+
readonly internalType: "address";
|
|
24
|
+
readonly name: "beacon";
|
|
25
|
+
readonly type: "address";
|
|
26
|
+
}];
|
|
27
|
+
readonly name: "BeaconUpgraded";
|
|
28
|
+
readonly type: "event";
|
|
29
|
+
}, {
|
|
30
|
+
readonly anonymous: false;
|
|
31
|
+
readonly inputs: readonly [{
|
|
32
|
+
readonly indexed: true;
|
|
33
|
+
readonly internalType: "address";
|
|
34
|
+
readonly name: "implementation";
|
|
35
|
+
readonly type: "address";
|
|
36
|
+
}];
|
|
37
|
+
readonly name: "Upgraded";
|
|
38
|
+
readonly type: "event";
|
|
39
|
+
}];
|
|
40
|
+
static createInterface(): IERC1967Interface;
|
|
41
|
+
static connect(address: string, runner?: ContractRunner | null): IERC1967;
|
|
42
|
+
}
|