AccessLauncher is created fully decentralised: Ready made available for entities, startups, organisations to create and launch their projects, cross-chain.
HasForeignAsset.getAsset(IBEP20) (#454-456) ignores return value by asset.transfer(owner(),this.assetBalance(asset)) (#455)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract locking ether found:
Contract AccessLauncher (#483-761) has payable functions:
- AccessLauncher.receive() (#509-511)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
AccessLauncher._approve(address,address,uint256).owner (#726) shadows:
- Ownable.owner() (#425-427) (function)
Rename the local variables that shadow another component.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#277-298) uses assembly
- INLINE ASM (#290-293)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#156-159) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 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
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#277-298):
- (success,returndata) = target.call{value: weiValue}(data) (#281)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Redundant expression "this (#392)" inContext (#386-395)
Remove redundant statements if they congest code but offer no value.
Additional information: link
AccessLauncher.constructor() (#501-507) uses literals with too many digits:
- _maxSupply = 10000000 (#505)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
burn(uint256) should be declared external:
- AccessLauncher.burn(uint256) (#710-712)
Use the external attribute for functions never called from the contract.
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
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account