code-423n4 / 2022-01-trader-joe-findings

2 stars 0 forks source link

Unspecific Compiler Version Pragma #273

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

Handle

Czar102

Vulnerability details

Impact

Issue Information: L003

Findings:

LaunchEvent.sol::4 => pragma solidity ^0.8.0;
RocketJoeFactory.sol::4 => pragma solidity ^0.8.0;
RocketJoeStaking.sol::3 => pragma solidity ^0.8.0;
RocketJoeToken.sol::3 => pragma solidity ^0.8.0;

Tools used

c4udit

cryptofish7 commented 2 years ago

Duplicate of #181

dmvt commented 2 years ago

Typically I'd consider this a non-critical issue, but in this case I'm going to call it a gas issue given the savings available by locking in a higher version of solidity.