Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
StartUPToken.constructor(address) (contracts/StartUPToken.sol#47-52) ignores return value by Acc(Acc_address).acc_setup(address(this),totalSupply_) (contracts/StartUPToken.sol#51)
Ensure that all the return values of the function calls are used.
Additional information: link
StartUPToken.constructor(address)._acc (contracts/StartUPToken.sol#47) lacks a zero-check on :
- Acc_address = _acc (contracts/StartUPToken.sol#50)
Check that the address is not zero.
Additional information: link
Reentrancy in StartUPToken.transfer(address,uint256) (contracts/StartUPToken.sol#74-78):
External calls:
- Acc(Acc_address).acc_Transfer(msg.sender,to,amount) (contracts/StartUPToken.sol#75)
Event emitted after the call(s):
- Transfer(msg.sender,to,amount) (contracts/StartUPToken.sol#76)
Reentrancy in StartUPToken.transferFrom(address,address,uint256) (contracts/StartUPToken.sol#68-73):
External calls:
- Acc(Acc_address).acc_Transfer(from,to,amount) (contracts/StartUPToken.sol#70)
Event emitted after the call(s):
- Transfer(from,to,amount) (contracts/StartUPToken.sol#71)
Apply the check-effects-interactions pattern.
Additional information: link
Function Acc.acc_Transfer(address,address,uint256) (contracts/StartUPToken.sol#29) is not in mixedCase
Function Acc.acc_balanceOf(address) (contracts/StartUPToken.sol#30) is not in mixedCase
Function Acc.acc_setup(address,uint256) (contracts/StartUPToken.sol#31) is not in mixedCase
Variable StartUPToken.Acc_address (contracts/StartUPToken.sol#40) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
StartUPToken.constructor(address) (contracts/StartUPToken.sol#47-52) uses literals with too many digits:
- totalSupply_ = 1000000 * 10 ** 18 (contracts/StartUPToken.sol#48)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
acc_Transfer(address,address,uint256) should be declared external:
- Acc.acc_Transfer(address,address,uint256) (contracts/StartUPToken.sol#29)
acc_balanceOf(address) should be declared external:
- Acc.acc_balanceOf(address) (contracts/StartUPToken.sol#30)
acc_setup(address,uint256) should be declared external:
- Acc.acc_setup(address,uint256) (contracts/StartUPToken.sol#31)
totalSupply() should be declared external:
- StartUPToken.totalSupply() (contracts/StartUPToken.sol#54-56)
approve(address,uint256) should be declared external:
- StartUPToken.approve(address,uint256) (contracts/StartUPToken.sol#57-61)
allowance(address,address) should be declared external:
- StartUPToken.allowance(address,address) (contracts/StartUPToken.sol#62-64)
balanceOf(address) should be declared external:
- StartUPToken.balanceOf(address) (contracts/StartUPToken.sol#65-67)
transferFrom(address,address,uint256) should be declared external:
- StartUPToken.transferFrom(address,address,uint256) (contracts/StartUPToken.sol#68-73)
transfer(address,uint256) should be declared external:
- StartUPToken.transfer(address,uint256) (contracts/StartUPToken.sol#74-78)
Use the external attribute for functions never called from the contract.
Additional information: link
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 30d PancakeSwap liquidity is low.
Average 30d PancakeSwap volume is low.
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