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