HardhatDeFi
15,000 USDC
View results
Submission Details
Severity: low
Invalid

Incorrect WToken Symbol Construction

Description:
When creating a WToken, the name and symbol are both set to "w" + collateralToken.symbol(). While not a security risk, this causes the ERC20 name and symbol to be identical, which may confuse users and tools expecting distinct values.

Impact:

  • User confusion and potential integration issues with external tools.

Recommendation:
Set the name field to a more descriptive value (e.g., "Wrapped [Token Name]") while keeping the symbol as w[SYMBOL].

Updates

Lead Judging Commences

bube Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Design choice

Support

FAQs

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