Backd contest - 0x4non's results

Maximize the power of your assets and start earning yield

General Information

Platform: Code4rena

Start Date: 21/04/2022

Pot Size: $100,000 USDC

Total HM: 18

Participants: 60

Period: 7 days

Judge: gzeon

Total Solo HM: 10

Id: 112

League: ETH

Backd

Findings Distribution

Researcher Performance

Rank: 56/60

Findings: 1

Award: $89.35

🌟 Selected for report: 0

🚀 Solo Findings: 0

Awards

89.3504 USDC - $89.35

Labels

bug
G (Gas Optimization)
resolved
reviewed

External Links

Variable use in loop can be cached to improve gas utlization.

File: https://github.com/code-423n4/2022-04-backd/blob/main/backd/contracts/tokenomics/InflationManager.sol#L109

Instead of

for (uint256 i = 0; i < stakerVaults.length; i++) {

I recommend use

length = stakerVaults.length; for (uint256 i = 0; i < length; i++) {

#0 - gzeoneth

2022-05-08T20:12:10Z

Score cap applied to warden submitting multiple gas optimization report.

AuditHub

A portfolio for auditors, a security profile for protocols, a hub for web3 security.

Built bymalatrax © 2024

Auditors

Browse

Contests

Browse

Get in touch

ContactTwitter