UniswapV3Factory
Verified contract
Active on
Base with 428 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,378.44 |
$0 | |
BANDITS | ERC-20 | 10M | -- | -- | |
HOPE | ERC-20 | 8.4 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22579906 | 3 days ago | | | 0 | 0.000040633093 | |
| 22537210 | 4 days ago | | | 0 | 0.000044625044 | |
| 22534391 | 4 days ago | | | 0.00001 | 0.000022557000 | |
| 22524640 | 5 days ago | | | 0 | 0.000044966009 | |
| 22506684 | 5 days ago | | | 0 | 0.000000606463558024 | |
| 22506671 | 5 days ago | | | 0 | 0.000000607637450146 | |
| 22506644 | 5 days ago | | | 0 | 0.000000303073468735 | |
| 22506435 | 5 days ago | | | 0 | 0.000000302118452998 | |
| 22495702 | 5 days ago | | | 0 | 3.9420333e-7 | |
| 22492807 | 5 days ago | | | 0 | 0.000045054330 |
ABI
ABI objects
Getter at block 22719366
owner() view returns (address)
0x31fafd4889fa1269f7a13a66ee0fb458f27d72a9
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.