TokenFactory.sol uses s_tokenToAddress to associate the symbol of a token with its address, but the symbol is not utilized within L1Token.sol.
In L1Token.sol, a token is generated with the fixed symbol "BBT". This can be confusing since TokenFactory.sol supposedly associates the symbol of a token with its address using s_tokenToAddress.
This inconsistency may lead to confusion and potential issues as the code evolves.
VSCode
Allow the token to dynamically generate its name and symbol to maintain consistency with the association in TokenFactory.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.