Pair Factory
Address
0x0fC7e80090bbc1740595b1fcCd33E0e82547212F
Events
PairCreated
Emitted on each createPair function call.
event PairCreated(
address indexed pair,
address indexed tokenA,
address indexed tokenB
)Functions
createPair
Creates & initializes a new lending pair without adding any liquidity to it.
createPair(
address tokenA,
address tokenB
)Last updated
Was this helpful?