marketPriceMultiply()

    function marketPriceMultiply() external view returns (uint32);

This function allows to identify the price multiplier that is applied on the initiated trade rate for a specific token.

Example

marketPriceMultiply()
returns (
2 //the applied multiplier which represents 2x
)

Last updated