aergoio / aergoscan

Aergo Blockchain Explorer

Home Page:http://aergoscan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proposal: Display transfers using descriptive names

kroggen opened this issue · comments

Currently the mint and burn operations are displayed on the Transfers tab using the address0 (or 111111...) as the source or destination:

Screen Shot 2022-01-27 at 02 22 36

It is a bit confusing to understand what is going on, mainly for newbies.

What about instead of the "11111" use descriptive names like "MINT" and "BURN"?

But as some accounts may have names and the names can be displayed instead of the address, maybe instead of just "mint" and "burn" it could use some differing marks, like "<<MINT>>" or whatever, using characters that are not allowed in the account names.

Or even using different color either for the row background or for the text foreground.

This can be implemented after this is done

The same could also be applied to events from the WAERGO contract. It has events named "wrap" and "unwrap"

Nice, this could be done fairly easily. I'll look into this.