+
setSellerFilter(e.target.value)}
+ placeholder="Filter by seller address"
+ style={{ height: 38, width: 220, padding: '0 13px', background: 'var(--bg3)', border: '1px solid var(--bd)', borderRadius: 10, fontSize: 13, fontFamily: 'var(--font-mono)', outline: 'none' }}
+ />
+
+ {FILTERS.map((f) => (
+
+ ))}
+
+