TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 17,963 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 ($152,311.35)
Native
Value
$124,575.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 37.253182 | $3,344.01 |
$124,575.01 | |
swETH | ERC-20 | 2.687981 | $3,583.38 |
$9,632.06 | |
ETHx | ERC-20 | 1.939235 | $3,495.19 |
$6,777.99 | |
stETH | ERC-20 | 1.317346 | $3,343.28 |
$4,404.26 | |
rETH | ERC-20 | 1.002 | $3,722.40 |
$3,729.84 | |
mETH | ERC-20 | 0.861559 | $3,501.40 |
$3,016.66 | |
wBETH | ERC-20 | 0.03187 | $3,526.48 |
$112.39 | |
LsETH | ERC-20 | 0.016152 | $3,549.27 |
$57.33 | |
sfrxETH | ERC-20 | 0.001574 | $3,685.55 |
$5.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241607 | 3 days ago | | | 0.01 | 0.0015652661 | |
| 21228642 | 5 days ago | | | 0.01 | 0.0020238973 | |
| 21228609 | 5 days ago | | | 0.01 | 0.0023113362 | |
| 21214821 | 7 days ago | | | 0 | 0.0040451404 | |
| 21197704 | 9 days ago | | | 0 | 0.0039220319 | |
| 21197700 | 9 days ago | | | 0 | 0.0039504104 | |
| 21196492 | 9 days ago | | | 0 | 0.0041599602 | |
| 21196486 | 9 days ago | | | 0 | 0.0043360500 | |
| 21191697 | 10 days ago | | | 0 | 0.0038336445 | |
| 21167198 | 13 days ago | | | 0 | 0.014910627 |
ABI
ABI objects
Getter at block 21261907
eigenpieConfig() view returns (address)
0x20b70e4a1883b81429533fed944d7957121c7cab
getNodeDelegatorQueue() view returns (address[])
[0x59514391133821b9D5CaB6b91c3a9Bc02038fb55, 0xe20B1678AE31E02a1B16693852328c77a4913b72, 0xdf8F9a7f1F8eB645Dc3C95354D2c909C2FDaf0E3]
isPreDeposit() view returns (bool)
false
maxNodeDelegatorLimit() view returns (uint256)
10
minAmountToDeposit() view returns (uint256)
1000000000000000
paused() view returns (bool)
false
Read-only
getAssetCurrentLimit(address asset) view returns (uint256)
getAssetDistributionData(address asset) view returns (uint256 assetLyingInDepositPool, uint256 assetLyingInNDCs, uint256 assetStakedInEigenLayer)
getMLRTAmountToMint(address asset, uint256 amount) view returns (uint256 mLRTAmountToMint, address mLRTReceipt)
getTotalAssetDeposits(address asset) view returns (uint256 totalAssetDeposit)
isNodeDelegator(address) view returns (uint256)
nodeDelegatorQueue(uint256) view returns (address)
State-modifying
Events addNodeDelegatorContractToQueue(address[] nodeDelegatorContracts)
depositAsset(address asset, uint256 depositAmount, uint256 minRec, address referral) payable
initialize(address eigenpieConfigAddr)
pause()
setIsPreDeposit(bool _isPreDeposit)
setMinAmountToDeposit(uint256 minAmountToDeposit_)
transferAssetToNodeDelegator(uint256 ndcIndex, address asset, uint256 amount)
unpause()
updateEigenpieConfig(address eigenpieConfigAddr)
updateMaxNodeDelegatorLimit(uint256 maxNodeDelegatorLimit_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AssetDeposit(address indexed depositor, address indexed asset, uint256 depositAmount, address indexed referral, uint256 mintedAmount, bool isPreDepsoit)
Initialized(uint8 version)
MaxNodeDelegatorLimitUpdated(uint256 maxNodeDelegatorLimit)
MinAmountToDepositUpdated(uint256 minAmountToDeposit)
NodeDelegatorAddedinQueue(address[] nodeDelegatorContracts)
Paused(address account)
PreDepositHelperChanged(address oldPreDepositHelper, address newPreDepositHelper)
PreDepositStatusChanged(bool newIsPreDeposit)
Unpaused(address account)
UpdatedEigenpieConfig(address indexed eigenpieConfig)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AssetNotSupported()
CallerNotEigenpieConfigAdmin()
CallerNotEigenpieConfigManager()
InvalidAmountToDeposit()
InvalidCaller()
InvalidIndex()
InvalidMaximumNodeDelegatorLimit()
LengthMismatch()
MaximumDepositLimitReached()
MaximumNodeDelegatorLimitReached()
MinimumAmountToReceiveNotMet()
NativeTokenTransferFailed()
NotEnoughAssetToTransfer()
OnlyWhenPredeposit()
TokenTransferFailed()
ZeroAddressNotAllowed()