Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BEP20USDT.allowance(address,address).owner (#437) shadows:
- Ownable.owner() (#301-303) (function)
BEP20USDT._approve(address,address,uint256).owner (#586) shadows:
- Ownable.owner() (#301-303) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20USDT.constructor(address,address)._blackAddr (#360) lacks a zero-check on :
- blackAddr = _blackAddr (#368)
Check that the address is not zero.
Additional information: link
BEP20USDT._burnFrom(address,uint256) (#600-603) is never used and should be removed
Context._msgData() (#117-120) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-269) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter BEP20USDT.setTreasuryFee(uint256)._treasuryFee (#605) is not in mixedCase
Variable BEP20USDT._decimals (#354) is not in mixedCase
Variable BEP20USDT._symbol (#355) is not in mixedCase
Variable BEP20USDT._name (#356) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#118)" inContext (#108-121)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20USDT.constructor(address,address) (#360-370) uses literals with too many digits:
- _totalSupply = 2100000000000000 (#364)
BEP20USDT.slitherConstructorVariables() (#343-617) uses literals with too many digits:
- feeToStop = 2097900000000000 (#349)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20USDT.feeToStop (#349) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#320-323)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#329-331)
increaseAllowance(address,uint256) should be declared external:
- BEP20USDT.increaseAllowance(address,uint256) (#497-500)
decreaseAllowance(address,uint256) should be declared external:
- BEP20USDT.decreaseAllowance(address,uint256) (#516-519)
burn(uint256) should be declared external:
- BEP20USDT.burn(uint256) (#525-528)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts