TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 14,482 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
0x20b7…7cab
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($6,197,275.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
swETH | ERC-20 | 539.738722 | $3,576.97 |
$1,930,629.22 | |
mswETH | ERC-20 | 364.880393 | $3,504.94 |
$1,278,883.89 | |
stETH | ERC-20 | 364.345062 | $3,327.45 |
$1,212,339.98 | |
rETH | ERC-20 | 144.093509 | $3,713.64 |
$535,111.42 | |
mETH | ERC-20 | 109.689616 | $3,494.49 |
$383,309.27 | |
sfrxETH | ERC-20 | 88.280036 | $3,670.52 |
$324,033.64 | |
mstETH | ERC-20 | 81.649038 | $3,402.14 |
$277,781.46 | |
ETHx | ERC-20 | 49.056695 | $3,483.76 |
$170,901.75 | |
wBETH | ERC-20 | 12.374992 | $3,516.31 |
$43,514.31 | |
cbETH | ERC-20 | 11.030997 | $3,610.05 |
$39,822.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275351 | 36 minutes ago | | | 0 | 0.0018946219 | |
| 21274605 | 3 hours ago | | | 0 | 0.0016572138 | |
| 21274273 | 4 hours ago | | | 0 | 0.0020789897 | |
| 21274074 | 5 hours ago | | | 0 | 0.0021511854 | |
| 21274053 | 5 hours ago | | | 0 | 0.0018814311 | |
| 21273140 | 8 hours ago | | | 0 | 0.0023823514 | |
| 21271740 | 13 hours ago | | | 0 | 0.0030775847 | |
| 21271525 | 13 hours ago | | | 0 | 0.0023018366 | |
| 21271419 | 14 hours ago | | | 0 | 0.0019833736 | |
| 21271333 | 14 hours ago | | | 0 | 0.0014135616 |
ABI
ABI objects
Getter at block 21275530
EPOCH_DURATION() view returns (uint256)
604800
currentEpoch() view returns (uint256)
31
eigenpieConfig() view returns (address)
0x20b70e4a1883b81429533fed944d7957121c7cab
lstWithdrawalDelay() view returns (uint256)
86400
nextUserWithdrawalTime() view returns (uint256)
1733451455
paused() view returns (bool)
false
startTimestamp() view returns (uint256)
1714011455
withdrawalscheduleCleanUp() view returns (uint256)
5
Read-only
assetEpochKey(address _asset, uint256 _epochTime) pure returns (bytes32)
getUserQueuedWithdraw(address _user, address[] _assets) view returns (uint256[] queuedAmounts, uint256[] claimableAmounts, uint256[] claimedAmounts)
getUserWithdrawalSchedules(address user, address[] assets) view returns (uint256[][] queuedLstAmounts, uint256[][] endTimes)
userToAssetKey(address _user, address _asset) pure returns (bytes32)
withdrawalSchedules(bytes32, uint256) view returns (uint256 receiptMLRTAmt, uint256 queuedWithdrawLSTAmt, uint256 claimedAmt, uint256 endTime)
withdrawalSums(bytes32) view returns (uint256 assetTotalToWithdrawAmt, uint256 assetTotalWithdrawQueued, uint256 mLRTTotalToBurn, bool mLRTburnt)
State-modifying
Events initialize(address eigenpieConfigAddr, uint256 _lstWithdrawalDelay, uint256 _startTimestamp)
pause()
queuingWithdraw(address[] nodeDelegators, address[][] nodeToAssets, uint256[][] nodeToAmounts, uint256 epochNumber)
unpause()
updateEigenpieConfig(address eigenpieConfigAddr)
updateWithdrawalScheduleCleanUpThreshold(uint256 _newThreshold)
userQueuingForWithdraw(address asset, uint256 mLRTamount)
userWithdrawAsset(address[] assets)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetWithdrawn(address indexed user, address indexed asset, uint256 LSTAmt)
EpochUpdated(uint256 newEpochTime)
Initialized(uint8 version)
Paused(address account)
Unpaused(address account)
UpdatedEigenpieConfig(address indexed eigenpieConfig)
UserQueuingForWithdrawal(address indexed user, address indexed asset, uint256 mLRTAmount, uint256 LSTAmt, uint256 currentEpoch, uint256 endTime)
VestingWithdrawalCleanUpThresholdUpdated(uint256 newThreshold)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AssetNotSupported()
CallerNotEigenpieConfigAdmin()
CallerNotEigenpieConfigAllowedBot()
CallerNotEigenpieConfigManager()
EpochNotYetReached()
InvalidAmount()
LengthMismatch()
NativeWithdrawNotSupported()
NotWithdrawAllQueuedRequest()
ZeroAddressNotAllowed()