Represents the parameters for the "balanceOf" function.
type BalanceOfParams = { address: AbiParameterToPrimitiveType<{ name: "_address"; type: "address"; }>;};