Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Pragma version0.8.2 (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#7) allows old versions
solc-0.8.2 is not recommended for deployment
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
Contract Nest_Token (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#8-96) is not in CapWords
Parameter Nest_Token.mint(address,uint256)._to (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#37) is not in mixedCase
Parameter Nest_Token.mint(address,uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#37) is not in mixedCase
Parameter Nest_Token.burn(uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#44) is not in mixedCase
Parameter Nest_Token.burnFrom(address,uint256)._from (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#51) is not in mixedCase
Parameter Nest_Token.burnFrom(address,uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#51) is not in mixedCase
Parameter Nest_Token.approve(address,uint256)._spender (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#59) is not in mixedCase
Parameter Nest_Token.approve(address,uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#59) is not in mixedCase
Parameter Nest_Token.transfer(address,uint256)._to (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#65) is not in mixedCase
Parameter Nest_Token.transfer(address,uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#65) is not in mixedCase
Parameter Nest_Token.transferFrom(address,address,uint256)._from (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#72) is not in mixedCase
Parameter Nest_Token.transferFrom(address,address,uint256)._to (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#72) is not in mixedCase
Parameter Nest_Token.transferFrom(address,address,uint256)._amount (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#72) is not in mixedCase
Parameter Nest_Token.transferOwnership(address)._newOwner (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#80) is not in mixedCase
Parameter Nest_Token.setIssuerRights(address,bool)._issuer (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#86) is not in mixedCase
Parameter Nest_Token.setIssuerRights(address,bool)._value (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#86) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Nest_Token.decimals (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#11) should be constant
Nest_Token.name (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#9) should be constant
Nest_Token.symbol (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#10) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
getOwner() should be declared external:
- Nest_Token.getOwner() (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#33-35)
mint(address,uint256) should be declared external:
- Nest_Token.mint(address,uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#37-42)
burn(uint256) should be declared external:
- Nest_Token.burn(uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#44-49)
burnFrom(address,uint256) should be declared external:
- Nest_Token.burnFrom(address,uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#51-57)
approve(address,uint256) should be declared external:
- Nest_Token.approve(address,uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#59-63)
transfer(address,uint256) should be declared external:
- Nest_Token.transfer(address,uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#65-70)
transferFrom(address,address,uint256) should be declared external:
- Nest_Token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#72-78)
transferOwnership(address) should be declared external:
- Nest_Token.transferOwnership(address) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#80-84)
setIssuerRights(address,bool) should be declared external:
- Nest_Token.setIssuerRights(address,bool) (crytic-export/etherscan-contracts/0x7ff735aa553875b410dee7adb926981ca6235a39.bscscan.com-Nest_Token.sol#86-89)
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 scam / price dump / death
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts