MEDACOIN Token Logo

MEDA [MEDACOIN] Token

About MEDA

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

$MEDA is a new cryptocurrency that gives videogame users the ability to manage their virtual in-game goods! Not only will the token be the native currency of the Medabots NFT Marketplace, there are many other use cases as listed below:

1: Purchase in-game items and physical Medabots merchandise

2: Use to enter live tournaments and earn tokens. Ability to use Medacoin tokens to enter wager matches!

3: Mint your own Medapart NFTs!

4: Earn coins by referring friends

5: The same MEDACOIN tokens can be used in/transferred to all future games

MEDABOTS (single & multiplayer) will be launching on iOS & Android in Q4 2021. In 2022 Medabots will then launch on Nintendo Switch, PlayStation 5, Xbox Series X, and PC. The team even has plans in the future to create Medabots action figures and a movie(s)!

Social

Laser Scorebeta Last Audit: 28 June 2022

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

Anti-Scam

Links


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

Reentrancy in MEDACOIN._transfer(address,address,uint256) (#726-779):
External calls:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#682)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#860)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#869)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#589)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#880)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#861)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#871)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#881)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#591)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _rTotal = _rTotal.sub(rFee) (#637)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#684)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#879)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#588)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#870)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#590)
- buyCoolDown[to] = block.timestamp (#776)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in MEDACOIN._transfer(address,address,uint256) (#726-779):
External calls:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#864)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- Transfer(sender,recipient,tTransferAmount) (#884)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- Transfer(sender,recipient,tTransferAmount) (#874)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- Transfer(sender,recipient,tTransferAmount) (#594)
- _tokenTransfer(from,to,amount,takeFee) (#773)
Reentrancy in MEDACOIN.constructor() (#461-477):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#466-467)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#476)
Reentrancy in MEDACOIN.swapAndLiquify(uint256) (#781-802):
External calls:
- swapTokensForEth(half) (#793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
- addLiquidity(otherHalf,newBalance) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#723)
- addLiquidity(otherHalf,newBalance) (#799)
- SwapAndLiquify(half,newBalance,otherHalf) (#801)
Reentrancy in MEDACOIN.transferFrom(address,address,uint256) (#514-518):
External calls:
- _transfer(sender,recipient,amount) (#515)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
External calls sending eth:
- _transfer(sender,recipient,amount) (#515)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#723)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#516)
Apply the check-effects-interactions pattern.

Additional information: link

MEDACOIN._rTotal (#425) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MEDACOIN._previousTaxFee (#433) is set pre-construction with a non-constant function or state variable:
- _taxFee
MEDACOIN._previousLiquidityFee (#436) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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

MEDACOIN.addLiquidity(uint256,uint256) (#822-835) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
Ensure that all the return values of the function calls are used.

Additional information: link

MEDACOIN.allowance(address,address).owner (#505) shadows:
- Ownable.owner() (#157-159) (function)
MEDACOIN._approve(address,address,uint256).owner (#718) shadows:
- Ownable.owner() (#157-159) (function)
Rename the local variables that shadow another component.

Additional information: link

MEDACOIN.slitherConstructorVariables() (#410-891) uses literals with too many digits:
- _tTotal = 1000000 * 10 ** 5 * 10 ** 9 (#424)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable.unlock() (#188-193) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#190)
MEDACOIN._transfer(address,address,uint256) (#726-779) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp - buyCoolDown[to] > 30,You have ben buying too frequently) (#739)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#89-98) uses assembly
- INLINE ASM (#96)
Address._functionCallWithValue(address,bytes,uint256,string) (#124-141) uses assembly
- INLINE ASM (#133-136)
Do not use evm assembly.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#232) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#233) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#250) is not in mixedCase
Function IUniswapV2Router01.WETH() (#272) is not in mixedCase
Parameter MEDACOIN.setSwapAndLiquifyEnabled(bool)._enabled (#628) is not in mixedCase
Parameter MEDACOIN.calculateTaxFee(uint256)._amount (#687) is not in mixedCase
Parameter MEDACOIN.calculateLiquidityFee(uint256)._amount (#693) is not in mixedCase
Variable MEDACOIN._taxFee (#432) is not in mixedCase
Variable MEDACOIN._liquidityFee (#435) is not in mixedCase
Variable MEDACOIN._maxTxAmount (#444) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#83)" inContext (#77-86)
Remove redundant statements if they congest code but offer no value.

Additional information: link

MEDACOIN.includeInReward(address) (#574-585) has costly operations inside a loop:
- _excluded.pop() (#581)
Use a local variable to hold the loop computation result.

Additional information: link

MEDACOIN.setTaxFeePercent(uint256) (#605-607) should emit an event for:
- _taxFee = taxFee (#606)
MEDACOIN.setLiquidityFeePercent(uint256) (#609-611) should emit an event for:
- _liquidityFee = liquidityFee (#610)
MEDACOIN.setMaxTxPercent(uint256) (#613-617) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#614-616)
MEDACOIN.setNumTokensSellToAddToLiquidity(uint256) (#619-621) should emit an event for:
- numTokensSellToAddToLiquidity = newAmount * 10 ** 9 (#620)
MEDACOIN.setMaxTxAmount(uint256) (#623-626) should emit an event for:
- _maxTxAmount = maxTxAmount * 10 ** 9 (#625)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in MEDACOIN._transfer(address,address,uint256) (#726-779):
External calls:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#761)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _liquidityFee = _previousLiquidityFee (#711)
- _liquidityFee = 0 (#706)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _previousLiquidityFee = _liquidityFee (#703)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _previousTaxFee = _taxFee (#702)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _tFeeTotal = _tFeeTotal.add(tFee) (#638)
- _tokenTransfer(from,to,amount,takeFee) (#773)
- _taxFee = _previousTaxFee (#710)
- _taxFee = 0 (#705)
Reentrancy in MEDACOIN.constructor() (#461-477):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#466-467)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#473)
- _isExcludedFromFee[address(this)] = true (#474)
- uniswapV2Router = _uniswapV2Router (#470)
Reentrancy in MEDACOIN.swapAndLiquify(uint256) (#781-802):
External calls:
- swapTokensForEth(half) (#793)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
- addLiquidity(otherHalf,newBalance) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#799)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#799)
- _allowances[owner][spender] = amount (#722)
Reentrancy in MEDACOIN.transferFrom(address,address,uint256) (#514-518):
External calls:
- _transfer(sender,recipient,amount) (#515)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#813-819)
External calls sending eth:
- _transfer(sender,recipient,amount) (#515)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#827-834)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#516)
- _allowances[owner][spender] = amount (#722)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#124-141) is never used and should be removed
Address.functionCall(address,bytes) (#107-109) is never used and should be removed
Address.functionCall(address,bytes,string) (#111-113) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#115-117) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#119-122) is never used and should be removed
Address.isContract(address) (#89-98) is never used and should be removed
Address.sendValue(address,uint256) (#99-105) is never used and should be removed
Context._msgData() (#82-85) is never used and should be removed
SafeMath.mod(uint256,uint256) (#67-69) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#71-74) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#99-105):
- (success) = recipient.call{value: amount}() (#103)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#124-141):
- (success,returndata) = target.call{value: weiValue}(data) (#127)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#277) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#278)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._getTValues(uint256).tTransferAmount (#650)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN.reflectionFromToken(uint256,bool).rTransferAmount (#553) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#587)
Variable MEDACOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#878) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#587) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._getValues(uint256).tTransferAmount (#642)
Variable MEDACOIN._transferToExcluded(address,address,uint256).rTransferAmount (#868) is too similar to MEDACOIN._transferStandard(address,address,uint256).tTransferAmount (#859)
Variable MEDACOIN._getValues(uint256).rTransferAmount (#643) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Variable MEDACOIN._transferStandard(address,address,uint256).rTransferAmount (#859) is too similar to MEDACOIN._transferToExcluded(address,address,uint256).tTransferAmount (#868)
Variable MEDACOIN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#658) is too similar to MEDACOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#878)
Prevent variables from having similar names.

Additional information: link

MEDACOIN._decimals (#430) should be constant
MEDACOIN._name (#428) should be constant
MEDACOIN._symbol (#429) should be constant
MEDACOIN._tTotal (#424) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#166-169)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#171-175)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#177-179)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#181-186)
unlock() should be declared external:
- Ownable.unlock() (#188-193)
name() should be declared external:
- MEDACOIN.name() (#479-481)
symbol() should be declared external:
- MEDACOIN.symbol() (#483-485)
decimals() should be declared external:
- MEDACOIN.decimals() (#487-489)
totalSupply() should be declared external:
- MEDACOIN.totalSupply() (#491-493)
transfer(address,uint256) should be declared external:
- MEDACOIN.transfer(address,uint256) (#500-503)
allowance(address,address) should be declared external:
- MEDACOIN.allowance(address,address) (#505-507)
approve(address,uint256) should be declared external:
- MEDACOIN.approve(address,uint256) (#509-512)
transferFrom(address,address,uint256) should be declared external:
- MEDACOIN.transferFrom(address,address,uint256) (#514-518)
increaseAllowance(address,uint256) should be declared external:
- MEDACOIN.increaseAllowance(address,uint256) (#520-523)
decreaseAllowance(address,uint256) should be declared external:
- MEDACOIN.decreaseAllowance(address,uint256) (#525-528)
isExcludedFromReward(address) should be declared external:
- MEDACOIN.isExcludedFromReward(address) (#530-532)
totalFees() should be declared external:
- MEDACOIN.totalFees() (#534-536)
deliver(uint256) should be declared external:
- MEDACOIN.deliver(uint256) (#538-545)
reflectionFromToken(uint256,bool) should be declared external:
- MEDACOIN.reflectionFromToken(uint256,bool) (#547-556)
excludeFromReward(address) should be declared external:
- MEDACOIN.excludeFromReward(address) (#564-572)
excludeFromFee(address) should be declared external:
- MEDACOIN.excludeFromFee(address) (#597-599)
includeInFee(address) should be declared external:
- MEDACOIN.includeInFee(address) (#601-603)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MEDACOIN.setSwapAndLiquifyEnabled(bool) (#628-631)
isExcludedFromFee(address) should be declared external:
- MEDACOIN.isExcludedFromFee(address) (#714-716)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Token is deployed only at one blockchain


Unable to find Blog account (Reddit or Medium)


Unable to find token contract audit


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


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 price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for MEDA

News for MEDA