getBasefee

Calls the "getBasefee" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.