Contract creator or owner is blacklisted for past scams
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
DECAO.airdrop(address) (#448-458) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#455)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Pragma version0.6.8 (#13) 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
Parameter DECAO.allocationForRewards(address,uint256)._addr (#375) is not in mixedCase
Parameter DECAO.allocationForRewards(address,uint256)._amount (#375) is not in mixedCase
Parameter DECAO.airdrop(address)._refer (#448) is not in mixedCase
Parameter DECAO.buy(address)._refer (#460) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
DECAO.slitherConstructorVariables() (#156-476) uses literals with too many digits:
- _totalSupply = 3900000000000000000000000000000 (#159)
DECAO.slitherConstructorVariables() (#156-476) uses literals with too many digits:
- _airdropEth = 3400000000000000 (#170)
DECAO.slitherConstructorVariables() (#156-476) uses literals with too many digits:
- _airdropToken = 220000000000000000000000 (#171)
DECAO.slitherConstructorVariables() (#156-476) uses literals with too many digits:
- salePrice = 2600000000 (#177)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
DECAO._airdropEth (#170) should be constant
DECAO._airdropToken (#171) should be constant
DECAO._decimals (#162) should be constant
DECAO._name (#160) should be constant
DECAO._referEth (#168) should be constant
DECAO._referToken (#169) should be constant
DECAO._swAirdrop (#166) should be constant
DECAO._swSale (#167) should be constant
DECAO._symbol (#161) should be constant
DECAO._totalSupply (#159) should be constant
DECAO.salePrice (#177) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- DECAO.name() (#217-219)
symbol() should be declared external:
- DECAO.symbol() (#232-234)
decimals() should be declared external:
- DECAO.decimals() (#252-254)
cap() should be declared external:
- DECAO.cap() (#259-261)
totalSupply() should be declared external:
- DECAO.totalSupply() (#266-268)
balanceOf(address) should be declared external:
- DECAO.balanceOf(address) (#273-275)
allowance(address,address) should be declared external:
- DECAO.allowance(address,address) (#280-282)
transferFrom(address,address,uint256) should be declared external:
- DECAO.transferFrom(address,address,uint256) (#353-357)
approve(address,uint256) should be declared external:
- DECAO.approve(address,uint256) (#366-369)
clearETH() should be declared external:
- DECAO.clearETH() (#371-374)
allocationForRewards(address,uint256) should be declared external:
- DECAO.allocationForRewards(address,uint256) (#375-377)
transfer(address,uint256) should be declared external:
- DECAO.transfer(address,uint256) (#432-435)
getBlock() should be declared external:
- DECAO.getBlock() (#437-446)
airdrop(address) should be declared external:
- DECAO.airdrop(address) (#448-458)
buy(address) should be declared external:
- DECAO.buy(address) (#460-473)
Use the external attribute for functions never called from the contract.
Additional information: link
DECAO.clearETH()._owner (#372) shadows:
- DECAO._owner (#163) (state variable)
Rename the local variables that shadow another component.
Additional information: link
DECAO.clearETH()._owner (#372) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#373)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256,string) (#126-129) is never used and should be removed
SafeMath.sub(uint256,uint256) (#54-57) is never used and should be removed
Remove unused functions.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts