Function: setEthPerUser(uint256 _ethPerUser)
This function is used to set Ether (that is claimable by the user) per user. It is only callable by the owner.
Inputs
_ethPerUserControl: Arbitrary
uint256.Constraints: None.
Impact: New ETH amount per user.
Branches and code coverage
Intended branches
Update
ethPerUser.Emit the
EthPerUserUpdatedevent.
Negative behavior
Revert if the caller is not the owner.