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