Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MemePad.allowance(address,address).owner (#350) shadows:
- Ownable.owner() (#149-151) (function)
MemePad._approve(address,address,uint256).owner (#535) shadows:
- Ownable.owner() (#149-151) (function)
Rename the local variables that shadow another component.
Additional information: link
AntiWhale.isWhale(uint256) (#212-223) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= startDate && block.timestamp <= endDate (#219)
Avoid relying on block.timestamp.
Additional information: link
AntiWhale.activateAntiWhale() (#195-198) compares to a boolean constant:
-require(bool)(antiWhaleActivated == false) (#196)
AntiWhale.deActivateAntiWhale() (#200-203) compares to a boolean constant:
-require(bool)(antiWhaleActivated == true) (#201)
AntiWhale.isWhale(uint256) (#212-223) compares to a boolean constant:
-msg.sender == owner() || antiWhaleActivated == false || amount <= limitWhale (#214-216)
Remove the equality to the boolean constant.
Additional information: link
Context._msgData() (#20-23) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._startDate (#205) is not in mixedCase
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._endDate (#205) is not in mixedCase
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._limitWhale (#205) is not in mixedCase
Constant MemePad.maxCap (#261) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
MemePad.slitherConstructorConstantVariables() (#252-546) uses literals with too many digits:
- maxCap = 400000000 * (10 ** 18) (#261)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MemePad._decimals (#259) is never used in MemePad (#252-546)
Remove unused state variables.
Additional information: link
MemePad._decimals (#259) should be constant
MemePad._name (#257) should be constant
MemePad._symbol (#258) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#168-171)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#177-184)
activateAntiWhale() should be declared external:
- AntiWhale.activateAntiWhale() (#195-198)
deActivateAntiWhale() should be declared external:
- AntiWhale.deActivateAntiWhale() (#200-203)
setAntiWhale(uint256,uint256,uint256) should be declared external:
- AntiWhale.setAntiWhale(uint256,uint256,uint256) (#205-210)
name() should be declared external:
- MemePad.name() (#280-282)
symbol() should be declared external:
- MemePad.symbol() (#288-290)
decimals() should be declared external:
- MemePad.decimals() (#305-307)
totalSupply() should be declared external:
- MemePad.totalSupply() (#312-314)
balanceOf(address) should be declared external:
- MemePad.balanceOf(address) (#319-327)
transfer(address,uint256) should be declared external:
- MemePad.transfer(address,uint256) (#337-345)
allowance(address,address) should be declared external:
- MemePad.allowance(address,address) (#350-358)
approve(address,uint256) should be declared external:
- MemePad.approve(address,uint256) (#367-375)
transferFrom(address,address,uint256) should be declared external:
- MemePad.transferFrom(address,address,uint256) (#390-405)
increaseAllowance(address,uint256) should be declared external:
- MemePad.increaseAllowance(address,uint256) (#419-430)
decreaseAllowance(address,uint256) should be declared external:
- MemePad.decreaseAllowance(address,uint256) (#446-459)
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
Young tokens have high risks of scam / 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 CoinGecko rank
Unable to find Youtube account
Unable to find Discord account