UniswapV2Factory
Verified contract
Active on
Base with 17 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) |
---|---|---|---|---|---|---|---|
| 18610547 | 3 months ago | | | 0 | 0.000010563414 | |
| 4684535 | a year ago | | | 0 | 0.0025028600 | |
| 2929243 | a year ago | | | 0 | 1.4046067e-7 | |
| 2929172 | a year ago | | | 0 | 1.6352345e-7 | |
| 2663138 | a year ago | | | 0 | 0.0000026794000 | |
| 2663106 | a year ago | | | 0 | 0.0000028860000 | |
| 2361923 | a year ago | | | 0 | 0.000024318000 | |
| 2361920 | a year ago | | | 0 | 0.000024544000 | |
| 2361918 | a year ago | | | 0 | 0.000024318000 | |
| 2361915 | a year ago | | | 0 | 0.000024522000 |
ABI
ABI objects
Getter at block 22905758
allPairsLength() view returns (uint256)
288
feeTo() view returns (address)
0xdd8bb6779d6d7a2540c38cae1e95c2a1c350a390
feeToSetter() view returns (address)
0x845e2f1336d686794f791203ca6733d51672f543
Read-only
allPairs(uint256) view returns (address)
getPair(address, address) view returns (address)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address pair)
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.