STMD Token Logo

STMD Token

About STMD

Listings

Not Found
Token 2 years

Little ants will eat elephants BSC🐜 0x78f799eb1410a186e7f443c5930fc717b4769c59

Social

Laser Scorebeta Last Audit: 17 July 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

STMD.allowance(address,address).owner (#489) shadows:
- Ownable.owner() (#401-403) (function)
STMD._approve(address,address,uint256).owner (#570) shadows:
- Ownable.owner() (#401-403) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#267-276) uses assembly
- INLINE ASM (#274)
Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) uses assembly
- INLINE ASM (#373-376)
Do not use evm assembly.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#294-300):
- (success) = recipient.call{value: amount}() (#298)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#360-381):
- (success,returndata) = target.call{value: weiValue}(data) (#364)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant STMD._tTotal (#450) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#30)" inContext (#24-33)
Remove redundant statements if they congest code but offer no value.

Additional information: link

STMD._getTValues(uint256) (#643-647) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#644)
Consider ordering multiplication before division.

Additional information: link

STMD.includeAccount(address) (#557-568) has costly operations inside a loop:
- _excluded.pop() (#564)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) is never used and should be removed
Address.functionCall(address,bytes) (#320-322) is never used and should be removed
Address.functionCall(address,bytes,string) (#330-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#345-347) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#355-358) is never used and should be removed
Address.isContract(address) (#267-276) is never used and should be removed
Address.sendValue(address,uint256) (#294-300) is never used and should be removed
Context._msgData() (#29-32) is never used and should be removed
SafeMath.mod(uint256,uint256) (#227-229) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#243-246) is never used and should be removed
Remove unused functions.

Additional information: link

Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD._transferToExcluded(address,address,uint256).rTransferAmount (#604) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferBothExcluded(address,address,uint256).rTransferAmount (#622) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._getRValues(uint256,uint256,uint256).rTransferAmount (#652) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._transferFromExcluded(address,address,uint256).tTransferAmount (#613)
Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD.reflectionFromToken(uint256,bool).rTransferAmount (#537) is too similar to STMD._transferStandard(address,address,uint256).tTransferAmount (#596)
Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._getTValues(uint256).tTransferAmount (#645)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._transferBothExcluded(address,address,uint256).tTransferAmount (#622)
Variable STMD._getValues(uint256).rTransferAmount (#639) is too similar to STMD._transferToExcluded(address,address,uint256).tTransferAmount (#604)
Variable STMD._transferFromExcluded(address,address,uint256).rTransferAmount (#613) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Variable STMD._transferStandard(address,address,uint256).rTransferAmount (#596) is too similar to STMD._getValues(uint256).tTransferAmount (#637)
Prevent variables from having similar names.

Additional information: link

STMD.slitherConstructorConstantVariables() (#438-673) uses literals with too many digits:
- _tTotal = 59000000000 * 10 ** 29 (#450)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

STMD._decimals (#456) should be constant
STMD._name (#454) should be constant
STMD._symbol (#455) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#401-403)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#420-423)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#429-433)
name() should be declared external:
- STMD.name() (#463-465)
symbol() should be declared external:
- STMD.symbol() (#467-469)
decimals() should be declared external:
- STMD.decimals() (#471-473)
totalSupply() should be declared external:
- STMD.totalSupply() (#475-477)
balanceOf(address) should be declared external:
- STMD.balanceOf(address) (#479-482)
transfer(address,uint256) should be declared external:
- STMD.transfer(address,uint256) (#484-487)
allowance(address,address) should be declared external:
- STMD.allowance(address,address) (#489-491)
approve(address,uint256) should be declared external:
- STMD.approve(address,uint256) (#493-496)
transferFrom(address,address,uint256) should be declared external:
- STMD.transferFrom(address,address,uint256) (#498-502)
increaseAllowance(address,uint256) should be declared external:
- STMD.increaseAllowance(address,uint256) (#504-507)
decreaseAllowance(address,uint256) should be declared external:
- STMD.decreaseAllowance(address,uint256) (#509-512)
isExcluded(address) should be declared external:
- STMD.isExcluded(address) (#514-516)
totalFees() should be declared external:
- STMD.totalFees() (#518-520)
reflect(uint256) should be declared external:
- STMD.reflect(uint256) (#522-529)
reflectionFromToken(uint256,bool) should be declared external:
- STMD.reflectionFromToken(uint256,bool) (#531-540)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap liquidity is low.

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


Unable to find Telegram account


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to find KYC or doxxing proof


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram 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 code repository for the project


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


Young tokens have high risks of price dump / death

Price for STMD

News for STMD