You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Tx confirm screen in the data section we show (1) the relevant ABI and (2) the raw data
If we have the ABI then we should just show the raw data parsed with the ABI
e.g.
arg0: 0xabcd...
arg1: 0xabcd...
arg2: 42
We can specify the parameter names in ABIs but they will not always be there so we need to have fallbacks (e.g. arg0).
For addresses, could use fancy address display with identicon + copy tooltips
The text was updated successfully, but these errors were encountered:
On the Tx confirm screen in the
data
section we show (1) the relevant ABI and (2) the raw dataIf we have the ABI then we should just show the raw data parsed with the ABI
e.g.
We can specify the parameter names in ABIs but they will not always be there so we need to have fallbacks (e.g.
arg0
).For addresses, could use fancy address display with identicon + copy tooltips
The text was updated successfully, but these errors were encountered: