Skip to content
Triggered via push December 2, 2023 11:45
Status Failure
Total duration 1m 33s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
ci: contracts/mint/mechanics/DiscreteDutchAuctionMechanic.sol#L134
'vector' should start with _
ci: contracts/mint/mechanics/DiscreteDutchAuctionMechanic.sol#L139
'vectorPackedPrices' should start with _
ci
Process completed with exit code 1.
ci: contracts/auction/AuctionManager.sol#L9
global import of path ../utils/EIP712Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
ci: contracts/auction/AuctionManager.sol#L12
imported name IERC165 is not used
ci: contracts/auction/AuctionManager.sol#L95
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L104
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L113
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L122
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L134
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L150
Function order is incorrect, constructor/initializer can not go after fallback function (line 141)
ci: contracts/auction/AuctionManager.sol#L173
Use Custom Errors instead of require statements
ci: contracts/auction/AuctionManager.sol#L174
Use Custom Errors instead of require statements