FeeRewardsManager
Verified contract
Active on
Ethereum with 41 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,032.37)
Native
Value
$9,032.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.82707 | $3,194.96 |
$9,032.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115281 | 9 days ago | | | 0 | 0.00052883161 | |
| 20973594 | a month ago | | | 0 | 0.00094761243 | |
| 20803031 | 2 months ago | | | 0 | 0.00036280375 | |
| 20742762 | 2 months ago | | | 0 | 0.00041881987 | |
| 20735808 | 2 months ago | | | 0 | 0.00024527069 | |
| 20735787 | 2 months ago | | | 0 | 0.00026668636 | |
| 20723005 | 2 months ago | | | 0 | 0.00074310510 | |
| 20678029 | 2 months ago | | | 0 | 0.00059825489 | |
| 20663185 | 2 months ago | | | 0 | 0.00019746770 | |
| 20598538 | 3 months ago | | | 0 | 0.000053337154 |
ABI
ABI objects
Getter at block 21182252
defaultFeeNumerator() view returns (uint32)
2240
owner() view returns (address)
0x29fc5aacd613410b68c9c08d4e1656e3c890e482
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
predictFeeContractAddress(address _withdrawalCredential) view returns (address)
State-modifying
Events acceptOwnership()
batchCollectRewards(address[] feeAddresses)
changeDefaultFee(uint32 _newFeeNumerator)
changeFeeNumerator(address _feeContract, uint32 _newFee)
createFeeContract(address _withdrawalCredential) returns (address)
getEth(address addr)
renounceOwnership()
transferOwnership(address newOwner)
ContractDeployed(address contractAddress, uint32 feeNumerator)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint32 _defaultFeeNumerator)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)