Currently the mint and burn operations are displayed on the Transfers tab using the address0 (or 111111...) as the source or destination:
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.
Currently the mint and burn operations are displayed on the Transfers tab using the
address0
(or 111111...) as the source or destination: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"