FeeRewardsManager

Verified contract

Active on Ethereum with 41 txns
Deployed by via 0x1560f476 at 19413001
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $9,032.37
0xc2212fa3832e64c101adf5748024c44f6d3fee36be032d6e8c19e657738445a9
0x1f230d439768b91abbf384612554ac5e46f10ad71edf0ccdc2b2b8fee4b0305c
0x2a391ca81af1226e0a25e2b2962b633e3496fc19762f62ddebea865b6537bf76
0x063d7443572f556ffb9c30eb223e2db10cc07c819b5858b67e6cf1acd53fd85b
0x157e4374182c2ced4816eff6cd7bfc92d6e27367e98aae990c2a9e016c3dafac
0x9ec2056fda4f16f2b037e9563669f8d9ecad2135e3c275c4dea826efa800f2ec
0xc2596869239c24c82b72b99f2b933031ca5fb9d5e0bbb5040fccf5c9b6015f16
0x0151e9de63c7fa9f28d1ec49f888a980e07a5ffd8bc118cafc953ea0d83d8700
0x0d9c793bcf8703facf7615c3283547f7801df590c89608d710ad0cc811e167dc
0x6e25bc99ee0ab5b6b5eee0d11f17f8f49865b6b2f59d05673872cef2d0d814ff

Functions
Getter at block 21182252
defaultFeeNumerator(view returns (uint32)
2240
owner(view returns (address)
0x29fc5aacd613410b68c9c08d4e1656e3c890e482
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
predictFeeContractAddress(address _withdrawalCredentialview returns (address)
State-modifying
acceptOwnership(
batchCollectRewards(address[] feeAddresses
changeDefaultFee(uint32 _newFeeNumerator
changeFeeNumerator(address _feeContractuint32 _newFee
createFeeContract(address _withdrawalCredentialreturns (address)
getEth(address addr
renounceOwnership(
transferOwnership(address newOwner
Events
ContractDeployed(address contractAddressuint32 feeNumerator
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(uint32 _defaultFeeNumerator
Fallback and receive
receive(
Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account