Arbix Finance is a yield farming platform on Binance Smart Chain utilizing arbitrage to gain optimal yield with low risk. Under Arbix Finance users can deposit BEP20 token assets into the vaults and reap competitive profits. Unlike many yield farming platforms, users do not have to concern about impermanent loss since all of the vaults are single-asset.
Contract creator or owner is blacklisted for past scams
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.6.0<0.8.0']
- >=0.6.0<0.8.0 (#7)
- >=0.6.0<0.8.0 (#34)
- >=0.6.0<0.8.0 (#114)
- >=0.6.0<0.8.0 (#331)
- >=0.6.0<0.8.0 (#638)
- 0.6.12 (#707)
Use one Solidity version.
Additional information: link
Context._msgData() (#24-27) is never used and should be removed
ERC20._burn(address,uint256) (#575-583) is never used and should be removed
ERC20._setupDecimals(uint8) (#613-615) is never used and should be removed
SafeMath.div(uint256,uint256) (#246-249) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#301-304) is never used and should be removed
SafeMath.mod(uint256,uint256) (#263-266) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#321-324) is never used and should be removed
SafeMath.mul(uint256,uint256) (#227-232) is never used and should be removed
SafeMath.sub(uint256,uint256) (#212-215) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#135-139) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#171-174) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#181-184) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#156-164) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#146-149) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#7) is too complex
Pragma version>=0.6.0<0.8.0 (#34) is too complex
Pragma version>=0.6.0<0.8.0 (#114) is too complex
Pragma version>=0.6.0<0.8.0 (#331) is too complex
Pragma version>=0.6.0<0.8.0 (#638) is too complex
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 ARBIX.mint(address,uint256)._to (#709) is not in mixedCase
Parameter ARBIX.mint(address,uint256)._amount (#709) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
name() should be declared external:
- ERC20.name() (#390-392)
symbol() should be declared external:
- ERC20.symbol() (#398-400)
decimals() should be declared external:
- ERC20.decimals() (#415-417)
totalSupply() should be declared external:
- ERC20.totalSupply() (#422-424)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#429-431)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#441-444)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#449-451)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#460-463)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#478-482)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#496-499)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#515-518)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#688-691)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#697-701)
mint(address,uint256) should be declared external:
- ARBIX.mint(address,uint256) (#709-711)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to crawl data from 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
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token has relatively low CoinGecko rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account