The Nafter platform will belong to ALL creators and their fans. We will be supporting all forms of content. We look to be the NFT content platform on blockchain for all mainstream and up and coming influencers and creators. Nafter allows creators to seamlessly snap, post & mint their content directly from their smartphone in a way never done before!
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Context._msgData() (#24-27) is never used and should be removed
Remove unused functions.
Additional information: link
AntiWhale.isWhale(uint256) (#216-227) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp >= startDate && block.timestamp <= endDate (#223)
Avoid relying on block.timestamp.
Additional information: link
AntiWhale.deActivateAntiWhale() (#204-207) compares to a boolean constant:
-require(bool)(antiWhaleActivated == true) (#205)
AntiWhale.activateAntiWhale() (#199-202) compares to a boolean constant:
-require(bool)(antiWhaleActivated == false) (#200)
AntiWhale.isWhale(uint256) (#216-227) compares to a boolean constant:
-msg.sender == owner() || antiWhaleActivated == false || amount <= limitWhale (#218-220)
Remove the equality to the boolean constant.
Additional information: link
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._startDate (#209) is not in mixedCase
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._limitWhale (#209) is not in mixedCase
Constant Nafter.maxCap (#265) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter AntiWhale.setAntiWhale(uint256,uint256,uint256)._endDate (#209) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Nafter._approve(address,address,uint256).owner (#540) shadows:
- Ownable.owner() (#153-155) (function)
Nafter.allowance(address,address).owner (#354) shadows:
- Ownable.owner() (#153-155) (function)
Rename the local variables that shadow another component.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Nafter.slitherConstructorConstantVariables() (#256-551) uses literals with too many digits:
- maxCap = 1000000000 * (10 ** 18) (#265)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Nafter._decimals (#263) is never used in Nafter (#256-551)
Remove unused state variables.
Additional information: link
Nafter._name (#261) should be constant
Nafter._decimals (#263) should be constant
Nafter._symbol (#262) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transfer(address,uint256) should be declared external:
- Nafter.transfer(address,uint256) (#341-349)
decimals() should be declared external:
- Nafter.decimals() (#309-311)
allowance(address,address) should be declared external:
- Nafter.allowance(address,address) (#354-362)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#172-175)
symbol() should be declared external:
- Nafter.symbol() (#292-294)
deActivateAntiWhale() should be declared external:
- AntiWhale.deActivateAntiWhale() (#204-207)
decreaseAllowance(address,uint256) should be declared external:
- Nafter.decreaseAllowance(address,uint256) (#450-463)
setAntiWhale(uint256,uint256,uint256) should be declared external:
- AntiWhale.setAntiWhale(uint256,uint256,uint256) (#209-214)
approve(address,uint256) should be declared external:
- Nafter.approve(address,uint256) (#371-379)
transferFrom(address,address,uint256) should be declared external:
- Nafter.transferFrom(address,address,uint256) (#394-409)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#181-188)
name() should be declared external:
- Nafter.name() (#284-286)
activateAntiWhale() should be declared external:
- AntiWhale.activateAntiWhale() (#199-202)
increaseAllowance(address,uint256) should be declared external:
- Nafter.increaseAllowance(address,uint256) (#423-434)
balanceOf(address) should be declared external:
- Nafter.balanceOf(address) (#323-331)
totalSupply() should be declared external:
- Nafter.totalSupply() (#316-318)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
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 code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Unable to find Discord account