First Flight #18: T-Swap

First Flight #18
Beginner FriendlyDeFiFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Wrong function call

Summary

Wrong function call

Vulnerability Details

The string variable liquidityTokenSymbol should create a pair of tokens symbols, however it takes the name instead with IERC20(tokenAddress).name()

Impact

Tools Used

Manual Review

Recommendations

Replace the 52th line of PoolFactory.sol with string memory liquidityTokenSymbol = string.concat("ts", IERC20(tokenAddress).symbol());

Updates

Appeal created

inallhonesty Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.