We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
address odos
constructor(address _staking, address _bridge, address _router, address _odos) public
function _zapIntoLP(uint256 collateralAmount, uint256 minLpAmount) internal
Internal function to zap collateral into ZAI LP tokens
Decides which zap function to use based on pool price stability
function zapWithOdos(contract IERC20 swapAsset, uint256 swapAmount, uint256 minLpAmount, bytes odosCallData) external payable
Zaps collateral into ZAI LP tokens with any token by using Odos
swapAsset
function _zapDepegged(uint256 collateralAmount, uint256 minLpAmount) internal
function _zapNormal(uint256 collateralAmount, uint256 minLpAmount) internal