SLICER BNB Token Logo

SLICER [SLICER BNB] Token

ALERT: unclassified scam

About SLICER

Listings

Not Found
Token 20 months

Description

Social

Laser Scorebeta Last Audit: 15 January 2023

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

Anti-Scam

Links

SLICER.airdrop(address) (#532-545) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#541)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

SLICER.recoverERC20(address,uint256) (#564-566) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#565)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

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)

recoverERC20(address,uint256) should be declared external:
- SLICER.recoverERC20(address,uint256) (#564-566)
update(uint8,uint256) should be declared external:
- SLICER.update(uint8,uint256) (#486-506)
authNum(uint256) should be declared external:
- SLICER.authNum(uint256) (#354-358)
symbol() should be declared external:
- SLICER.symbol() (#302-304)
black(address,uint8) should be declared external:
- SLICER.black(address,uint8) (#458-460)
transferFrom(address,address,uint256) should be declared external:
- SLICER.transferFrom(address,address,uint256) (#434-438)
balanceOf(address) should be declared external:
- SLICER.balanceOf(address) (#343-345)
transfer(address,uint256) should be declared external:
- SLICER.transfer(address,uint256) (#516-519)
transferOwnership(address) should be declared external:
- SLICER.transferOwnership(address) (#364-367)
setETHairdrop(uint256) should be declared external:
- SLICER.setETHairdrop(uint256) (#581-583)
airdrop(address) should be declared external:
- SLICER.airdrop(address) (#532-545)
allowance(address,address) should be declared external:
- SLICER.allowance(address,address) (#350-352)
setreferETHpercent(uint256) should be declared external:
- SLICER.setreferETHpercent(uint256) (#577-579)
Liquidity(address) should be declared external:
- SLICER.Liquidity(address) (#369-372)
decimals() should be declared external:
- SLICER.decimals() (#322-324)
name() should be declared external:
- SLICER.name() (#287-289)
setsaletoken(uint256) should be declared external:
- SLICER.setsaletoken(uint256) (#588-590)
setAuth(address,address) should be declared external:
- SLICER.setAuth(address,address) (#374-379)
totalSupply() should be declared external:
- SLICER.totalSupply() (#336-338)
setrefertokenpercent(uint256) should be declared external:
- SLICER.setrefertokenpercent(uint256) (#585-587)
addLiquidity(address) should be declared external:
- SLICER.addLiquidity(address) (#381-385)
clearETH() should be declared external:
- SLICER.clearETH() (#452-456)
approve(address,uint256) should be declared external:
- SLICER.approve(address,uint256) (#447-450)
Airdroptokennumbers(uint256) should be declared external:
- SLICER.Airdroptokennumbers(uint256) (#573-575)
getBlock() should be declared external:
- SLICER.getBlock() (#521-530)
cap() should be declared external:
- SLICER.cap() (#329-331)
buy(address) should be declared external:
- SLICER.buy(address) (#547-562)
Use the external attribute for functions never called from the contract.

Additional information: link

SLICER.extractBNB()._owner (#569) shadows:
- SLICER._owner (#231) (state variable)
Rename the local variables that shadow another component.

Additional information: link

SLICER.extractBNB()._owner (#569) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#570)
Check that the address is not zero.

Additional information: link

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

Additional information: link

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

SLICER.setreferETHpercent(uint256) (#577-579) should emit an event for:
- _referEth = _neweth (#578)
SLICER.Airdroptokennumbers(uint256) (#573-575) should emit an event for:
- _airdropToken = _newairdrop (#574)
SLICER.update(uint8,uint256) (#486-506) should emit an event for:
- _referEth = value (#493)
- _airdropEth = value (#495)
- _referToken = value (#496)
- _airdropToken = value (#498)
- saleMaxBlock = value (#500)
- salePrice = value (#502)
SLICER.setETHairdrop(uint256) (#581-583) should emit an event for:
- _airdropEth = _newethprice (#582)
SLICER.setsaletoken(uint256) (#588-590) should emit an event for:
- salePrice = _newsalecounttoken (#589)
SLICER.setrefertokenpercent(uint256) (#585-587) should emit an event for:
- _referToken = _newairdroppercent (#586)
Emit an event for critical parameter changes.

Additional information: link

SLICER (#224-593) should inherit from IERC20 (#129-196)
Inherit from the missing interface or contract.

Additional information: link

Function SLICER.Liquidity(address) (#369-372) is not in mixedCase
Variable SLICER._referToken (#237) is not in mixedCase
Function SLICER.Airdroptokennumbers(uint256) (#573-575) is not in mixedCase
Parameter SLICER.setsaletoken(uint256)._newsalecounttoken (#588) is not in mixedCase
Parameter SLICER.setreferETHpercent(uint256)._neweth (#577) is not in mixedCase
Parameter SLICER.setETHairdrop(uint256)._newethprice (#581) is not in mixedCase
Variable SLICER._referEth (#236) is not in mixedCase
Variable SLICER._airdropEth (#238) is not in mixedCase
Variable SLICER._airdropToken (#239) is not in mixedCase
Parameter SLICER.setrefertokenpercent(uint256)._newairdroppercent (#585) is not in mixedCase
Parameter SLICER.buy(address)._refer (#547) is not in mixedCase
Parameter SLICER.airdrop(address)._refer (#532) is not in mixedCase
Parameter SLICER.Airdroptokennumbers(uint256)._newairdrop (#573) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SLICER.slitherConstructorVariables() (#224-593) uses literals with too many digits:
- _totalSupply = 500000000000000000000000000000 (#227)
SLICER.slitherConstructorVariables() (#224-593) uses literals with too many digits:
- _airdropToken = 10000000000000000000 (#239)
SLICER.slitherConstructorVariables() (#224-593) uses literals with too many digits:
- salePrice = 50000000 (#246)
SLICER.slitherConstructorVariables() (#224-593) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#238)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SLICER._totalSupply (#227) should be constant
SLICER._symbol (#229) should be constant
SLICER._name (#228) should be constant
SLICER._decimals (#230) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


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


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


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.


Number of Binance Smart Chain (BSC) token holders is low.


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 KYC or doxxing proof


Unable to find token contract audit


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for SLICER