Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 893 Bytes

Mismatches between contracts and interfaces.md

File metadata and controls

24 lines (20 loc) · 893 Bytes

Interfaces define the exposed functionality of the implemented contracts.

However, in several interfaces there are functions from the counterpart contracts that are not defined.

Recommendation:

Consider applying the necessary changes in the mentioned interfaces and contracts so that definitions and implementations fully match.


Slide Screenshot

197.jpg


Slide Text

  • OpenZeppelin Opyn Gamma Finding L07
  • Specification
  • Function Mismatches -> Interfaces & Contracts
  • Sync Mismatches -> Interfaces & Contracts

References


Tags