totalReleased

Calls the "totalReleased" function on the contract.

Example

import { totalReleased } from "thirdweb/extensions/split";
const result = await totalReleased({
contract,
});
function totalReleased(
): Promise<bigint>;

Parameters

The options for the totalReleased function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.