RewardRecipient
Verified contract
Active on
Ethereum with 405 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd664…02b0
0x15f1…44fc
Balances ($17.91)
Native
Value
$17.91
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005443 | $3,290.02 |
$17.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241655 | 14 hours ago | | | 0 | 0.0010415103 | |
| 21241059 | 16 hours ago | | | 0 | 0.0011955228 | |
| 21239862 | 20 hours ago | | | 0 | 0.0013634776 | |
| 21238971 | a day ago | | | 0 | 0.0016620541 | |
| 21238372 | a day ago | | | 0 | 0.0028466287 | |
| 21237175 | a day ago | | | 0 | 0.0031161591 | |
| 21236878 | a day ago | | | 0 | 0.0036311312 | |
| 21234495 | 2 days ago | | | 0 | 0.0011911123 | |
| 21233000 | 2 days ago | | | 0 | 0.0012019472 | |
| 21230613 | 2 days ago | | | 0 | 0.0031473405 |
ABI
ABI objects
Getter at block 21245967
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 newAdmin, uint48 schedule)
(newAdmin=0x0000000000000000000000000000000000000000, schedule=0)
pendingDefaultAdminDelay() view returns (uint48 newDelay, uint48 schedule)
(newDelay=0, schedule=0)
pirexEth() view returns (address)
0xd664b74274dfeb538d9bac494f3a4760828b02b0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptDefaultAdminTransfer()
beginDefaultAdminTransfer(address newAdmin)
cancelDefaultAdminTransfer()
changeDefaultAdminDelay(uint48 newDelay)
dissolveValidator(bytes _pubKey, uint256 _amount)
grantRole(bytes32 role, address account)
harvest(uint256 _amount, uint256 _endBlock)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rollbackDefaultAdminDelay()
setContract(uint8 _contract, address contractAddress)
slashValidator(bytes _pubKey, uint256 _removeIndex, uint256 _amount, bool _unordered, bool _useBuffer, struct DataTypesBurnerAccount[] _burnerAccounts) payable
DefaultAdminDelayChangeCanceled()
DefaultAdminDelayChangeScheduled(uint48 newDelay, uint48 effectSchedule)
DefaultAdminTransferCanceled()
DefaultAdminTransferScheduled(address indexed newAdmin, uint48 acceptSchedule)
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)
SetContract(uint8 indexed c, address contractAddress)
constructor(address _admin, uint48 _initialDelay)
receive()
NoETHAllowed()
NotOracleAdapter()
UnrecorgnisedContract()
ZeroAddress()