+
+
+ {t.event_type === "mint" ? "Buy" : "Sell"}
+
+
+ Story #{t.storyline_id}
+
+ {t.block_timestamp && (
+
+ )}
+
+
+ {t.price_per_token > 0 && (
+
+ {formatPrice(t.reserve_amount / t.price_per_token)} tokens
+
+ )}
+
+ {formatPrice(t.reserve_amount)} {RESERVE_LABEL}
+
+ {t.tx_hash && (
+
+ ↗
+
+ )}
+
+