MetaKongz.airdrop(address) (#452-462) 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
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
MetaKongz.clearETH()._owner (#376) shadows:
- MetaKongz._owner (#167) (state variable)
Rename the local variables that shadow another component.
Additional information: link
MetaKongz.clearETH()._owner (#376) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#377)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256,string) (#130-133) is never used and should be removed
SafeMath.sub(uint256,uint256) (#58-61) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#17) 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
Contract ticker ($KONGZ) 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.
Parameter MetaKongz.allocationForRewards(address,uint256)._addr (#379) is not in mixedCase
Parameter MetaKongz.allocationForRewards(address,uint256)._amount (#379) is not in mixedCase
Parameter MetaKongz.airdrop(address)._refer (#452) is not in mixedCase
Parameter MetaKongz.buy(address)._refer (#464) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MetaKongz.slitherConstructorVariables() (#160-480) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000000000 (#163)
MetaKongz.slitherConstructorVariables() (#160-480) uses literals with too many digits:
- _airdropEth = 3500000000000000 (#174)
MetaKongz.slitherConstructorVariables() (#160-480) uses literals with too many digits:
- _airdropToken = 1000000000000000000000000 (#175)
MetaKongz.slitherConstructorVariables() (#160-480) uses literals with too many digits:
- salePrice = 1000000000000 (#181)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MetaKongz._airdropEth (#174) should be constant
MetaKongz._airdropToken (#175) should be constant
MetaKongz._decimals (#166) should be constant
MetaKongz._name (#164) should be constant
MetaKongz._referEth (#172) should be constant
MetaKongz._referToken (#173) should be constant
MetaKongz._swAirdrop (#170) should be constant
MetaKongz._swSale (#171) should be constant
MetaKongz._symbol (#165) should be constant
MetaKongz._totalSupply (#163) should be constant
MetaKongz.salePrice (#181) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- MetaKongz.name() (#221-223)
symbol() should be declared external:
- MetaKongz.symbol() (#236-238)
decimals() should be declared external:
- MetaKongz.decimals() (#256-258)
cap() should be declared external:
- MetaKongz.cap() (#263-265)
totalSupply() should be declared external:
- MetaKongz.totalSupply() (#270-272)
balanceOf(address) should be declared external:
- MetaKongz.balanceOf(address) (#277-279)
allowance(address,address) should be declared external:
- MetaKongz.allowance(address,address) (#284-286)
transferFrom(address,address,uint256) should be declared external:
- MetaKongz.transferFrom(address,address,uint256) (#357-361)
approve(address,uint256) should be declared external:
- MetaKongz.approve(address,uint256) (#370-373)
clearETH() should be declared external:
- MetaKongz.clearETH() (#375-378)
allocationForRewards(address,uint256) should be declared external:
- MetaKongz.allocationForRewards(address,uint256) (#379-381)
transfer(address,uint256) should be declared external:
- MetaKongz.transfer(address,uint256) (#436-439)
getBlock() should be declared external:
- MetaKongz.getBlock() (#441-450)
airdrop(address) should be declared external:
- MetaKongz.airdrop(address) (#452-462)
buy(address) should be declared external:
- MetaKongz.buy(address) (#464-477)
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 is marked as scam (rug pull, honeypot, phishing, 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