deprecationTimestamp

Calls the "deprecationTimestamp" function on the contract.

Example

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

Parameters

The options for the deprecationTimestamp function.

Type

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

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.