getCurrentBlockGasLimit

Calls the "getCurrentBlockGasLimit" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.