MonumentsToken Token Logo

MT [Monuments] Token

About MT

Listings

Token 3 years

MonumentsToken (MT) - saving monuments

BEP-20 tokenomics combined with real life monument restoration has the potential to create considerable value for a lot of stakeholders (construction companies/investors/tourism industry/merchants/artisans). Monument conservation = job creation

Unique and long-term project: saving monuments and landmarks

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...)

MonumentsToken.collectCharity() (#1080-1085) sends eth to arbitrary user
Dangerous calls:
- charity().transfer(address(this).balance) (#1084)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MonumentsToken._transfer(address,address,uint256) (#1032-1078):
External calls:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#976)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1186)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1195)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1206)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1187)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#906)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1197)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1207)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#908)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _rTotal = _rTotal.sub(rFee) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#978)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#905)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1205)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1196)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#907)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 1: Reentrancy vulnerabilities + 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.

MonumentsToken.addLiquidity(uint256,uint256) (#1145-1158) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
Ensure that all the return values of the function calls are used.

Additional information: link

MonumentsToken.allowance(address,address).owner (#802) shadows:
- Ownable.owner() (#420-422) (function)
MonumentsToken._approve(address,address,uint256).owner (#1024) shadows:
- Ownable.owner() (#420-422) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.setCharityAddress(address) (#471-475) should emit an event for:
- _charity = charityAddress (#474)
Emit an event for critical parameter changes.

Additional information: link

Ownable.setCharityAddress(address).charityAddress (#471) lacks a zero-check on :
- _charity = charityAddress (#474)
Ownable.setLockedLiquidityAddress(address).liquidityAddress (#477) lacks a zero-check on :
- _lockedLiquidity = liquidityAddress (#480)
Check that the address is not zero.

Additional information: link

Reentrancy in MonumentsToken._transfer(address,address,uint256) (#1032-1078):
External calls:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _liquidityFee = _previousLiquidityFee (#1005)
- _liquidityFee = _liquidityFee.mul(2) (#1015)
- _liquidityFee = 0 (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _previousLiquidityFee = _liquidityFee (#997)
- _previousLiquidityFee = _liquidityFee (#1013)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _previousTaxFee = _taxFee (#996)
- _previousTaxFee = _taxFee (#1012)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _tFeeTotal = _tFeeTotal.add(tFee) (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- _taxFee = _previousTaxFee (#1004)
- _taxFee = 0 (#999)
- _taxFee = _taxFee.mul(2) (#1016)
Reentrancy in MonumentsToken.constructor() (#757-774):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#769)
- _isExcludedFromFee[address(this)] = true (#770)
- _isExcludedFromFee[burn()] = true (#771)
- uniswapV2Router = _uniswapV2Router (#766)
Reentrancy in MonumentsToken.swapAndLiquify(uint256) (#1087-1125):
External calls:
- swapTokensForEth(half) (#1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
- addLiquidity(otherHalf,newBalance) (#1122)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1122)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1122)
- _allowances[owner][spender] = amount (#1028)
Reentrancy in MonumentsToken.transferFrom(address,address,uint256) (#811-815):
External calls:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
External calls sending eth:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#813)
- _allowances[owner][spender] = amount (#1028)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MonumentsToken._transfer(address,address,uint256) (#1032-1078):
External calls:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1190)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- Transfer(sender,recipient,tTransferAmount) (#1210)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- Transfer(sender,recipient,tTransferAmount) (#1200)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
- Transfer(sender,recipient,tTransferAmount) (#911)
- _tokenTransfer(from,to,amount,takeFee) (#1077)
Reentrancy in MonumentsToken.constructor() (#757-774):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#762-763)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#773)
Reentrancy in MonumentsToken.swapAndLiquify(uint256) (#1087-1125):
External calls:
- swapTokensForEth(half) (#1102)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
- addLiquidity(otherHalf,newBalance) (#1122)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1122)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1029)
- addLiquidity(otherHalf,newBalance) (#1122)
- SwapAndLiquify(half,newBalance,otherHalf) (#1124)
Reentrancy in MonumentsToken.transferFrom(address,address,uint256) (#811-815):
External calls:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1136-1142)
External calls sending eth:
- _transfer(sender,recipient,amount) (#812)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lockedLiquidity(),block.timestamp) (#1150-1157)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1029)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#813)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#271-280) uses assembly
- INLINE ASM (#278)
Address._functionCallWithValue(address,bytes,uint256,string) (#364-385) uses assembly
- INLINE ASM (#377-380)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#364-385) is never used and should be removed
Address.functionCall(address,bytes) (#324-326) is never used and should be removed
Address.functionCall(address,bytes,string) (#334-336) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#349-351) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#359-362) is never used and should be removed
Address.isContract(address) (#271-280) is never used and should be removed
Address.sendValue(address,uint256) (#298-304) is never used and should be removed
Context._msgData() (#243-246) is never used and should be removed
SafeMath.mod(uint256,uint256) (#216-218) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#232-235) is never used and should be removed
Remove unused functions.

Additional information: link

MonumentsToken._rTotal (#715) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MonumentsToken._previousTaxFee (#723) is set pre-construction with a non-constant function or state variable:
- _taxFee
MonumentsToken._previousLiquidityFee (#727) 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

Low level call in Address.sendValue(address,uint256) (#298-304):
- (success) = recipient.call{value: amount}() (#302)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#364-385):
- (success,returndata) = target.call{value: weiValue}(data) (#368)
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() (#521) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#522) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#539) is not in mixedCase
Function IUniswapV2Router01.WETH() (#561) is not in mixedCase
Parameter MonumentsToken.setSwapAndLiquifyEnabled(bool)._enabled (#922) is not in mixedCase
Parameter MonumentsToken.calculateTaxFee(uint256)._amount (#981) is not in mixedCase
Parameter MonumentsToken.calculateLiquidityFee(uint256)._amount (#987) is not in mixedCase
Variable MonumentsToken._taxFee (#722) is not in mixedCase
Variable MonumentsToken._liquidityFee (#725) is not in mixedCase
Variable MonumentsToken._maxTxAmount (#737) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#244)" inContext (#238-247)
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 (#566) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#567)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._transferBothExcluded(address,address,uint256).tTransferAmount (#904)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken._transferToExcluded(address,address,uint256).rTransferAmount (#1194) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._transferToExcluded(address,address,uint256).tTransferAmount (#1194)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1204)
Variable MonumentsToken._getValues(uint256).rTransferAmount (#937) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken.reflectionFromToken(uint256,bool).rTransferAmount (#861) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#952) is too similar to MonumentsToken._getValues(uint256).tTransferAmount (#936)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._getTValues(uint256).tTransferAmount (#944)
Variable MonumentsToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1204) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken._transferBothExcluded(address,address,uint256).rTransferAmount (#904) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Variable MonumentsToken._transferStandard(address,address,uint256).rTransferAmount (#1185) is too similar to MonumentsToken._transferStandard(address,address,uint256).tTransferAmount (#1185)
Prevent variables from having similar names.

Additional information: link

MonumentsToken.slitherConstructorVariables() (#699-1213) uses literals with too many digits:
- _burnAddress = address(0x0000000000000000000000000000000000000000) (#403)
MonumentsToken.slitherConstructorVariables() (#699-1213) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#714)
MonumentsToken.slitherConstructorVariables() (#699-1213) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 9 (#737)
MonumentsToken.slitherConstructorVariables() (#699-1213) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#738)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MonumentsToken._charityPercentageOfLiquidity (#726) should be constant
MonumentsToken._decimals (#720) should be constant
MonumentsToken._maxTxAmount (#737) should be constant
MonumentsToken._name (#718) should be constant
MonumentsToken._symbol (#719) should be constant
MonumentsToken._tTotal (#714) should be constant
MonumentsToken.numTokensSellToAddToLiquidity (#738) should be constant
Ownable._burnAddress (#403) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#460-463)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#465-469)
setCharityAddress(address) should be declared external:
- Ownable.setCharityAddress(address) (#471-475)
setLockedLiquidityAddress(address) should be declared external:
- Ownable.setLockedLiquidityAddress(address) (#477-481)
name() should be declared external:
- MonumentsToken.name() (#776-778)
symbol() should be declared external:
- MonumentsToken.symbol() (#780-782)
decimals() should be declared external:
- MonumentsToken.decimals() (#784-786)
totalSupply() should be declared external:
- MonumentsToken.totalSupply() (#788-790)
transfer(address,uint256) should be declared external:
- MonumentsToken.transfer(address,uint256) (#797-800)
allowance(address,address) should be declared external:
- MonumentsToken.allowance(address,address) (#802-804)
approve(address,uint256) should be declared external:
- MonumentsToken.approve(address,uint256) (#806-809)
transferFrom(address,address,uint256) should be declared external:
- MonumentsToken.transferFrom(address,address,uint256) (#811-815)
increaseAllowance(address,uint256) should be declared external:
- MonumentsToken.increaseAllowance(address,uint256) (#817-820)
decreaseAllowance(address,uint256) should be declared external:
- MonumentsToken.decreaseAllowance(address,uint256) (#822-825)
isExcludedFromReward(address) should be declared external:
- MonumentsToken.isExcludedFromReward(address) (#827-829)
totalFees() should be declared external:
- MonumentsToken.totalFees() (#831-833)
totalCharityCollected() should be declared external:
- MonumentsToken.totalCharityCollected() (#841-844)
deliver(uint256) should be declared external:
- MonumentsToken.deliver(uint256) (#846-853)
reflectionFromToken(uint256,bool) should be declared external:
- MonumentsToken.reflectionFromToken(uint256,bool) (#855-864)
excludeFromReward(address) should be declared external:
- MonumentsToken.excludeFromReward(address) (#872-880)
excludeFromFee(address) should be declared external:
- MonumentsToken.excludeFromFee(address) (#914-916)
includeInFee(address) should be declared external:
- MonumentsToken.includeInFee(address) (#918-920)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MonumentsToken.setSwapAndLiquifyEnabled(bool) (#922-925)
isExcludedFromFee(address) should be declared external:
- MonumentsToken.isExcludedFromFee(address) (#1020-1022)
collectCharity() should be declared external:
- MonumentsToken.collectCharity() (#1080-1085)
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 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 scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death

Price for MT