StakeWise Reward ETH2
Verified contract
Proxy
Active on
Ethereum with 6,152 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xfe2e…043a
8 additional
variables
Balances ($0.00)
No balances found for "StakeWise Reward ETH2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274275 | 12 hours ago | | | 0 | 0.00061536932 | |
| 21268975 | a day ago | | | 0 | 0.00043978078 | |
| 21268961 | a day ago | | | 0 | 0.00040255926 | |
| 21268319 | a day ago | | | 0 | 0.00088250955 | |
| 21264804 | 2 days ago | | | 0 | 0.00075656061 | |
| 21263784 | 2 days ago | | | 0 | 0.0011062377 | |
| 21263682 | 2 days ago | | | 0 | 0.0011045150 | |
| 21262134 | 2 days ago | | | 0 | 0.00099415256 | |
| 21260239 | 2 days ago | | | 0 | 0.00090049507 | |
| 21257070 | 3 days ago | | | 0 | 0.0010015417 |
ABI
ABI objects
Getter at block 21277730
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x19590e845458066b8119bcb94d5875f2d80e466302992f0c26e3e1e06f3c4d1a
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals() view returns (uint8)
18
lastUpdateBlockNumber() view returns (uint256)
21276256
merkleDistributor() view returns (address)
0xa3f21010e8b9a3930996c8849df38f9ca3647c20
name() view returns (string)
StakeWise Reward ETH2
paused() view returns (bool)
false
protocolFee() view returns (uint256)
1000
protocolFeeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerToken() view returns (uint128)
172425936887203785
symbol() view returns (string)
rETH2
totalAssets() view returns (uint256)
6871201825716152777251
totalPenalty() view returns (uint256)
0
totalRewards() view returns (uint128)
519978890174252304499
totalSupply() view returns (uint256)
519978890174252304499
vault() view returns (address)
0xac0f906e433d58fa868f936e8a43230473652885
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address) view returns (uint128 reward, uint128 rewardPerToken)
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)
nonces(address owner) view returns (uint256)
rewardsDisabled(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAdmin(address _account)
addPauser(address _account)
approve(address spender, uint256 amount) returns (bool)
claim(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate(address receiver, uint256 principal, uint256 reward)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAdmin(address _account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setProtocolFee(uint256 _protocolFee)
setProtocolFeeRecipient(address recipient)
setRewardsDisabled(address account, bool isDisabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateRewardCheckpoint(address account) returns (bool accRewardsDisabled)
updateRewardCheckpoints(address account1, address account2) returns (bool rewardsDisabled1, bool rewardsDisabled2)
updateTotalRewards(int256 rewardsDelta)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
ProtocolFeeRecipientUpdated(address recipient)
ProtocolFeeUpdated(uint256 protocolFee)
RewardsToggled(address indexed account, bool isDisabled)
RewardsUpdated(uint256 periodRewards, uint256 totalRewards, uint256 rewardPerToken, uint256 distributorReward, uint256 protocolReward)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.