Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 623 Bytes

File metadata and controls

17 lines (16 loc) · 623 Bytes

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)


Slide Screenshot

010.jpg


Slide Text

  • Base Constructor
  • Calling Unimplemented Constructors
  • Misplaced Assumptions
  • Checks Implementation -> Call or Not

References


Tags