AirdropDistribution's public functions can be made external #187
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
Handle
hyh
Vulnerability details
AirdropDistribution's functions: updateEmission, available_supply are public, but are not called within the contract (both have internal versions) and can be made external to reduce calling costs.
https://github.com/code-423n4/2021-11-bootfinance/blob/main/vesting/contracts/AirdropDistribution.sol#L595
The text was updated successfully, but these errors were encountered: