ThunderADA.app is a double reward reflection token using the power of 80/20: 80% invest for now and mid term, 20% for long term future.
Hold $THUNDERADA tokens and get rewarded 20% in ADA (8% per buy & 12% per sell) and 5% in THOREUM (2% per buy & 3% per sell), automatically delivered to wallet every 60 minutes.
ThunderADA.app is a part of Thunder Alliance Ecosystem together with Thoreum, ThunderCake, ThunderBNB, supporting each other's price, increasing rarity & adding values together.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ThunderAda.buyBackAndBurn(uint256) (#2061-2074) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2068-2073)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in ThunderAda._transfer(address,address,uint256) (#1821-1994):
External calls:
- swapTokensForBNB(swapTokens) (#1860)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#2097-2103)
- useBnbToBurnThunderBnb(bnbToBurnThunderBnb) (#1870)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2035-2040)
- swapTokensForBNB(swapTokens_scope_0) (#1877)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#2097-2103)
- swapTokensForBNB(contractTokenBalance.mul(buyBackAndLiquidityFee).div(totalFees)) (#1890)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#2097-2103)
- swapAndLiquify(contractTokenBalance.mul(buyBackAndLiquidityFee).div(totalFees)) (#1892)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp.add(300)) (#2018-2025)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp.add(300)) (#2097-2103)
- buyBackThunderBnbAndBurn(swapTokensToBurnThunderBnb) (#1898)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(amount,0,path,deadAddress,block.timestamp.add(300)) (#2052-2058)
- swapAndSendA80Dividends(sellTokens.sub(1300)) (#1904)
- a80DividendTracker.distributeDividends(a80Dividends) (#2141)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp.add(300)) (#2124-2130)
- swapAndSendB20Dividends(sellTokens_scope_5.sub(1300)) (#1909)
- b20DividendTracker.distributeDividends(b20Dividends) (#2154)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp.add(300)) (#2124-2130)
- buyBackAndBurn(buyBackBalanceBnb.div(10 ** 2)) (#1925)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2068-2073)
External calls sending eth:
- transferToWallet(address(teamWallet),teamPortion) (#1866)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(marketingWallet),marketingPortion) (#1867)
- recipient.transfer(amount) (#2160)
- useBnbToBurnThunderBnb(bnbToBurnThunderBnb) (#1870)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2035-2040)
- transferToWallet(address(marketingWallet),marketingPortion_scope_4) (#1883)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(teamWallet),teamPortion_scope_3) (#1884)
- recipient.transfer(amount) (#2160)
- swapAndLiquify(contractTokenBalance.mul(buyBackAndLiquidityFee).div(totalFees)) (#1892)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp.add(300)) (#2018-2025)
- buyBackAndBurn(buyBackBalanceBnb.div(10 ** 2)) (#1925)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2068-2073)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1942)
- _balances[sender] = _balances[sender].sub(amount,exceeds balance) (#381)
- _balances[recipient] = _balances[recipient].add(amount) (#382)
- super._transfer(from,to,amount) (#1945)
- _balances[sender] = _balances[sender].sub(amount,exceeds balance) (#381)
- _balances[recipient] = _balances[recipient].add(amount) (#382)
- swapping = false (#1927)
Apply the check-effects-interactions pattern.
Additional information: link
ThunderAda.rand() (#1782-1798) uses a dangerous strict equality:
- randNumber == 0 (#1792)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract locking ether found:
Contract B20DividendTracker (#2377-2589) has payable functions:
- DividendPayingToken.receive() (#581-582)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
ThunderAda.setMinimumBalanceRequired(uint256) (#1514-1517) contains a tautology or contradiction:
- require(bool,string)(_newAmount >= 0,newAmount error) (#1515)
Fix the incorrect comparison by changing the value type or the comparison.
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.
Contract name (ThunderADA.app) 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.
ThunderAda._transfer(address,address,uint256) (#1821-1994) performs a multiplication on the result of a division:
-fees = amount.mul(totalFees).div(100) (#1933)
-fees = fees.mul(sellFeeIncreaseFactor).div(100) (#1937)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#621-637):
External calls:
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#626)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#629)
Apply the check-effects-interactions pattern.
Additional information: link
DividendPayingToken.setMinTokenBeforeSendDividend(uint256) (#614-617) uses tx.origin for authorization: require(bool,string)(tx.origin == adminAddress,Only admin) (#615)
Do not use tx.origin for authorization.
Additional information: link
ThunderAda._transfer(address,address,uint256).lastProcessedIndex_scope_8 (#1967) 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
ThunderAda.addLiquidity(uint256,uint256) (#2012-2026) ignores return value by uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp.add(300)) (#2018-2025)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendPayingToken.constructor(string,string,address)._symbol (#577) shadows:
- ERC20._symbol (#210) (state variable)
Rename the local variables that shadow another component.
Additional information: link
B20DividendTracker.updateClaimWait(uint256) (#2427-2430) should emit an event for:
- claimWait = newClaimWait (#2429)
Emit an event for critical parameter changes.
Additional information: link
B20DividendTracker.setDividendTokenAddress(address).newToken (#2409) lacks a zero-check on :
- dividendToken = newToken (#2410)
Check that the address is not zero.
Additional information: link
Variable 'ThunderAda._transfer(address,address,uint256).claims_scope_13 (#1985)' in ThunderAda._transfer(address,address,uint256) (#1821-1994) potentially used before declaration: ProcessedA80DividendTracker(iterations_scope_12,claims_scope_13,lastProcessedIndex_scope_14,true,gas,tx.origin) (#1986)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.
Additional information: link
Reentrancy in ThunderAda.updateB20DividendTracker(address) (#1602-1613):
External calls:
- newB20DividendTracker.excludeFromDividends(address(newB20DividendTracker)) (#1607)
- newB20DividendTracker.excludeFromDividends(address(this)) (#1608)
- newB20DividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1609)
- newB20DividendTracker.excludeFromDividends(address(deadAddress)) (#1610)
State variables written after the call(s):
- b20DividendTracker = newB20DividendTracker (#1612)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ThunderAda.swapAndSendB20Dividends(uint256) (#2146-2157):
External calls:
- swapTokensForDividendToken(tokens,address(b20DividendTracker),b20DividendToken) (#2149)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(_tokenAmount,0,path,_recipient,block.timestamp.add(300)) (#2124-2130)
- b20DividendTracker.distributeDividends(b20Dividends) (#2154)
Event emitted after the call(s):
- SendDividends(b20Dividends) (#2155)
Apply the check-effects-interactions pattern.
Additional information: link
B20DividendTracker.canAutoClaim(uint256) (#2505-2511) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#2506)
- block.timestamp.sub(lastClaimTime) >= claimWait (#2510)
Avoid relying on block.timestamp.
Additional information: link
ThunderAda.setMarketingEnabled(bool) (#1575-1587) compares to a boolean constant:
-_enabled == false (#1578)
Remove the equality to the boolean constant.
Additional information: link
SafeMathInt.mul(int256,int256) (#1207-1215) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.4 is not recommended for deployment
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
Parameter B20DividendTracker.getAccount(address)._account (#2441) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in ThunderAda._transfer(address,address,uint256) (#1821-1994):
External calls:
- transferToWallet(address(teamWallet),teamPortion) (#1866)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(marketingWallet),marketingPortion) (#1867)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(marketingWallet),marketingPortion_scope_4) (#1883)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(teamWallet),teamPortion_scope_3) (#1884)
- recipient.transfer(amount) (#2160)
External calls sending eth:
- transferToWallet(address(teamWallet),teamPortion) (#1866)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(marketingWallet),marketingPortion) (#1867)
- recipient.transfer(amount) (#2160)
- useBnbToBurnThunderBnb(bnbToBurnThunderBnb) (#1870)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2035-2040)
- transferToWallet(address(marketingWallet),marketingPortion_scope_4) (#1883)
- recipient.transfer(amount) (#2160)
- transferToWallet(address(teamWallet),teamPortion_scope_3) (#1884)
- recipient.transfer(amount) (#2160)
- swapAndLiquify(contractTokenBalance.mul(buyBackAndLiquidityFee).div(totalFees)) (#1892)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp.add(300)) (#2018-2025)
- buyBackAndBurn(buyBackBalanceBnb.div(10 ** 2)) (#1925)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#2068-2073)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1942)
- _balances[sender] = _balances[sender].sub(amount,exceeds balance) (#381)
- _balances[recipient] = _balances[recipient].add(amount) (#382)
- super._transfer(from,to,amount) (#1945)
- _balances[sender] = _balances[sender].sub(amount,exceeds balance) (#381)
- _balances[recipient] = _balances[recipient].add(amount) (#382)
- swapping = false (#1927)
Event emitted after the call(s):
- ProcessedA80DividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1959)
- ProcessedA80DividendTracker(iterations_scope_12,claims_scope_13,lastProcessedIndex_scope_14,true,gas,tx.origin) (#1986)
- ProcessedB20DividendTracker(iterations_scope_6,claims_scope_7,lastProcessedIndex_scope_8,true,gas,tx.origin) (#1968)
- ProcessedB20DividendTracker(iterations_scope_9,claims_scope_10,lastProcessedIndex_scope_11,true,gas,tx.origin) (#1977)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,address(this),fees) (#1942)
- Transfer(sender,recipient,amount) (#383)
- super._transfer(from,to,amount) (#1945)
Apply the check-effects-interactions pattern.
Additional information: link
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#622) is too similar to B20DividendTracker.getAccount(address).withdrawableDividends (#2446)
Prevent variables from having similar names.
Additional information: link
B20DividendTracker.getAccountAtIndex(uint256) (#2486-2503) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#2497)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
DividendPayingToken.lastAmount (#553) is never used in B20DividendTracker (#2377-2589)
Remove unused state variables.
Additional information: link
ThunderAda.deadAddress (#1270) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
process(uint256) should be declared external:
- B20DividendTracker.process(uint256) (#2530-2575)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from 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 verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account