getCurrentBlockCoinbase

Calls the "getCurrentBlockCoinbase" function on the contract.

Example

import { getCurrentBlockCoinbase } from "thirdweb/extensions/multicall3";
const result = await getCurrentBlockCoinbase({
contract,
});
function getCurrentBlockCoinbase(
): Promise<string>;

Parameters

The options for the getCurrentBlockCoinbase function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.