Represents the parameters for the "getEthBalance" function.
type GetEthBalanceParams = { addr: AbiParameterToPrimitiveType<{ name: "addr"; type: "address"; }>;};
type addr = AbiParameterToPrimitiveType<{ name: "addr"; type: "address";}>;