code-423n4 / 2021-11-nested-findings

1 stars 1 forks source link

INestedToken interface #206

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

pauliax

Vulnerability details

Impact

INestedToken is declared as an abstract contract, yet it contains no function bodies and is located under the interfaces directory, so I think it should be declared as an interface.

Recommended Mitigation Steps

Consider making INestedToken an interface.