code-423n4 / 2022-01-insure-findings

2 stars 0 forks source link

Unused state variables #3

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Handle

robee

Vulnerability details

Unused state variables are gas consuming at deployment (since they are located in storage) and are a bad code practice. Removing those variables will decrease deployment gas cost and improve code quality. This is a full list of all the unused storage variables we found in your code base. The format is , :

    IndexTemplate.sol, pendingEnd
    BondingPremium.sol, ADJUSTER
oishun1112 commented 2 years ago

sponsor confirmed