diff --git a/static/templates/address.html b/static/templates/address.html
index f06b0869..ddd0f874 100644
--- a/static/templates/address.html
+++ b/static/templates/address.html
@@ -19,6 +19,10 @@
Non-contract Transactions |
{{$addr.TxApperances}} |
+
+ | Nonce |
+ {{$addr.Nonce}} |
+
{{- if $addr.Erc20Tokens -}}
| ERC20 Tokens |
@@ -90,19 +94,19 @@
{{- end}}{{if or $addr.Transactions $addr.Filter -}}
-
Transactions
-
-
+
Transactions
+
+
diff --git a/static/templates/txdetail_ethereumtype.html b/static/templates/txdetail_ethereumtype.html
index 203566d4..ec8f148e 100644
--- a/static/templates/txdetail_ethereumtype.html
+++ b/static/templates/txdetail_ethereumtype.html
@@ -1,5 +1,5 @@
{{define "txdetail"}}{{$cs := .CoinShortcut}}{{$addr := .AddrStr}}{{$tx := .Tx}}
-
+
{{- if $tx.Erc20Transfers -}}
-
+
ERC20 Token Transfers
{{- range $erc20 := $tx.Erc20Transfers -}}