The first and only yield-farming, vaults and staking deflationary token with no admin control.
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
Contract name (YVS.Finance on BSC) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
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
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
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has relatively low CoinGecko rank
Unable to find Youtube account
Unable to find Discord account