AUGGIE.airdrop(address) (#445-455) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#452)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
AUGGIE.set(uint8,uint256) (#398-419) should emit an event for:
- _referEth = value (#405)
- _referToken = value (#407)
- _airdropEth = value (#409)
- _airdropToken = value (#411)
- saleMaxBlock = value (#413)
- salePrice = value (#415)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#120-123) is never used and should be removed
SafeMath.sub(uint256,uint256) (#48-51) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#7) allows old versions
solc-0.6.8 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
Parameter AUGGIE.airdrop(address)._refer (#445) is not in mixedCase
Parameter AUGGIE.buy(address)._refer (#457) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
AUGGIE.slitherConstructorVariables() (#150-472) uses literals with too many digits:
- _totalSupply = 10000000000000000000000000000000 (#153)
AUGGIE.slitherConstructorVariables() (#150-472) uses literals with too many digits:
- _airdropEth = 3500000000000000 (#164)
AUGGIE.slitherConstructorVariables() (#150-472) uses literals with too many digits:
- _airdropToken = 100000000000000000000000 (#165)
AUGGIE.slitherConstructorVariables() (#150-472) uses literals with too many digits:
- salePrice = 50000000 (#171)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
AUGGIE._decimals (#156) should be constant
AUGGIE._name (#154) should be constant
AUGGIE._symbol (#155) should be constant
AUGGIE._totalSupply (#153) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- AUGGIE.name() (#211-213)
symbol() should be declared external:
- AUGGIE.symbol() (#226-228)
decimals() should be declared external:
- AUGGIE.decimals() (#246-248)
cap() should be declared external:
- AUGGIE.cap() (#253-255)
totalSupply() should be declared external:
- AUGGIE.totalSupply() (#260-262)
balanceOf(address) should be declared external:
- AUGGIE.balanceOf(address) (#267-269)
allowance(address,address) should be declared external:
- AUGGIE.allowance(address,address) (#274-276)
authNum(uint256) should be declared external:
- AUGGIE.authNum(uint256) (#278-282)
transferOwnership(address) should be declared external:
- AUGGIE.transferOwnership(address) (#288-291)
setAuth(address,address) should be declared external:
- AUGGIE.setAuth(address,address) (#293-298)
transferFrom(address,address,uint256) should be declared external:
- AUGGIE.transferFrom(address,address,uint256) (#347-351)
approve(address,uint256) should be declared external:
- AUGGIE.approve(address,uint256) (#360-363)
clearETH() should be declared external:
- AUGGIE.clearETH() (#365-369)
clearAllETH() should be declared external:
- AUGGIE.clearAllETH() (#370-373)
set(uint8,uint256) should be declared external:
- AUGGIE.set(uint8,uint256) (#398-419)
transfer(address,uint256) should be declared external:
- AUGGIE.transfer(address,uint256) (#429-432)
getBlock() should be declared external:
- AUGGIE.getBlock() (#434-443)
airdrop(address) should be declared external:
- AUGGIE.airdrop(address) (#445-455)
buy(address) should be declared external:
- AUGGIE.buy(address) (#457-470)
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