SocializingPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
0x0000…0000
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "SocializingPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SocializingPool"
ABI
ABI objects
Getter at block 21176237 getRewardDetails() view returns (uint256 currentIndex, uint256 currentStartBlock, uint256 currentEndBlock)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getCurrentRewardsIndex() view returns (uint256 index)
1
initialBlock() view returns (uint256)
0
lastReportedRewardsData() view returns (uint256 reportingBlockNumber, uint256 index, bytes32 merkleRoot, uint8 poolId, uint256 operatorETHRewards, uint256 userETHRewards, uint256 protocolETHRewards, uint256 operatorSDRewards)
(reportingBlockNumber=0, index=0, merkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, poolId=0, operatorETHRewards=0, userETHRewards=0, protocolETHRewards=0, operatorSDRewards=0)
paused() view returns (bool)
false
staderConfig() view returns (address)
0x0000000000000000000000000000000000000000
totalOperatorETHRewardsRemaining() view returns (uint256)
0
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)
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()
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()