UtilityLive Preview
Contract Interaction
Action-based contract interaction with wizard flow: select contract → pick action → fill params → preview → execute. Human-readable labels, not raw ABI.
contractabireadwrite
Contract
ERC-200xA0b8...eB48Check Balance
→ uint256View token balance of any wallet
Wallet to checkWhose balance?
Total Supply
→ uint256View total USDC in circulation
4 functions2 read · 2 write
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
address | string | — | Contract address |
abi | AbiFunction[] | — | Parsed ABI functions |
actions | Action[] | — | Human-readable action definitions |
onCall | (functionName: string, args: string[]) => Promise<string> | — | Execute a contract call |
loading | boolean | false | Show loading state |
className | string | — | Additional CSS classes |