A new generation project, verified and tested for safety. A smart contract
will remember the address of your wallet and send a payment
of 3% of your deposit amount
to make a withdraw every day
Just create your wallet
Create a wallet
Create an Ethereum wallet and make a deposit.
Do not use crypto market wallets
How does it work?
A smart contract will remember the address of your wallet and the amount
of the deposit. Then every day contract gives you a payment of 3% of the amount
of your deposit. You can withdraw your profit to your wallet at any time
Everything is simple
As our project runs on the smart contract Ethereum, you do not need to register
your personal account on the site. No referral systems, bonuses and hidden payments.
Your money is working for you.
How to invest?
1. If you do not already have a wallet, create a MetaMask wallet. Do not use crypto market wallets (poloniex, bittrex, binance)
2. If you already have a wallet, import it into MetaMask
3. Click "Invest"
4. Send ETH to the specified address of the smart contract (minimum 0.02 ETH)
0x74731ce1bf0ac7f89f1d4161e1fd57b11b287e4a
5. Check the transaction at https://etherscan.io/
6. Expect to receive payments (to learn more, click on the "How do I receive payments?" Button).
You can be found more information on thehttps://eth-silver.io/
of a smart contract can not in any way affect the work of the project, can not withdraw money. All actions are visible
in the Ethereum Blockchain.
https://etherscan.io/address/0x74731ce1bF0aC7f89F1D4161E1Fd57B11B287e4A#code
You forgot to mention the 25% deposit fee tou take on every investment:
#120 // Transfers a fee to the owner of the contract. The fee is 20% of the deposit (or Deposit / 5)
#121 owner.transfer(msg.value.div(4));