Author

Topic: [PRE-ANN][EXCHANGE] Lescovex Digital Asset - Issue contract from exchange (Read 483 times)

full member
Activity: 504
Merit: 102
LESCOVEX COIN LISTING PROCESS HAS STARTED! https://medium.com/@lescovex/lescovex-coin-listing-process-has-started-1c2e7e32c8b2

At Lescovex, we have started our coin listing process. Through a voting system published in our website www.lescovex.com, we ask users to participate by suggesting their favorite coins or tokens so we can see which ones have the most support from the community.

The fact that a coin or a token obtains a higher number of votes does not mean we will list it for sure. We also check the quality of the project, its philosophy, and the technical aspects. In short, we’re doing a due diligence process with every token before listing them.

Lescovex team has started considering the first coins to list on our exchange and after an accurate research, three coins have been selected this week:

Bytecoin (BTC)
Paccoin (PAC)
Experience Points (XP)

We’ll be announcing more coins during the next days so, keep supporting your coin and encourage its community to vote and comment.

Thanks to all voters!
member
Activity: 322
Merit: 10
Cointelegraph: Lescovex Announces the Launch of its Trading Platform for the Exchange and Creation of Digital Assets
https://medium.com/@lescovex/cointelegraph-lescovex-announces-the-launch-of-its-trading-platform-for-the-exchange-and-creation-3d35a4a804e5



Lescovex is a platform for the exchange and creation of digital assets. A tool that, through Ethereum’s smart contracts technology, simplifies the process of tokenizing any good or digital asset. At the same time, the platform offers an online market where all kinds of digital goods can be exchanged: Cryptocurrencies, Tokens and Commodities.

Thanks to its strategic alliance with Kantox, a company specializing in Forex, Lescovex users will have the possibility to exchange all digital assets with more than 10 fiat coins such as EUR, USD, MXN, JPY or KRW.

The main advantage of this innovative model that combines the creation of tokens and their trading is that the tokens have direct access to a large exchange market, positively affecting the value and liquidity of any token created in Lescovex platform.
newbie
Activity: 22
Merit: 0
Been following the project for a few weeks in telegram, looks awesome!
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
We have 4 new advisor (and more to announce) check it out: https://www.lescovex.com/team.php
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
We have updated the TEAM page, you can check the whole team here: https://www.lescovex.com/team.php
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
This is how the platform looks!  Cool

newbie
Activity: 18
Merit: 0
Looks interesting!

Can I test the smart contract? Where? How?

yes here the contract address in testnet ROPSTEN 0x9C07aFAbA2F502505aA325D8FC96615553aBB726

and here the JSON interface

[ { "constant": true, "inputs": [], "name": "name", "outputs": [ { "name": "", "type": "string", "value": "Lescovex Digital Assets" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "approve", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "totalSupply", "outputs": [ { "name": "", "type": "uint256", "value": "1000000000000000" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "_from", "type": "address" }, { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "value", "type": "uint256" } ], "name": "withdraw", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "name": "", "type": "uint8", "value": "8" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "sellPrice", "outputs": [ { "name": "", "type": "uint256", "value": "95000" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "standard", "outputs": [ { "name": "", "type": "string", "value": "ERC20 LCX Lescovex Digital Assets - Shareholders' agreement for liquid reserve " } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "spread", "outputs": [ { "name": "", "type": "uint8", "value": "5" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "minprice", "type": "uint256" } ], "name": "setMinPrice", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "target", "type": "address" }, { "name": "mintedAmount", "type": "uint256" } ], "name": "mintToken", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "buyPrice", "outputs": [ { "name": "", "type": "uint256", "value": "100000" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "owner", "outputs": [ { "name": "", "type": "address", "value": "0x2c6cd1b146e4d33feed7e99bfeb3ce2663fbbc89" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "name": "", "type": "string", "value": "LCX" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [], "name": "buy", "outputs": [], "payable": true, "stateMutability": "payable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_to", "type": "address" }, { "name": "_value", "type": "uint256" } ], "name": "transfer", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" } ], "name": "frozenAccount", "outputs": [ { "name": "", "type": "bool", "value": false } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "Spread", "type": "uint8" } ], "name": "setSpread", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "_spender", "type": "address" }, { "name": "_value", "type": "uint256" }, { "name": "_extraData", "type": "bytes" } ], "name": "approveAndCall", "outputs": [ { "name": "success", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [], "name": "deposit", "outputs": [ { "name": "success", "type": "bool" } ], "payable": true, "stateMutability": "payable", "type": "function" }, { "constant": true, "inputs": [ { "name": "", "type": "address" }, { "name": "", "type": "address" } ], "name": "allowance", "outputs": [ { "name": "", "type": "uint256", "value": "0" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "minPrice", "outputs": [ { "name": "", "type": "uint256", "value": "10000000000000000" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "name": "amount", "type": "uint256" } ], "name": "sell", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "target", "type": "address" }, { "name": "freeze", "type": "bool" } ], "name": "freezeAccount", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "newOwner", "type": "address" } ], "name": "transferOwnership", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "name": "initialSupply", "type": "uint256", "index": 0, "typeShort": "uint", "bits": "256", "displayName": "initial Supply", "template": "elements_input_uint", "value": "1000000000000000" }, { "name": "tokenName", "type": "string", "index": 1, "typeShort": "string", "bits": "", "displayName": "token Name", "template": "elements_input_string", "value": "Lescovex Digital Assets" }, { "name": "decimalUnits", "type": "uint8", "index": 2, "typeShort": "uint", "bits": "8", "displayName": "decimal Units", "template": "elements_input_uint", "value": "8" }, { "name": "tokenSymbol", "type": "string", "index": 3, "typeShort": "string", "bits": "", "displayName": "token Symbol", "template": "elements_input_string", "value": "LCX" } ], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "payable": false, "stateMutability": "nonpayable", "type": "fallback" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "target", "type": "address" }, { "indexed": false, "name": "frozen", "type": "bool" } ], "name": "FrozenFunds", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "sender", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "LogDeposit", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "receiver", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "LogWithdrawal", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "receiver", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "LogBuy", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "name": "sender", "type": "address" }, { "indexed": false, "name": "to", "type": "address" }, { "indexed": false, "name": "amount", "type": "uint256" } ], "name": "LogTransfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "from", "type": "address" }, { "indexed": true, "name": "to", "type": "address" }, { "indexed": false, "name": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "name": "_owner", "type": "address" }, { "indexed": true, "name": "_spender", "type": "address" }, { "indexed": false, "name": "_value", "type": "uint256" } ], "name": "Approval", "type": "event" } ]
newbie
Activity: 10
Merit: 0
Looks interesting!

Can I test the smart contract? Where? How?
newbie
Activity: 18
Merit: 0
you can register in demo mode in our plattform https://exchange.lescovex.com/signin
newbie
Activity: 18
Merit: 0
we are glad to annunce our partnership with one of the biggest forex companies KANTOX https://www.kantox.com
newbie
Activity: 18
Merit: 0
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK


The entire team is proud to announce Lescovex - Digital Asset, a new, innovative place where you can emit and trade your asset as an alternative to cryptocurrencies and/or fiat-money.

We see two potential markets where this can be done, in the RAW MATERIALS markets and INVESTMENT FUNDS that have different problems.

For the RAW MATERIALS, currently, the small farmers are struggling to come to different exchanges of goods and often only have one place to sell their production, moreover the producer assumes the costs of insurance due to risks of pests or bad weather. This scenario of non-competition promote the monopoly of big corporations and a large number of intermediaries, that gradually increase the final price of the product.

With https://www.lescovex.com we offer a real-time online market of raw materials and futures where anyone can access to the market from all over the world with no intermediaries, allowing to generate competition into the buyers and get credit for your future production.

ACCESSION OF OTHER LOCAL COOPERATIVES
Adding to the system all local cooperatives in each municipality can control the domestic production of raw materials directly from the source and create a channel of communication between them to promote trade, pacts and alliances. At the same time, traceability is improved and all market information is made publicly available in real time. The security of the system guarantees the non-manipulation of the information.

MARKET CONNECTION
As the first phase, the entity will be regulated in the National Securities Market Commission CNMV to directly access large market clients such as banks and investment groups. International markets are then studied for the accession of more markets such as London or Chicago.

COMMERCIAL OUTSOURCING THROUGH EXTERNAL CONSULTANCIES
Partnerships with world-class consultants are essential for the marketing of products with manufacturing entities and other markets. Having these opportunities is a great guarantee for the project to be a success.

PRIVATE INVESTMENT GROUPS
Investment groups guarantee the economic strength to Lescovex so it can maintain the market position as a leader for futures and derivatives in the world. All this thanks to the innovative technological approach that bets for the social innovation and the commitment with the local producers.


For the INVESTMENT FUNDS we allow companies and holdings to issue an asset as a part of their property with the best cutting-edge technologies for protection of sensitive data ensuring transparency, robustness and a user-friendly interface. Lescovex is obviously also built for the small businesses, so it can make increase the potential customers by reaching little investors.


For both options, during the emission of an asset, users can define all contract details and parameters then publish it, clearly after a full KYC compliance.


We offer also:
- Fiat currency trading
- More than 15 cryptocurrencies trading
- Issuance of contracts from the exchange
- Modern and safe trading platform
- Fast API for an easy integration
- Two-factor authentication
- Easy deposit/withdraw
- Trade-One-One-Screen
- Anti-DDoS


There will be a distribution share from the exchange, we talk about this, here: https://bitcointalksearch.org/topic/ann-lescovex-digital-assets-issue-contract-from-exchange-2346407


In the next few days we will publish some more details about the beta version where users can sign up and try the platform with NO REAL MONEY, report bugs and recommend improvements.
We will also redesign the entire Bitcointalk post and start the communication campaign. Info about the entire team it will be published soon on our website, check the details here: https://www.lescovex.com

Join our telegram chat here: https://t.me/Lescovex
Jump to: