Represents the parameters for the "price" function.
type PriceParams = { units: AbiParameterToPrimitiveType<{ name: "units"; type: "uint256"; }>;};
type units = AbiParameterToPrimitiveType<{ name: "units"; type: "uint256";}>;