Geles is a cryptocurrency project that will literally change your experience in cryptocurrency asset management! Sounds impressive?
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Gelestoken.R (#213) is never initialized. It is used in:
- Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226)
Gelestoken.C (#214) is never initialized. It is used in:
- Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Pragma version^0.4.26 (#1) allows old versions
solc-0.4.26 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226) is never used and should be removed
SafeMath.add(uint256,uint256) (#268-272) is never used and should be removed
SafeMath.div(uint256,uint256) (#256-261) is never used and should be removed
SafeMath.mul(uint256,uint256) (#250-254) is never used and should be removed
SafeMath.sub(uint256,uint256) (#263-266) is never used and should be removed
Remove unused functions.
Additional information: link
Gelestoken.transfer_Team_Revards(address) (#99-109) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now > date_team_free) (#101)
Gelestoken.transfer_Advisors_Revards(address) (#112-122) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now > date_adv_free) (#114)
Gelestoken.transfer_Marketing_Unlock(address) (#125-135) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now > date_marketing_free) (#127)
Gelestoken.transfer_Platform_Unlock(address) (#138-148) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now > date_platform_free) (#140)
Gelestoken.transfer_OtherExp_Unlock(address) (#151-161) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(now > date_otherExp_free) (#153)
Avoid relying on block.timestamp.
Additional information: link
Function Gelestoken.Gletoken() (#17-19) is not in mixedCase
Function Gelestoken.transfer_Team_Revards(address) (#99-109) is not in mixedCase
Parameter Gelestoken.transfer_Team_Revards(address)._to (#99) is not in mixedCase
Function Gelestoken.transfer_Advisors_Revards(address) (#112-122) is not in mixedCase
Parameter Gelestoken.transfer_Advisors_Revards(address)._to (#112) is not in mixedCase
Function Gelestoken.transfer_Marketing_Unlock(address) (#125-135) is not in mixedCase
Parameter Gelestoken.transfer_Marketing_Unlock(address)._to (#125) is not in mixedCase
Function Gelestoken.transfer_Platform_Unlock(address) (#138-148) is not in mixedCase
Parameter Gelestoken.transfer_Platform_Unlock(address)._to (#138) is not in mixedCase
Function Gelestoken.transfer_OtherExp_Unlock(address) (#151-161) is not in mixedCase
Parameter Gelestoken.transfer_OtherExp_Unlock(address)._to (#151) is not in mixedCase
Parameter Gelestoken.balanceOf(address)._owner (#166) is not in mixedCase
Parameter Gelestoken.transfer(address,uint256)._to (#171) is not in mixedCase
Parameter Gelestoken.transfer(address,uint256)._value (#171) is not in mixedCase
Parameter Gelestoken.transferFrom(address,address,uint256)._from (#182) is not in mixedCase
Parameter Gelestoken.transferFrom(address,address,uint256)._to (#182) is not in mixedCase
Parameter Gelestoken.transferFrom(address,address,uint256)._value (#182) is not in mixedCase
Parameter Gelestoken.approve(address,uint256)._spender (#194) is not in mixedCase
Parameter Gelestoken.approve(address,uint256)._value (#194) is not in mixedCase
Parameter Gelestoken.allowance(address,address)._owner (#201) is not in mixedCase
Parameter Gelestoken.allowance(address,address)._spender (#201) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._from (#217) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._to (#217) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._value (#217) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._L (#217) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._M (#217) is not in mixedCase
Parameter Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256)._B (#217) is not in mixedCase
Parameter Gelestoken.setRatio(string,string)._key (#236) is not in mixedCase
Parameter Gelestoken.setRatio(string,string)._value (#236) is not in mixedCase
Parameter Gelestoken.getRatio(string)._key (#242) is not in mixedCase
Constant Gelestoken.totalSupply (#12) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.decimal_mod (#13) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Gelestoken.ICO_1 (#57) is not in mixedCase
Variable Gelestoken.ICO_2 (#69) is not in mixedCase
Variable Gelestoken.ICO_3 (#81) is not in mixedCase
Constant Gelestoken.date_team_free (#85) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.date_adv_free (#86) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.date_marketing_free (#87) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.date_platform_free (#88) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.date_otherExp_free (#89) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.Team_revard (#91) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.Adv_revard (#92) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.Marketing (#93) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.Platform (#94) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.otherExp (#95) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.k1 (#208) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.k2 (#209) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.k3 (#210) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Gelestoken.P (#212) is not in mixedCase
Variable Gelestoken.R (#213) is not in mixedCase
Variable Gelestoken.C (#214) is not in mixedCase
Constant Gelestoken.SoftCap (#229) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.HardCap (#230) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Gelestoken.Stages (#231) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226) uses literals with too many digits:
- P < 200000 (#220)
Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226) uses literals with too many digits:
- P > 5000000 (#221)
Gelestoken.compensation(address,address,uint256,uint256,uint256,uint256) (#217-226) uses literals with too many digits:
- P = 5000000 (#221)
Gelestoken.slitherConstructorVariables() (#8-246) uses literals with too many digits:
- ICO_1 = CrowdSale(1,1654430400,1655640000,2000000 * decimal_mod,10 * decimal_mod,200000 * decimal_mod,3) (#57)
Gelestoken.slitherConstructorVariables() (#8-246) uses literals with too many digits:
- ICO_2 = CrowdSale(2,1656072000,1657454400,4000000 * decimal_mod,10 * decimal_mod,400000 * decimal_mod,4) (#69)
Gelestoken.slitherConstructorVariables() (#8-246) uses literals with too many digits:
- ICO_3 = CrowdSale(3,1658059200,1659268800,5000000 * decimal_mod,10 * decimal_mod,500000 * decimal_mod,5) (#81)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- totalSupply = 12500000 * (10 ** uint256(decimals)) (#12)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- Team_revard = 500000 * decimal_mod (#91)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- Adv_revard = 200000 * decimal_mod (#92)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- Marketing = 500000 * decimal_mod (#93)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- Platform = 200000 * decimal_mod (#94)
Gelestoken.slitherConstructorConstantVariables() (#8-246) uses literals with too many digits:
- otherExp = 100000 * decimal_mod (#95)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Gelestoken.ICO_1 (#57) is never used in Gelestoken (#8-246)
Gelestoken.ICO_2 (#69) is never used in Gelestoken (#8-246)
Gelestoken.ICO_3 (#81) is never used in Gelestoken (#8-246)
Remove unused state variables.
Additional information: link
Gelestoken.C (#214) should be constant
Gelestoken.R (#213) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Gletoken() should be declared external:
- Gelestoken.Gletoken() (#17-19)
transfer_Team_Revards(address) should be declared external:
- Gelestoken.transfer_Team_Revards(address) (#99-109)
transfer_Advisors_Revards(address) should be declared external:
- Gelestoken.transfer_Advisors_Revards(address) (#112-122)
transfer_Marketing_Unlock(address) should be declared external:
- Gelestoken.transfer_Marketing_Unlock(address) (#125-135)
transfer_Platform_Unlock(address) should be declared external:
- Gelestoken.transfer_Platform_Unlock(address) (#138-148)
transfer_OtherExp_Unlock(address) should be declared external:
- Gelestoken.transfer_OtherExp_Unlock(address) (#151-161)
balanceOf(address) should be declared external:
- Gelestoken.balanceOf(address) (#166-168)
transfer(address,uint256) should be declared external:
- Gelestoken.transfer(address,uint256) (#171-179)
transferFrom(address,address,uint256) should be declared external:
- Gelestoken.transferFrom(address,address,uint256) (#182-191)
approve(address,uint256) should be declared external:
- Gelestoken.approve(address,uint256) (#194-198)
allowance(address,address) should be declared external:
- Gelestoken.allowance(address,address) (#201-203)
setRatio(string,string) should be declared external:
- Gelestoken.setRatio(string,string) (#236-239)
getRatio(string) should be declared external:
- Gelestoken.getRatio(string) (#242-244)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account