Omniscia Alliance Block Audit
WrappedToken Static Analysis Findings
WrappedToken Static Analysis Findings
WTN-01S: Sensible Inheritence
| Type | Severity | Location |
|---|---|---|
| Code Style | Informational | WrappedToken.sol:L8 |
Description:
The WrappedToken should inherit from the IWrappedToken interface.
Example:
contracts/WrappedToken.sol
8contract WrappedToken is ERC20Permit, Pausable, Ownable {Recommendation:
We advise it to be done so to increase the codebase's maintainability.
Alleviation:
The development team has acknowledged this exhibit but decided to not apply its remediation in the current version of the codebase citing time constraints.