A staking contract is the the contract to allow subscribers to claim the rewards. The operator would be calling the stake() function with the amount user used for subscription, the user can then claim the rewards allowed. The reward is 50% of the staked amount.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 5 | 1 | - | - | 6 |
Fixed | 3 | 2 | - | - | 5 |
Total | 8 | 3 | 0 | 0 | 11 |
# | File Name |
---|---|
1 | contracts/Staking.sol |
2 | Token.sol |
3 | Staking.sol |