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

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

isZeroAddress()

function isZeroAddress(address): address is "0x0000000000000000000000000000000000000000"

Parameters

ParameterType
address`0x${string}`

Returns

address is "0x0000000000000000000000000000000000000000"

checkAndApproveformatSafeToString

Solio Protocol