@extends('layout.default') @section('title','Stats & Rich List') @section('script') @endsection @section('css') @endsection @section('content') @include('element.header')
Rank | Address | Balance (LBC) | Balance (USD) | First Seen | % Top 500 |
---|---|---|---|---|---|
{{ $rank }} | {{ $item->address }}
@if(in_array($item->address, $lbryAddresses))
![]()
@if(strlen(trim($item->TagUrl)) > 0)
{{ $tiem->Tag }}
@else
{{ $item->Tag }}
@endif
@endif
|
{{ number_format($item->balance, 8, '.', ',') }} | ${{ number_format(bcmul($item->balance, $rate, 8), 2, '.', ',') }} | {{ $item->first_seen->format('d M Y H:i:s') . ' UTC' }} | {{ number_format($item->Top500Percent, 5, '.', '') }}% |