Open code423n4 opened 3 years ago
Many of the functions listed are also called within the contract, so changing their visibility to public
will break things.
Even though out of the whole list, only few functions are good candidates to be changed, it's technically a valid suggestion.
Handle
a_delamo
Vulnerability details
Impact
Some functions could use external instead of public in order to save gas.
If we run the following methods on Remix, we can see the difference
Tools Used
Slither