This contract is being backfilled. You may encounter incomplete storage history.

RewardRecipient

Verified contract

Active on Ethereum with 314 txns
Deployed by via 0xc845580a at 18765713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $300.04
0xd115f0363a31db8e966460979135e5c874542e975dfb5dc07db21a2f795ab39a
0x63154892699ac1e852fb91ef4c5b7ab6ed4fd9aaf13a9fe0775f43a0dfc4f341
0x88d157a5a839817902bfac543e243ec339ce4a2acd0c1c0630b8c1ac5e814a95
0x6e0ed938f38fb307f2a11fcf22049c086f18d4d5b51e8c85871b27b4cb113c4b
0x9170b7f3a8f75e7c00bf713135a46c4a7336c02925b2959638776f2157960291
0x3bd3d59f03668fe445e96d2be834380269ca0e6087030c9dcfd44e029567d9e3
0x2d06fb6ef1fd75450d9dc3bb8e69dc2634ddfbb37f08d193a019babe0bf8f1bb
0x87fa886d4aed92a479c98a20f2c29d17020c8f1a5063ebe50383041f50949cea
0xbafed8581501f8c8a1caa4342517921072ba7703a91b99d14541926358bd8ee5
0xfeb0f1f5b30823ff719009d0ec3bc23301577af342982261fc53b0fcc8692052

Functions
Getter at block 20792757
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
defaultAdmin(view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
defaultAdminDelay(view returns (uint48)
0
defaultAdminDelayIncreaseWait(view returns (uint48)
432000
oracleAdapter(view returns (address)
0x15f1203afb3ba2bff383dc0a3d5a781dedeb44fc
owner(view returns (address)
0xa52fd396891e7a74b641a2cb1a6999fcf56b077e
pendingDefaultAdmin(view returns (address newAdminuint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay(view returns (uint48 newDelayuint48 schedule)
(newDelay=0, schedule=0)
pirexEth(view returns (address)
0xd664b74274dfeb538d9bac494f3a4760828b02b0
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
acceptDefaultAdminTransfer(
beginDefaultAdminTransfer(address newAdmin
cancelDefaultAdminTransfer(
changeDefaultAdminDelay(uint48 newDelay
dissolveValidator(bytes _pubKeyuint256 _amount
grantRole(bytes32 roleaddress account
harvest(uint256 _amountuint256 _endBlock
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
rollbackDefaultAdminDelay(
setContract(uint8 _contractaddress contractAddress
slashValidator(bytes _pubKeyuint256 _removeIndexuint256 _amountbool _unorderedbool _useBufferstruct DataTypesBurnerAccount[] _burnerAccountspayable 
Events
DefaultAdminDelayChangeCanceled(
DefaultAdminDelayChangeScheduled(uint48 newDelayuint48 effectSchedule
DefaultAdminTransferCanceled(
DefaultAdminTransferScheduled(address indexed newAdminuint48 acceptSchedule
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetContract(uint8 indexed caddress contractAddress
Constructor
constructor(address _adminuint48 _initialDelay
Fallback and receive
receive(
Errors
NoETHAllowed(
NotOracleAdapter(
UnrecorgnisedContract(
ZeroAddress(