WithdrawalsManagerProxy
Verified contract
Proxy
Active on
Ethereum with 7 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,959.84)
Native
Value
$5,949.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.643752 | $3,619.35 |
$5,949.31 | |
USDC | ERC-20 | 10.51 | $1.001 |
$10.52 | |
stETH | ERC-20 | 0.000001 | $3,615.81 |
$0 | |
USDT | ERC-20 | 0.000001 | $1.00 |
$0 | |
CDL | ERC-20 | 10K | -- | -- | |
ZHD | ERC-20 | 69 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20331642 | 4 months ago | | | 0.0029138404 | 0.00016800000 | |
| 20331620 | 4 months ago | | | 0.0029103641 | 0.00016800000 | |
| 19376074 | 9 months ago | | | 0.002579 | 0.0021000000 | |
| 17936727 | a year ago | | | 0 | 0.00072766275 | |
| 17936723 | a year ago | | | 0 | 0.00071033798 | |
| 17936704 | a year ago | | | 0 | 0.00060805632 | |
| 17064621 | 2 years ago | | | 0.00007 | 0.00056774804 |
ABI
ABI objects
Getter at block 21315257
implementation() view returns (address)
0xcc52f17756c04bba7e377716d7062fc36d7f69fd
proxy_getAdmin() view returns (address)
0x2e59a20f205bb85a89c53f1936454680651e618e
proxy_getIsOssified() view returns (bool)
false
LIDO() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
TREASURY() view returns (address)
0x3e40d73eb977dc6a537af587d48316fee66e9c8c
getContractVersion() view returns (uint256)
1
Read-only
This contract contains no read-only function objects.
State-modifying
Events proxy_changeAdmin(address newAdmin)
proxy_upgradeTo(address newImplementation, bytes setupCalldata)
initialize()
recoverERC20(address _token, uint256 _amount)
recoverERC721(address _token, uint256 _tokenId)
withdrawWithdrawals(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ContractVersionSet(uint256 version)
ERC20Recovered(address indexed requestedBy, address indexed token, uint256 amount)
ERC721Recovered(address indexed requestedBy, address indexed token, uint256 tokenId)
constructor()
fallback()
receive()
InvalidContractVersionIncrement()
LidoZeroAddress()
NonZeroContractVersionOnInit()
NotEnoughEther(uint256 requested, uint256 balance)
NotLido()
TreasuryZeroAddress()
UnexpectedContractVersion(uint256 expected, uint256 received)
ZeroAmount()