1-st Silvermine smart asset

Hello user of magic waves platform! Now is presale for 1-st Silvermine asset. It will be continued till 19 march. After that all investors will decide the future of the asset by their votes. Minimal price for piece of Silver is 1 wave for everyone! You can put sell order if you have 10 silver.
307000 silver was airdropped for all active users of waves platform! Token users cannot use Transfer, Masstransfer, Burn, SetScript. Only exchange is allowed.
You can start trading silver at waves DEX just now.
Telegram group of project

Source code:

{ let god = addressFromString(\"3PEtbPVFpS1XkQsggDhyzhHQ4L5wT7qikWd\"); { let $match0 = tx; {\n if (\n _isInstanceOf($match0,\"MassTransferTransaction\")\n )\n then\n { let e = $match0; {\n if (\n e.sender == god\n )\n then\n true\n else\n { let er = \"Silver much heave for transfer\"; throw(er) }\n} }\n else\n {\n if (\n _isInstanceOf($match0,\"SetAssetScriptTransaction\")\n )\n then\n { let e = $match0; {\n if (\n e.sender == god\n )\n then\n true\n else\n false\n} }\n else\n {\n if (\n _isInstanceOf($match0,\"BurnTransaction\")\n )\n then\n { let e = $match0; {\n if (\n e.sender == god\n )\n then\n true\n else\n { let er = \"You try to burn silver. Really?\"; throw(er) }\n} }\n else\n {\n if (\n _isInstanceOf($match0,\"TransferTransaction\")\n )\n then\n { let e = $match0; {\n if (\n e.sender == god\n )\n then\n true\n else\n { let er = \"Silver much heavy for transfer\"; throw(er) }\n} }\n else\n {\n if (\n _isInstanceOf($match0,\"ExchangeTransaction\")\n )\n then\n { let e = $match0; {\n if (\n {\n if (\n e.price >= 100000000\n )\n then\n e.amount >= 1000000000\n else\n false\n }\n )\n then\n !(isDefined(e.sellOrder.assetPair.priceAsset))\n else\n { let er = \"!READ!------------->MINIMAL PRICE FOR SILVER IS 1 WAVES----------->MINIMAL AMOUNT FOR TRADE IS 10 SILVER!\"; throw(er) }\n} }\n else\n false\n }\n }\n }\n }\n} } }