UniswapV2Factory
Verified contract
Active on
Base with 12 txns
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 "UniswapV2Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15763920 | 6 months ago | | | 0 | 5.1137386e-7 | |
| 15761726 | 6 months ago | | | 0 | 0.000022781675 | |
| 14226013 | 7 months ago | | | 0 | 3.4051400e-7 | |
| 14225694 | 7 months ago | | | 0 | 3.4513263e-7 | |
| 13922389 | 8 months ago | | | 0 | 3.4562266e-7 | |
| 13922379 | 8 months ago | | | 0 | 3.4672593e-7 | |
| 13853965 | 8 months ago | | | 0 | 5.5043912e-7 | |
| 13853955 | 8 months ago | | | 0 | 5.4448694e-7 | |
| 13849800 | 8 months ago | | | 0 | 0.000024355140 | |
| 13849688 | 8 months ago | | | 0 | 0.000024111735 |
ABI
ABI objects
Getter at block 23889423
allPairsLength() view returns (uint256)
6
feeRatio() view returns (uint256)
9000
feeTo() view returns (address)
0xad1613cf70b62c4e1542ae29b3faddfceffbe8fc
feeToSetter() view returns (address)
0xad1613cf70b62c4e1542ae29b3faddfceffbe8fc
getFeeRatio() view returns (uint256)
9000
Read-only
allPairs(uint256) view returns (address)
getFeeForPair(address tokenA, address tokenB) view returns (uint256)
getPair(address, address) view returns (address)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address pair)
setFeeForPair(address tokenA, address tokenB, uint256 fee)
setFeeRatio(uint256 _feeRatio)
setFeeTo(address _feeTo)
setFeeToSetter(address _feeToSetter)
PairCreated(address indexed token0, address indexed token1, address pair, uint256 arg3)
constructor(address _feeToSetter)
This contract contains no fallback and receive objects.
This contract contains no error objects.