JAMMFactory Contract
Contract Basic Information
contract JAMMFactory is IJAMMFactory {
// Contract Address: 0x6b5d54E6F73e96Ca960DBA71D778b98221939aa6 (Mainnet)
// Contract Address: 0xbddd716a9d6325700d1c29562c819987e5b1f6a8 (Testnet)
}Fee Constants
Supported Fee Tiers
uint24 public constant FEE_0_5_PERCENT = 50; // 0.5%
uint24 public constant FEE_1_PERCENT = 100; // 1.0%
uint24 public constant FEE_2_PERCENT = 200; // 2.0%
uint24 public constant FEE_3_PERCENT = 300; // 3.0%State Variables
Management Addresses
Trading Pair Registry
Referrer System
Initialization Code Hash
Core Functions
Constructor
Create Trading Pair
Query Functions
Management Functions
Set Protocol Fee Recipient Address
Set Trading Fee Recipient Address
Set Fee Administrator
Referrer Management
Event System
PairCreated Event
Referrer Event
CREATE2 Address Calculation
Address Pre-calculation
Salt Calculation
Usage Examples
Create New Trading Pair
Query Trading Pairs
Set Referrer
Listen to Events
Last updated