MetaCloud offers a decentralized alternative to the existing cloud computing paradigm.
Token is flagged by TokenSniffer due to presence of exploit in contract code
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Contract locking ether found:
Contract METACLOUD (#92-214) has payable functions:
- METACLOUD.fallback() (#202-204)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#76) is not in mixedCase
Variable METACLOUD._totalSupply (#96) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
METACLOUD.constructor() (#105-112) uses literals with too many digits:
- _totalSupply = 120000000000000000 (#109)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Owned.transferOwnership(address)._newOwner (#76) lacks a zero-check on :
- newOwner = _newOwner (#77)
Check that the address is not zero.
Additional information: link
solc-0.4.24 is not recommended for deployment
Pragma version^0.4.24 (#5) allows old versions
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
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#54)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (#41)
- METACLOUD.transferFrom(address,address,uint256) (#168-174)
transferAnyERC20Token(address,uint256) should be declared external:
- METACLOUD.transferAnyERC20Token(address,uint256) (#210-212)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (#39)
- METACLOUD.transfer(address,uint256) (#136-141)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#79-84)
totalSupply() should be declared external:
- ERC20Interface.totalSupply() (#36)
- METACLOUD.totalSupply() (#118-120)
safeDiv(uint256,uint256) should be declared external:
- SafeMath.safeDiv(uint256,uint256) (#24-27)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (#38)
- METACLOUD.allowance(address,address) (#181-183)
fallback() should be declared external:
- METACLOUD.fallback() (#202-204)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#76-78)
balanceOf(address) should be declared external:
- ERC20Interface.balanceOf(address) (#37)
- METACLOUD.balanceOf(address) (#126-128)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (#40)
- METACLOUD.approve(address,uint256) (#152-156)
approveAndCall(address,uint256,bytes) should be declared external:
- METACLOUD.approveAndCall(address,uint256,bytes) (#191-196)
safeMul(uint256,uint256) should be declared external:
- SafeMath.safeMul(uint256,uint256) (#20-23)
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 scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 30 days ago
Unable to find Discord account