getEthBalance

Calls the "getEthBalance" function on the contract.

Example

import { getEthBalance } from "thirdweb/extensions/multicall3";
const result = await getEthBalance({
contract,
addr: ...,
});
function getEthBalance(
): Promise<bigint>;

Parameters

The options for the getEthBalance function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.