Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
CrowdsaleToken.fallback() (#266-295) performs a multiplication on the result of a division:
-newWei = newTokens.div(basePrice).mul(1000000000000000000) (#278)
Consider ordering multiplication before division.
Additional information: link
Pragma version^0.4.23 (#1) allows old versions
solc-0.4.23 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
Parameter BasicToken.transfer(address,uint256)._to (#121) is not in mixedCase
Parameter BasicToken.transfer(address,uint256)._value (#121) is not in mixedCase
Parameter BasicToken.balanceOf(address)._owner (#136) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._from (#148) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._to (#148) is not in mixedCase
Parameter StandardToken.transferFrom(address,address,uint256)._value (#148) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._spender (#171) is not in mixedCase
Parameter StandardToken.approve(address,uint256)._value (#171) is not in mixedCase
Parameter StandardToken.allowance(address,address)._owner (#183) is not in mixedCase
Parameter StandardToken.allowance(address,address)._spender (#183) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._spender (#197) is not in mixedCase
Parameter StandardToken.increaseApproval(address,uint256)._addedValue (#197) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._spender (#213) is not in mixedCase
Parameter StandardToken.decreaseApproval(address,uint256)._subtractedValue (#213) is not in mixedCase
Constant Configurable.cap (#229) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Configurable.basePrice (#230) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Configurable.tokenReserve (#233) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Reentrancy in CrowdsaleToken.fallback() (#266-295):
External calls:
- msg.sender.transfer(returnWei) (#287)
State variables written after the call(s):
- balances[msg.sender] = balances[msg.sender].add(tokens) (#291)
- totalSupply_ = totalSupply_.add(tokens) (#293)
Event emitted after the call(s):
- Transfer(address(this),msg.sender,returnWei) (#288)
- Transfer(address(this),msg.sender,tokens) (#292)
Apply the check-effects-interactions pattern.
Additional information: link
DogeGoldtoken.slitherConstructorConstantVariables() (#327-332) uses literals with too many digits:
- cap = 10000000000000 * 10 ** 18 (#229)
DogeGoldtoken.slitherConstructorConstantVariables() (#327-332) uses literals with too many digits:
- basePrice = 1000000000 * 10 ** 18 (#230)
DogeGoldtoken.slitherConstructorConstantVariables() (#327-332) uses literals with too many digits:
- tokenReserve = 5000000000000 * 10 ** 18 (#233)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#74-78)
totalSupply() should be declared external:
- BasicToken.totalSupply() (#112-114)
- ERC20Basic.totalSupply() (#85)
balanceOf(address) should be declared external:
- BasicToken.balanceOf(address) (#136-138)
- ERC20Basic.balanceOf(address) (#86)
transfer(address,uint256) should be declared external:
- BasicToken.transfer(address,uint256) (#121-129)
- ERC20Basic.transfer(address,uint256) (#87)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#95)
- StandardToken.allowance(address,address) (#183-185)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#96)
- StandardToken.transferFrom(address,address,uint256) (#148-159)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#97)
- StandardToken.approve(address,uint256) (#171-175)
increaseApproval(address,uint256) should be declared external:
- StandardToken.increaseApproval(address,uint256) (#197-201)
decreaseApproval(address,uint256) should be declared external:
- StandardToken.decreaseApproval(address,uint256) (#213-222)
fallback() should be declared external:
- CrowdsaleToken.fallback() (#266-295)
startIco() should be declared external:
- CrowdsaleToken.startIco() (#299-302)
finalizeIco() should be declared external:
- CrowdsaleToken.finalizeIco() (#317-320)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts