AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 11,707 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
0xfe2e…043a
0x0029…97bc
Balances ($129.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
rETH2 | ERC-20 | 0.054 | $2,401.04 |
$129.66 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200430 | 5 months ago | | | 1.1032051 | 0.000036560000 | |
| 18667428 | a year ago | | | 0.008 | 0.0041473555 | |
| 18663871 | a year ago | | | 2.5876283 | 0.0046077100 | |
| 18655949 | a year ago | | | 0.1 | 0.0024459753 | |
| 18655784 | a year ago | | | 80 | 0.0019608985 | |
| 18655779 | a year ago | | | 0.1 | 0.0028879557 | |
| 18655535 | a year ago | | | 5.67 | 0.0023913315 | |
| 18655402 | a year ago | | | 5 | 0.0018034385 | |
| 18652945 | a year ago | | | 0.28755638 | 0.0017360992 | |
| 18651321 | a year ago | | | 0.02405243 | 0.0037360890 |
ABI
ABI objects
Getter at block 21225820
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
paused() view returns (bool)
true
poolEscrow() view returns (address)
0x2296e122c1a20fca3cac3371357bdad3be0df079
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address _account) view returns (bool)
isPauser(address _account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdmin(address _account)
addPauser(address _account)
grantRole(bytes32 role, address account)
pause()
receiveFees() payable
removeAdmin(address _account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferToPoolEscrow()
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Activated(address indexed account, uint256 validatorIndex, uint256 value, address indexed sender)
ActivatedValidatorsUpdated(uint256 activatedValidators, address sender)
ActivationScheduled(address indexed sender, uint256 validatorIndex, uint256 value)
MinActivatingDepositUpdated(uint256 minActivatingDeposit, address sender)
Paused(address account)
PendingValidatorsLimitUpdated(uint256 pendingValidatorsLimit, address sender)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StakedWithPartner(address indexed partner, uint256 amount)
StakedWithReferrer(address indexed referrer, uint256 amount)
Unpaused(address account)
ValidatorRegistered(bytes publicKey, address operator)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.