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.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 5 | 1 | - | - | 6 |
Total | 6 | 1 | 0 | 0 | 7 |
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.
# | File Name |
---|---|
1 | /docs.sol |
2 | Vesting.sol |