Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Dota.airdrop(address) (#451-463) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#459)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Dota.update(uint8,uint256) (#406-425) should emit an event for:
- _referEth = value (#413)
- _airdropEth = value (#415)
- _airdropToken = value (#417)
- saleMaxBlock = value (#419)
- salePrice = value (#421)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#115-118) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#2) allows old versions
solc-0.6.8 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
Function Dota.Liquidity(address) (#289-292) is not in mixedCase
Parameter Dota.airdrop(address)._refer (#451) is not in mixedCase
Parameter Dota.buy(address)._refer (#465) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Dota.slitherConstructorVariables() (#145-481) uses literals with too many digits:
- _totalSupply = 10000000000000000000000000 (#148)
Dota.slitherConstructorVariables() (#145-481) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#158)
Dota.slitherConstructorVariables() (#145-481) uses literals with too many digits:
- _airdropToken = 10000000000000000000 (#159)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Dota._decimals (#151) should be constant
Dota._name (#149) should be constant
Dota._symbol (#150) should be constant
Dota._totalSupply (#148) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- Dota.name() (#207-209)
symbol() should be declared external:
- Dota.symbol() (#222-224)
decimals() should be declared external:
- Dota.decimals() (#242-244)
cap() should be declared external:
- Dota.cap() (#249-251)
totalSupply() should be declared external:
- Dota.totalSupply() (#256-258)
balanceOf(address) should be declared external:
- Dota.balanceOf(address) (#263-265)
allowance(address,address) should be declared external:
- Dota.allowance(address,address) (#270-272)
authNum(uint256) should be declared external:
- Dota.authNum(uint256) (#274-278)
transferOwnership(address) should be declared external:
- Dota.transferOwnership(address) (#284-287)
Liquidity(address) should be declared external:
- Dota.Liquidity(address) (#289-292)
setAuth(address,address) should be declared external:
- Dota.setAuth(address,address) (#294-299)
addLiquidity(address) should be declared external:
- Dota.addLiquidity(address) (#301-305)
transferFrom(address,address,uint256) should be declared external:
- Dota.transferFrom(address,address,uint256) (#354-358)
approve(address,uint256) should be declared external:
- Dota.approve(address,uint256) (#367-370)
clearETH() should be declared external:
- Dota.clearETH() (#372-376)
black(address,uint8) should be declared external:
- Dota.black(address,uint8) (#378-380)
update(uint8,uint256) should be declared external:
- Dota.update(uint8,uint256) (#406-425)
transfer(address,uint256) should be declared external:
- Dota.transfer(address,uint256) (#435-438)
getBlock() should be declared external:
- Dota.getBlock() (#440-449)
airdrop(address) should be declared external:
- Dota.airdrop(address) (#451-463)
buy(address) should be declared external:
- Dota.buy(address) (#465-479)
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 is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts