EIP173ProxyWithReceive
Verified contract
Proxy
Active on
Ethereum with 82 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 "EIP173ProxyWithReceive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16494548 | 2 years ago | | | 0 | 0.013680857 | |
| 16187020 | 2 years ago | | | 0 | 0.010558147 | |
| 16178264 | 2 years ago | | | 0 | 0.013652117 | |
| 16065429 | 2 years ago | | | 0 | 0.0081990299 | |
| 16043191 | 2 years ago | | | 0 | 0.0096528594 | |
| 16043146 | 2 years ago | | | 0 | 0.0086690408 | |
| 16032510 | 2 years ago | | | 0 | 0.011956780 | |
| 15991278 | 2 years ago | | | 0 | 0.012472392 | |
| 15970927 | 2 years ago | | | 0 | 0.012445565 | |
| 15970920 | 2 years ago | | | 0 | 0.013650199 |
ABI
ABI objects
Getter at block 21268030 getDeployers() view returns (address[]) getGelatoPools() view returns (address[]) numPools() view returns (uint256 result)
proxyAdmin() view returns (address)
0x5108ef86cf493905bcd35a3736e4b46decd7de58
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
gelatoDeployer() view returns (address)
0xed5cf41b0fd6a3c564c17ee34d9d26eafc30619b
index() view returns (uint256)
36
manager() view returns (address)
0x5108ef86cf493905bcd35a3736e4b46decd7de58
numDeployers() view returns (uint256)
48
poolImplementation() view returns (address)
0xd68b055fb444d136e3ac4df023f4c42334f06395
version() view returns (string)
1.0.0
Read-only
supportsInterface(bytes4 id) view returns (bool)
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 transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deployVault(address tokenA, address tokenB, uint24 uniFee, address manager, uint16 managerFee, int24 lowerTick, int24 upperTick) returns (address pool)
initialize(address _implementation, address _manager_)
makePoolsImmutable(address[] pools)
renounceOwnership()
setPoolImplementation(address nextImplementation)
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)
OwnershipTransferred(address indexed previousManager, address indexed newManager)
PoolCreated(address indexed uniPool, address indexed manager, address indexed pool)
UpdatePoolImplementation(address previousImplementation, address newImplementation)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.