The widely adopted standard for token decimals is e18. However, currently even when the variable name is DECIMALS , we are not multiplying by e18 but by 18.
One Ether is equal to 1e18 wei, and the initializations logically need to be x * e18 for general usage. However, the current implementation is not acceptable for the widespread initialization of tokens.
The amount of tokens minted at initialization is 1e18 times lower than what it should be.
Manual reading
It is recommended to adjust the initialization process by changing the variable DECIMALS from 18 to e18 to align with the expected standard in the blockchain community.
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.