UniswapV2Factory
Verified contract
Active on
Base with 0 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) |
---|
No transactions found for "UniswapV2Factory"
ABI
ABI objects
Getter at block 23190615
INIT_CODE_PAIR_HASH() view returns (bytes32)
0x8353ab943db5bba7e0e1a1ba92eae00534c86e6adbbba6ee3ba5b6054e1af7c0
allPairsLength() view returns (uint256)
9
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
feeToSetter() view returns (address)
0x7cd570d027a77ee26486891af50d72412caa7974
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.