permanentStaking
This method permanently stakes liquidity within the Xfai DEX. Mints an INFT.
Function
Parameters
Parameter
Description
_to
The address of the recipient.
_amountIn
The amount of XFIT to be permanently staked.
_shareMin
The minimal amount of INFT shares that the user will accept for a given _amount0In
.
_deadline
The UTC timestamp that if reached, causes the swap transaction to fail automatically.
Return values
Value
Description
share
The share of the minted INFT.
Last updated