diff --git a/src/transaction/LogEntry.tsx b/src/transaction/LogEntry.tsx index 438cb6f..acf6980 100644 --- a/src/transaction/LogEntry.tsx +++ b/src/transaction/LogEntry.tsx @@ -2,7 +2,9 @@ import React, { Fragment } from "react"; import { Log } from "@ethersproject/abstract-provider"; import { LogDescription } from "@ethersproject/abi"; import { Tab } from "@headlessui/react"; +import AddressHighlighter from "../components/AddressHighlighter"; import DecoratedAddressLink from "../components/DecoratedAddressLink"; +import Copy from "../components/Copy"; import ModeTab from "../components/ModeTab"; import DecodedParamsTable from "./DecodedParamsTable"; import DecodedLogSignature from "./DecodedLogSignature"; @@ -25,12 +27,17 @@ const LogEntry: React.FC = ({ txData, log, logDesc }) => (
Address
- +
+ + + + +