DogeBonk.com Token Logo

DOBO [DogeBonk.com] Token

About DOBO

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

DogeBonk is a token on Binance Smart Chain (BSC) with deflationary properties and automatic yield generation. 5% tax is applied to all transactions which are distributed to DogeBonk holders just for holding their tokens. Another 5% tax are automatically added to a locked liquidity pool. DOBO had a fair launch: there was no presale and to prevent bots from sniping the token, you can only buy/sell 0.5% of the supply (5,000,000,000,000 tokens) at a time.

LP tokens are locked forever.
Ownership of contract has been renounced.

Laser Scorebeta Last Audit: 22 October 2022

report
Token seems to be legit.

Reentrancy in DogeBonk._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#980)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1149)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1158)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1169)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#896)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1170)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#898)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _rTotal = _rTotal.sub(rFee) (#935)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#982)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1168)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#895)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1159)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#897)
Apply the check-effects-interactions pattern.

Additional information: link

Contract name (DogeBonk.com) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

DogeBonk.addLiquidity(uint256,uint256) (#1111-1124) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Ensure that all the return values of the function calls are used.

Additional information: link

Reentrancy in DogeBonk._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#1173)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#1163)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- Transfer(sender,recipient,tTransferAmount) (#901)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
Reentrancy in DogeBonk.swapAndLiquify(uint256) (#1070-1091):
External calls:
- swapTokensForEth(half) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1021)
- addLiquidity(otherHalf,newBalance) (#1088)
- SwapAndLiquify(half,newBalance,otherHalf) (#1090)
Reentrancy in DogeBonk.transferFrom(address,address,uint256) (#821-825):
External calls:
- _transfer(sender,recipient,amount) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- _transfer(sender,recipient,amount) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1021)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#823)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#393-414) uses assembly
- INLINE ASM (#406-409)
Address.isContract(address) (#300-309) uses assembly
- INLINE ASM (#307)
Do not use evm assembly.

Additional information: link

DogeBonk.allowance(address,address).owner (#812) shadows:
- Ownable.owner() (#448-450) (function)
DogeBonk._approve(address,address,uint256).owner (#1016) shadows:
- Ownable.owner() (#448-450) (function)
Rename the local variables that shadow another component.

Additional information: link

DogeBonk.setMaxTxPercent(uint256) (#920-924) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#921-923)
DogeBonk.setLiquidityFeePercent(uint256) (#916-918) should emit an event for:
- _liquidityFee = liquidityFee (#917)
DogeBonk.setTaxFeePercent(uint256) (#912-914) should emit an event for:
- _taxFee = taxFee (#913)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in DogeBonk._transfer(address,address,uint256) (#1024-1068):
External calls:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1055)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _liquidityFee = _previousLiquidityFee (#1009)
- _liquidityFee = 0 (#1004)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _previousLiquidityFee = _liquidityFee (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _previousTaxFee = _taxFee (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _tFeeTotal = _tFeeTotal.add(tFee) (#936)
- _tokenTransfer(from,to,amount,takeFee) (#1067)
- _taxFee = _previousTaxFee (#1008)
- _taxFee = 0 (#1003)
Reentrancy in DogeBonk.swapAndLiquify(uint256) (#1070-1091):
External calls:
- swapTokensForEth(half) (#1082)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1088)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1088)
- _allowances[owner][spender] = amount (#1020)
Reentrancy in DogeBonk.transferFrom(address,address,uint256) (#821-825):
External calls:
- _transfer(sender,recipient,amount) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1102-1108)
External calls sending eth:
- _transfer(sender,recipient,amount) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1116-1123)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#823)
- _allowances[owner][spender] = amount (#1020)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#495-500) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#497)
Avoid relying on block.timestamp.

Additional information: link

Redundant expression "this (#273)" inContext (#267-276)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Address.sendValue(address,uint256) (#327-333) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#378-380) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#261-264) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#388-391) is never used and should be removed
Context._msgData() (#272-275) is never used and should be removed
SafeMath.mod(uint256,uint256) (#245-247) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#393-414) is never used and should be removed
Address.isContract(address) (#300-309) is never used and should be removed
Address.functionCall(address,bytes,string) (#363-365) is never used and should be removed
Address.functionCall(address,bytes) (#353-355) is never used and should be removed
Remove unused functions.

Additional information: link

DogeBonk._previousTaxFee (#740) is set pre-construction with a non-constant function or state variable:
- _taxFee
DogeBonk._previousLiquidityFee (#743) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
DogeBonk._rTotal (#732) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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) (#327-333):
- (success) = recipient.call{value: amount}() (#331)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#393-414):
- (success,returndata) = target.call{value: weiValue}(data) (#397)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter DogeBonk.calculateTaxFee(uint256)._amount (#985) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#540) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#557) is not in mixedCase
Parameter DogeBonk.calculateLiquidityFee(uint256)._amount (#991) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#539) is not in mixedCase
Variable DogeBonk._taxFee (#739) is not in mixedCase
Variable DogeBonk._liquidityFee (#742) is not in mixedCase
Function IUniswapV2Router01.WETH() (#579) is not in mixedCase
Variable DogeBonk._maxTxAmount (#751) is not in mixedCase
Parameter DogeBonk.setSwapAndLiquifyEnabled(bool)._enabled (#926) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#584) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#585)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to DogeBonk._transferStandard(address,address,uint256).tTransferAmount (#1148)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._transferToExcluded(address,address,uint256).tTransferAmount (#1157)
Variable DogeBonk._transferStandard(address,address,uint256).rTransferAmount (#1148) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#956) is too similar to DogeBonk._transferFromExcluded(address,address,uint256).tTransferAmount (#1167)
Variable DogeBonk._transferToExcluded(address,address,uint256).rTransferAmount (#1157) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk._transferFromExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to DogeBonk._getTValues(uint256).tTransferAmount (#948)
Variable DogeBonk.reflectionFromToken(uint256,bool).rTransferAmount (#860) is too similar to DogeBonk._getValues(uint256).tTransferAmount (#940)
Variable DogeBonk._getValues(uint256).rTransferAmount (#941) is too similar to DogeBonk._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Prevent variables from having similar names.

Additional information: link

DogeBonk.slitherConstructorVariables() (#717-1180) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#731)
DogeBonk.slitherConstructorVariables() (#717-1180) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#752)
DogeBonk.slitherConstructorVariables() (#717-1180) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#751)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DogeBonk._decimals (#737) should be constant
DogeBonk._tTotal (#731) should be constant
DogeBonk._symbol (#736) should be constant
DogeBonk._name (#735) should be constant
DogeBonk.numTokensSellToAddToLiquidity (#752) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setSwapAndLiquifyEnabled(bool) should be declared external:
- DogeBonk.setSwapAndLiquifyEnabled(bool) (#926-929)
excludeFromReward(address) should be declared external:
- DogeBonk.excludeFromReward(address) (#871-879)
decreaseAllowance(address,uint256) should be declared external:
- DogeBonk.decreaseAllowance(address,uint256) (#832-835)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#467-470)
includeInFee(address) should be declared external:
- DogeBonk.includeInFee(address) (#908-910)
symbol() should be declared external:
- DogeBonk.symbol() (#790-792)
allowance(address,address) should be declared external:
- DogeBonk.allowance(address,address) (#812-814)
reflectionFromToken(uint256,bool) should be declared external:
- DogeBonk.reflectionFromToken(uint256,bool) (#854-863)
isExcludedFromReward(address) should be declared external:
- DogeBonk.isExcludedFromReward(address) (#837-839)
approve(address,uint256) should be declared external:
- DogeBonk.approve(address,uint256) (#816-819)
totalSupply() should be declared external:
- DogeBonk.totalSupply() (#798-800)
isExcludedFromFee(address) should be declared external:
- DogeBonk.isExcludedFromFee(address) (#1012-1014)
name() should be declared external:
- DogeBonk.name() (#786-788)
totalFees() should be declared external:
- DogeBonk.totalFees() (#841-843)
transfer(address,uint256) should be declared external:
- DogeBonk.transfer(address,uint256) (#807-810)
excludeFromFee(address) should be declared external:
- DogeBonk.excludeFromFee(address) (#904-906)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#476-480)
decimals() should be declared external:
- DogeBonk.decimals() (#794-796)
deliver(uint256) should be declared external:
- DogeBonk.deliver(uint256) (#845-852)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#482-484)
transferFrom(address,address,uint256) should be declared external:
- DogeBonk.transferFrom(address,address,uint256) (#821-825)
unlock() should be declared external:
- Ownable.unlock() (#495-500)
increaseAllowance(address,uint256) should be declared external:
- DogeBonk.increaseAllowance(address,uint256) (#827-830)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#487-492)
Use the external attribute for functions never called from the contract.

Additional information: link

DogeBonk.includeInReward(address) (#881-892) has costly operations inside a loop:
- _excluded.pop() (#888)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Token is deployed only at one blockchain

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


Last post in Twitter was more than 30 days ago


Token is not listed at Mobula.Finance

Additional information: link

No disclosed threats

Price for DOBO

News for DOBO