update #8
Annotations
10 warnings
lint:
src/BeaconProxyFactory.sol#L4
global import of path @openzeppelin/contracts/proxy/beacon/BeaconProxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/BeaconProxyFactory.sol#L5
global import of path @openzeppelin/contracts/access/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/BeaconProxyFactory.sol#L6
global import of path ./interfaces/Inft.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/NFTV1Implementation.sol#L4
global import of path @openzeppelin-contracts-upgradeable/contracts/token/ERC721/ERC721Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/NFTV1Implementation.sol#L5
global import of path @openzeppelin-contracts-upgradeable/contracts/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/NFTV1Implementation.sol#L6
global import of path ./interfaces/Inft.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/NFTV1Implementation.sol#L59
Use Custom Errors instead of require statements
|
lint:
src/NFTV1Implementation.sol#L63
Use Custom Errors instead of require statements
|
lint:
src/NFTV2Implementation.sol#L4
global import of path @openzeppelin-contracts-upgradeable/contracts/token/ERC721/ERC721Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/NFTV2Implementation.sol#L5
global import of path @openzeppelin-contracts-upgradeable/contracts/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|