All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
send
Check result of send call.
x.send(55);
if(x.send(55)) {}
require(payable(walletAddress).send(moneyAmount), "Failed to send moneyAmount");
check-send-result on Solhint's documentation.