getCurrentBlockCoinbase

Calls the "getCurrentBlockCoinbase" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.