BSC33 Token Logo

BSC33 Token

About BSC33

Listings

Token 2 years
white paper

Financial tools to grow your wealth - stake and earn compounding interest

Social

Laser Scorebeta Last Audit: 4 January 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


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

Variable ERC20._balances (#609) is not in mixedCase
Variable ERC20._allowances (#612) is not in mixedCase
Variable ERC20._totalSupply (#615) is not in mixedCase
Variable ERC20._name (#618) is not in mixedCase
Variable ERC20._symbol (#621) is not in mixedCase
Variable ERC20._decimals (#624) is not in mixedCase
Variable ERC20Permit.DOMAIN_SEPARATOR (#767) is not in mixedCase
Variable Ownable._owner (#824) is not in mixedCase
Variable VaultOwned._vault (#856) is not in mixedCase
Function BSC33ERC20Token._burnFrom(address,uint256) (#894-903) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ERC20.ERC20TOKEN_ERC1820_INTERFACE_ID (#606) is never used in BSC33ERC20Token (#875-905)
Remove unused state variables.

Additional information: link

VaultOwned.setVault(address) (#858-862) should emit an event for:
- _vault = vault_ (#859)
Emit an event for critical parameter changes.

Additional information: link

VaultOwned.setVault(address).vault_ (#858) lacks a zero-check on :
- _vault = vault_ (#859)
Check that the address is not zero.

Additional information: link

ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#786-807) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,Permit: expired deadline) (#795)
Avoid relying on block.timestamp.

Additional information: link

ERC20Permit.constructor() (#769-784) uses assembly
- INLINE ASM (#771-773)
Do not use evm assembly.

Additional information: link

Counters.decrement(Counters.Counter) (#739-741) is never used and should be removed
EnumerableSet._add(EnumerableSet.Set,bytes32) (#29-39) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (#105-108) is never used and should be removed
EnumerableSet._contains(EnumerableSet.Set,bytes32) (#84-86) is never used and should be removed
EnumerableSet._getValues(EnumerableSet.Set) (#110-112) is never used and should be removed
EnumerableSet._insert(EnumerableSet.Set,uint256,bytes32) (#120-126) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (#91-93) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (#47-79) is never used and should be removed
EnumerableSet.add(EnumerableSet.AddressSet,address) (#269-271) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#202-204) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes4Set,bytes4) (#138-140) is never used and should be removed
EnumerableSet.add(EnumerableSet.UInt256Set,uint256) (#395-397) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#343-345) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (#307-309) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#240-242) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes4Set,uint256) (#176-178) is never used and should be removed
EnumerableSet.at(EnumerableSet.UInt256Set,uint256) (#433-435) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#381-383) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (#286-288) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#219-221) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes4Set,bytes4) (#155-157) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UInt256Set,uint256) (#412-414) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#360-362) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.AddressSet) (#315-324) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes32Set) (#244-252) is never used and should be removed
EnumerableSet.getValues(EnumerableSet.Bytes4Set) (#180-186) is never used and should be removed
EnumerableSet.insert(EnumerableSet.AddressSet,uint256,address) (#326-328) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes32Set,uint256,bytes32) (#254-256) is never used and should be removed
EnumerableSet.insert(EnumerableSet.Bytes4Set,uint256,bytes4) (#188-190) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (#293-295) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#226-228) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes4Set) (#162-164) is never used and should be removed
EnumerableSet.length(EnumerableSet.UInt256Set) (#419-421) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#367-369) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (#279-281) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#212-214) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes4Set,bytes4) (#148-150) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UInt256Set,uint256) (#405-407) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#353-355) is never used and should be removed
SafeMath.average(uint256,uint256) (#587-590) is never used and should be removed
SafeMath.bondingCurve(uint256,uint256) (#596-598) is never used and should be removed
SafeMath.div(uint256,uint256) (#541-543) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#545-551) is never used and should be removed
SafeMath.mod(uint256,uint256) (#553-555) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#557-560) is never used and should be removed
SafeMath.mul(uint256,uint256) (#529-539) is never used and should be removed
SafeMath.percentageAmount(uint256,uint8) (#575-577) is never used and should be removed
SafeMath.percentageOfTotal(uint256,uint256) (#583-585) is never used and should be removed
SafeMath.quadraticPricing(uint256,uint256) (#592-594) is never used and should be removed
SafeMath.sqrrt(uint256) (#562-573) is never used and should be removed
SafeMath.substractPercentage(uint256,uint8) (#579-581) is never used and should be removed
Remove unused functions.

Additional information: link

symbol() should be declared external:
- ERC20.symbol() (#636-638)
decimals() should be declared external:
- ERC20.decimals() (#640-642)
totalSupply() should be declared external:
- ERC20.totalSupply() (#644-646)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#648-650)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#652-655)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#661-664)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#666-671)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#673-676)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#678-682)
permit(address,address,uint256,uint256,uint8,bytes32,bytes32) should be declared external:
- ERC20Permit.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#786-807)
nonces(address) should be declared external:
- ERC20Permit.nonces(address) (#809-811)
owner() should be declared external:
- Ownable.owner() (#833-835)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#842-845)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#847-851)
vault() should be declared external:
- VaultOwned.vault() (#864-866)
burn(uint256) should be declared external:
- BSC33ERC20Token.burn(uint256) (#886-888)
burnFrom(address,uint256) should be declared external:
- BSC33ERC20Token.burnFrom(address,uint256) (#890-892)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Number of Binance Smart Chain (BSC) token holders is low.


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.


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

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

Price for BSC33