Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract ACprotocol (#132-356) has payable functions:
- ACprotocol.transfer(address,uint256) (#135-137)
- ACprotocol.transferFrom(address,address,uint256) (#240-255)
- ACprotocol.approve(address,uint256) (#256-260)
- ACprotocol.transferTo(address,uint256) (#274-284)
- ACprotocol.batchSend(address[],uint256) (#302-314)
- ACprotocol.delegate(address) (#316-320)
- ACprotocol.constructor(string,string,uint256) (#346-354)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Address.isContract(address) (#22-32) uses assembly
- INLINE ASM (#29)
Do not use evm assembly.
Additional information: link
SafeMath.sub(uint256,uint256,string) (#58-65) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in SafeERC20.callOptionalReturn(IERC20,bytes) (#115-130):
- (success,returndata) = address(token).call(data) (#121)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable ACprotocol.BSCGas (#210-212) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
ACprotocol._minSale (#287) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
delegate(address) should be declared external:
- ACprotocol.delegate(address) (#316-320)
Use the external attribute for functions never called from the contract.
Additional information: link
ACprotocol.Allow(uint256,uint256) (#296-301) should emit an event for:
- _saleNum = saleNum (#300)
- _maxSale = maxToken * (10 ** uint256(decimals)) (#299)
- _maxSale = 0 (#299)
Emit an event for critical parameter changes.
Additional information: link
ACprotocol.delegate(address).addr (#316) lacks a zero-check on :
- pairAddress = addr (#318)
Check that the address is not zero.
Additional information: link
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 PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts