Growt

Off-Chain (Private)
Audited on 2025/01/24
No active critical issues

Summary

Growt is a DeFi project leveraging an ERC20 token with a unique vesting contract mechanism for token distribution. It introduces a custom token with adjustable decimals, pri marily set to 6 for precision. The project's standout feature is its Vesting contract, which manages token allocations across various categories like pre-seed, team, marketing, and liquidity, among others. This contract calculates and re leases tokens based on predefined vesting periods, ensuring a controlled and phased distribution. This approach aims to provide a fair and transparent token economy, supporting the project's growth and sustainability.

Issues (7)

Low
Medium
High
Critical
Total
Not fixed
1---1
Fixed
51--6
Total61007
Not checking the return value
not_fixed/low

releaseTokens function returns a boolean value to show the status of the token release. This functionis invoked in constructor but return value is not checked. As well check the return values of mint functions in the releaseTokens function.

Contracts (2)

#File Name
1

/docs.sol

2

Vesting.sol