TxBitcoin Token Logo

TXB [TxBitcoin] Token

About TXB

Listings

Not Found
Token 3 years
white paper

"What is TxBitcoin? The TxBitcoin token was developed for use in decentralised marketing and advertising services. The TxBitcoin serves as a bridge between the services of website operators or agencies and their customers, resulting in an effective marketing strategy. To use the provider's marketing services, advertising projects or ads must be purchased directly from the supported exchange via TXB. As the customer base of the TxBitcoin token grows, the demand for TXB will also increase directly, increasing the value of the token. Token holders will receive a distribution to all holders of TXB with HelpKidz coins in their wallet, in the form of a gift - charity, with each subsequent transaction, subject to an initial minimum purchase of 1,500 TXB. The holder benefits from a WIN WIN feature, so to speak, and does good at the same time."

Social

Laser Scorebeta Last Audit: 2 March 2022

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

Anti-Scam

Links


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

TxBitcoin.addLiquidity(uint256,uint256) (#1716-1731) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndSendDividends(sellTokens) (#1611)
- success = IERC20(BEP).transfer(address(dividendTracker),dividends) (#1736)
- dividendTracker.distributeBEPDividends(dividends) (#1739)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1707-1713)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1631)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#481)
- _balances[recipient] = _balances[recipient].add(amount) (#482)
- super._transfer(from,to,amount) (#1634)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#481)
- _balances[recipient] = _balances[recipient].add(amount) (#482)
- swapping = false (#1613)
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.

DividendPayingToken.constructor(string,string)._name (#791) shadows:
- ERC20._name (#303) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#791) shadows:
- ERC20._symbol (#304) (state variable)
DividendPayingToken.dividendOf(address)._owner (#842) shadows:
- Ownable._owner (#702) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#849) shadows:
- Ownable._owner (#702) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#856) shadows:
- Ownable._owner (#702) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#866) shadows:
- Ownable._owner (#702) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Redundant expression "this (#121)" inContext (#115-124)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (#1608)
- _allowances[owner][spender] = amount (#547)
- swapAndSendDividends(sellTokens) (#1611)
- _allowances[owner][spender] = amount (#547)
- super._transfer(from,address(this),fees) (#1631)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#481)
- _balances[recipient] = _balances[recipient].add(amount) (#482)
- super._transfer(from,to,amount) (#1634)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#481)
- _balances[recipient] = _balances[recipient].add(amount) (#482)
- swapping = false (#1613)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#548)
- swapAndSendDividends(sellTokens) (#1611)
- Approval(owner,spender,amount) (#548)
- swapAndLiquify(swapTokens) (#1608)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1643)
- SendDividends(tokens,dividends) (#1740)
- swapAndSendDividends(sellTokens) (#1611)
- SwapAndLiquify(half,newBalance,otherHalf) (#1672)
- swapAndLiquify(swapTokens) (#1608)
- Transfer(sender,recipient,amount) (#483)
- super._transfer(from,address(this),fees) (#1631)
- Transfer(sender,recipient,amount) (#483)
- super._transfer(from,to,amount) (#1634)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1060) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1061)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#821) is too similar to TXBDividendTracker.getAccount(address).withdrawableDividends (#1815)
Prevent variables from having similar names.

Additional information: link

TxBitcoin.constructor() (#1270-1304) uses literals with too many digits:
- _mint(owner(),1000000 * (10 ** 18)) (#1303)
TxBitcoin.updateGasForProcessing(uint256) (#1409-1414) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 800000,TXB: gasForProcessing must be between 200,000 and 500,000) (#1410)
TxBitcoin.slitherConstructorVariables() (#1192-1743) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1202)
TxBitcoin.slitherConstructorVariables() (#1192-1743) uses literals with too many digits:
- maxSellTransactionAmount = 1000000 * (10 ** 18) (#1207)
TxBitcoin.slitherConstructorVariables() (#1192-1743) uses literals with too many digits:
- maxWalletToken = 1000000 * (10 ** 18) (#1214)
TxBitcoin.slitherConstructorVariables() (#1192-1743) uses literals with too many digits:
- gasForProcessing = 300000 (#1221)
TXBDividendTracker.constructor() (#1765-1768) uses literals with too many digits:
- minimumTokenBalanceForDividends = 100000 * (10 ** 18) (#1767)
TXBDividendTracker.getAccountAtIndex(uint256) (#1855-1872) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1866)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#590) is never used in SafeMathInt (#588-646)
Remove unused state variables.

Additional information: link

TxBitcoin.BEP (#1204) should be constant
TxBitcoin.deadWallet (#1202) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- ERC20.name() (#323-325)
symbol() should be declared external:
- ERC20.symbol() (#331-333)
decimals() should be declared external:
- ERC20.decimals() (#348-350)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#374-377)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#382-384)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#393-396)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#411-419)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#433-436)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#452-455)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#737-740)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#746-750)
distributeBEPDividends(uint256) should be declared external:
- DividendPayingToken.distributeBEPDividends(uint256) (#799-810)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#814-816)
- TXBDividendTracker.withdrawDividend() (#1775-1777)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#842-844)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#856-858)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#929-931)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#933-938)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#940-942)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#946-948)
updateDividendTracker(address) should be declared external:
- TxBitcoin.updateDividendTracker(address) (#1310-1325)
updateUniswapV2Router(address) should be declared external:
- TxBitcoin.updateUniswapV2Router(address) (#1327-1334)
setExcludeFromMaxTx(address,bool) should be declared external:
- TxBitcoin.setExcludeFromMaxTx(address,bool) (#1343-1345)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- TxBitcoin.excludeMultipleAccountsFromFees(address[],bool) (#1347-1353)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- TxBitcoin.setAutomatedMarketMakerPair(address,bool) (#1390-1394)
updateGasForProcessing(uint256) should be declared external:
- TxBitcoin.updateGasForProcessing(uint256) (#1409-1414)
isExcludedFromFees(address) should be declared external:
- TxBitcoin.isExcludedFromFees(address) (#1436-1438)
withdrawableDividendOf(address) should be declared external:
- TxBitcoin.withdrawableDividendOf(address) (#1440-1442)
dividendTokenBalanceOf(address) should be declared external:
- TxBitcoin.dividendTokenBalanceOf(address) (#1444-1446)
setMaxtx(uint256) should be declared external:
- TxBitcoin.setMaxtx(uint256) (#1512-1514)
getAccountAtIndex(uint256) should be declared external:
- TXBDividendTracker.getAccountAtIndex(uint256) (#1855-1872)
process(uint256) should be declared external:
- TXBDividendTracker.process(uint256) (#1899-1944)
Use the external attribute for functions never called from the contract.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#820-836):
External calls:
- success = IERC20(BEP).transfer(user,_withdrawableDividend) (#825)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#828)
Reentrancy in TxBitcoin.updateDividendTracker(address) (#1310-1325):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1317)
- newDividendTracker.excludeFromDividends(address(this)) (#1318)
- newDividendTracker.excludeFromDividends(owner()) (#1319)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1320)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1324)
Apply the check-effects-interactions pattern.

Additional information: link

TxBitcoin._transfer(address,address,uint256).iterations (#1642) is a local variable never initialized
TxBitcoin._transfer(address,address,uint256).claims (#1642) is a local variable never initialized
TxBitcoin._transfer(address,address,uint256).lastProcessedIndex (#1642) 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

TxBitcoin.claim() (#1483-1485) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1484)
TxBitcoin._transfer(address,address,uint256) (#1544-1649) ignores return value by dividendTracker.process(gas) (#1642-1647)
TxBitcoin.addLiquidity(uint256,uint256) (#1716-1731) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Ensure that all the return values of the function calls are used.

Additional information: link

TxBitcoin.setTaxFeePercent(uint256,uint256,uint256,uint256) (#1367-1377) should emit an event for:
- BEPRewardsFee = rewardFee (#1368)
- _pretaxfee = BEPRewardsFee (#1369)
- liquidityFee = _liquidityFee (#1370)
- _preliquidityfee = _liquidityFee (#1371)
- marketingFee = _MarketingFee (#1372)
- _premarketingfee = marketingFee (#1373)
- buybackFee = _buybackFee (#1374)
- _prebuybackfee = buybackFee (#1375)
TxBitcoin.setsellTaxFeePercent(uint256,uint256,uint256,uint256) (#1379-1384) should emit an event for:
- _taxsellFee = taxsellFee (#1380)
- _liquiditysellFee = liquiditysellFee (#1381)
- _marketingsellFee = MarketingsellFee (#1382)
- _buybacksellFee = buybacksellFee (#1383)
Emit an event for critical parameter changes.

Additional information: link

TxBitcoin.updateUniswapV2Router(address)._uniswapV2Pair (#1331-1332) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1333)
TxBitcoin.setMarketingWallet(address).wallet (#1363) lacks a zero-check on :
- _marketingWalletAddress = wallet (#1364)
TxBitcoin.setBuybackWallet(address).wallet (#1386) lacks a zero-check on :
- _buybackWalletAddress = wallet (#1387)
DividendPayingToken.SetBepRewardingToken(address).newAddress (#794) lacks a zero-check on :
- BEP = newAddress (#796)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#820-836) has external calls inside a loop: success = IERC20(BEP).transfer(user,_withdrawableDividend) (#825)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'TxBitcoin._transfer(address,address,uint256).iterations (#1642)' in TxBitcoin._transfer(address,address,uint256) (#1544-1649) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1643)
Variable 'TxBitcoin._transfer(address,address,uint256).lastProcessedIndex (#1642)' in TxBitcoin._transfer(address,address,uint256) (#1544-1649) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1643)
Variable 'TxBitcoin._transfer(address,address,uint256).claims (#1642)' in TxBitcoin._transfer(address,address,uint256) (#1544-1649) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1643)
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 TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (#1608)
- _allowances[owner][spender] = amount (#547)
Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndSendDividends(sellTokens) (#1611)
- success = IERC20(BEP).transfer(address(dividendTracker),dividends) (#1736)
- dividendTracker.distributeBEPDividends(dividends) (#1739)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1707-1713)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1611)
- _allowances[owner][spender] = amount (#547)
Reentrancy in TxBitcoin.constructor() (#1270-1304):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1277-1278)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1281)
- uniswapV2Router = _uniswapV2Router (#1280)
Reentrancy in TxBitcoin.constructor() (#1270-1304):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1277-1278)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1283)
- dividendTracker.excludeFromDividends(pair) (#1402)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1286)
- dividendTracker.excludeFromDividends(address(this)) (#1287)
- dividendTracker.excludeFromDividends(owner()) (#1288)
- dividendTracker.excludeFromDividends(deadWallet) (#1289)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1290)
State variables written after the call(s):
- _mint(owner(),1000000 * (10 ** 18)) (#1303)
- _balances[account] = _balances[account].add(amount) (#501)
- excludeFromFees(owner(),true) (#1293)
- _isExcludedFromFees[account] = excluded (#1338)
- excludeFromFees(address(this),true) (#1294)
- _isExcludedFromFees[account] = excluded (#1338)
- _mint(owner(),1000000 * (10 ** 18)) (#1303)
- _totalSupply = _totalSupply.add(amount) (#500)
- _whiteList[msg.sender] = true (#1296)
- _whiteList[address(this)] = true (#1297)
Reentrancy in TXBDividendTracker.processAccount(address,bool) (#1946-1956):
External calls:
- amount = _withdrawDividendOfUser(account) (#1947)
- success = IERC20(BEP).transfer(user,_withdrawableDividend) (#825)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1950)
Reentrancy in TxBitcoin.swapAndLiquify(uint256) (#1652-1673):
External calls:
- swapTokensForEth(half) (#1664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- addLiquidity(otherHalf,newBalance) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1670)
- _allowances[owner][spender] = amount (#547)
Reentrancy in TxBitcoin.updateUniswapV2Router(address) (#1327-1334):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1331-1332)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1333)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TxBitcoin._setAutomatedMarketMakerPair(address,bool) (#1397-1406):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1402)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1405)
Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#548)
- swapAndLiquify(swapTokens) (#1608)
- SwapAndLiquify(half,newBalance,otherHalf) (#1672)
- swapAndLiquify(swapTokens) (#1608)
Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndSendDividends(sellTokens) (#1611)
- success = IERC20(BEP).transfer(address(dividendTracker),dividends) (#1736)
- dividendTracker.distributeBEPDividends(dividends) (#1739)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1707-1713)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#548)
- swapAndSendDividends(sellTokens) (#1611)
- SendDividends(tokens,dividends) (#1740)
- swapAndSendDividends(sellTokens) (#1611)
- Transfer(sender,recipient,amount) (#483)
- super._transfer(from,address(this),fees) (#1631)
- Transfer(sender,recipient,amount) (#483)
- super._transfer(from,to,amount) (#1634)
Reentrancy in TxBitcoin._transfer(address,address,uint256) (#1544-1649):
External calls:
- swapTokensForEth(walletTokens) (#1600)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- swapAndSendDividends(sellTokens) (#1611)
- success = IERC20(BEP).transfer(address(dividendTracker),dividends) (#1736)
- dividendTracker.distributeBEPDividends(dividends) (#1739)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1707-1713)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1636)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1637)
- dividendTracker.process(gas) (#1642-1647)
External calls sending eth:
- address(_marketingWalletAddress).transfer(marketingShare) (#1604)
- address(_buybackWalletAddress).transfer(buybackShare) (#1605)
- swapAndLiquify(swapTokens) (#1608)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1643)
Reentrancy in TxBitcoin.constructor() (#1270-1304):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1277-1278)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1283)
- dividendTracker.excludeFromDividends(pair) (#1402)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1405)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1283)
Reentrancy in TxBitcoin.constructor() (#1270-1304):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1277-1278)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1283)
- dividendTracker.excludeFromDividends(pair) (#1402)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1286)
- dividendTracker.excludeFromDividends(address(this)) (#1287)
- dividendTracker.excludeFromDividends(owner()) (#1288)
- dividendTracker.excludeFromDividends(deadWallet) (#1289)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1290)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1340)
- excludeFromFees(address(this),true) (#1294)
- ExcludeFromFees(account,excluded) (#1340)
- excludeFromFees(owner(),true) (#1293)
- Transfer(address(0),account,amount) (#502)
- _mint(owner(),1000000 * (10 ** 18)) (#1303)
Reentrancy in TXBDividendTracker.processAccount(address,bool) (#1946-1956):
External calls:
- amount = _withdrawDividendOfUser(account) (#1947)
- success = IERC20(BEP).transfer(user,_withdrawableDividend) (#825)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1951)
Reentrancy in TxBitcoin.processDividendTracker(uint256) (#1478-1481):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1479)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1480)
Reentrancy in TxBitcoin.swapAndLiquify(uint256) (#1652-1673):
External calls:
- swapTokensForEth(half) (#1664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1687-1693)
- addLiquidity(otherHalf,newBalance) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1722-1729)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#548)
- addLiquidity(otherHalf,newBalance) (#1670)
- SwapAndLiquify(half,newBalance,otherHalf) (#1672)
Reentrancy in TxBitcoin.swapAndSendDividends(uint256) (#1733-1742):
External calls:
- swapTokensForBEP(tokens) (#1734)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1707-1713)
- success = IERC20(BEP).transfer(address(dividendTracker),dividends) (#1736)
- dividendTracker.distributeBEPDividends(dividends) (#1739)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1740)
Reentrancy in TxBitcoin.updateDividendTracker(address) (#1310-1325):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1317)
- newDividendTracker.excludeFromDividends(address(this)) (#1318)
- newDividendTracker.excludeFromDividends(owner()) (#1319)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1320)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1322)
Apply the check-effects-interactions pattern.

Additional information: link

TXBDividendTracker.getAccount(address) (#1810-1853) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1850-1852)
TXBDividendTracker.canAutoClaim(uint256) (#1874-1880) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1875)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1879)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.6.12', '^0.6.2']
- ^0.6.12 (#3)
- ^0.6.2 (#1051)
Use one Solidity version.

Additional information: link

Context._msgData() (#120-123) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#876-882) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#263-266) is never used and should be removed
SafeMathInt.abs(int256) (#636-639) is never used and should be removed
SafeMathInt.div(int256,int256) (#607-613) is never used and should be removed
SafeMathInt.mul(int256,int256) (#595-602) is never used and should be removed
Remove unused functions.

Additional information: link

TxBitcoin.totalFees (#1213) is set pre-construction with a non-constant function or state variable:
- BEPRewardsFee.add(liquidityFee).add(marketingFee).add(buybackFee)
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.6.2 (#1051) 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

Function DividendPayingToken.SetBepRewardingToken(address) (#794-797) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#842) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#849) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#856) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#866) is not in mixedCase
Variable DividendPayingToken.BEP (#765) is not in mixedCase
Constant DividendPayingToken.magnitude (#771) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#997) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#998) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#1015) is not in mixedCase
Function IUniswapV2Router01.WETH() (#1055) is not in mixedCase
Parameter TxBitcoin.setExcludeFromMaxTx(address,bool)._address (#1343) is not in mixedCase
Parameter TxBitcoin.setMaxWalletTokend(uint256)._maxToken (#1355) is not in mixedCase
Parameter TxBitcoin.setTaxFeePercent(uint256,uint256,uint256,uint256)._liquidityFee (#1367) is not in mixedCase
Parameter TxBitcoin.setTaxFeePercent(uint256,uint256,uint256,uint256)._MarketingFee (#1367) is not in mixedCase
Parameter TxBitcoin.setTaxFeePercent(uint256,uint256,uint256,uint256)._buybackFee (#1367) is not in mixedCase
Parameter TxBitcoin.setsellTaxFeePercent(uint256,uint256,uint256,uint256).MarketingsellFee (#1379) is not in mixedCase
Parameter TxBitcoin.includeToWhiteList(address[])._users (#1506) is not in mixedCase
Parameter TxBitcoin.setMaxtx(uint256)._maxSellTxAmount (#1512) is not in mixedCase
Variable TxBitcoin.BEP (#1204) is not in mixedCase
Variable TxBitcoin.BEPRewardsFee (#1209) is not in mixedCase
Variable TxBitcoin._marketingWalletAddress (#1216) is not in mixedCase
Variable TxBitcoin._buybackWalletAddress (#1217) is not in mixedCase
Variable TxBitcoin._prebuybackfee (#1516) is not in mixedCase
Variable TxBitcoin._premarketingfee (#1517) is not in mixedCase
Variable TxBitcoin._pretaxfee (#1518) is not in mixedCase
Variable TxBitcoin._preliquidityfee (#1519) is not in mixedCase
Variable TxBitcoin._taxsellFee (#1521) is not in mixedCase
Variable TxBitcoin._liquiditysellFee (#1522) is not in mixedCase
Variable TxBitcoin._marketingsellFee (#1523) is not in mixedCase
Variable TxBitcoin._buybacksellFee (#1524) is not in mixedCase
Parameter TXBDividendTracker.getAccount(address)._account (#1810) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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

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


Twitter account has relatively few followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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 contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Young tokens have high risks of scam / 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 TXB

News for TXB