Closed code423n4 closed 2 years ago
robee
Unnecessary default assignments, you can just declare and it will save gas and have the same meaning.
ConvexStakingWrapper.sol (L#54) : bool private constant _NOT_ENTERED = false;
Duplicate of #56
Handle
robee
Vulnerability details
Unnecessary default assignments, you can just declare and it will save gas and have the same meaning.