import { readContract } from "thirdweb"; const data = await readContract({ contract, method: "function ERC712_VERSION() view returns (string)", params: [] })