Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
THEDOGEFATHER.swapBack() (#603-649) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in THEDOGEFATHER._transferFrom(address,address,uint256) (#485-534):
External calls:
- swapBack() (#513)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#614-620)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
External calls sending eth:
- swapBack() (#513)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#516)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#519)
- amountReceived = takeFee(sender,amount,(recipient == pair)) (#518)
- _balances[address(this)] = _balances[address(this)].add(contractTokens) (#559)
- _balances[burnFeeReceiver] = _balances[burnFeeReceiver].add(burnTokens) (#560)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.distributeDividend(address) (#303-314) ignores return value by RWRD.transfer(shareholder,amount) (#309)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.
THEDOGEFATHER.swapBack().tmpSuccess (#632) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
(tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
THEDOGEFATHER.swapBack().tmpSuccess (#632) is written in both
(tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
tmpSuccess = false (#636)
Fix or remove the writes.
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.
Combination 2: Unchecked transfer + 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.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Reentrancy in THEDOGEFATHER._transferFrom(address,address,uint256) (#485-534):
External calls:
- swapBack() (#513)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#614-620)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
- distributor.setShare(sender,_balances[sender]) (#523)
- distributor.setShare(recipient,_balances[recipient]) (#527)
- distributor.process(distributorGas) (#530)
External calls sending eth:
- swapBack() (#513)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (#532)
Reentrancy in THEDOGEFATHER._transferFrom(address,address,uint256) (#485-534):
External calls:
- swapBack() (#513)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#614-620)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
External calls sending eth:
- swapBack() (#513)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
Event emitted after the call(s):
- Transfer(sender,address(this),contractTokens) (#561)
- amountReceived = takeFee(sender,amount,(recipient == pair)) (#518)
- Transfer(sender,burnFeeReceiver,burnTokens) (#564)
- amountReceived = takeFee(sender,amount,(recipient == pair)) (#518)
Reentrancy in THEDOGEFATHER.constructor() (#414-439):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#416)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#438)
Reentrancy in THEDOGEFATHER.swapBack() (#603-649):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#614-620)
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#631)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#647)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.shouldDistribute(address) (#298-301) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#299-300)
THEDOGEFATHER._transferFrom(address,address,uint256) (#485-534) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for 1min between two buys) (#506)
Avoid relying on block.timestamp.
Additional information: link
DividendDistributor.process(uint256) (#272-296) has costly operations inside a loop:
- currentIndex = 0 (#284)
DividendDistributor.distributeDividend(address) (#303-314) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#308)
DividendDistributor.process(uint256) (#272-296) has costly operations inside a loop:
- currentIndex ++ (#293)
Use a local variable to hold the loop computation result.
Additional information: link
THEDOGEFATHER._maxTxAmount (#360) is set pre-construction with a non-constant function or state variable:
- _totalSupply.mul(2).div(100)
THEDOGEFATHER._maxWalletToken (#361) is set pre-construction with a non-constant function or state variable:
- _totalSupply.mul(2).div(100)
THEDOGEFATHER.totalFee (#380) is set pre-construction with a non-constant function or state variable:
- marketingFee + reflectionFee + liquidityFee + ecosystemfee + burnFee
THEDOGEFATHER.swapThreshold (#410) is set pre-construction with a non-constant function or state variable:
- _totalSupply * 10 / 10000
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
Pragma version^0.7.4 (#23) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in THEDOGEFATHER.swapBack() (#603-649):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#632)
- (tmpSuccess,None) = address(ecosystemfeeReceiver).call{gas: 30000,value: amountBNBDev}() (#633)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
THEDOGEFATHER.takeFee(address,uint256,bool) (#551-568) performs a multiplication on the result of a division:
-feeAmount = amount.mul(totalFee).mul(multiplier).div(feeDenominator * 100) (#554)
-burnTokens = feeAmount.mul(burnFee).div(totalFee) (#556)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in DividendDistributor.distributeDividend(address) (#303-314):
External calls:
- RWRD.transfer(shareholder,amount) (#309)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#311)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#312)
Reentrancy in DividendDistributor.process(uint256) (#272-296):
External calls:
- distributeDividend(shareholders[currentIndex]) (#288)
- RWRD.transfer(shareholder,amount) (#309)
State variables written after the call(s):
- currentIndex ++ (#293)
Reentrancy in DividendDistributor.setShare(address,uint256) (#236-250):
External calls:
- distributeDividend(shareholder) (#238)
- RWRD.transfer(shareholder,amount) (#309)
State variables written after the call(s):
- shares[shareholder].amount = amount (#248)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#249)
Apply the check-effects-interactions pattern.
Additional information: link
THEDOGEFATHER.manage_blacklist(address[],bool).i (#667) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
THEDOGEFATHER.swapBack() (#603-649) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#639-646)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendDistributor.setDistributionCriteria(uint256,uint256) (#231-234) should emit an event for:
- minPeriod = _minPeriod (#232)
- minDistribution = _minDistribution (#233)
THEDOGEFATHER.setMaxTxPercent_base1000(uint256) (#476-478) should emit an event for:
- _maxTxAmount = (_totalSupply * maxTXPercentage_base1000) / 1000 (#477)
THEDOGEFATHER.setTxLimit(uint256) (#480-482) should emit an event for:
- _maxTxAmount = amount (#481)
THEDOGEFATHER.set_sell_multiplier(uint256) (#587-589) should emit an event for:
- sellMultiplier = Multiplier (#588)
THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256) (#685-694) should emit an event for:
- liquidityFee = _liquidityFee (#686)
- reflectionFee = _reflectionFee (#687)
- marketingFee = _marketingFee (#688)
- ecosystemfee = _ecosystemfee (#689)
- burnFee = _burnFee (#690)
- totalFee = _liquidityFee.add(_reflectionFee).add(_marketingFee).add(_ecosystemfee).add(_burnFee) (#691)
- feeDenominator = _feeDenominator (#692)
THEDOGEFATHER.setSwapBackSettings(bool,uint256) (#703-706) should emit an event for:
- swapThreshold = _amount (#705)
THEDOGEFATHER.setTargetLiquidity(uint256,uint256) (#708-711) should emit an event for:
- targetLiquidity = _target (#709)
- targetLiquidityDenominator = _denominator (#710)
Emit an event for critical parameter changes.
Additional information: link
Auth.transferOwnership(address).adr (#113) lacks a zero-check on :
- owner = adr (#114)
THEDOGEFATHER.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#696) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#697)
THEDOGEFATHER.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#696) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#698)
THEDOGEFATHER.setFeeReceivers(address,address,address,address)._ecosystemfeeReceiver (#696) lacks a zero-check on :
- ecosystemfeeReceiver = _ecosystemfeeReceiver (#699)
THEDOGEFATHER.setFeeReceivers(address,address,address,address)._burnFeeReceiver (#696) lacks a zero-check on :
- burnFeeReceiver = _burnFeeReceiver (#700)
Check that the address is not zero.
Additional information: link
DividendDistributor.distributeDividend(address) (#303-314) has external calls inside a loop: RWRD.transfer(shareholder,amount) (#309)
THEDOGEFATHER.multiTransfer(address,address[],uint256[]) (#737-761) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],_balances[addresses[i_scope_0]]) (#753)
THEDOGEFATHER.multiTransfer_fixed(address,address[],uint256) (#763-782) has external calls inside a loop: distributor.setShare(addresses[i],_balances[addresses[i]]) (#774)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in THEDOGEFATHER.constructor() (#414-439):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#416)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#417)
- _balances[msg.sender] = _totalSupply (#437)
- autoLiquidityReceiver = msg.sender (#432)
- burnFeeReceiver = DEAD (#435)
- distributor = new DividendDistributor(address(router)) (#419)
- ecosystemfeeReceiver = 0x67b7528d983E214BF3662384e3D4A48dd0aCADC8 (#434)
- isDividendExempt[pair] = true (#428)
- isDividendExempt[address(this)] = true (#429)
- isDividendExempt[DEAD] = true (#430)
- isFeeExempt[msg.sender] = true (#421)
- isTimelockExempt[msg.sender] = true (#424)
- isTimelockExempt[DEAD] = true (#425)
- isTimelockExempt[address(this)] = true (#426)
- isTxLimitExempt[msg.sender] = true (#422)
- marketingFeeReceiver = 0x6647aB7387A16538363E950E7e75878ef585Afa8 (#433)
Reentrancy in DividendDistributor.deposit() (#252-270):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#259-264)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#269)
- totalDividends = totalDividends.add(amount) (#268)
Reentrancy in DividendDistributor.distributeDividend(address) (#303-314):
External calls:
- RWRD.transfer(shareholder,amount) (#309)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#310)
Reentrancy in DividendDistributor.setShare(address,uint256) (#236-250):
External calls:
- distributeDividend(shareholder) (#238)
- RWRD.transfer(shareholder,amount) (#309)
State variables written after the call(s):
- addShareholder(shareholder) (#242)
- shareholderIndexes[shareholder] = shareholders.length (#336)
- removeShareholder(shareholder) (#244)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#342)
- addShareholder(shareholder) (#242)
- shareholders.push(shareholder) (#337)
- removeShareholder(shareholder) (#244)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#341)
- shareholders.pop() (#343)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#247)
Apply the check-effects-interactions pattern.
Additional information: link
Function IDEXRouter.WETH() (#128) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#231) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#231) is not in mixedCase
Variable DividendDistributor._token (#184) is not in mixedCase
Variable DividendDistributor.RWRD (#192) is not in mixedCase
Variable DividendDistributor.WBNB (#193) is not in mixedCase
Function THEDOGEFATHER.setMaxWalletPercent_base1000(uint256) (#473-475) is not in mixedCase
Parameter THEDOGEFATHER.setMaxWalletPercent_base1000(uint256).maxWallPercent_base1000 (#473) is not in mixedCase
Function THEDOGEFATHER.setMaxTxPercent_base1000(uint256) (#476-478) is not in mixedCase
Parameter THEDOGEFATHER.setMaxTxPercent_base1000(uint256).maxTXPercentage_base1000 (#476) is not in mixedCase
Function THEDOGEFATHER.clearStuckBalance_sender(uint256) (#582-585) is not in mixedCase
Function THEDOGEFATHER.set_sell_multiplier(uint256) (#587-589) is not in mixedCase
Parameter THEDOGEFATHER.set_sell_multiplier(uint256).Multiplier (#587) is not in mixedCase
Parameter THEDOGEFATHER.cooldownEnabled(bool,uint8)._status (#598) is not in mixedCase
Parameter THEDOGEFATHER.cooldownEnabled(bool,uint8)._interval (#598) is not in mixedCase
Function THEDOGEFATHER.enable_blacklist(bool) (#662-664) is not in mixedCase
Parameter THEDOGEFATHER.enable_blacklist(bool)._status (#662) is not in mixedCase
Function THEDOGEFATHER.manage_blacklist(address[],bool) (#666-670) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._reflectionFee (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketingFee (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._ecosystemfee (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._burnFee (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._feeDenominator (#685) is not in mixedCase
Parameter THEDOGEFATHER.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#696) is not in mixedCase
Parameter THEDOGEFATHER.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#696) is not in mixedCase
Parameter THEDOGEFATHER.setFeeReceivers(address,address,address,address)._ecosystemfeeReceiver (#696) is not in mixedCase
Parameter THEDOGEFATHER.setFeeReceivers(address,address,address,address)._burnFeeReceiver (#696) is not in mixedCase
Parameter THEDOGEFATHER.setSwapBackSettings(bool,uint256)._enabled (#703) is not in mixedCase
Parameter THEDOGEFATHER.setSwapBackSettings(bool,uint256)._amount (#703) is not in mixedCase
Parameter THEDOGEFATHER.setTargetLiquidity(uint256,uint256)._target (#708) is not in mixedCase
Parameter THEDOGEFATHER.setTargetLiquidity(uint256,uint256)._denominator (#708) is not in mixedCase
Parameter THEDOGEFATHER.setDistributionCriteria(uint256,uint256)._minPeriod (#713) is not in mixedCase
Parameter THEDOGEFATHER.setDistributionCriteria(uint256,uint256)._minDistribution (#713) is not in mixedCase
Function THEDOGEFATHER.multiTransfer_fixed(address,address[],uint256) (#763-782) is not in mixedCase
Variable THEDOGEFATHER.WBNB (#350) is not in mixedCase
Variable THEDOGEFATHER.DEAD (#351) is not in mixedCase
Variable THEDOGEFATHER.ZERO (#352) is not in mixedCase
Constant THEDOGEFATHER._name (#354) is not in UPPER_CASE_WITH_UNDERSCORES
Constant THEDOGEFATHER._symbol (#355) is not in UPPER_CASE_WITH_UNDERSCORES
Constant THEDOGEFATHER._decimals (#356) is not in UPPER_CASE_WITH_UNDERSCORES
Variable THEDOGEFATHER._totalSupply (#358) is not in mixedCase
Variable THEDOGEFATHER._maxTxAmount (#360) is not in mixedCase
Variable THEDOGEFATHER._maxWalletToken (#361) is not in mixedCase
Variable THEDOGEFATHER._balances (#363) is not in mixedCase
Variable THEDOGEFATHER._allowances (#364) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#133) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#134)
Prevent variables from having similar names.
Additional information: link
THEDOGEFATHER.slitherConstructorVariables() (#347-787) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#351)
THEDOGEFATHER.slitherConstructorVariables() (#347-787) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#352)
THEDOGEFATHER.slitherConstructorVariables() (#347-787) uses literals with too many digits:
- distributorGas = 500000 (#403)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
DividendDistributor.WBNB (#193) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#206) should be constant
THEDOGEFATHER.DEAD (#351) should be constant
THEDOGEFATHER.WBNB (#350) should be constant
THEDOGEFATHER.ZERO (#352) should be constant
THEDOGEFATHER._totalSupply (#358) should be constant
THEDOGEFATHER.gweiLimit (#399) should be constant
THEDOGEFATHER.gweiLimitBlocksAffected (#400) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
authorize(address) should be declared external:
- Auth.authorize(address) (#97-99)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#101-103)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#113-117)
tradingAllowed() should be declared external:
- THEDOGEFATHER.tradingAllowed() (#592-595)
cooldownEnabled(bool,uint8) should be declared external:
- THEDOGEFATHER.cooldownEnabled(bool,uint8) (#598-601)
enable_blacklist(bool) should be declared external:
- THEDOGEFATHER.enable_blacklist(bool) (#662-664)
manage_blacklist(address[],bool) should be declared external:
- THEDOGEFATHER.manage_blacklist(address[],bool) (#666-670)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts