All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Avoid to use low level calls.
anyAddress.call(code); a.callcode(test1); a.delegatecall(test1); anyAddress.call.value(code)();
anyAddress.call{value: 1 ether}("");
avoid-low-level-calls on Solhint's documentation.