ASPO World is inspired by the open world of the game Tien Hiep where anyone can earn tokens through skilled gameplay and ecosystem contribution.
Context._msgData() (#22-24) is never used and should be removed
ERC20._burn(address,uint256) (#415-430) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#5) allows old versions
Pragma version^0.8.0 (#32) allows old versions
Pragma version^0.8.0 (#116) allows old versions
Pragma version^0.8.0 (#145) allows old versions
Pragma version^0.8.2 (#501) allows old versions
solc-0.8.2 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
ASPOToken.constructor() (#505-507) uses literals with too many digits:
- _mint(msg.sender,500000000 * 10 ** decimals()) (#506)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.2']
- ^0.8.0 (#5)
- ^0.8.0 (#32)
- ^0.8.0 (#116)
- ^0.8.0 (#145)
- ^0.8.2 (#501)
Use one Solidity version.
Additional information: link
name() should be declared external:
- ERC20.name() (#202-204)
symbol() should be declared external:
- ERC20.symbol() (#210-212)
totalSupply() should be declared external:
- ERC20.totalSupply() (#234-236)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#241-243)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#253-256)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#261-263)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#272-275)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#290-304)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#318-321)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#337-345)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Token has relatively low CoinGecko rank
Young tokens have high risks of price dump / death
Unable to find Blog account (Reddit or Medium)