TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,866 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
Balances ($270,663.87)
Native
Value
$270,663.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 80.794462 | $3,350.03 |
$270,663.87 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156034 | 2 days ago | | | 0 | 0.00073064640 | |
| 21156029 | 2 days ago | | | 0 | 0.0012452524 | |
| 21151721 | 2 days ago | | | 0 | 0.00052750154 | |
| 21151702 | 2 days ago | | | 0 | 0.0011186810 | |
| 21146650 | 3 days ago | | | 0 | 0.0014483576 | |
| 21135569 | 5 days ago | | | 0 | 0.00075127640 | |
| 21135524 | 5 days ago | | | 0 | 0.0017689423 | |
| 21135467 | 5 days ago | | | 0 | 0.0015107159 | |
| 21108135 | 9 days ago | | | 0 | 0.00059697331 | |
| 21108129 | 9 days ago | | | 0 | 0.0012328959 |
ABI
ABI objects
Getter at block 21169254
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEE_RATE_DENOMINATOR() view returns (uint256)
1000000000000000000
completedWithdrawal() view returns (uint256)
20719205538204693266001
feeRate() view returns (uint256)
100000000000000000
feeReceiver() view returns (address)
0x144112a0d552c83ac0aba3c70c7ab46e62c304d2
getTotalETH() view returns (uint256)
20800000000000000000000
mevVault() view returns (address)
0x6b2bb0f47cb73b15f7ef421f7b4736f1c174d5b5
owner() view returns (address)
0xf59d08f8ae1b94e3d1b5211bacb436a62f322441
paused() view returns (bool)
false
queuedWithdrawal() view returns (uint256)
20798147563980807937700
slpDeposit() view returns (address)
0xb959ab725d012e64d2ebdfb841e9fd9734bb0f27
tokenPool() view returns (uint256)
619713819067594350891
vETH1() view returns (address)
0xc3d088842dcf02c13699f936bb83dfbbc6f721ab
vETH2() view returns (address)
0x4bc3263eb5bb2ef7ad9ab6fb68be80e43b43801f
withdrawalVault() view returns (address)
0xfcc2eced3c050a1f4d9c4611dd78c9c618191d43
Read-only
calculateTokenAmount(uint256 vTokenAmount) view returns (uint256 tokenAmount)
calculateVTokenAmount(uint256 tokenAmount) view returns (uint256 vTokenAmount)
canWithdrawalAmount(address target) view returns (uint256)
withdrawals(address) view returns (uint256 queued, uint256 pending)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addReward(uint256 amount)
depositWithdrawal() payable
initialize(address _vETH1, address _vETH2, address _slpDeposit, address _mevVault, address _withdrawalVault, address _feeReceiver, uint256 _feeRate)
mint() payable
pause()
removeReward(uint256 amount)
renew(uint256 vETH1Amount)
renounceOwnership()
setFeeRate(uint256 _feeRate)
setFeeReceiver(address _feeReceiver)
transferOwnership(address newOwner)
unpause()
withdrawComplete(uint256 tokenAmount)
withdrawRequest(uint256 vTokenAmount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposited(address indexed sender, uint256 tokenAmount, uint256 vTokenAmount)
FeeRateSet(address indexed sender, uint256 feeRate)
FeeReceiverSet(address indexed sender, address feeReceiver)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Renewed(address indexed sender, uint256 tokenAmount, uint256 vTokenAmount)
RewardAdded(address indexed sender, uint256 tokenAmount, uint256 vTokenfee)
RewardRemoved(address indexed sender, uint256 tokenAmount)
Unpaused(address account)
WithdrawalCompleted(address indexed sender, uint256 tokenAmount)
WithdrawalDeposited(address indexed sender, uint256 tokenAmount)
WithdrawalRequested(address indexed sender, uint256 tokenAmount, uint256 vTokenAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.