token-contract
token-contract copied to clipboard
Standardize naming conventions to Camel Case
Description:
- The codebase uses a mix of camelCase and snake_case.
- Refactor to use a single naming convention.
Benefits:
- Improved readability and consistency.
No functional changes introduced.