EIP173ProxyWithReceive
Verified contract
Proxy
Active on
Ethereum with 2,894 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "EIP173ProxyWithReceive"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19655739 | 7 months ago | | | 0 | 0.00093273820 | |
| 19655734 | 7 months ago | | | 0 | 0.0013049566 | |
| 19655730 | 7 months ago | | | 0 | 0.0013210740 | |
| 17637685 | a year ago | | | 0 | 0.012263055 | |
| 17613963 | a year ago | | | 0 | 0.017909346 | |
| 17554430 | a year ago | | | 0 | 0.0055764049 | |
| 17472163 | a year ago | | | 0 | 0.017483015 | |
| 17386994 | a year ago | | | 0 | 0.016781341 | |
| 17372113 | a year ago | | | 0 | 0.022172956 | |
| 17367036 | a year ago | | | 0 | 0.010714462 |
ABI
ABI objects
Getter at block 21163084
proxyAdmin() view returns (address)
0xed5cf41b0fd6a3c564c17ee34d9d26eafc30619b
factory() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
owner() view returns (address)
0x88215a2794ddc031439c72922ec8983bde831c78
paused() view returns (bool)
false
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
supportsInterface(bytes4 id) view returns (bool)
State-modifying
Events transferProxyAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addLiquidity(address pool, uint256 amount0Max, uint256 amount1Max, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
addLiquidityETH(address pool, uint256 amount0Max, uint256 amount1Max, uint256 amount0Min, uint256 amount1Min, address receiver) payable returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
initialize()
pause()
rebalanceAndAddLiquidity(address pool, uint256 amount0In, uint256 amount1In, bool zeroForOne, uint256 swapAmount, uint160 swapThreshold, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
rebalanceAndAddLiquidityETH(address pool, uint256 amount0In, uint256 amount1In, bool zeroForOne, uint256 swapAmount, uint160 swapThreshold, uint256 amount0Min, uint256 amount1Min, address receiver) payable returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
removeLiquidity(address pool, uint256 burnAmount, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
removeLiquidityETH(address pool, uint256 burnAmount, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
renounceOwnership()
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes)
unpause()
ProxyAdminTransferred(address indexed previousAdmin, address indexed newAdmin)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.