Omniscia Powercity Audit

Code Style

Code Style

During the manual portion of the audit, we identified 10 optimizations that can be applied to the codebase that will decrease the operational cost associated with the execution of a particular function and generally ensure that the project complies with the latest best practices and standards in Solidity.

Additionally, this section of the audit contains any opinionated adjustments we believe the code should make to make it more legible as well as truer to its purpose.

These optimizations are enumerated below:

IDSeverityAddressedTitle
APL-01CMultiple Top-Level Declarations
BOS-01CIncorrect Token Approvals
BOS-02CUnutilized Contract Member
CSP-01CMultiple Top-Level Declarations
DPL-01CMultiple Top-Level Declarations
DPL-02CRedundant Contract Member
LUS-01CImproper Naming Convention
MTG-01CVariable Mutability Specifiers (Immutable)
PXT-01CInexistent Annotation of Purpose
TCR-01CVariable Mutability Specifier (Immutable)