TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 4,592 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
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x4abe…69db
-
variable spans 7 additional slots
Balances ($116,007.29)
Native
Value
$116,007.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 35.095018 | $3,305.52 |
$116,007.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244517 | an hour ago | | | 0.025427069 | 0.00046420671 | |
| 21244197 | 2 hours ago | | | 0.029366347 | 0.00045290895 | |
| 21244140 | 3 hours ago | | | 0 | 0.0053842400 | |
| 21243210 | 6 hours ago | | | 0.27300937 | 0.00030767876 | |
| 21242554 | 8 hours ago | | | 0.057924951 | 0.00029931564 | |
| 21242408 | 8 hours ago | | | 0.026415652 | 0.00033252091 | |
| 21242321 | 9 hours ago | | | 0.16038252 | 0.00029212144 | |
| 21241938 | 10 hours ago | | | 0.058117555 | 0.00026284368 | |
| 21241498 | 11 hours ago | | | 0.022470239 | 0.00024662123 | |
| 21240561 | 15 hours ago | | | 0.032758078 | 0.00032808969 |
ABI
ABI objects
Getter at block 21244883
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getCurrentRewardsIndex() view returns (uint256 index)
19
getRewardDetails() view returns (uint256 currentIndex, uint256 currentStartBlock, uint256 currentEndBlock)
(currentIndex=19, currentStartBlock=21044950, currentEndBlock=21246549)
initialBlock() view returns (uint256)
17416150
lastReportedRewardsData() view returns (uint256 reportingBlockNumber, uint256 index, bytes32 merkleRoot, uint8 poolId, uint256 operatorETHRewards, uint256 userETHRewards, uint256 protocolETHRewards, uint256 operatorSDRewards)
(reportingBlockNumber=21044949, index=18, merkleRoot=0xc560627fdb41b3b4799940f5f75016097e81ae54942b6cbe8cedb95e16692a91, poolId=2, operatorETHRewards=1039035827640467077, userETHRewards=23378306121910509181, protocolETHRewards=1558553741460700611, operatorSDRewards=0)
paused() view returns (bool)
false
staderConfig() view returns (address)
0x4abef2263d5a5ed582fc9a9789a41d85b68d69db
totalOperatorETHRewardsRemaining() view returns (uint256)
6875279838168963675
totalOperatorSDRewardsRemaining() view returns (uint256)
0
Read-only
claimedRewards(address, uint256) view returns (bool)
getRewardCycleDetails(uint256 _index) view returns (uint256 _startBlock, uint256 _endBlock)
getRoleAdmin(bytes32 role) view returns (bytes32)
handledRewards(uint256) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
rewardsDataMap(uint256) view returns (uint256 reportingBlockNumber, uint256 index, bytes32 merkleRoot, uint8 poolId, uint256 operatorETHRewards, uint256 userETHRewards, uint256 protocolETHRewards, uint256 operatorSDRewards)
supportsInterface(bytes4 interfaceId) view returns (bool)
verifyProof(uint256 _index, address _operator, uint256 _amountSD, uint256 _amountETH, bytes32[] _merkleProof) view returns (bool)
State-modifying
Events claim(uint256[] _index, uint256[] _amountSD, uint256[] _amountETH, bytes32[][] _merkleProof)
claimAndDepositSD(uint256[] _index, uint256[] _amountSD, uint256[] _amountETH, bytes32[][] _merkleProof)
grantRole(bytes32 role, address account)
handleRewards(struct RewardsData _rewardsData)
initialize(address _admin, address _staderConfig)
maxApproveSD()
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unpause()
updateStaderConfig(address _staderConfig)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ETHReceived(address indexed sender, uint256 amount)
Initialized(uint8 version)
OperatorRewardsClaimed(address indexed recipient, uint256 ethRewards, uint256 sdRewards)
OperatorRewardsUpdated(uint256 ethRewards, uint256 totalETHRewards, uint256 sdRewards, uint256 totalSDRewards)
Paused(address account)
ProtocolETHRewardsTransferred(uint256 ethRewards)
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)
UpdatedStaderConfig(address indexed staderConfig)
UpdatedStaderOperatorRegistry(address indexed staderOperatorRegistry)
UpdatedStaderValidatorRegistry(address indexed staderValidatorRegistry)
UserETHRewardsTransferred(uint256 ethRewards)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
CallerNotManager()
CallerNotStaderContract()
ETHTransferFailed(address recipient, uint256 amount)
FutureCycleIndex()
InsufficientETHRewards()
InsufficientSDRewards()
InvalidAmount()
InvalidCycleIndex()
InvalidProof(uint256 cycle, address operator)
RewardAlreadyClaimed(address operator, uint256 cycle)
RewardAlreadyHandled()
SDTransferFailed()
ZeroAddress()