10 - Void constructor
Calls to base contract constructors that are unimplemented leads to misplaced assumptions. Check if the constructor is implemented or remove call if not. (see here)
- Base Constructor
- Calling Unimplemented Constructors
- Misplaced Assumptions
- Checks Implementation -> Call or Not