DigimonRabbit Token Logo

DRB [DigimonRabbit] Token

About DRB

Listings

Token 17 months
CoinGecko 16 months
CoinMarketCap 16 months
white paper

The first digital MEME coin officially and uniquely authorized by the digital baby.

A fully formed Digimon in the form of a rabbit, one of the 12 sacred beasts that appear in Oriental folklore. He can freely manipulate the "chi" that flows through his body, sometimes moving with flowing flexibility, and at other times delivering blows as heavy as iron, responding to both the soft and the hard. Her signature move is the "Meditation Cure," which instantly heals any damage. His special move is "Mantra Chant," which releases all the energy in his body, hardening his body tissues to the level of Krondizoid alloy and delivering a powerful blow.

Digimon Rabbit a fictional creature that appears in the cross-platform product "Digital Tyrannosaurus" series developed by Bandai Co. The theatrical version of the anime "Super Evolution! Digital Armor of Gold" is the complete form of the digital beast that is the partner of Waris and the digital beast that is the partner of Li Xiaochun in the TV version of the anime "Digital Beast Tamer".

Digimon (Japanese: デジモン, Hepburn: Dejimon, branded as Digimon: Digital Monsters, stylized as DIGIMON), short for "Digital Monsters" (デジタルモンスター Dejitaru Monsutā), is a Japanese media franchise encompassing virtual pet toys, anime, manga, video games, films and a trading card game. The franchise focuses on the eponymous creatures, who inhabit a "Digital World", a parallel universe that originated from Earth's various communication networks.

There is an original basic setting for each individual digital beast, although the intention to change this situation on the occasion of the debut of the anime, in addition to the main character in the anime, there is also a new design of digital beasts, sometimes because of the change, there are large differences with the original basic setting.

Social

Laser Scorebeta Last Audit: 23 December 2023

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in DigimonRabbit._transfer(address,address,uint256) (#662-711):
External calls:
- swapTokensForEth(contractTokenBalance) (#681)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-724)
External calls sending eth:
- sendETHToFee(address(this).balance) (#684)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#710)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#745)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#746)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#747)
- _tokenTransfer(from,to,amount) (#710)
- _rTotal = _rTotal.sub(rFee) (#756)
Apply the check-effects-interactions pattern.

Additional information: link

DigimonRabbit._transferStandard(address,address,uint256) (#738-750) performs a multiplication on the result of a division:
-rFee = tAmount.mul(_redisFee).div(100).mul(currentRate) (#742)
DigimonRabbit._transferStandard(address,address,uint256) (#738-750) performs a multiplication on the result of a division:
-rTeam = tAmount.mul(_taxFee).div(100).mul(currentRate) (#743)
Consider ordering multiplication before division.

Additional information: link

DigimonRabbit._approve(address,address,uint256).owner (#655) shadows:
- Ownable.owner() (#527-529) (function)
DigimonRabbit.allowance(address,address).owner (#634) shadows:
- Ownable.owner() (#527-529) (function)
Rename the local variables that shadow another component.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#345-348) is never used and should be removed
Context._msgData() (#177-180) is never used and should be removed
SafeMath.mod(uint256,uint256) (#329-331) is never used and should be removed
Remove unused functions.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#378) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#379)
Variable DigimonRabbit._transferStandard(address,address,uint256).rTransferAmount (#744) is too similar to DigimonRabbit._transferStandard(address,address,uint256).tTransferAmount (#740)
Prevent variables from having similar names.

Additional information: link

DigimonRabbit.constructor() (#593-607) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_tTotal) (#606)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DigimonRabbit._redisFeeOnSell (#569) should be constant
DigimonRabbit._redisFeeOnBuy (#566) should be constant
DigimonRabbit.swapEnabled (#586) should be constant
DigimonRabbit._taxFeeOnSell (#570) should be constant
DigimonRabbit._marketingAddress (#579) should be constant
DigimonRabbit._taxFeeOnBuy (#567) should be constant
DigimonRabbit._burnAddress (#580) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in DigimonRabbit._transfer(address,address,uint256) (#662-711):
External calls:
- swapTokensForEth(contractTokenBalance) (#681)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-724)
External calls sending eth:
- sendETHToFee(address(this).balance) (#684)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
State variables written after the call(s):
- _redisFee = _redisFeeOnBuy (#689)
- _redisFee = _redisFeeOnSell (#694)
- _redisFee = _redisFeeOnBuy (#699)
- _redisFee = 0 (#704)
- _taxFee = _taxFeeOnBuy (#690)
- _taxFee = _taxFeeOnSell (#695)
- _taxFee = _taxFeeOnBuy (#700)
- _taxFee = 0 (#705)
Reentrancy in DigimonRabbit.transferFrom(address,address,uint256) (#643-647):
External calls:
- _transfer(sender,recipient,amount) (#644)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-724)
External calls sending eth:
- _transfer(sender,recipient,amount) (#644)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#645)
- _allowances[owner][spender] = amount (#658)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DigimonRabbit.transferFrom(address,address,uint256) (#643-647):
External calls:
- _transfer(sender,recipient,amount) (#644)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-724)
External calls sending eth:
- _transfer(sender,recipient,amount) (#644)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#659)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#645)
Reentrancy in DigimonRabbit._transfer(address,address,uint256) (#662-711):
External calls:
- swapTokensForEth(contractTokenBalance) (#681)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-724)
External calls sending eth:
- sendETHToFee(address(this).balance) (#684)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#749)
- _tokenTransfer(from,to,amount) (#710)
Apply the check-effects-interactions pattern.

Additional information: link

DigimonRabbit (#554-800) should inherit from IERC20Metadata (#189-204)
Inherit from the missing interface or contract.

Additional information: link

Variable DigimonRabbit._rOwned (#557) is not in mixedCase
Constant DigimonRabbit._decimals (#577) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DigimonRabbit._symbol (#576) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DigimonRabbit._name (#575) is not in UPPER_CASE_WITH_UNDERSCORES
Constant DigimonRabbit._tTotal (#563) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Router01.WETH() (#373) is not in mixedCase
Variable DigimonRabbit._isExcludedFromFee (#560) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#178)" inContext (#172-181)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in DigimonRabbit.transferFrom(address,address,uint256) (#643-647):
External calls:
- _transfer(sender,recipient,amount) (#644)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#645)
- _allowances[owner][spender] = amount (#658)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#659)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#645)
Reentrancy in DigimonRabbit._transfer(address,address,uint256) (#662-711):
External calls:
- sendETHToFee(address(this).balance) (#684)
- _marketingAddress.transfer(mktAmount) (#730)
- _burnAddress.transfer(burnAmount) (#731)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#710)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#745)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#746)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#747)
- _tokenTransfer(from,to,amount) (#710)
- _rTotal = _rTotal.sub(rFee) (#756)
- _redisFee = _redisFeeOnBuy (#689)
- _redisFee = _redisFeeOnSell (#694)
- _redisFee = _redisFeeOnBuy (#699)
- _redisFee = 0 (#704)
- _taxFee = _taxFeeOnBuy (#690)
- _taxFee = _taxFeeOnSell (#695)
- _taxFee = _taxFeeOnBuy (#700)
- _taxFee = 0 (#705)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#749)
- _tokenTransfer(from,to,amount) (#710)
Apply the check-effects-interactions pattern.

Additional information: link

totalSupply() should be declared external:
- DigimonRabbit.totalSupply() (#621-623)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#546-549)
name() should be declared external:
- DigimonRabbit.name() (#609-611)
symbol() should be declared external:
- DigimonRabbit.symbol() (#613-615)
approve(address,uint256) should be declared external:
- DigimonRabbit.approve(address,uint256) (#638-641)
allowance(address,address) should be declared external:
- DigimonRabbit.allowance(address,address) (#634-636)
excludeFromFees(address,bool) should be declared external:
- DigimonRabbit.excludeFromFees(address,bool) (#794-797)
decimals() should be declared external:
- DigimonRabbit.decimals() (#617-619)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- DigimonRabbit.excludeMultipleAccountsFromFees(address[],bool) (#786-791)
transferFrom(address,address,uint256) should be declared external:
- DigimonRabbit.transferFrom(address,address,uint256) (#643-647)
transfer(address,uint256) should be declared external:
- DigimonRabbit.transfer(address,uint256) (#629-632)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain

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


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to crawl data from the website


Token was delisted from CoinGecko

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank

Price for DRB