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