LiquidationPool is using floating pragma which is not recommended. It is advised to look the project to a specific version and test with that version before deployment to mainnet.
Contracts should be deployed with the same compiler version and flags used during development and testing. Locking the pragma helps to ensure
that contracts do not accidentally get deployed using another pragma. LiquidationPool is using floating pragma.
The compiler versions are addressing bugs and as such the behaviour of the compilers are changing overtime. So, it is recommended to lock to a specific version and test thoroughly with that version before deployment to minimise the possibility of unexpected behaviour.
Manual review.
Revise to below.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.