From 1bf47266a471e2a8c6041584258968ef50ec7acb Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 13 Jul 2021 02:56:43 -0300 Subject: [PATCH] Display method name on transaction details page --- src/Transaction.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Transaction.tsx b/src/Transaction.tsx index 4f8c312..e2b6390 100644 --- a/src/Transaction.tsx +++ b/src/Transaction.tsx @@ -22,6 +22,7 @@ import AddressLink from "./components/AddressLink"; import Copy from "./components/Copy"; import Timestamp from "./components/Timestamp"; import InternalTransfer from "./components/InternalTransfer"; +import MethodName from "./components/MethodName"; import GasValue from "./components/GasValue"; import FormattedBalance from "./components/FormattedBalance"; import TokenTransferItem from "./TokenTransferItem"; @@ -232,7 +233,9 @@ const Transaction: React.FC = () => { )} - + + + {txData.tokenTransfers.length > 0 && (