Send {{ $supportedChains[$address->chain]['symbol'] }}

Available Balance

{{ number_format($balance['available'], 8) }} {{ $supportedChains[$address->chain]['symbol'] }}

From

{{ $address->label }}

{{ substr($address->address, 0, 16) }}...{{ substr($address->address, -8) }}

@csrf
{{ $supportedChains[$address->chain]['symbol'] }}
≈ $0.00 USD
@foreach($networkFees as $level => $fee) @endforeach

This note is for your records only and won't be sent with the transaction

Transaction Summary

Amount to send 0.00000000 {{ $supportedChains[$address->chain]['symbol'] }}
Network fee 0.00200000 {{ $supportedChains[$address->chain]['symbol'] }}
Total deducted 0.00200000 {{ $supportedChains[$address->chain]['symbol'] }}

Enter your account password to authorize this transaction

@if ($errors->has('error'))

{{ $errors->first('error') }}

@endif

Double-check the recipient address. Blockchain transactions are irreversible.

Cancel
@push('scripts') @endpush