Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SEM] Semux - Official Thread
by
savel
on 04/03/2020, 20:49:57 UTC
Welcome to the new block explorer https://semux.top/

1. See the list of delegates/validators and the TOP-100
2. Check the activity of the validators ("alive" or "dead") and uptime
3. Visual structure of the distrib of votes for delegates/validators
4. Extended info for accounts/addresses
5. Information on blocks and transactions, including internal EVM calls
etc.

Great job!
May I suggest to add some filtering in transactions by addresses.
Thanks!

yep, it is planned.

API already returns data by transaction type:

Code:
:transactions_count => 16306,
                :transactions_count_call => 0,
            :transactions_count_coinbase => 13327,
              :transactions_count_create => 0,
         :transactions_count_transfer_in => 40,
        :transactions_count_transfer_out => 2170,
              :transactions_count_unvote => 45,
       :transactions_count_unvote_for_me => 192,
             :transactions_count_vm_call => 0,
           :transactions_count_vm_unvote => 0,
    :transactions_count_vm_unvote_for_me => 0,
             :transactions_count_vm_vote => 0,
      :transactions_count_vm_vote_for_me => 0,
                :transactions_count_vote => 62,
         :transactions_count_vote_for_me => 480,
                                   :type => "ADDRESS",