Skip to main content
Version: V3

PathTest

Functions#

hasMultiplePools#

  function hasMultiplePools(  ) public returns (bool)

decodeFirstPool#

  function decodeFirstPool(  ) public returns (address tokenA, address tokenB, uint24 fee)

getFirstPool#

  function getFirstPool(  ) public returns (bytes)

skipToken#

  function skipToken(  ) public returns (bytes)

getGasCostOfDecodeFirstPool#

  function getGasCostOfDecodeFirstPool(  ) public returns (uint256)