feat: mix bytes audit #109
Annotations
3 errors and 10 warnings
lint:
src/interfaces/ILPToken.sol#L19
Function order is incorrect, external function can not go after external view function (line 16)
|
lint:
src/WLPToken.sol#L48
Function order is incorrect, public function can not go after public view function (line 38)
|
lint
Process completed with exit code 1.
|
lint:
src/LPToken.sol#L230
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L316
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L326
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L344
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L345
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L362
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L363
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L364
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L376
Use Custom Errors instead of require statements
|
lint:
src/LPToken.sol#L377
Use Custom Errors instead of require statements
|