Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: xtraelv on June 02, 2018, 02:04:33 AM



Title: Why you should not send Ethereum using a SMART CONTRACT to most exchanges.
Post by: xtraelv on June 02, 2018, 02:04:33 AM
Bittrex, Binance, Bitfinex, Coinexchange.io, Coinhako, Coinpayments, Cryptopia, Exodus, Kucoin,  Koinex, Ledger, Liqui, SimplexFX , Bithumb and Huobi all don't accept smart contracts. (Incomplete list).

What makes it particularly awkward is that some exchanges like Bitstamp,  Coinmama and Lykke send withdrawals as smart contract payments.

Bitstamps has the following warning when you send Ethereum.

Quote
WARNING: Do not send funds directly to exchanges which do not support smart contract deposits. Either check with the destination exchange first or send your funds to your private wallet.

A lot of exchanges warn:
Quote
Deposits from contracts currently unsupported.

It avoids problems if you send smart contract payments to MEW or a personal wallet and then to an exchange.

It will reach the other exchange but cannot be processed by them. Some exchanges will manually recover it. Some exchanges will charge a fee for manual recovery and some exchanges won't recover it.

A lot of exchanges do not accept smart contracts. There are good reasons for this.

With a NORMAL transaction the ETH is sent from the senders address via the blockchain to the receiver address.

With a SMART CONTRACT  a 0 ETH transaction with instructions (code) is sent to the CONTRACT address. The contract address then executes a internal transaction (code) to the receiver address.

Smart contracts also don't have just a single way it can be coded - or by who. A smart contract is custom code.

Smart contracts can be vulnerable for exploits:
 Smart contracts leave millions vulnerable (https://www.zdnet.com/article/smart-contracts-leave-millions-of-dollars-in-ethereum-vulnerable/)
 Security Vulnerabilities in Smart Contracts  (https://www.schneier.com/blog/archives/2018/03/security_vulner_13.html)
 Smart contract exploit training (http://hackthiscontract.io/)

NORMAL transaction and how it appears on the block explorer

https://i.imgur.com/SqqZs3A.jpg

SMART CONTRACT transaction and how it appears on the block explorer

https://i.imgur.com/vAon4zm.jpg


https://i.imgur.com/BOgAQb0.jpg
It avoids problems if you send smart contract payments to MEW or a personal wallet and then to an exchange.