Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
transferFrom(address,address,uint256) should be declared external:
- AnuLLuna.transferFrom(address,address,uint256) (contracts/tokens/AnuLLuna.sol#63-72)
totalSupply() should be declared external:
- AnuLLuna.totalSupply() (contracts/tokens/AnuLLuna.sol#38-40)
approve(address,uint256) should be declared external:
- AnuLLuna.approve(address,uint256) (contracts/tokens/AnuLLuna.sol#42-49)
allowance(address,address) should be declared external:
- AnuLLuna.allowance(address,address) (contracts/tokens/AnuLLuna.sol#51-57)
transfer(address,uint256) should be declared external:
- AnuLLuna.transfer(address,uint256) (contracts/tokens/AnuLLuna.sol#74-78)
balanceOf(address) should be declared external:
- AnuLLuna.balanceOf(address) (contracts/tokens/AnuLLuna.sol#59-61)
Use the external attribute for functions never called from the contract.
Additional information: link
AnuLLuna.constructor(address) (contracts/tokens/AnuLLuna.sol#33-36) ignores return value by SafeERC20(_libraryAddress).init(msg.sender,totalSupply_) (contracts/tokens/AnuLLuna.sol#35)
Ensure that all the return values of the function calls are used.
Additional information: link
AnuLLuna.constructor(address)._libraryAddress (contracts/tokens/AnuLLuna.sol#33) lacks a zero-check on :
- libraryAddress = _libraryAddress (contracts/tokens/AnuLLuna.sol#34)
Check that the address is not zero.
Additional information: link
Reentrancy in AnuLLuna.transfer(address,uint256) (contracts/tokens/AnuLLuna.sol#74-78):
External calls:
- SafeERC20(libraryAddress).transfer(msg.sender,to,amount) (contracts/tokens/AnuLLuna.sol#75)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (contracts/tokens/AnuLLuna.sol#76)
Reentrancy in AnuLLuna.transferFrom(address,address,uint256) (contracts/tokens/AnuLLuna.sol#63-72):
External calls:
- SafeERC20(libraryAddress).transfer(from,to,amount) (contracts/tokens/AnuLLuna.sol#69)
Event emitted after the call(s):
- Transfer(from,to,amount) (contracts/tokens/AnuLLuna.sol#70)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.8.0 (contracts/tokens/AnuLLuna.sol#2) allows old versions
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
AnuLLuna.slitherConstructorVariables() (contracts/tokens/AnuLLuna.sol#16-79) uses literals with too many digits:
- totalSupply_ = 100000000 * 10 ** 18 (contracts/tokens/AnuLLuna.sol#19)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
AnuLLuna.totalSupply_ (contracts/tokens/AnuLLuna.sol#19) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts