Pool

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xd1a804f6 at 11726295
Slot
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

No balances found for "Pool"

No transactions found for "Pool"


Functions
Getter at block 21227850
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
VALIDATOR_DEPOSIT(view returns (uint256)
32000000000000000000
collectedAmount(view returns (uint256)
0
paused(view returns (bool)
false
validatorRegistration(view returns (address)
0x0000000000000000000000000000000000000000
withdrawalCredentials(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdmin(address _accountview returns (bool)
isPauser(address _accountview returns (bool)
State-modifying
addAdmin(address _account
addDeposit(payable 
addPauser(address _account
grantRole(bytes32 roleaddress account
initialize(address _adminaddress _stakedEthTokenaddress _validatorRegistrationaddress _validatorsbytes32 _withdrawalCredentials
pause(
registerValidator(struct IPoolValidator _validator
removeAdmin(address _account
removePauser(address _account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setWithdrawalCredentials(bytes32 _withdrawalCredentials
unpause(
Events
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
ValidatorRegistered(bytes publicKeyaddress operator
WithdrawalCredentialsUpdated(bytes32 withdrawalCredentials
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.