withdrawSingle
ํ ํฐ ์ธ์คํ ์ดํน ํ ๋ ์ฌ์ฉ (๋ฆฌ์๋ ์๋ ํ๋)
Parameters
Type
Value
Description
address
_token
์คํ ์ดํน ๋ ํ ํฐ ์ฃผ์
uint256
_liquidity
์ธ์คํ ์ดํน ํ ํ ํฐ ๊ฐ์
uint256
_deadline
ํธ๋์ญ์ ์ต๋ ์๊ฐ (ํ์ฌ์๊ฐ+์ข ๋ฃ์๊ฐ, sec๋จ)
Example
2022.12.23
ํ ํฐ ์ธ์คํ ์ดํน ํ ๋ ์ฌ์ฉ (๋ฆฌ์๋ ์๋ ํ๋)
โ
Parameters
Type
Value
Description
address
_token
์คํ ์ดํน ๋ ํ ํฐ ์ฃผ์
uint256
_liquidity
์ธ์คํ ์ดํน ํ ํ ํฐ ๊ฐ์
uint256
_deadline
ํธ๋์ญ์ ์ต๋ ์๊ฐ (ํ์ฌ์๊ฐ+์ข ๋ฃ์๊ฐ, sec๋จ)
โ
Example
await stakingRouterContract.withdrawSingle(
mockToken0Contract.address,
100000,
MaxUint256
)
โ
2022.12.23
Last updated