Skip to main content

PairLockedLoans

Git Source

Inherits: AmmalgamPair

Functions

deposit

function deposit(
address
) external pure override;

borrow

function borrow(address, uint256, uint256, bytes calldata) public pure override;

borrowLiquidity

function borrowLiquidity(address, uint256, bytes calldata) external pure override returns (uint256, uint256);

withdraw

function withdraw(
address
) external pure override;

burn

function burn(
address
) external pure override returns (uint256, uint256);

Errors

PairDepositLocked

error PairDepositLocked();

PairBorrowingLocked

error PairBorrowingLocked();

PairWithdrawLocked

error PairWithdrawLocked();

PairBurnLocked

error PairBurnLocked();