BR34P Token Logo

BR34P Token

About BR34P

Listings

Token 3 years
CoinMarketCap 3 years

bR34P is the only deflationary token which sends rewards directly to holders and liquidity providers on BSC.

bR34P token benefits every holder with a low-cost charge of 1% fee in every transaction on the blockchain, redistributes to every wallet holder automatically based on the amount of R34P token in their wallets and another 1% will be sent to 0x000 wallet that will automatically burn and reduce the circulation/ total supply.

bR34P sends rewards directly to liquidity providers and holders with out the need to claim allowing the holder to constantly increase the % of the total supply they hold which in turn makes their rewards bigger, at the same time the total supply/circulating supply is being burned, creating a compounding effect which results in an exponential growth curve.

Social

Laser Scorebeta Last Audit: 8 September 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BR34P.allowance(address,address).owner (#518) shadows:
- Ownable.owner() (#427-429) (function)
BR34P._approve(address,address,uint256).owner (#604) shadows:
- Ownable.owner() (#427-429) (function)
Rename the local variables that shadow another component.

Additional information: link

BR34P._setTaxFee(uint256) (#731-734) should emit an event for:
- _taxFee = taxFee (#733)
BR34P._setBurnFee(uint256) (#736-739) should emit an event for:
- _burnFee = burnFee (#738)
BR34P._setMaxTxAmount(uint256) (#741-744) should emit an event for:
- _maxTxAmount = maxTxAmount (#743)
Emit an event for critical parameter changes.

Additional information: link

Address.isContract(address) (#281-290) uses assembly
- INLINE ASM (#288)
Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) uses assembly
- INLINE ASM (#387-390)
Do not use evm assembly.

Additional information: link

BR34P.includeAccount(address) (#591-602) has costly operations inside a loop:
- _excluded.pop() (#598)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) is never used and should be removed
Address.functionCall(address,bytes) (#334-336) is never used and should be removed
Address.functionCall(address,bytes,string) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#359-361) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#369-372) is never used and should be removed
Address.isContract(address) (#281-290) is never used and should be removed
Address.sendValue(address,uint256) (#308-314) is never used and should be removed
BR34P._getMaxTxAmount() (#727-729) is never used and should be removed
BR34P._getTaxFee() (#723-725) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (#238-240) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#254-257) is never used and should be removed
Remove unused functions.

Additional information: link

BR34P._rTotal (#475) 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

Pragma version^0.6.4 (#3) allows old versions
solc-0.6.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

Low level call in Address.sendValue(address,uint256) (#308-314):
- (success) = recipient.call{value: amount}() (#312)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#374-395):
- (success,returndata) = target.call{value: weiValue}(data) (#378)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function BR34P._setTaxFee(uint256) (#731-734) is not in mixedCase
Function BR34P._setBurnFee(uint256) (#736-739) is not in mixedCase
Function BR34P._setMaxTxAmount(uint256) (#741-744) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#702) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._transferToExcluded(address,address,uint256).rTransferAmount (#645) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._transferStandard(address,address,uint256).tTransferAmount (#635)
Variable BR34P._transferFromExcluded(address,address,uint256).rTransferAmount (#656) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P._transferBothExcluded(address,address,uint256).rTransferAmount (#667) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._getTValues(uint256,uint256,uint256).tTransferAmount (#694)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._transferToExcluded(address,address,uint256).tTransferAmount (#645)
Variable BR34P.reflectionFromToken(uint256,bool).rTransferAmount (#570) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._transferBothExcluded(address,address,uint256).tTransferAmount (#667)
Variable BR34P._getValues(uint256).rTransferAmount (#687) is too similar to BR34P._getValues(uint256).tTransferAmount (#685)
Variable BR34P._transferStandard(address,address,uint256).rTransferAmount (#635) is too similar to BR34P._transferFromExcluded(address,address,uint256).tTransferAmount (#656)
Prevent variables from having similar names.

Additional information: link

BR34P._decimals (#481) should be constant
BR34P._name (#479) should be constant
BR34P._symbol (#480) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#446-449)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#455-459)
name() should be declared external:
- BR34P.name() (#492-494)
symbol() should be declared external:
- BR34P.symbol() (#496-498)
decimals() should be declared external:
- BR34P.decimals() (#500-502)
totalSupply() should be declared external:
- BR34P.totalSupply() (#504-506)
balanceOf(address) should be declared external:
- BR34P.balanceOf(address) (#508-511)
transfer(address,uint256) should be declared external:
- BR34P.transfer(address,uint256) (#513-516)
allowance(address,address) should be declared external:
- BR34P.allowance(address,address) (#518-520)
approve(address,uint256) should be declared external:
- BR34P.approve(address,uint256) (#522-525)
transferFrom(address,address,uint256) should be declared external:
- BR34P.transferFrom(address,address,uint256) (#527-531)
increaseAllowance(address,uint256) should be declared external:
- BR34P.increaseAllowance(address,uint256) (#533-536)
decreaseAllowance(address,uint256) should be declared external:
- BR34P.decreaseAllowance(address,uint256) (#538-541)
isExcluded(address) should be declared external:
- BR34P.isExcluded(address) (#543-545)
totalFees() should be declared external:
- BR34P.totalFees() (#547-549)
totalBurn() should be declared external:
- BR34P.totalBurn() (#551-553)
deliver(uint256) should be declared external:
- BR34P.deliver(uint256) (#555-562)
reflectionFromToken(uint256,bool) should be declared external:
- BR34P.reflectionFromToken(uint256,bool) (#564-573)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Token is deployed only at one blockchain

Contract has 2% buy tax and 1% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.


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


Token was delisted from CoinGecko

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Token has no active CoinGecko listing / rank


Token has a considerable age, but social accounts / website are missing or have few users

Price for BR34P