TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 42 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
-
variable spans 48 additional slots
0x6731…b579
0x198d…1f02
0xb273…5ab6
Balances ($4,022.71)
Native
Value
$4,022.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.253384 | $3,209.48 |
$4,022.71 | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
LLC | ERC-721 | 1 | -- | -- | |
(#340813) | UNI-V3-POS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17335064 | a year ago | | | 0 | 0.0074074125 | |
| 17293760 | a year ago | | | 0 | 0.010227103 | |
| 17291235 | a year ago | | | 0 | 0.014224625 | |
| 17285932 | a year ago | | | 0 | 0.0075124933 | |
| 17283086 | a year ago | | | 1.62 | 0.0011832447 | |
| 17283048 | a year ago | | | 0 | 0.011459673 | |
| 17279231 | a year ago | | | 0 | 0.010967261 | |
| 17279008 | a year ago | | | 0 | 0.0094192105 | |
| 17275355 | a year ago | | | 0.669 | 0.0017709590 | |
| 15790218 | 2 years ago | | | 0 | 0.0022548526 |
ABI
ABI objects
Getter at block 21158717
balancesOf() view returns (uint256 ethAmount, uint256 mpwrAmount, uint256 wethAmount)
(ethAmount=1253383561643835622, mpwrAmount=0, wethAmount=0)
canDeposit() view returns (bool)
false
llcToken() view returns (address)
0x198d2b8ea1c60db49eaed720d890e7c7c0651f02
mpwrToken() view returns (address)
0x6731827cb6879a2091ce3ab3423f7bf20539b579
nonfungiblePositionManager() view returns (address)
0xc36442b4a4522e871399cd717abdd847ab11fe88
owner() view returns (address)
0xab74e86d7da7966678e72bfb24b6e7c5d510b81c
paused() view returns (bool)
false
quoter() view returns (address)
0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6
totalStaked() view returns (uint256)
15
wethToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
depositCountOfOwner(address _owner) view returns (uint256 count)
deposits(uint256) view returns (address owner, uint256 id, uint256 ethAmount, uint256 mpwrAmount, uint256 reward, uint256 llcId, uint256 timestamp)
depositsOfOwner(address _owner) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
rewardOf(uint256 depositId) view returns (uint256 reward)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(uint256 llcId) payable
initialize(address _wethToken, address _mpwrToken, address _llcToken, address _quoter, address _position)
pause()
renounceOwnership()
setStatus(bool _status)
setTicks(int24 lower, int24 upper)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 depositId)
withdrawETH(address to)
withdrawMPWR(address to)
withdrawWETH(address to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Receive(address indexed sender, uint256 amount)
StakeLP(address indexed owner, uint256 depositId, uint256 tokenId, uint256 llcId, uint256 reward)
Unpaused(address account)
Withdraw(address indexed owner, uint256 depositId, uint256 tokenId, uint256 llcId, uint256 reward)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
InvalidAmount()
InvalidOwner()
InvalidRound()
InvalidTransfer()
Locked()
ZeroAddress()