UniswapV2Factory
Verified contract
Active on
Base with 2 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) |
---|---|---|---|---|---|---|---|
| 14285786 | 7 months ago | | | 0 | 0.000058009599 | |
| 2612027 | a year ago | | | 0 | 9.1920000e-7 |
ABI
ABI objects
Getter at block 23250955
allPairsLength() view returns (uint256)
41
feeTo() view returns (address)
0xc5abc12decebf7929e62be4bcbb0f5ad8d035703
feeToSetter() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
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.