METABOTVERSE Token Logo

BOT [METABOTVERSE] Token

About BOT

Listings

Not Found
Token 2 years

Website

Not Found

JOIN US BIG COMMUNITY!!

https://t.co/PdISJgb6zt

Social

Laser Scorebeta Last Audit: 14 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

METABOTVERSE._getTransactionValues(uint256) (#630-634) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(3) (#631)
Consider ordering multiplication before division.

Additional information: link

METABOTVERSE.allowance(address,address).owner (#476) shadows:
- Ownable.owner() (#382-384) (function)
METABOTVERSE._approve(address,address,uint256).owner (#557) shadows:
- Ownable.owner() (#382-384) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#248-257) uses assembly
- INLINE ASM (#255)
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) uses assembly
- INLINE ASM (#354-357)
Do not use evm assembly.

Additional information: link

METABOTVERSE.includeAccount(address) (#544-555) has costly operations inside a loop:
- _excluded.pop() (#551)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) is never used and should be removed
Address.functionCall(address,bytes) (#301-303) is never used and should be removed
Address.functionCall(address,bytes,string) (#311-313) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#326-328) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#336-339) is never used and should be removed
Address.isContract(address) (#248-257) is never used and should be removed
Address.sendValue(address,uint256) (#275-281) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#208-210) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#224-227) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#275-281):
- (success) = recipient.call{value: amount}() (#279)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#341-362):
- (success,returndata) = target.call{value: weiValue}(data) (#345)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant METABOTVERSE._tTotal (#432) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#10)" inContext (#3-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._getTransactionValues(uint256).tTransferAmount (#632)
Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE._getValues(uint256).rTransferAmount (#626) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._getValues(uint256).tTransferAmount (#624)
Variable METABOTVERSE._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable METABOTVERSE._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to METABOTVERSE._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable METABOTVERSE._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to METABOTVERSE._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Prevent variables from having similar names.

Additional information: link

METABOTVERSE.slitherConstructorConstantVariables() (#420-660) uses literals with too many digits:
- _tTotal = 150000000000000000000 (#432)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

METABOTVERSE._charityOwner (#440) is never used in METABOTVERSE (#420-660)
Remove unused state variables.

Additional information: link

METABOTVERSE._charityOwner (#440) should be constant
METABOTVERSE._decimals (#438) should be constant
METABOTVERSE._name (#436) should be constant
METABOTVERSE._symbol (#437) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#382-384)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#401-404)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#410-414)
name() should be declared external:
- METABOTVERSE.name() (#450-452)
symbol() should be declared external:
- METABOTVERSE.symbol() (#454-456)
decimals() should be declared external:
- METABOTVERSE.decimals() (#458-460)
totalSupply() should be declared external:
- METABOTVERSE.totalSupply() (#462-464)
balanceOf(address) should be declared external:
- METABOTVERSE.balanceOf(address) (#466-469)
transfer(address,uint256) should be declared external:
- METABOTVERSE.transfer(address,uint256) (#471-474)
allowance(address,address) should be declared external:
- METABOTVERSE.allowance(address,address) (#476-478)
approve(address,uint256) should be declared external:
- METABOTVERSE.approve(address,uint256) (#480-483)
transferFrom(address,address,uint256) should be declared external:
- METABOTVERSE.transferFrom(address,address,uint256) (#485-489)
increaseAllowance(address,uint256) should be declared external:
- METABOTVERSE.increaseAllowance(address,uint256) (#491-494)
decreaseAllowance(address,uint256) should be declared external:
- METABOTVERSE.decreaseAllowance(address,uint256) (#496-499)
isExcluded(address) should be declared external:
- METABOTVERSE.isExcluded(address) (#501-503)
totalFees() should be declared external:
- METABOTVERSE.totalFees() (#505-507)
reflect(uint256) should be declared external:
- METABOTVERSE.reflect(uint256) (#509-516)
reflectionFromToken(uint256,bool) should be declared external:
- METABOTVERSE.reflectionFromToken(uint256,bool) (#518-527)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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


Young tokens have high risks of price dump / death

Price for BOT

News for BOT