FraxswapFactory
Verified contract
Active on
Ethereum with 18 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 "FraxswapFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17109086 | 2 years ago | | | 0 | 0.17073700 | |
| 16592129 | 2 years ago | | | 0 | 0.18959991 | |
| 16011706 | 2 years ago | | | 0 | 0.056998716 | |
| 16010341 | 2 years ago | | | 0 | 0.057339726 | |
| 15671650 | 2 years ago | | | 0 | 0.062044224 | |
| 15671218 | 2 years ago | | | 0 | 0.055851782 | |
| 15671207 | 2 years ago | | | 0 | 0.058813638 | |
| 15455101 | 2 years ago | | | 0 | 0.15166773 | |
| 15417050 | 2 years ago | | | 0 | 0.064328173 | |
| 15395627 | 2 years ago | | | 0 | 0.054051556 |
ABI
ABI objects
Getter at block 21270803
allPairsLength() view returns (uint256)
25
feeTo() view returns (address)
0x0000000000000000000000000000000000000000
feeToSetter() view returns (address)
0x6a7efa964cf6d9ab3bc3c47ebddb853a8853c502
globalPause() view returns (bool)
false
Read-only
allPairs(uint256) view returns (address)
getPair(address, address) view returns (address)
State-modifying
Events createPair(address tokenA, address tokenB) returns (address pair)
createPair(address tokenA, address tokenB, uint256 fee) returns (address pair)
setFeeTo(address _feeTo)
setFeeToSetter(address _feeToSetter)
toggleGlobalPause()
PairCreated(address indexed token0, address indexed token1, address pair, uint256 arg3)
constructor(address _feeToSetter)
This contract contains no fallback and receive objects.
IdenticalAddress()
PairExists()
ZeroAddress()