The CredToken.sol
and OneShot.sol
files import Streets
contract but functionality of its contract is not used.
Importing of Streets
contract and converting value of _streetsContract
variable in the onlyStreetContract
modifier use too much gas
More gas usage
Manual review
Consider delete import {Streets} from "./Streets.sol";
from CredToken.sol
and OneShot.sol
files and use only address
type variable for _streetsContract
variable. Also, delete unused import {Credibility} from "./CredToken.sol";
from RapBattle.sol
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.