Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PairFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4676586 | a year ago | | | 0 | 0.0000052915114 | |
| 3936632 | a year ago | | | 0 | 0.00036776482 | |
| 3911667 | a year ago | | | 0 | 0.000029371893 | |
| 3902036 | a year ago | | | 0 | 0.000053768487 | |
| 3850118 | a year ago | | | 0 | 0.000072594925 | |
| 3849580 | a year ago | | | 0 | 0.000086721928 | |
| 2942657 | a year ago | | | 0 | 0.0000025078955 | |
| 2907361 | a year ago | | | 0 | 0.000000020768933736 | |
| 2788453 | a year ago | | | 0 | 0.000000000423641920 | |
| 2694806 | a year ago | | | 0 | 0.000000000471750105 |
ABI
ABI objects
Getter at block 22756895
MAX_FEE() view returns (uint256)
20
allPairsLength() view returns (uint256)
21
feeManager() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
getInitializable() view returns (address, address, bool)
(0x4200000000000000000000000000000000000006, 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913, true)
isPaused() view returns (bool)
false
pairCodeHash() pure returns (bytes32)
0x6411f9e01d7ee8f2da17300dd4b16c10b3aa9f35dabf9d57c55bc8283e8e5697
pauser() view returns (address)
0x15224523d40f43c9310642a54bdf5d1accdb6d59
pendingFeeManager() view returns (address)
0x0000000000000000000000000000000000000000
pendingPauser() view returns (address)
0x0000000000000000000000000000000000000000
stableFee() view returns (uint256)
5
volatileFee() view returns (uint256)
20
Read-only
allPairs(uint256) view returns (address)
getFee(bool _stable) view returns (uint256)
getPair(address, address, bool) view returns (address)
isPair(address) view returns (bool)
State-modifying
Events acceptFeeManager()
acceptPauser()
createPair(address tokenA, address tokenB, bool stable) returns (address pair)
setFee(bool _stable, uint256 _fee)
setFeeManager(address _feeManager)
setPause(bool _state)
setPauser(address _pauser)
PairCreated(address indexed token0, address indexed token1, bool stable, address pair, uint256 arg4)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.