Solio Protocol
ContractsSDKsAPIsExamples
GitHubGitHub
  • Introduction
    • QuickStart
        • Read
        • getRouter
        • getMixedTokenWithIndex
        • Write
        • launchMixedToken
        • Read
        • getAdmin
        • getEstimateMint
        • getEstimateBurn
        • getEstimateMintNeed
        • getMetadata
        • getRaisingToken
        • getTaxRate
        • getTreasury
        • Write
        • setAdmin
        • setTaxRate
        • setMetadata
        • setTreasury
        • setTaxRateAndTreasury
        • mint
        • burn
        • Read
        • getFactory
        • getAmountOut
        • Write
        • mint
        • swap
        • Read
        • getMintAmount
        • getBurnAmount
        • Read
        • getAllowance
        • getBalanceOf
        • Write
        • approve
        • checkAndApprove
      • isZeroAddress
      • formatSafeToString
      • Tax
      • formatTaxRate
      • parseTaxRate
      • Hook
      • encodeHookData
      • Exponential
      • computeExponentialPrice
      • computeExponentialTvl
      • encodeExponentialParam
      • formatExponentialParam
      • parseExponentialParam
      • generateExponentialChart
      • Linear
      • computeLinearPrice
      • computeLinearTvl
      • encodeLinearParam
      • formatLinearParam
      • parseLinearParam
      • generateLinearChart
      • BondingCurve
      • computeBondingCurvePrice
      • computeBondingCurveTvl
      • encodeBondingCurveProps
      • formatBondingCurveProps
      • parseBondingCurveParam
      • transformBondingCurveProps
      • generateBondingCurveChart
    • Types

On This Page

  • parseExponentialParam()
  • Parameters
  • Returns
Question? Give us feedback →Edit this page
SDKs@solio/coreUtilsparseExponentialParam

parseExponentialParam()

function parseExponentialParam(param): EncodeExponentialParam

Parse exponential bonding curve parameters.

Parameters

ParameterTypeDescription
paramParseExponentialParamParseExponentialParam Exponential bonding curve parameters.

Returns

EncodeExponentialParam

  • EncodeExponentialParam Encoded exponential bonding curve parameters.
formatExponentialParamgenerateExponentialChart

Solio Protocol