HyperLPFactory
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 "HyperLPFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "HyperLPFactory"
ABI
ABI objects
Getter at block 21228729
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
getDeployers() view returns (address[])
[]
hyperpoolsDeployer() view returns (address)
0x0000000000000000000000000000000000000000
manager() view returns (address)
0x0000000000000000000000000000000000000000
numDeployers() view returns (uint256)
0
poolImplementation() view returns (address)
0x0000000000000000000000000000000000000000
version() view returns (string)
1.0.0
Read-only
getHyperPools(struct TYPESUPoolAttributes attributes) view returns (address[])
getPools(address deployer, struct TYPESUPoolAttributes attributes) view returns (address[])
getProxyAdmin(address pool) view returns (address)
getTokenName(address token0, address token1) view returns (string)
isPoolImmutable(address pool) view returns (bool)
isTrustedPool(address pool) view returns (bool)
numDeployerPools(address deployer, struct TYPESUPoolAttributes attributes) view returns (uint256)
numPools(struct TYPESUPoolAttributes attributes) view returns (uint256 result)
State-modifying
Events createPool(struct TYPESHPoolAttributes attributes) returns (address pool)
initialize(address _implementation, address _hyperpoolsDeployer, address _manager_)
makePoolsImmutable(address[] pools)
renounceOwnership()
setHyperPoolsDeployer(address nextHyperPoolsDeployer)
setPoolImplementation(address nextImplementation)
toggleTrustedPools(address[] pools)
transferOwnership(address newOwner)
upgradePools(address[] pools)
upgradePoolsAndCall(address[] pools, bytes[] datas)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
PoolCreated(address indexed uniPool, address indexed manager, address indexed pool)
PoolTrustToggled(address pool, bool isTrusted)
UpdateHyperPoolsDeployer(address previosHyperPoolsDeployer, address newHyperPoolsDeployer)
UpdatePoolImplementation(address previousImplementation, address newImplementation)
constructor(address _uniswapV3Factory)
This contract contains no fallback and receive objects.
This contract contains no error objects.