Context: Casino.sol#L4
Description: This contract allows an old Solidity version.
Recommendation:
Change it to at least version 8.
-pragma solidity >=0.7.0 <0.9.0;
+pragma solidity >=0.8.0 <0.9.0;
[Project]: We have fixed in PR ...
Reviewer: Verified the fix
Context: Casino.sol#L4
Description: This contract allows an old Solidity version.
Recommendation:
Change it to at least version 8.
[Project]: We have fixed in PR ...
Reviewer: Verified the fix