EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 30 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "EIP173Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17541202 | a year ago | | | 0 | 0.011989794 | |
| 17174966 | 2 years ago | | | 0 | 0.082949974 | |
| 17174931 | 2 years ago | | | 0 | 0.089034763 | |
| 17107068 | 2 years ago | | | 0 | 0.031590961 | |
| 16918197 | 2 years ago | | | 0 | 0.015682071 | |
| 16873886 | 2 years ago | | | 0 | 0.0097178476 | |
| 16868776 | 2 years ago | | | 0 | 0.015091853 | |
| 16866977 | 2 years ago | | | 0 | 0.011251276 | |
| 16863163 | 2 years ago | | | 0 | 0.024253705 | |
| 16862958 | 2 years ago | | | 0 | 0.017211014 |
ABI
ABI objects
Getter at block 21228729 getDeployers() view returns (address[])
proxyAdmin() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
hyperpoolsDeployer() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
manager() view returns (address)
0xd4fcb8398e9448ddbf20f2108aedc017b1a9e34c
numDeployers() view returns (uint256)
13
poolImplementation() view returns (address)
0x6fbc6af2ef3f3b5cffdaeee0a415bf1552cd5415
version() view returns (string)
1.0.0
Read-only
supportsInterface(bytes4 id) view returns (bool)
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 transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
ProxyAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
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 implementationAddress, address adminAddress, bytes data)
fallback()
receive()
This contract contains no error objects.