Volt Protocol contest - hubble's results

Inflation Protected Stablecoin.

General Information

Platform: Code4rena

Start Date: 31/03/2022

Pot Size: $75,000 USDC

Total HM: 7

Participants: 42

Period: 7 days

Judge: Jack the Pug

Total Solo HM: 5

Id: 102

League: ETH

Volt Protocol

Findings Distribution

Researcher Performance

Rank: 36/42

Findings: 1

Award: $125.78

🌟 Selected for report: 0

🚀 Solo Findings: 0

Awards

125.7841 USDC - $125.78

Labels

bug
QA (Quality Assurance)

External Links

Summary of Findings for Low / Non-Critical issues

Issue#1 : Using deprecated function _setupRole() in Permissions.sol

Details Issue#1

Title : Using deprecated function _setupRole() in Permissions.sol

Refer : https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/AccessControl.sol The function _setupRole is deprecated in favor of {_grantRole}.

Using deprecated function in Permissions.sol (line 211) which is inherited by Core.sol

Proof of Concept

Contract : Permissions.sol

function _setupGovernor(address governor) internal { _setupRole(GOVERN_ROLE, governor); }

Use _grantRole or grantRole instead of _setupRole in above function

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