30 most common smart contract vulnerabilities
Void constructor Calls to unimplemented base contract constructors lead to incorrect assumptions. If the constructor is not implemented, remove the call.
Using a single Solidity compiler version across all contracts is preferable rather than using d...
harbor.hashnode.dev5 min read