- Transaction Hash: - | -{transaction.hash} | -
- Block Number: - | -{Number(transaction.blockNumber)} | -
- From: - | -- - | -
- To: - | -- {!receipt?.contractAddress ? ( - transaction.to && - ) : ( - - Contract Creation: - - - )} - | -
- Value: - | -- {formatEther(transaction.value)} {targetNetwork.nativeCurrency.symbol} - | -
- Function called: - | -
-
- {functionCalled === "0x" ? (
- "This transaction did not call any function."
- ) : (
- <>
- {getFunctionDetails(transaction)}
- {functionCalled}
- >
- )}
-
- |
-
- Gas Price: - | -{formatUnits(transaction.gasPrice || 0n, 9)} Gwei | -
- Data: - | -- - | -
- Logs: - | -
-
|
-
Loading...
- )} -+ Transaction Hash: + | +{transaction.hash} | +
+ Block Number: + | +{Number(transaction.blockNumber)} | +
+ From: + | ++ + | +
+ To: + | ++ {!receipt?.contractAddress ? ( + transaction.to && + ) : ( + + Contract Creation: + + + )} + | +
+ Value: + | ++ {formatEther(transaction.value)} {targetNetwork.nativeCurrency.symbol} + | +
+ Function called: + | +
+
+ {functionCalled === "0x" ? (
+ "This transaction did not call any function."
+ ) : (
+ <>
+ {getFunctionDetails(transaction)}
+ {functionCalled}
+ >
+ )}
+
+ |
+
+ Gas Price: + | +{formatUnits(transaction.gasPrice || 0n, 9)} Gwei | +
+ Data: + | ++ + | +
+ Logs: + | +
+
|
+
Loading...
+ )} +