Created
May 9, 2021 20:23
-
-
Save percybolmer/31e86b00b05c3c14dcefb4f630850a47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @notice | |
rewardPerHour is 1000 because it is used to represent 0.001, since we only use integer numbers | |
This will give users 0.1% reward for each staked token / H | |
*/ | |
uint256 internal rewardPerHour = 1000; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment