sherlock-audit / 2024-02-jala-swap-judging

6 stars 4 forks source link

Lucyan99 - NC-3: Unused Ownership #250

Closed sherlock-admin closed 7 months ago

sherlock-admin commented 7 months ago

Lucyan99

medium

NC-3: Unused Ownership

Summary

ChilizWrapperFactory contract is ownable, but the ownership functionalities are never used.

Vulnerability Detail

None of the functions or modifiers from the Ownable contract are used in the ChilizWrapperFactory contract. This inclusion results in unnecessary code that does not contribute to the contract's functionality.

Code Snippet

Duplicate of #70