GUniFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "GUniFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GUniFactory"
ABI
ABI objects
Getter at block 21309565
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
gelatoDeployer() view returns (address)
0x0000000000000000000000000000000000000000
getDeployers() view returns (address[])
[]
getGelatoPools() view returns (address[])
[]
manager() view returns (address)
0x0000000000000000000000000000000000000000
numDeployers() view returns (uint256)
0
numPools() view returns (uint256 result)
0
poolImplementation() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
1.0.0
Read-only
getPools(address deployer) view returns (address[])
getProxyAdmin(address pool) view returns (address)
getTokenName(address token0, address token1) view returns (string)
isPoolImmutable(address pool) view returns (bool)
numPools(address deployer) view returns (uint256)
State-modifying
Events createManagedPool(address tokenA, address tokenB, uint24 uniFee, uint16 managerFee, int24 lowerTick, int24 upperTick) returns (address pool)
createPool(address tokenA, address tokenB, uint24 uniFee, int24 lowerTick, int24 upperTick) returns (address pool)
initialize(address _implementation, address _gelatoDeployer, address _manager_)
makePoolsImmutable(address[] pools)
renounceOwnership()
setGelatoDeployer(address nextGelatoDeployer)
setPoolImplementation(address nextImplementation)
transferOwnership(address newOwner)
upgradePools(address[] pools)
upgradePoolsAndCall(address[] pools, bytes[] datas)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
PoolCreated(address indexed uniPool, address indexed manager, address indexed pool)
UpdateGelatoDeployer(address previosGelatoDeployer, address newGelatoDeployer)
UpdatePoolImplementation(address previousImplementation, address newImplementation)
constructor(address _uniswapV3Factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.