Wild Credit
  • Introduction
  • Wild Tokenomics
    • Token Migration
    • WILD Token
    • veWILD staking
    • WILD Rewards
  • Lending
    • Interest Rates
    • Safety Ratio
    • Minimum Borrow Amounts
  • Core Concepts
    • Lending Pair
    • Market Participants
    • Providing Liquidity
  • Advanced Concepts
    • Price Oracles
    • Liquidations
    • Fee distributions
  • Contract Docs
    • Lending Pair
    • Pair Factory
    • Controller
  • Contract Addresses
Powered by GitBook
On this page
  • Address
  • Events
  • PairCreated
  • Functions
  • createPair

Was this helpful?

  1. Contract Docs

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
)
PreviousLending PairNextController

Last updated 3 years ago

Was this helpful?