Modern Coin Token Logo

MDRC [Modern Coin] Token

About MDRC

Listings

Token 2 years

Modern Coin aims to create a safe digital platform where musicians can hone in on their careers - from buying and selling musical services to releasing singles or albums. It aims to provide a global foundation for musicians to take their next steps and flourish their talents.

Social

Laser Scorebeta Last Audit: 9 December 2021

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

Anti-Scam

Links


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

Reentrancy in ModernCoin._transfer(address,address,uint256) (#977-1008):
External calls:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1007)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#934)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1125)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1116)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#875)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1117)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1136)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1127)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1137)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#877)
- _tokenTransfer(from,to,amount) (#1007)
- _rTotal = _rTotal.sub(rFee) (#889)
- _tokenTransfer(from,to,amount) (#1007)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#936)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1135)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#874)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1126)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#876)
Apply the check-effects-interactions pattern.

Additional information: link

ModernCoin.addLiquidity(uint256,uint256) (#1051-1064) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
Ensure that all the return values of the function calls are used.

Additional information: link

ModernCoin.allowance(address,address).owner (#790) shadows:
- Ownable.owner() (#416-418) (function)
ModernCoin._approve(address,address,uint256).owner (#969) shadows:
- Ownable.owner() (#416-418) (function)
Rename the local variables that shadow another component.

Additional information: link

ModernCoin.setMaxTxPercent(uint256) (#1156-1160) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1157-1159)
ModernCoin.setliquidityFee(uint256) (#1162-1166) should emit an event for:
- _liquidityFee = _tTotal.mul(liqFee).div(10 ** 2) (#1163-1165)
ModernCoin.setOperationFee(uint256) (#1168-1172) should emit an event for:
- _fundingFee = _tTotal.mul(OperationFee).div(10 ** 2) (#1169-1171)
ModernCoin.setBurnFee(uint256) (#1174-1178) should emit an event for:
- _burnFee = _tTotal.mul(BurnFee).div(10 ** 2) (#1175-1177)
Emit an event for critical parameter changes.

Additional information: link

ModernCoin.setMaketingWallet(address).newWallet (#1152) lacks a zero-check on :
- OperationWallet = newWallet (#1153)
Check that the address is not zero.

Additional information: link

Reentrancy in ModernCoin._transfer(address,address,uint256) (#977-1008):
External calls:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1007)
- _burnFee = 0 (#954)
- _burnFee = 0 (#961)
- _tokenTransfer(from,to,amount) (#1007)
- _fundingFee = 3 (#962)
- _fundingFee = 0 (#955)
- _fundingFee = 0 (#1098)
- _fundingFee = _previousFundingFee (#1107)
- _tokenTransfer(from,to,amount) (#1007)
- _liquidityFee = 0 (#953)
- _liquidityFee = 3 (#960)
- _liquidityFee = 0 (#1097)
- _liquidityFee = _previousLiquidityFee (#1106)
- _tokenTransfer(from,to,amount) (#1007)
- _tFeeTotal = _tFeeTotal.add(tFee) (#890)
- _tokenTransfer(from,to,amount) (#1007)
- _taxFee = 0 (#952)
- _taxFee = 3 (#959)
- _taxFee = 0 (#1096)
- _taxFee = _previousTaxFee (#1105)
Reentrancy in ModernCoin.constructor() (#745-762):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#758)
- _isExcludedFromFee[address(this)] = true (#759)
- uniswapV2Router = _uniswapV2Router (#755)
Reentrancy in ModernCoin.swapAndLiquify(uint256) (#1010-1031):
External calls:
- swapTokensForEth(half) (#1022)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
- addLiquidity(otherHalf,newBalance) (#1028)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1028)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1028)
- _allowances[owner][spender] = amount (#973)
Reentrancy in ModernCoin.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
- _allowances[owner][spender] = amount (#973)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ModernCoin._transfer(address,address,uint256) (#977-1008):
External calls:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1003)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1120)
- _tokenTransfer(from,to,amount) (#1007)
- Transfer(sender,recipient,tTransferAmount) (#1130)
- _tokenTransfer(from,to,amount) (#1007)
- Transfer(sender,recipient,tTransferAmount) (#1140)
- _tokenTransfer(from,to,amount) (#1007)
- Transfer(sender,recipient,tTransferAmount) (#880)
- _tokenTransfer(from,to,amount) (#1007)
Reentrancy in ModernCoin.constructor() (#745-762):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#751-752)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#761)
Reentrancy in ModernCoin.swapAndLiquify(uint256) (#1010-1031):
External calls:
- swapTokensForEth(half) (#1022)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
- addLiquidity(otherHalf,newBalance) (#1028)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1028)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- addLiquidity(otherHalf,newBalance) (#1028)
- SwapAndLiquify(half,newBalance,otherHalf) (#1030)
Reentrancy in ModernCoin.transferFrom(address,address,uint256) (#799-803):
External calls:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1042-1048)
External calls sending eth:
- _transfer(sender,recipient,amount) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1056-1063)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#974)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#801)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#463-468) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now < _lockTime,Contract is locked until 7 days) (#465)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#268-277) uses assembly
- INLINE ASM (#275)
Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) uses assembly
- INLINE ASM (#374-377)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#361-382) is never used and should be removed
Address.functionCall(address,bytes) (#321-323) is never used and should be removed
Address.functionCall(address,bytes,string) (#331-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#356-359) is never used and should be removed
Address.isContract(address) (#268-277) is never used and should be removed
Address.sendValue(address,uint256) (#295-301) is never used and should be removed
Context._msgData() (#240-243) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
Remove unused functions.

Additional information: link

ModernCoin._rTotal (#700) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ModernCoin._previousTaxFee (#708) is set pre-construction with a non-constant function or state variable:
- _taxFee
ModernCoin._previousLiquidityFee (#711) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
ModernCoin._previousBurnFee (#714) is set pre-construction with a non-constant function or state variable:
- _burnFee
ModernCoin._previousFundingFee (#717) is set pre-construction with a non-constant function or state variable:
- _fundingFee
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

Low level call in Address.sendValue(address,uint256) (#295-301):
- (success) = recipient.call{value: amount}() (#299)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#361-382):
- (success,returndata) = target.call{value: weiValue}(data) (#365)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#507) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#508) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#525) is not in mixedCase
Function IUniswapV2Router01.WETH() (#547) is not in mixedCase
Parameter ModernCoin.calculateTaxFee(uint256)._amount (#939) is not in mixedCase
Parameter ModernCoin.calculateLiquidityFee(uint256)._amount (#945) is not in mixedCase
Parameter ModernCoin.setOperationFee(uint256).OperationFee (#1168) is not in mixedCase
Parameter ModernCoin.setBurnFee(uint256).BurnFee (#1174) is not in mixedCase
Parameter ModernCoin.setSwapAndLiquifyEnabled(bool)._enabled (#1179) is not in mixedCase
Variable ModernCoin._taxFee (#707) is not in mixedCase
Variable ModernCoin._liquidityFee (#710) is not in mixedCase
Variable ModernCoin._burnFee (#713) is not in mixedCase
Variable ModernCoin._fundingFee (#716) is not in mixedCase
Variable ModernCoin.OperationWallet (#720) is not in mixedCase
Variable ModernCoin._maxTxAmount (#728) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#241)" inContext (#235-244)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#552) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#553)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin.reflectionFromToken(uint256,bool).rTransferAmount (#838) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._getValues(uint256).tTransferAmount (#894)
Variable ModernCoin._getValues(uint256).rTransferAmount (#895) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1134)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Variable ModernCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#873) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#910) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1134) is too similar to ModernCoin._transferStandard(address,address,uint256).tTransferAmount (#1115)
Variable ModernCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1124) is too similar to ModernCoin._getTValues(uint256).tTransferAmount (#902)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#873)
Variable ModernCoin._transferStandard(address,address,uint256).rTransferAmount (#1115) is too similar to ModernCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1124)
Prevent variables from having similar names.

Additional information: link

ModernCoin.slitherConstructorVariables() (#685-1186) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 9 (#699)
ModernCoin.slitherConstructorVariables() (#685-1186) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 18 (#728)
ModernCoin.slitherConstructorVariables() (#685-1186) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000 * 10 ** 18 (#729)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ModernCoin._previousBurnFee (#714) is never used in ModernCoin (#685-1186)
Remove unused state variables.

Additional information: link

ModernCoin._decimals (#705) should be constant
ModernCoin._name (#703) should be constant
ModernCoin._symbol (#704) should be constant
ModernCoin._tTotal (#699) should be constant
ModernCoin.numTokensSellToAddToLiquidity (#729) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#435-438)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#444-448)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#450-452)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#455-460)
unlock() should be declared external:
- Ownable.unlock() (#463-468)
name() should be declared external:
- ModernCoin.name() (#764-766)
symbol() should be declared external:
- ModernCoin.symbol() (#768-770)
decimals() should be declared external:
- ModernCoin.decimals() (#772-774)
totalSupply() should be declared external:
- ModernCoin.totalSupply() (#776-778)
transfer(address,uint256) should be declared external:
- ModernCoin.transfer(address,uint256) (#785-788)
allowance(address,address) should be declared external:
- ModernCoin.allowance(address,address) (#790-792)
approve(address,uint256) should be declared external:
- ModernCoin.approve(address,uint256) (#794-797)
transferFrom(address,address,uint256) should be declared external:
- ModernCoin.transferFrom(address,address,uint256) (#799-803)
increaseAllowance(address,uint256) should be declared external:
- ModernCoin.increaseAllowance(address,uint256) (#805-808)
decreaseAllowance(address,uint256) should be declared external:
- ModernCoin.decreaseAllowance(address,uint256) (#810-813)
isExcludedFromReward(address) should be declared external:
- ModernCoin.isExcludedFromReward(address) (#815-817)
totalFees() should be declared external:
- ModernCoin.totalFees() (#819-821)
deliver(uint256) should be declared external:
- ModernCoin.deliver(uint256) (#823-830)
reflectionFromToken(uint256,bool) should be declared external:
- ModernCoin.reflectionFromToken(uint256,bool) (#832-841)
excludeFromReward(address) should be declared external:
- ModernCoin.excludeFromReward(address) (#849-857)
isExcludedFromFee(address) should be declared external:
- ModernCoin.isExcludedFromFee(address) (#965-967)
excludeFromFee(address) should be declared external:
- ModernCoin.excludeFromFee(address) (#1143-1145)
includeInFee(address) should be declared external:
- ModernCoin.includeInFee(address) (#1147-1149)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ModernCoin.setSwapAndLiquifyEnabled(bool) (#1179-1182)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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 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 link seems to be invalid


Telegram account has relatively few 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/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find code repository for the project


Young tokens have high risks of price dump / death


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for MDRC