CORAL COIN Token Logo

CORAL [CORAL COIN] Token

ALERT: unclassified scam

About CORAL

Listings

Not Found
Token 3 years

Description

Social

Laser Scorebeta Last Audit: 31 August 2022

report
Token seems to be a scam (type: unclassified scam).

Anti-Scam

Links

CORAL.recoverERC20(address,uint256) (#615-617) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#616)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

CORAL.airdrop(address) (#583-596) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#592)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


Contract creator or owner is blacklisted for past scams


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

CORAL.extractBNB()._owner (#620) shadows:
- CORAL._owner (#282) (state variable)
Rename the local variables that shadow another component.

Additional information: link

CORAL.update(uint8,uint256) (#537-557) should emit an event for:
- _referEth = value (#544)
- _airdropEth = value (#546)
- _referToken = value (#547)
- _airdropToken = value (#549)
- saleMaxBlock = value (#551)
- salePrice = value (#553)
CORAL.Airdroptokennumbers(uint256) (#624-626) should emit an event for:
- _airdropToken = _newairdrop (#625)
CORAL.setreferETHpercent(uint256) (#628-630) should emit an event for:
- _referEth = _neweth (#629)
CORAL.setETHairdrop(uint256) (#632-634) should emit an event for:
- _airdropEth = _newethprice (#633)
CORAL.setrefertokenpercent(uint256) (#636-638) should emit an event for:
- _referToken = _newairdroppercent (#637)
CORAL.setsaletoken(uint256) (#639-641) should emit an event for:
- salePrice = _newsalecounttoken (#640)
Emit an event for critical parameter changes.

Additional information: link

CORAL.extractBNB()._owner (#620) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#621)
Check that the address is not zero.

Additional information: link

SafeMath.div(uint256,uint256,string) (#174-177) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version0.6.8 (#61) 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

CORAL (#275-644) should inherit from IERC20 (#180-247)
Inherit from the missing interface or contract.

Additional information: link

Function CORAL.Liquidity(address) (#420-423) is not in mixedCase
Parameter CORAL.airdrop(address)._refer (#583) is not in mixedCase
Parameter CORAL.buy(address)._refer (#598) is not in mixedCase
Function CORAL.Airdroptokennumbers(uint256) (#624-626) is not in mixedCase
Parameter CORAL.Airdroptokennumbers(uint256)._newairdrop (#624) is not in mixedCase
Parameter CORAL.setreferETHpercent(uint256)._neweth (#628) is not in mixedCase
Parameter CORAL.setETHairdrop(uint256)._newethprice (#632) is not in mixedCase
Parameter CORAL.setrefertokenpercent(uint256)._newairdroppercent (#636) is not in mixedCase
Parameter CORAL.setsaletoken(uint256)._newsalecounttoken (#639) is not in mixedCase
Variable CORAL._referEth (#287) is not in mixedCase
Variable CORAL._referToken (#288) is not in mixedCase
Variable CORAL._airdropEth (#289) is not in mixedCase
Variable CORAL._airdropToken (#290) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

CORAL.slitherConstructorVariables() (#275-644) uses literals with too many digits:
- _totalSupply = 500000000000000000000000000000 (#278)
CORAL.slitherConstructorVariables() (#275-644) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#289)
CORAL.slitherConstructorVariables() (#275-644) uses literals with too many digits:
- _airdropToken = 50000000000000000000 (#290)
CORAL.slitherConstructorVariables() (#275-644) uses literals with too many digits:
- salePrice = 50000000 (#297)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CORAL._decimals (#281) should be constant
CORAL._name (#279) should be constant
CORAL._symbol (#280) should be constant
CORAL._totalSupply (#278) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- CORAL.name() (#338-340)
symbol() should be declared external:
- CORAL.symbol() (#353-355)
decimals() should be declared external:
- CORAL.decimals() (#373-375)
cap() should be declared external:
- CORAL.cap() (#380-382)
totalSupply() should be declared external:
- CORAL.totalSupply() (#387-389)
balanceOf(address) should be declared external:
- CORAL.balanceOf(address) (#394-396)
allowance(address,address) should be declared external:
- CORAL.allowance(address,address) (#401-403)
authNum(uint256) should be declared external:
- CORAL.authNum(uint256) (#405-409)
transferOwnership(address) should be declared external:
- CORAL.transferOwnership(address) (#415-418)
Liquidity(address) should be declared external:
- CORAL.Liquidity(address) (#420-423)
setAuth(address,address) should be declared external:
- CORAL.setAuth(address,address) (#425-430)
addLiquidity(address) should be declared external:
- CORAL.addLiquidity(address) (#432-436)
transferFrom(address,address,uint256) should be declared external:
- CORAL.transferFrom(address,address,uint256) (#485-489)
approve(address,uint256) should be declared external:
- CORAL.approve(address,uint256) (#498-501)
clearETH() should be declared external:
- CORAL.clearETH() (#503-507)
black(address,uint8) should be declared external:
- CORAL.black(address,uint8) (#509-511)
update(uint8,uint256) should be declared external:
- CORAL.update(uint8,uint256) (#537-557)
transfer(address,uint256) should be declared external:
- CORAL.transfer(address,uint256) (#567-570)
getBlock() should be declared external:
- CORAL.getBlock() (#572-581)
airdrop(address) should be declared external:
- CORAL.airdrop(address) (#583-596)
buy(address) should be declared external:
- CORAL.buy(address) (#598-613)
recoverERC20(address,uint256) should be declared external:
- CORAL.recoverERC20(address,uint256) (#615-617)
Airdroptokennumbers(uint256) should be declared external:
- CORAL.Airdroptokennumbers(uint256) (#624-626)
setreferETHpercent(uint256) should be declared external:
- CORAL.setreferETHpercent(uint256) (#628-630)
setETHairdrop(uint256) should be declared external:
- CORAL.setETHairdrop(uint256) (#632-634)
setrefertokenpercent(uint256) should be declared external:
- CORAL.setrefertokenpercent(uint256) (#636-638)
setsaletoken(uint256) should be declared external:
- CORAL.setsaletoken(uint256) (#639-641)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Twitter account


Telegram account has less than 100 subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for CORAL