Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ALPINE.airdrop(address) (#452-466) compares to a boolean constant:
-require(bool,string)(Claimed[msg.sender] == false,Airdrop claimed already) (#454)
Remove the equality to the boolean constant.
Additional information: link
ALPINE.update(uint8,uint256) (#407-426) should emit an event for:
- _referEth = value (#414)
- _airdropEth = value (#416)
- _airdropToken = value (#418)
- saleMaxBlock = value (#420)
- salePrice = value (#422)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#115-118) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#2) 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
Function ALPINE.Liquidity(address) (#291-294) is not in mixedCase
Parameter ALPINE.airdrop(address)._refer (#452) is not in mixedCase
Parameter ALPINE.buy(address)._refer (#468) is not in mixedCase
Variable ALPINE.Claimed (#172) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ALPINE.slitherConstructorVariables() (#145-484) uses literals with too many digits:
- _totalSupply = 40000000 * 10 ** 18 (#148)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ALPINE._buyReferEth (#158) should be constant
ALPINE._decimals (#151) should be constant
ALPINE._name (#149) should be constant
ALPINE._symbol (#150) should be constant
ALPINE._totalSupply (#148) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- ALPINE.name() (#209-211)
symbol() should be declared external:
- ALPINE.symbol() (#224-226)
decimals() should be declared external:
- ALPINE.decimals() (#244-246)
cap() should be declared external:
- ALPINE.cap() (#251-253)
totalSupply() should be declared external:
- ALPINE.totalSupply() (#258-260)
balanceOf(address) should be declared external:
- ALPINE.balanceOf(address) (#265-267)
allowance(address,address) should be declared external:
- ALPINE.allowance(address,address) (#272-274)
authNum(uint256) should be declared external:
- ALPINE.authNum(uint256) (#276-280)
transferOwnership(address) should be declared external:
- ALPINE.transferOwnership(address) (#286-289)
Liquidity(address) should be declared external:
- ALPINE.Liquidity(address) (#291-294)
setAuth(address,address) should be declared external:
- ALPINE.setAuth(address,address) (#296-301)
addLiquidity(address) should be declared external:
- ALPINE.addLiquidity(address) (#303-307)
transferFrom(address,address,uint256) should be declared external:
- ALPINE.transferFrom(address,address,uint256) (#355-359)
approve(address,uint256) should be declared external:
- ALPINE.approve(address,uint256) (#368-371)
clearETH() should be declared external:
- ALPINE.clearETH() (#373-377)
black(address,uint8) should be declared external:
- ALPINE.black(address,uint8) (#379-381)
update(uint8,uint256) should be declared external:
- ALPINE.update(uint8,uint256) (#407-426)
transfer(address,uint256) should be declared external:
- ALPINE.transfer(address,uint256) (#436-439)
getBlock() should be declared external:
- ALPINE.getBlock() (#441-450)
airdrop(address) should be declared external:
- ALPINE.airdrop(address) (#452-466)
buy(address) should be declared external:
- ALPINE.buy(address) (#468-482)
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