EIP173ProxyWithReceive
Verified contract
Proxy
Active on
Ethereum with 62 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) |
---|---|---|---|---|---|---|---|
| 16398154 | 2 years ago | | | 0 | 0.0097192035 | |
| 16329110 | 2 years ago | | | 0 | 0.011302688 | |
| 16229143 | 2 years ago | | | 0 | 0.0069218237 | |
| 16206131 | 2 years ago | | | 0 | 0.0064358747 | |
| 16170132 | 2 years ago | | | 0 | 0.011132765 | |
| 16164682 | 2 years ago | | | 0 | 0.0084926053 | |
| 16133798 | 2 years ago | | | 0 | 0.0099882074 | |
| 16128390 | 2 years ago | | | 0 | 0.0099259657 | |
| 16128349 | 2 years ago | | | 0 | 0.013994948 | |
| 16127554 | 2 years ago | | | 0 | 0.013349037 |
ABI
ABI objects
Getter at block 21230358
proxyAdmin() view returns (address)
0x5108ef86cf493905bcd35a3736e4b46decd7de58
owner() view returns (address)
0xaa2e0c5c85acb7717e58060ab3c96d2b184ee07c
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)
addLiquidityAndStake(address gauge, 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)
addLiquidityETHAndStake(address gauge, uint256 amount0Max, uint256 amount1Max, uint256 amount0Min, uint256 amount1Min, address receiver) payable returns (uint256 amount0, uint256 amount1, uint256 mintAmount)
initialize()
pause()
removeLiquidity(address pool, uint256 burnAmount, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
removeLiquidityAndUnstake(address gauge, 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)
removeLiquidityETHAndUnstake(address gauge, uint256 burnAmount, uint256 amount0Min, uint256 amount1Min, address receiver) returns (uint256 amount0, uint256 amount1, uint128 liquidityBurned)
renounceOwnership()
transferOwnership(address newOwner)
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.