UniswapV2Factory
Verified contract
Active on
Ethereum with 28 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) |
---|---|---|---|---|---|---|---|
| 19644353 | 7 months ago | | | 0 | 0.024250498 | |
| 16771359 | 2 years ago | | | 0 | 0.10578414 | |
0x | 16312337 | 2 years ago | | | 0 | 0.00029331770 | |
| 15479827 | 2 years ago | | | 0 | 0.033332468 | |
| 12773900 | 3 years ago | | | 0 | 0.0057580000 | |
| 12771776 | 3 years ago | | | 0 | 0.12280275 | |
| 12771775 | 3 years ago | | | 0 | 0.12280275 | |
| 12771774 | 3 years ago | | | 0 | 0.12269275 | |
| 12771773 | 3 years ago | | | 0 | 0.12269275 | |
| 12771772 | 3 years ago | | | 0 | 0.12280275 |
ABI
ABI objects
Getter at block 21284695
allPairsLength() view returns (uint256)
1009
alphaRegular() view returns (uint256)
1
alphaTopCoin() view returns (uint256)
1
betaRegular() view returns (uint256)
6
betaTopCoin() view returns (uint256)
3
feeTo() view returns (address)
0x00e82e98a2119aa175eab206706efe0df2c7d51d
feeToSetter() view returns (address)
0x4267a3ad7d20c2396ebb0fe72119984f7073761c
migrator() view returns (address)
0x0000000000000000000000000000000000000000
pairCodeHash() pure returns (bytes32)
0x65d1a3b1e46c6e4f1be1ad5f99ef14dc488ae0549dc97db9b30afe2241ce1c7a
totalFeeRegular() view returns (uint256)
3
totalFeeTopCoin() view returns (uint256)
3
Read-only
allPairs(uint256) view returns (address)
getPair(address, address) view returns (address)
topCoins(address) view returns (bool)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address pair)
setFeeTo(address _feeTo)
setFeeToSetter(address _feeToSetter)
setMigrator(address _migrator)
setRegularCoinFee(uint256 _totalFee, uint256 _alpha, uint256 _beta)
setTopCoin(address _coinAddress, bool _status)
setTopCoinFee(uint256 _totalFee, uint256 _alpha, uint256 _beta)
updatePairFee(address token0, address token1, uint256 _totalFee, uint256 _alpha, uint256 _beta)
FeeUpdated(string indexed which, address indexed user, uint256 _totalFee, uint256 _alpha, uint256 _beta)
PairCreated(address indexed token0, address indexed token1, address pair, uint256 arg3)
PairFeeUpdated(address indexed user, address indexed pair, uint256 _totalFee, uint256 _alpha, uint256 _beta)
SetAddress(string indexed which, address indexed user, address newAddr)
TopCoinUpdated(address indexed user, address indexed coinAddress, bool status)
constructor(address _feeToSetter, address[] coinAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.