vPoolManager
Helper contract for building and accessing VirtuSwap Virtual Pools
Read-only functions
function getVirtualPool
function getVirtualPool(
address jkPair,
address ikPair
) public view override returns (VirtualPoolModel memory vPool)Name
Type
Description
function getVirtualPools
function getVirtualPools(
address token0,
address token1
) external view override returns (VirtualPoolModel[] memory vPools)Name
Type
Description
function pairFactory
State-changing functions
function updateVirtualPoolBalances
Name
Type
Description
Last updated