getLiquidityValue
์ ๋์ฑ ํ Token์ ํตํด ๊ฐ ํ ํฐ์ ๊ฐ์๋ฅผ ์ป์ ๋ ์ฌ์ฉ
Parameters
Type
Value
Description
address
_tokenA
LP ํ ํฐA ์ฃผ์
address
_tokenB
LP ํ ํฐB ์ฃผ์
uint256
_liquidityAmount
LP ํ ํฐ ๊ฐ์
Return Values
Type
Value
Description
uint256
tokenAAmount
tokenA์ ๊ฐ์
uint256
tokenBAmount
tokenB์ ๊ฐ์
Example
2022.12.22
Last updated