getCurrentBlockTimestamp

Calls the "getCurrentBlockTimestamp" function on the contract.

Example

import { getCurrentBlockTimestamp } from "thirdweb/extensions/multicall3";
const result = await getCurrentBlockTimestamp({
contract,
});

Parameters

Returns

The parsed result of the function call.