vPairFactory
Creates and keeps track of vPair instances and the vExchangeReserve instance
Events
PairCreated
event PairCreated(
address poolAddress,
address factory,
address token0,
address token1,
uint16 fee,
uint16 vFee,
uint256 maxReserveRatio
);DefaultAllowListChanged
event DefaultAllowListChanged(address[] allowList);FactoryNewPendingAdmin
event FactoryNewPendingAdmin(address newPendingAdmin);FactoryNewAdmin
FactoryNewPendingEmergencyAdmin
FactoryNewEmergencyAdmin
ExchangeReserveAddressChanged
FactoryVPoolManagerChanged
State-Changing Functions
createPair
Name
Type
Description
function setPendingAdmin
function acceptAdmin
function setPendingEmergencyAdmin
function acceptEmergencyAdmin
function setDefaultAllowList
Name
Type
Description
function setExchangeReservesAddress
function setVPoolManagerAddress
Read-only Functions
function pairs
function allPairsLength
function getInitCodeHash
function allPairs
function vPoolManager
function admin
function emergencyAdmin
function pendingEmergencyAdmin
Last updated