aergoio / aergoscan

Aergo Blockchain Explorer
http://aergoscan.io
5 stars 1 forks source link

Proposal: Display transfers using descriptive names #30

Closed kroggen closed 2 years ago

kroggen commented 2 years ago

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"

graup commented 2 years ago

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