AvaXlauncher is the first Incubator + launchpad for the Avalanche ecosystem. AvaXlauncher offers a fast, secure, and efficient platform for decentralized fundraising.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20.allowance(address,address).owner (#278) shadows:
- Owned.owner (#6) (state variable)
BEP20._approve(address,address,uint256).owner (#422) shadows:
- Owned.owner (#6) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Owned.transferOwnership(address)._newOwner (#20) lacks a zero-check on :
- newOwner = _newOwner (#21)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256) (#215-222) is never used and should be removed
SafeMath.mul(uint256,uint256) (#190-202) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Owned.transferOwnership(address)._newOwner (#20) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
AvaXlauncher.constructor(address) (#440-446) uses literals with too many digits:
- _mint(tokenHolder,2000000000 * 10 ** 18) (#444)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- BEP20.totalSupply() (#263-265)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#270-272)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#278-280)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#289-292)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#307-310)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#326-329)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find Youtube account
Unable to find Discord account