Pool
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "Pool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Pool"
ABI
ABI objects
Getter at block 21226571
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
paused() view returns (bool)
false
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 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()
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 _poolEscrow)
This contract contains no fallback and receive objects.
This contract contains no error objects.