Fractional v2 contest - z3s's results

A collective ownership platform for NFTs on Ethereum.

General Information

Platform: Code4rena

Start Date: 07/07/2022

Pot Size: $75,000 USDC

Total HM: 32

Participants: 141

Period: 7 days

Judge: HardlyDifficult

Total Solo HM: 4

Id: 144

League: ETH

Fractional

Findings Distribution

Researcher Performance

Rank: 102/141

Findings: 1

Award: $61.94

🌟 Selected for report: 0

🚀 Solo Findings: 0

Non Critical

[N01] Initialize Vault's implementation contract:

3rd parties can own Vault's implementation contract, it doesn't cause any problem but it's not nice. so init() it in constructor.

File: src/VaultFactory.sol

constructor() {
    implementation = address(new Vault());
    + Vault(implementation).init();
}
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