symbol

Retrieves the name associated with the given contract.

Example

import { symbol } from "thirdweb/extensions/common";
const contractSymbol = await symbol({ contract });

Parameters

Returns

A promise that resolves to the name associated with the contract.