Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract name (LOT.TRADE LOTT token) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
LOTTBEP20Token.multisend(address[],uint256[]).i (#534) 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
LOTTBEP20Token._beforeTokenTransfer(address,address,uint256) (#557-575) has external calls inside a loop: (allow,message) = liquidityRestrictor.assureLiquidityRestrictions(from,to) (#567-568)
LOTTBEP20Token._beforeTokenTransfer(address,address,uint256) (#557-575) has external calls inside a loop: require(bool)(antisnipe.assureCanTransfer(msg.sender,from,to,amount)) (#573)
Favor pull over push strategy for external calls.
Additional information: link
Address.isContract(address) (#488-496) uses assembly
- INLINE ASM (#494)
Do not use evm assembly.
Additional information: link
Context._msgData() (#101-103) is never used and should be removed
ERC20._beforeTokenTransfer(address,address,uint256) (#402-406) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter LOTTBEP20Token.setAntisnipeContractAddress(address)._address (#587) is not in mixedCase
Parameter LOTTBEP20Token.setLiquidityRestrictorContractAddress(address)._address (#595) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
name() should be declared external:
- ERC20.name() (#133-135)
symbol() should be declared external:
- ERC20.symbol() (#141-143)
decimals() should be declared external:
- ERC20.decimals() (#158-160)
totalSupply() should be declared external:
- ERC20.totalSupply() (#165-167)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#172-174)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#192-194)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#203-206)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#221-235)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#249-252)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#268-276)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#463-465)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#471-474)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token contract audit
Unable to find audit 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 scam / price dump / death
Alexa traffic rank is relatively low
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Unable to find Youtube account
Unable to find Discord account