CjHare / Separate-Staking-Reward-ERC4626-Vault

A ERC4626 Vault that hands out rewards in the vein of Masterchef V2
Apache License 2.0
3 stars 0 forks source link

[Feature] Function exposure narrowing #23

Open CjHare opened 1 year ago

CjHare commented 1 year ago

Feature Description

Some public function can be made 'external' and others 'private', besides better encapsulation, 'external' costs less gas that 'public', ...'private' even less.

Additional Information