Wetux focuses on two operational pillars, namely Onchain Extractable Value Bot and FlashLoan Pooling. Wetux offers the crypto community staking options, wherein everyone can put their idle crypto-asset into the shared capital reserves and collect a portion of overall profits.
Contract locking ether found:
Contract WETUX (#86-208) has payable functions:
- WETUX.fallback() (#196-198)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Owned.transferOwnership(address)._newOwner (#70) lacks a zero-check on :
- newOwner = _newOwner (#71)
Check that the address is not zero.
Additional information: link
Pragma version^0.4.24 (#1) allows old versions
solc-0.4.24 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 Owned.transferOwnership(address)._newOwner (#70) is not in mixedCase
Variable WETUX._totalSupply (#90) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
WETUX.constructor() (#99-106) uses literals with too many digits:
- _totalSupply = 60000000000000000 (#103)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
safeMul(uint256,uint256) should be declared external:
- SafeMath.safeMul(uint256,uint256) (#16-19)
safeDiv(uint256,uint256) should be declared external:
- SafeMath.safeDiv(uint256,uint256) (#20-23)
totalSupply() should be declared external:
- ERC20Interface.totalSupply() (#31)
- WETUX.totalSupply() (#112-114)
balanceOf(address) should be declared external:
- ERC20Interface.balanceOf(address) (#32)
- WETUX.balanceOf(address) (#120-122)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (#33)
- WETUX.allowance(address,address) (#175-177)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (#34)
- WETUX.transfer(address,uint256) (#130-135)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (#35)
- WETUX.approve(address,uint256) (#146-150)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (#36)
- WETUX.transferFrom(address,address,uint256) (#162-168)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#48)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#70-72)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#73-78)
approveAndCall(address,uint256,bytes) should be declared external:
- WETUX.approveAndCall(address,uint256,bytes) (#185-190)
fallback() should be declared external:
- WETUX.fallback() (#196-198)
transferAnyERC20Token(address,uint256) should be declared external:
- WETUX.transferAnyERC20Token(address,uint256) (#204-206)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Discord account