UniswapV3Factory
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
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "UniswapV3Factory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 1983993 | a year ago | | | 0 | 0.000071703005 | |
| 1979239 | a year ago | | | 0 | 0.00011944501 |
ABI
ABI objects
Getter at block 22010070
owner() view returns (address)
0x593cd91b1bd88579840b3c8dedad7d3c2f47cdeb
parameters() view returns (address factory, address token0, address token1, uint24 fee, int24 tickSpacing)
(factory=0x0000000000000000000000000000000000000000, token0=0x0000000000000000000000000000000000000000, token1=0x0000000000000000000000000000000000000000, fee=0, tickSpacing=0)
Read-only
feeAmountTickSpacing(uint24) view returns (int24)
getPool(address, address, uint24) view returns (address)
State-modifying
Events createPool(address tokenA, address tokenB, uint24 fee) returns (address pool)
enableFeeAmount(uint24 fee, int24 tickSpacing)
setOwner(address _owner)
FeeAmountEnabled(uint24 indexed fee, int24 indexed tickSpacing)
OwnerChanged(address indexed oldOwner, address indexed newOwner)
PoolCreated(address indexed token0, address indexed token1, uint24 indexed fee, int24 tickSpacing, address pool)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.