Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token.transferFrom(address,address,uint256) (#103-130) uses a dangerous strict equality:
- launchedAt == 0 (#106)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract ticker (Golden Doge) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
SafeMath.div(uint256,uint256) (#19-22) is never used and should be removed
SafeMath.mul(uint256,uint256) (#10-17) is never used and should be removed
Token.showuint160(address) (#66-68) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.4.26 (#7) 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
Parameter Token.transfer(address,uint256)._to (#76) is not in mixedCase
Parameter Token.transfer(address,uint256)._value (#76) is not in mixedCase
Parameter Token.balanceOf(address)._owner (#88) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._from (#103) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._to (#103) is not in mixedCase
Parameter Token.transferFrom(address,address,uint256)._value (#103) is not in mixedCase
Parameter Token.approve(address,uint256)._spender (#132) is not in mixedCase
Parameter Token.approve(address,uint256)._value (#132) is not in mixedCase
Parameter Token.allowance(address,address)._owner (#138) is not in mixedCase
Parameter Token.allowance(address,address)._spender (#138) is not in mixedCase
Parameter Token.mint(address,uint256)._value (#146) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#76-84)
balanceOf(address) should be declared external:
- Token.balanceOf(address) (#88-90)
transferOwnership(address) should be declared external:
- Token.transferOwnership(address) (#91-95)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#103-130)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#132-136)
allowance(address,address) should be declared external:
- Token.allowance(address,address) (#138-140)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts