MetarsC is a new gamfi based on Binance Smart Chain. It is developed by the Singapore game team WWG. In MetarsC, players can join PVP, PVE and cash truck.There will also be many activities when the game is release. The team will also keep updating it so that more and more players can enjoy it.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Different versions of Solidity is used:
- Version used: ['>=0.4.22<0.9.0', '^0.5.10']
- ^0.5.10 (ERC20.sol#1)
- ^0.5.10 (ERC20Interface.sol#1)
- >=0.4.22<0.9.0 (Ownable.sol#1)
Use one Solidity version.
Additional information: link
Pragma version^0.5.10 (ERC20.sol#1) allows old versions
Pragma version^0.5.10 (ERC20Interface.sol#1) allows old versions
Pragma version>=0.4.22<0.9.0 (Ownable.sol#1) is too complex
solc-0.5.10 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 ERC20.balance(address)._owner (ERC20.sol#22) is not in mixedCase
Parameter ERC20.transfer(address,uint256)._to (ERC20.sol#26) is not in mixedCase
Parameter ERC20.transfer(address,uint256)._value (ERC20.sol#26) is not in mixedCase
Parameter ERC20.transferFrom(address,address,uint256)._from (ERC20.sol#37) is not in mixedCase
Parameter ERC20.transferFrom(address,address,uint256)._to (ERC20.sol#37) is not in mixedCase
Parameter ERC20.transferFrom(address,address,uint256)._value (ERC20.sol#37) is not in mixedCase
Parameter ERC20.approve(address,uint256)._spender (ERC20.sol#52) is not in mixedCase
Parameter ERC20.approve(address,uint256)._value (ERC20.sol#52) is not in mixedCase
Parameter ERC20.allowance(address,address)._owner (ERC20.sol#58) is not in mixedCase
Parameter ERC20.allowance(address,address)._spender (ERC20.sol#58) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ERC20.constructor() (ERC20.sol#12-19) uses literals with too many digits:
- totalSupply = 150000000000 (ERC20.sol#13)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
balance(address) should be declared external:
- ERC20.balance(address) (ERC20.sol#22-24)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#26-35)
- ERC20Interface.transfer(address,uint256) (ERC20Interface.sol#9)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#37-49)
- ERC20Interface.transferFrom(address,address,uint256) (ERC20Interface.sol#11)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#52-56)
- ERC20Interface.approve(address,uint256) (ERC20Interface.sol#13)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#58-60)
- ERC20Interface.allowance(address,address) (ERC20Interface.sol#15)
mintToken(uint256) should be declared external:
- ERC20.mintToken(uint256) (ERC20.sol#63-67)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#34-38)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account