Staking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
23 additional
variables
Balances ($0.00)
No balances found for "Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Staking"
ABI
ABI objects
Getter at block 20839500 exchangeRatio() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPOSIT_SIZE() view returns (uint256)
32000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
ORACLE_ROLE() view returns (bytes32)
0x68e79a7bf1e0bc45d0a330c573bc367f9cf464fd326078812f301165fbda4ef1
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
REGISTRY_ROLE() view returns (bytes32)
0xc2979137d1774e40fe2638d355bf7a7b092be4c67f242aad1655e1e27f9df9cc
SAFE_PUSH_REWARDS() view returns (uint256)
30000000000000000000
currentReserve() view returns (uint256)
0
ethDepositContract() view returns (address)
0x0000000000000000000000000000000000000000
getAccountedBalance() view returns (int256)
0
getAccountedManagerRevenue() view returns (uint256)
0
getAccountedUserRevenue() view returns (uint256)
0
getCurrentDebts() view returns (uint256)
0
getDebtQueue() view returns (uint256 first, uint256 last)
(first=0, last=0)
getMaxToStop() view returns (uint256)
0
getNextValidatorId() view returns (uint256)
0
getPendingEthers() view returns (uint256)
0
getRecentReceived() view returns (uint256)
0
getRecentStopped() view returns (uint256)
0
getRegisteredValidatorsCount() view returns (uint256)
0
getReportedValidatorBalance() view returns (uint256)
0
getReportedValidators() view returns (uint256)
0
getRewardDebts() view returns (uint256)
0
getStoppedValidatorsCount() view returns (uint256)
0
getTotalStaked() view returns (uint256)
0
getVectorClock() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
managerFeeShare() view returns (uint256)
0
paused() view returns (bool)
false
redeemContract() view returns (address)
0x0000000000000000000000000000000000000000
restakingContract() view returns (address)
0x0000000000000000000000000000000000000000
withdrawalCredentials() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
xETHAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkDebt(uint256 index) view returns (address account, uint256 amount)
debtOf(address account) view returns (uint256)
getRegisteredValidators(uint256 idx_from, uint256 idx_to) view returns (bytes[] pubkeys, bytes[] signatures, bool[] stopped)
getRegisteredValidatorsV2(uint256 idx_from, uint256 idx_to) view returns (bytes[] pubkeys, bytes[] signatures, bool[] stopped, bool[] restaking)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
previewInstantSwap(uint256 tokenAmount) view returns (uint256 maxEthersToSwap, uint256 maxTokensToBurn)
supportsInterface(bytes4 interfaceId) view returns (bool)
validatorRegistry(uint256) view returns (bytes pubkey, bytes signature, bool stopped, bool restaking, uint8 eigenpod)
State-modifying
Events grantRole(bytes32 role, address account)
instantSwap(uint256 tokenAmount)
mint(uint256 minToMint, uint256 deadline) payable returns (uint256 minted)
pause()
pushBeacon()
pushBeacon(bytes32 clock, uint256 maxRewards)
redeemFromValidators(uint256 ethersToRedeem, uint256 maxToBurn, uint256 deadline) returns (uint256 burned)
registerRestakingValidators(bytes[] pubkeys, bytes[] signatures)
registerRestakingValidators(bytes[] pubkeys, bytes[] signatures, uint8[] podIds)
registerValidators(bytes[] pubkeys, bytes[] signatures)
renounceRole(bytes32 role, address account)
replaceValidators(bytes[] oldpubkeys, bytes[] pubkeys, bytes[] signatures, bool restaking, uint8[] podIds)
revokeRole(bytes32 role, address account)
setETHDepositContract(address _ethDepositContract)
setManagerFeeShare(uint256 milli)
setWithdrawCredential(bytes32 withdrawalCredentials_)
stake()
syncBalance()
unpause()
validatorStopped(bytes[] _stoppedPubKeys, bytes32 clock)
withdrawManagerFee(address to)
BalanceSynced(uint256 diff)
DebtQueued(address creditor, uint256 amountEther)
DepositContractSet(address addr)
Initialized(uint8 version)
ManagerAccountSet(address account)
ManagerFeeSet(uint256 milli)
ManagerFeeWithdrawed(uint256 amount, address arg1)
ManagerRevenueCompounded(uint256 amount)
Paused(address account)
RestakingAddressSet(address addr)
RevenueAccounted(uint256 amount)
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)
Unpaused(address account)
UserRevenueCompounded(uint256 amount)
ValidatorActivated(uint256 nextValidatorId)
ValidatorSlashedStopped(uint256 stoppedCount)
ValidatorStopped(uint256 stoppedCount)
WhiteListToggle(address account, bool enabled)
WithdrawCredentialSet(bytes32 withdrawCredential)
constructor()
receive()
This contract contains no error objects.