Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add booster for rewards #867

Merged
merged 3 commits into from
Aug 13, 2024

use solidity 0.8.26

1700390
Select commit
Loading
Failed to load commit list.
Merged

add booster for rewards #867

use solidity 0.8.26
1700390
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Slither succeeded Jun 28, 2024 in 6s

6 new alerts including 5 low severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 low

Other Alerts:

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 70 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Local variable shadowing Low

Check notice on line 62 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Local variable shadowing Low

Check notice on line 25 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Local variable shadowing Low

Check notice on line 25 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Local variable shadowing Low

Check notice on line 54 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Local variable shadowing Low

Check warning on line 82 in contracts/rewards/Booster.sol

See this annotation in the file changed.

Code scanning / Slither

Dead-code Warning

Booster._burn(uint256) is never used and should be removed