WIRTUAL started out as a test project in the science of Growth Methodology. It was founded to solve a pain point in the market, to make exercise more fun, more immersive, and to bring people together in the virtual world. The first version of WIRTUAL was a web-based prototype designed to test the idea to see if it was viable in the market. We listened to our customers and collected feedback from our early users. We explored management results, issues in fraud, and even how to cope with an overload of users. With this information, we reworked our platform and are now ready to present you with WIRTUAL 2.0.
WIRTUAL.constructor() (#508-510) uses literals with too many digits:
- _mint(msg.sender,1000000000 * 10 ** decimals()) (#509)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Context._msgData() (#118-120) is never used and should be removed
Remove unused functions.
Additional information: link
name() should be declared external:
- ERC20.name() (#175-177)
symbol() should be declared external:
- ERC20.symbol() (#183-185)
totalSupply() should be declared external:
- ERC20.totalSupply() (#207-209)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#214-216)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#226-229)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#245-248)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#263-277)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#291-294)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#310-318)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#482-484)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#497-504)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find code repository for the project
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Blog account (Reddit or Medium)