getEthBalance

Calls the "getEthBalance" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.