The Lead Token is the native currency that fuels the products and services that are delivered on Lead Wallet. Thereby making Lead token a utility token as it will be needed to access some major service areas of Lead Wallet application.
The Lead Token is minted on the Ethereum VM as an ERC20 standard token. There will only be a total of one billion Lead Token supply. The LEAD total supply is a fixed supply. It is designed with a deflationary monetary system whereby 30% of Lead Wallet quarterly profits are used to purchase LEAD from the exchanges and are permanently burnt. Lead Wallet revenue will be generated from all the services offered via the lead wallet with a quarterly audit report.
Every Quarter, Lead team will conduct an audit of all the earnings from Lead Wallet, after which 30% of the total net profit will be used to buy back a portion of the Lead token, which will be permanently burnt. This process will continue until only 30% of the total LEAD supply is left.
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
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
Contract ownership is semi-renounced (passed to a contract)
Token has a considerable age, but we're still unable to find its website
Unable to find Youtube account
Unable to find Discord account