totalReleasedByToken

Calls the "totalReleased" function on the contract. Similar to the release extension, however this one requires you to specify a tokenAddress

Example

import { totalReleasedByToken } from "thirdweb/extensions/split";
const result = await totalReleasedByToken({
contract,
tokenAddress: "0x...",
});

Parameters

Returns

The parsed result of the function call.