+
ABI Explorer
+
Deployed contract functions reference
+ {contracts.map(c => (
+
+
toggle(c.contract)}
+ style={{ padding: '12px', cursor: 'pointer', background: '#f9f9f9', fontWeight: 'bold' }}
+ >
+ {c.contract} (v{c.version}) — {c.functions.length} functions
+
+ {expanded[c.contract] && (
+
+ {c.functions.map((fn, i) => (
+ -
+ {fn}
+
+ ))}
+
+ )}
+
+ ))}
+
+ )
+}