eclipse
{{ !eth.web3 ? 'Please install Ethereum wallet' : (!eth.account ? 'Please unblock your Ethereum wallet' : (eth.network_id != 1 ? 'Please select Mainnet network in your Ethereum wallet' : 'Connect to wallet')) }}
Created with Raphaël 2.3.0
{{ eth.account.substr(0, 6) + '...' + eth.account.substr(-4) }}
Input
Balance:
{{ Math.floor(balance.sell) }}
{{ (balance.sell % 1).toFixed(8).substr(1, 7).replace(/0+$/, '0') }}
{{ sellName }}
{{ sellName }}
{{ 'name' in v ? v.name : k.toUpperCase() }}
Slippage: {{ exc.slippage }}%
GAS price: {{ exc.gas_price }} GWEI
Output
Balance:
{{ Math.floor(balance.buy) }}
{{ (balance.buy % 1).toFixed(8).substr(1, 7).replace(/0+$/, '0') }}
{{ buyName }}
{{ buyName }}
{{ 'name' in v ? v.name : k.toUpperCase() }}
Uniswap
{{ exc.distribution[0] }}%
Oasis
{{ exc.distribution[1] }}%
Bancor
{{ exc.distribution[2] }}%
Kyber
{{ exc.distribution[3] }}%
1 {{ sellName }} ≈
{{ (exc.rate / exc.amount || 0).toFixed(8) }}
{{ buyName }}
Enter a value to continue.
Show details
Slippage %
0.1%
0.5%
1%
%
GAS price
{{ gas_price.fast }} Fast
{{ gas_price.slow }} Safe
GWEI
Unlock {{ exc.amount }} {{ sellName }}
Infinity unlock
Exchange
Transaction was successfully sent.
{{ tx }}
Please verify your token swap!
{{ sellName }}
{{ exc.amount }}
{{ exc.rate_save }}
{{ buyName }}
Slippage: {{ exc.slippage }}%
GAS price: {{ exc.gas_price }} GWEI
Verify
Cancel