Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 349 Bytes

Incorrect_Interface.md

File metadata and controls

3 lines (2 loc) · 349 Bytes

A contract interface defines functions with a different type signature than the implementation, causing two different method id's to be created. As a result, when the interfact is called, the fallback method will be executed.