Omniscia Powercity Audit
PulseXToken Code Style Findings
PulseXToken Code Style Findings
PXT-01C: Inexistent Annotation of Purpose
Type | Severity | Location |
---|---|---|
Code Style | PulseXToken.sol:L7 |
Description:
The PulseXToken
implementation present in the PowerCity Earn repository is meant to mimic the official PulseX token.
Example:
PulseXToken.sol
7contract PulseXToken is ERC20 {
Recommendation:
We advise the code to be properly annotated, linking the actual implementation and specifying that this is a mock contract.
Alleviation (8bedd3b0df6387957e6b8f5d52507e776c1458b0):
The Powercity team evaluated this exhibit but has opted to acknowledge it in the current iteration of the codebase.