TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 13,158 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
0x6250…5eac
0x0000…05fa
Balances ($32,235,145.97)
Native
Value
$32,235,145.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 10.082684K | $3,197.08 |
$32,235,145.97 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157043 | an hour ago | | | 0.054657723 | 0.00042111743 | |
| 21156844 | 2 hours ago | | | 0.037317779 | 0.00038388227 | |
| 21156798 | 2 hours ago | | | 0.092744335 | 0.00031003533 | |
| 21155824 | 5 hours ago | | | 0.079685225 | 0.00028880839 | |
| 21155592 | 6 hours ago | | | 0.032357163 | 0.00035398153 | |
| 21155550 | 6 hours ago | | | 0.037848824 | 0.00030825381 | |
| 21154795 | 9 hours ago | | | 0.14264051 | 0.00026193368 | |
| 21154742 | 9 hours ago | | | 0.040466141 | 0.00018977545 | |
| 21153407 | 14 hours ago | | | 0.079657738 | 0.00032474431 | |
| 21153293 | 14 hours ago | | | 0.068609757 | 0.00040853298 |
ABI
ABI objects
Getter at block 21157448
AccessControlManager() view returns (address)
0x625087d72c762254a72cb22cc2eca40da6b95eac
DepositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
getWithdrawalCredentials() view returns (bytes withdrawalCredentials)
0x010000000000000000000000b3d9cf8e163bbc840195a97e81f8a34e295b8f39
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _accessControlManager)
setupValidators(bytes[] _pubKeys, bytes32 _depositDataRoot)
transferETHForWithdrawRequests(uint256 _amount)
withdrawERC20(address _token)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ETHReceived(address indexed from, uint256 amount)
EthSent(address indexed to, uint256 amount)
Initialized(uint8 version)
ValidatorsSetup(bytes[] pubKeys)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
BotMethodsPaused()
CannotBeZeroAddress()
InsufficientETHBalance()
InvalidDepositDataRoot()
InvalidMethodCall()
NoPubKeysProvided()
NoTokensToWithdraw()
OnlySwEXITCanWithdrawETH()