Calls the "deprecationTimestamp" function on the contract.
import { deprecationTimestamp } from "thirdweb/extensions/farcaster"; const result = await deprecationTimestamp({ contract,});
function deprecationTimestamp( options: BaseTransactionOptions,): Promise<bigint>;
The options for the deprecationTimestamp function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<bigint>;
The parsed result of the function call.