Skip to main content

AmmalgamPairLockedLoans

Git Source

Inherits: AmmalgamPair

Functions

constructor

constructor();

initialize

function initialize() external override reinitializer(2);

borrow

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

borrowLiquidity

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

Errors

PairBorrowingFrozen

error PairBorrowingFrozen();