- {h.storyline.title}
+
+
+
+
+ {h.storyline.genre || "Uncategorized"}
+
+
+
+
+ {h.storyline.title}
+
+
+
+
+ {h.storyline.plot_count} {h.storyline.plot_count === 1 ? "plot" : "plots"}
+
+
+
- {h.storyline.genre && (
-
{h.storyline.genre}
- )}
-
-
- Value:{" "}
- {formatPrice(formatUnits(h.value, h.reserveDecimals))} {RESERVE_LABEL}
- {plotUsd && ({formatUsdValue(Number(formatUnits(h.value, h.reserveDecimals)) * plotUsd)})}
- {h.priceChange !== null && (
- = 0 ? "text-accent" : "text-error"}`}>
- {h.priceChange >= 0 ? "+" : ""}{h.priceChange.toFixed(1)}%
-
- )}
-
-
Balance: {formatPrice(formatUnits(h.balance, 18))} tokens
-
- Price:{" "}
- {formatPrice(formatUnits(h.price, 18))} {RESERVE_LABEL}
- {plotUsd != null && ({formatUsdValue(Number(formatUnits(h.price, 18)) * plotUsd)})}
-
- {h.entryPrice !== null && h.entryPrice > 0 && (
+
- Entry:{" "}
- {formatPrice(h.entryPrice)} {RESERVE_LABEL}
- {plotUsd != null && ({formatUsdValue(h.entryPrice * plotUsd)})}
+ {formatPrice(formatUnits(h.value, h.reserveDecimals))} {RESERVE_LABEL}
+ {plotUsd && ({formatUsdValue(Number(formatUnits(h.value, h.reserveDecimals)) * plotUsd)})}
+ {h.priceChange !== null && (
+ = 0 ? "text-accent" : "text-error"}`}>
+ {h.priceChange >= 0 ? "+" : ""}{h.priceChange.toFixed(1)}%
+
+ )}
- )}
- {h.lastTraded && (
-
Traded: {new Date(h.lastTraded).toLocaleDateString("en-US", { month: "short", day: "numeric" })}
- )}
+
Balance: {formatPrice(formatUnits(h.balance, 18))} tokens
+
+ Price:{" "}
+ {formatPrice(formatUnits(h.price, 18))} {RESERVE_LABEL}
+ {plotUsd != null && ({formatUsdValue(Number(formatUnits(h.price, 18)) * plotUsd)})}
+
+ {h.entryPrice !== null && h.entryPrice > 0 && (
+
+ Entry:{" "}
+ {formatPrice(h.entryPrice)} {RESERVE_LABEL}
+ {plotUsd != null && ({formatUsdValue(h.entryPrice * plotUsd)})}
+
+ )}
+ {h.lastTraded && (
+
Traded: {new Date(h.lastTraded).toLocaleDateString("en-US", { month: "short", day: "numeric" })}
+ )}
+