XIDO Finance is a decentralized AMM with yield farming incentives, no mints, and a unique token distribution design. XIDO Finance is powered by XIDO token which adds a governance layer and powers the self-sustaining pools and farms without ever minting a new token.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract XIDO (#88-199) has payable functions:
- XIDO.fallback() (#120-122)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Ownable.transferOwnership(address) (#60-63) should emit an event for:
- newOwner = _newOwner (#62)
Emit an event for critical parameter changes.
Additional information: link
XIDO.isContract(address) (#193-197) uses assembly
- INLINE ASM (#195)
Do not use evm assembly.
Additional information: link
SafeMath.div(uint256,uint256) (#15-19) is never used and should be removed
SafeMath.mod(uint256,uint256) (#32-36) is never used and should be removed
SafeMath.mul(uint256,uint256) (#5-13) is never used and should be removed
XIDO.isContract(address) (#193-197) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.0 (#1) allows old versions
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 SafeMath.mul(uint256,uint256)._a (#5) is not in mixedCase
Parameter SafeMath.mul(uint256,uint256)._b (#5) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._a (#15) is not in mixedCase
Parameter SafeMath.div(uint256,uint256)._b (#15) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._a (#21) is not in mixedCase
Parameter SafeMath.sub(uint256,uint256)._b (#21) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._a (#26) is not in mixedCase
Parameter SafeMath.add(uint256,uint256)._b (#26) is not in mixedCase
Parameter Ownable.transferOwnership(address)._newOwner (#60) is not in mixedCase
Parameter XIDO.transfer(address,uint256)._to (#138) is not in mixedCase
Parameter XIDO.transfer(address,uint256)._value (#138) is not in mixedCase
Parameter XIDO.balanceOf(address)._holder (#147) is not in mixedCase
Parameter XIDO.transferFrom(address,address,uint256)._from (#151) is not in mixedCase
Parameter XIDO.transferFrom(address,address,uint256)._to (#151) is not in mixedCase
Parameter XIDO.transferFrom(address,address,uint256)._value (#151) is not in mixedCase
Parameter XIDO.approve(address,uint256)._spender (#159) is not in mixedCase
Parameter XIDO.approve(address,uint256)._value (#159) is not in mixedCase
Parameter XIDO.allowance(address,address)._holder (#165) is not in mixedCase
Parameter XIDO.allowance(address,address)._spender (#165) is not in mixedCase
Parameter XIDO.freezeAccount(address)._holder (#169) is not in mixedCase
Parameter XIDO.unfreezeAccount(address)._holder (#176) is not in mixedCase
Parameter XIDO.burn(uint256)._value (#183) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
XIDO.constructor() (#110-118) uses literals with too many digits:
- initialSupply = 3000000 (#114)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#60-63)
acceptOwnership() should be declared external:
- Ownable.acceptOwnership() (#65-68)
totalSupply() should be declared external:
- ERC20.totalSupply() (#72)
- XIDO.totalSupply() (#124-126)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#73)
- XIDO.balanceOf(address) (#147-149)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#74)
- XIDO.allowance(address,address) (#165-167)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#75)
- XIDO.transfer(address,uint256) (#138-145)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#76)
- XIDO.transferFrom(address,address,uint256) (#151-157)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#77)
- XIDO.approve(address,uint256) (#159-163)
freezeAccount(address) should be declared external:
- XIDO.freezeAccount(address) (#169-174)
unfreezeAccount(address) should be declared external:
- XIDO.unfreezeAccount(address) (#176-181)
burn(uint256) should be declared external:
- XIDO.burn(uint256) (#183-191)
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 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 token on CoinHunt
Additional information: link
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
Unable to find Youtube account
Unable to find Discord account