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