CoinAlpha Token Logo

ALP [CoinAlpha] Token

About ALP

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Cryptocurrency market overview — altcoins coin price and market cap.

Social

Laser Scorebeta Last Audit: 26 August 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

CoinAlpha.allowance(address,address).owner (#515) shadows:
- Ownable.owner() (#424-426) (function)
CoinAlpha._approve(address,address,uint256).owner (#598) shadows:
- Ownable.owner() (#424-426) (function)
Rename the local variables that shadow another component.

Additional information: link

CoinAlpha._setTaxFee(uint256) (#727-730) should emit an event for:
- _taxFee = taxFee (#729)
CoinAlpha._setBurnFee(uint256) (#732-735) should emit an event for:
- _burnFee = burnFee (#734)
Emit an event for critical parameter changes.

Additional information: link

Address.isContract(address) (#268-277) uses assembly
- INLINE ASM (#275)
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) uses assembly
- INLINE ASM (#374-377)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) is never used and should be removed
Address.functionCall(address,bytes) (#321-323) is never used and should be removed
Address.functionCall(address,bytes,string) (#331-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#356-359) is never used and should be removed
Address.isContract(address) (#268-277) is never used and should be removed
Address.sendValue(address,uint256) (#295-301) is never used and should be removed
Context._msgData() (#389-392) is never used and should be removed
SafeMath.mod(uint256,uint256) (#225-227) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#241-244) is never used and should be removed
Remove unused functions.

Additional information: link

CoinAlpha._rTotal (#476) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
CoinAlpha._max_tx_size (#482) is set pre-construction with a non-constant function or state variable:
- _rTotal
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#295-301):
- (success) = recipient.call{value: amount}() (#299)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#361-382):
- (success,returndata) = target.call{value: weiValue}(data) (#365)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function CoinAlpha._getTaxFee() (#715-717) is not in mixedCase
Function CoinAlpha._getBurnFee() (#719-721) is not in mixedCase
Function CoinAlpha._getMaxTxAmount() (#723-725) is not in mixedCase
Function CoinAlpha._setTaxFee(uint256) (#727-730) is not in mixedCase
Function CoinAlpha._setBurnFee(uint256) (#732-735) is not in mixedCase
Constant CoinAlpha._decimals (#471) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CoinAlpha._name (#473) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CoinAlpha._symbol (#474) is not in UPPER_CASE_WITH_UNDERSCORES
Variable CoinAlpha._max_tx_size (#482) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#390)" inContext (#384-393)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#642) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._getValues(uint256).tTransferAmount (#653)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._transferFromExcluded(address,address,uint256).rTransferAmount (#682) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._transferBothExcluded(address,address,uint256).tTransferAmount (#628)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._transferToExcluded(address,address,uint256).rTransferAmount (#671) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._transferStandard(address,address,uint256).rTransferAmount (#661) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable CoinAlpha._getValues(uint256).rTransferAmount (#655) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Variable CoinAlpha._transferBothExcluded(address,address,uint256).rTransferAmount (#628) is too similar to CoinAlpha._transferStandard(address,address,uint256).tTransferAmount (#661)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._transferToExcluded(address,address,uint256).tTransferAmount (#671)
Variable CoinAlpha.reflectionFromToken(uint256,bool).rTransferAmount (#548) is too similar to CoinAlpha._transferFromExcluded(address,address,uint256).tTransferAmount (#682)
Prevent variables from having similar names.

Additional information: link

CoinAlpha.slitherConstructorVariables() (#459-738) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** uint256(_decimals) (#475)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

owner() should be declared external:
- Ownable.owner() (#424-426)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#443-446)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#452-456)
name() should be declared external:
- CoinAlpha.name() (#489-491)
symbol() should be declared external:
- CoinAlpha.symbol() (#493-495)
decimals() should be declared external:
- CoinAlpha.decimals() (#497-499)
totalSupply() should be declared external:
- CoinAlpha.totalSupply() (#501-503)
balanceOf(address) should be declared external:
- CoinAlpha.balanceOf(address) (#505-508)
transfer(address,uint256) should be declared external:
- CoinAlpha.transfer(address,uint256) (#510-513)
allowance(address,address) should be declared external:
- CoinAlpha.allowance(address,address) (#515-517)
approve(address,uint256) should be declared external:
- CoinAlpha.approve(address,uint256) (#519-522)
transferFrom(address,address,uint256) should be declared external:
- CoinAlpha.transferFrom(address,address,uint256) (#524-528)
isExcluded(address) should be declared external:
- CoinAlpha.isExcluded(address) (#530-532)
totalFees() should be declared external:
- CoinAlpha.totalFees() (#534-536)
totalBurn() should be declared external:
- CoinAlpha.totalBurn() (#538-540)
reflectionFromToken(uint256,bool) should be declared external:
- CoinAlpha.reflectionFromToken(uint256,bool) (#542-551)
increaseAllowance(address,uint256) should be declared external:
- CoinAlpha.increaseAllowance(address,uint256) (#552-555)
decreaseAllowance(address,uint256) should be declared external:
- CoinAlpha.decreaseAllowance(address,uint256) (#557-560)
deliver(uint256) should be declared external:
- CoinAlpha.deliver(uint256) (#590-597)
_getTaxFee() should be declared external:
- CoinAlpha._getTaxFee() (#715-717)
_getBurnFee() should be declared external:
- CoinAlpha._getBurnFee() (#719-721)
_getMaxTxAmount() should be declared external:
- CoinAlpha._getMaxTxAmount() (#723-725)
Use the external attribute for functions never called from the contract.

Additional information: link

CoinAlpha.includeAccount(address) (#577-588) has costly operations inside a loop:
- _excluded.pop() (#584)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Average 30d PancakeSwap volume is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d number of PancakeSwap swaps is low.

Contract has 8% buy tax and 7% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Youtube account


Unable to find Discord account


Unable to find audit link on the website


Unable to find whitepaper link on the website


Token has relatively low CoinGecko rank

Price for ALP

News for ALP