We offer solution to constant issues in payment to Our freelance developers. GHD will enable us to process payment faster. Important productivity and get everyone involved Succes.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract TokenProxy (#113-174) has payable functions:
- Proxy.fallback() (#21-97)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
TokenProxy.implementation() (#168-172) is declared view but contains assembly code
Ensure the attributes of contracts compiled prior to Solidity 0.5.0 are correct.
Additional information: link
Contract ownership is semi-renounced (passed to a contract)
Reentrancy in TokenProxy.constructor(address,string,string,uint8,uint256) (#138-162):
External calls:
- version = IPermittableTokenVersion(_tokenImage).version() (#141)
State variables written after the call(s):
- DOMAIN_SEPARATOR = keccak256()(abi.encode(keccak256()(EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)),keccak256()(bytes(_name)),keccak256()(bytes(version)),_chainId,address(this))) (#153-161)
- bridgeContractAddr = msg.sender (#152)
- decimals = _decimals (#150)
- name = _name (#148)
- owner = msg.sender (#151)
- symbol = _symbol (#149)
Apply the check-effects-interactions pattern.
Additional information: link
Proxy.fallback() (#21-97) uses assembly
- INLINE ASM (#25-97)
TokenProxy.constructor(address,string,string,uint8,uint256) (#138-162) uses assembly
- INLINE ASM (#143-148)
TokenProxy.implementation() (#168-172) uses assembly
- INLINE ASM (#169-172)
Do not use evm assembly.
Additional information: link
Pragma version0.4.24 (#3) allows old versions
Pragma version0.4.24 (#102) 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
Variable TokenProxy.DOMAIN_SEPARATOR (#125) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TokenProxy.balances (#118) is never used in TokenProxy (#113-174)
TokenProxy.totalSupply (#119) is never used in TokenProxy (#113-174)
TokenProxy.allowed (#120) is never used in TokenProxy (#113-174)
TokenProxy.mintingFinished (#122) is never used in TokenProxy (#113-174)
TokenProxy.nonces (#127) is never used in TokenProxy (#113-174)
TokenProxy.expirations (#128) is never used in TokenProxy (#113-174)
Remove unused state variables.
Additional information: link
TokenProxy.mintingFinished (#122) should be constant
TokenProxy.totalSupply (#119) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
fallback() should be declared external:
- Proxy.fallback() (#21-97)
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
Token is not listed at Mobula.Finance
Additional information: link
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find code repository for the project
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
Token has relatively low CoinGecko rank
Unable to find Youtube account
Unable to find Discord account