Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Keep3rb._writeCheckpoint(address,uint32,uint256,uint256) (#367-378) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#370)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Reentrancy in Keep3rb.withdraw(address) (#832-843):
External calls:
- IERC20(bonding).safeTransfer(msg.sender,partialUnbonding[msg.sender][bonding]) (#839)
State variables written after the call(s):
- partialUnbonding[msg.sender][bonding] = 0 (#842)
Apply the check-effects-interactions pattern.
Additional information: link
Keep3rb.isBondedKeeper(address,address,uint256,uint256,uint256).bond (#776) shadows:
- Keep3rb.bond(address,uint256) (#785-797) (function)
Rename the local variables that shadow another component.
Additional information: link
Keep3rb.removeVotes(address,uint256) (#553-558) should emit an event for:
- totalBonded = totalBonded.sub(amount) (#556)
Emit an event for critical parameter changes.
Additional information: link
Keep3rb.setGovernance(address)._governance (#749) lacks a zero-check on :
- pendingGovernance = _governance (#751)
Check that the address is not zero.
Additional information: link
Reentrancy in Keep3rb.slash(address,address,uint256) (#853-863):
External calls:
- IERC20(bonded).safeTransfer(governance,amount) (#858)
State variables written after the call(s):
- _unbond(bonded,keeper,amount) (#860)
- bonds[_from][bonding] = bonds[_from][bonding].sub(_amount) (#715)
- _unbond(bonded,keeper,amount) (#860)
- checkpoints[delegatee][nCheckpoints - 1].votes = newVotes (#371)
- checkpoints[delegatee][nCheckpoints] = Checkpoint(blockNumber,newVotes) (#373)
- disputes[keeper] = false (#861)
- _unbond(bonded,keeper,amount) (#860)
- numCheckpoints[delegatee] = nCheckpoints + 1 (#374)
- _unbond(bonded,keeper,amount) (#860)
- totalBonded = totalBonded.sub(_amount) (#717)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Keep3rb.withdraw(address) (#832-843):
External calls:
- IERC20(bonding).safeTransfer(msg.sender,partialUnbonding[msg.sender][bonding]) (#839)
Event emitted after the call(s):
- KeeperUnbound(msg.sender,block.number,block.timestamp,partialUnbonding[msg.sender][bonding]) (#841)
Apply the check-effects-interactions pattern.
Additional information: link
Keep3rb.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (#893-904) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= deadline,permit: expired) (#899)
Avoid relying on block.timestamp.
Additional information: link
Keep3rb._getChainId() (#941-945) uses assembly
- INLINE ASM (#943)
Do not use evm assembly.
Additional information: link
SafeMath.mul(uint256,uint256,string) (#38-45) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in SafeERC20.callOptionalReturn(IERC20,bytes) (#143-153):
- (success,returndata) = address(token).call(data) (#147)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable Keep3rb._gasUsed (#510) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Reentrancy in Keep3rb.receiptETH(address,uint256) (#691-697):
External calls:
- address(keeper).transfer(amount) (#695)
Event emitted after the call(s):
- KeeperWorked(ETH,msg.sender,keeper,block.number,amount) (#696)
Apply the check-effects-interactions pattern.
Additional information: link
transfer(address,uint256) should be declared external:
- Keep3rb.transfer(address,uint256) (#911-914)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper 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
Token has no active CoinGecko listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinMarketCap rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account