Abura Farm builds an extremely fun and colorful farm game.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ABU.withdrawAnyToken(address,address,uint256) (#854-857) ignores return value by IERC20(_ERC20address).transfer(_recipient,_amount) (#855)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
ABU.constructor(address,string,string)._owner (#817) shadows:
- Ownable._owner (#37) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in ABU._transfer(address,address,uint256) (#842-852):
External calls:
- BP.protect(sender,recipient,amount) (#848)
State variables written after the call(s):
- super._transfer(sender,recipient,amount) (#851)
- _balances[sender] = senderBalance - amount (#414)
- _balances[recipient] += amount (#416)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ABU._transfer(address,address,uint256) (#842-852):
External calls:
- BP.protect(sender,recipient,amount) (#848)
Event emitted after the call(s):
- BPTransfer(sender,recipient,amount) (#849)
- Transfer(sender,recipient,amount) (#418)
- super._transfer(sender,recipient,amount) (#851)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#18-20) is never used and should be removed
SafeMath.add(uint256,uint256) (#663-665) is never used and should be removed
SafeMath.div(uint256,uint256) (#705-707) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#761-770) is never used and should be removed
SafeMath.mod(uint256,uint256) (#721-723) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#787-796) is never used and should be removed
SafeMath.mul(uint256,uint256) (#691-693) is never used and should be removed
SafeMath.sub(uint256,uint256) (#677-679) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#738-747) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#592-598) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#634-639) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#646-651) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#617-627) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#605-610) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.8.0 (#1) allows old versions
solc-0.8.0 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
Parameter ABU.setBpAddress(address)._bp (#825) is not in mixedCase
Parameter ABU.setBpEnabled(bool)._enabled (#832) is not in mixedCase
Parameter ABU.withdrawAnyToken(address,address,uint256)._recipient (#854) is not in mixedCase
Parameter ABU.withdrawAnyToken(address,address,uint256)._ERC20address (#854) is not in mixedCase
Parameter ABU.withdrawAnyToken(address,address,uint256)._amount (#854) is not in mixedCase
Variable ABU.BP (#808) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#70-72)
name() should be declared external:
- ERC20.name() (#242-244)
symbol() should be declared external:
- ERC20.symbol() (#250-252)
decimals() should be declared external:
- ERC20.decimals() (#267-269)
totalSupply() should be declared external:
- ERC20.totalSupply() (#274-276)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#281-283)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#293-296)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#312-315)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#330-344)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#358-361)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#377-385)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#551-553)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#566-573)
withdrawAnyToken(address,address,uint256) should be declared external:
- ABU.withdrawAnyToken(address,address,uint256) (#854-857)
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 token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account