Infinity NFT Marketplace contest - kenta's results

The world's most advanced NFT marketplace.

General Information

Platform: Code4rena

Start Date: 14/06/2022

Pot Size: $50,000 USDC

Total HM: 19

Participants: 99

Period: 5 days

Judge: HardlyDifficult

Total Solo HM: 4

Id: 136

League: ETH

Infinity NFT Marketplace

Findings Distribution

Researcher Performance

Rank: 63/99

Findings: 2

Award: $80.21

🌟 Selected for report: 0

🚀 Solo Findings: 0

2022-06-infinity

1 Use mixedCase instead of all capital letters with underscores separating words.

Constants should be named with all capital letters with underscores separating words. The following state variables are not constant. You can rename them with mixedCase.

https://github.com/code-423n4/2022-06-infinity/blob/main/contracts/staking/InfinityStaker.sol#L33-L42

For example, uint16 public bronzeStakeThreshold = 1000;

2022-06-infinity gas optimization

1 the following state variables can be immutable.

There is no setter for the following state variables. They can be immutable to save gas costs.

https://github.com/code-423n4/2022-06-infinity/blob/main/contracts/staking/InfinityStaker.sol#L25-L27

address public immutable INFINITY_TOKEN;

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