Contract creator or owner is blacklisted for past scams
MonkeyCola.airdrop(address) (#437-447) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#444)
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)
Parameter MonkeyCola.allocationForRewards(address,uint256)._addr (#364) is not in mixedCase
Parameter MonkeyCola.allocationForRewards(address,uint256)._amount (#364) is not in mixedCase
Parameter MonkeyCola.airdrop(address)._refer (#437) is not in mixedCase
Parameter MonkeyCola.buy(address)._refer (#449) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MonkeyCola.slitherConstructorVariables() (#145-465) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000 (#148)
MonkeyCola.slitherConstructorVariables() (#145-465) uses literals with too many digits:
- _airdropEth = 4000000000000000 (#159)
MonkeyCola.slitherConstructorVariables() (#145-465) uses literals with too many digits:
- _airdropToken = 1000000000000000000000 (#160)
MonkeyCola.slitherConstructorVariables() (#145-465) uses literals with too many digits:
- salePrice = 500000 (#166)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MonkeyCola._airdropEth (#159) should be constant
MonkeyCola._airdropToken (#160) should be constant
MonkeyCola._decimals (#151) should be constant
MonkeyCola._name (#149) should be constant
MonkeyCola._referEth (#157) should be constant
MonkeyCola._referToken (#158) should be constant
MonkeyCola._swAirdrop (#155) should be constant
MonkeyCola._swSale (#156) should be constant
MonkeyCola._symbol (#150) should be constant
MonkeyCola._totalSupply (#148) should be constant
MonkeyCola.salePrice (#166) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
MonkeyCola.clearETH()._owner (#361) shadows:
- MonkeyCola._owner (#152) (state variable)
Rename the local variables that shadow another component.
Additional information: link
MonkeyCola.clearETH()._owner (#361) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#362)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256,string) (#115-118) is never used and should be removed
SafeMath.sub(uint256,uint256) (#43-46) 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
name() should be declared external:
- MonkeyCola.name() (#206-208)
symbol() should be declared external:
- MonkeyCola.symbol() (#221-223)
decimals() should be declared external:
- MonkeyCola.decimals() (#241-243)
cap() should be declared external:
- MonkeyCola.cap() (#248-250)
totalSupply() should be declared external:
- MonkeyCola.totalSupply() (#255-257)
balanceOf(address) should be declared external:
- MonkeyCola.balanceOf(address) (#262-264)
allowance(address,address) should be declared external:
- MonkeyCola.allowance(address,address) (#269-271)
transferFrom(address,address,uint256) should be declared external:
- MonkeyCola.transferFrom(address,address,uint256) (#342-346)
approve(address,uint256) should be declared external:
- MonkeyCola.approve(address,uint256) (#355-358)
clearETH() should be declared external:
- MonkeyCola.clearETH() (#360-363)
allocationForRewards(address,uint256) should be declared external:
- MonkeyCola.allocationForRewards(address,uint256) (#364-366)
transfer(address,uint256) should be declared external:
- MonkeyCola.transfer(address,uint256) (#421-424)
getBlock() should be declared external:
- MonkeyCola.getBlock() (#426-435)
airdrop(address) should be declared external:
- MonkeyCola.airdrop(address) (#437-447)
buy(address) should be declared external:
- MonkeyCola.buy(address) (#449-462)
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