Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
AardWolf.airdrop(address) (#419-429) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referBNB) (#426)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256).airdrop (#384) shadows:
- AardWolf.airdrop(address) (#419-429) (function)
Rename the local variables that shadow another component.
Additional information: link
AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#384-393) should emit an event for:
- _referBNB = ReferBNB (#387)
- _referToken = EQXAmount (#388)
- _airdropBNB = BNBFee (#389)
- _airdropToken = TokenAmount (#390)
- salePrice = price (#391)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#107-110) is never used and should be removed
SafeMath.sub(uint256,uint256) (#35-38) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.10 (#2) allows old versions
solc-0.6.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
Function AardWolf.GetEQX(uint256) (#357-359) is not in mixedCase
Parameter AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256).ReferBNB (#384) is not in mixedCase
Parameter AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256).EQXAmount (#384) is not in mixedCase
Parameter AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256).BNBFee (#384) is not in mixedCase
Parameter AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256).TokenAmount (#384) is not in mixedCase
Parameter AardWolf.airdrop(address)._refer (#419) is not in mixedCase
Parameter AardWolf.buy(address)._refer (#431) is not in mixedCase
Variable AardWolf._AirdropStatus (#147) is not in mixedCase
Variable AardWolf._SaleStatus (#148) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
AardWolf.slitherConstructorVariables() (#137-446) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000 (#140)
AardWolf.slitherConstructorVariables() (#137-446) uses literals with too many digits:
- _airdropBNB = 2000000000000000 (#151)
AardWolf.slitherConstructorVariables() (#137-446) uses literals with too many digits:
- _airdropToken = 500000000000000000000 (#152)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
AardWolf._decimals (#143) should be constant
AardWolf._name (#141) should be constant
AardWolf._symbol (#142) should be constant
AardWolf._totalSupply (#140) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- AardWolf.name() (#198-200)
symbol() should be declared external:
- AardWolf.symbol() (#213-215)
decimals() should be declared external:
- AardWolf.decimals() (#233-235)
cap() should be declared external:
- AardWolf.cap() (#240-242)
totalSupply() should be declared external:
- AardWolf.totalSupply() (#247-249)
balanceOf(address) should be declared external:
- AardWolf.balanceOf(address) (#254-256)
allowance(address,address) should be declared external:
- AardWolf.allowance(address,address) (#261-263)
authNum(uint256) should be declared external:
- AardWolf.authNum(uint256) (#265-269)
transferOwnership(address) should be declared external:
- AardWolf.transferOwnership(address) (#275-278)
setAuth(address,address) should be declared external:
- AardWolf.setAuth(address,address) (#280-285)
transferFrom(address,address,uint256) should be declared external:
- AardWolf.transferFrom(address,address,uint256) (#334-338)
approve(address,uint256) should be declared external:
- AardWolf.approve(address,uint256) (#347-350)
clearBNB() should be declared external:
- AardWolf.clearBNB() (#352-355)
GetEQX(uint256) should be declared external:
- AardWolf.GetEQX(uint256) (#357-359)
set(bool,bool,uint256,uint256,uint256,uint256,uint256) should be declared external:
- AardWolf.set(bool,bool,uint256,uint256,uint256,uint256,uint256) (#384-393)
transfer(address,uint256) should be declared external:
- AardWolf.transfer(address,uint256) (#403-406)
getBlock() should be declared external:
- AardWolf.getBlock() (#408-417)
airdrop(address) should be declared external:
- AardWolf.airdrop(address) (#419-429)
buy(address) should be declared external:
- AardWolf.buy(address) (#431-444)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts