getLastBlockHash

Calls the "getLastBlockHash" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.