ProtocolRevenueManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ProtocolRevenueManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProtocolRevenueManager"
ABI
ABI objects
Getter at block 20792539
admin() view returns (address)
0x0000000000000000000000000000000000000000
auctionFeeVestingPeriodForStakersInDays() view returns (uint128)
0
auctionManager() view returns (address)
0x0000000000000000000000000000000000000000
etherFiNodesManager() view returns (address)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
globalRevenueIndex() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
vestedAuctionFeeSplitForStakers() view returns (uint128)
0
Read-only
getAccruedAuctionRevenueRewards(uint256 _validatorId) view returns (uint256)
State-modifying
Events addAuctionRevenue(uint256 _validatorId) payable
distributeAuctionRevenue(uint256 _validatorId) returns (uint256)
initialize()
pauseContract()
renounceOwnership()
setAuctionManagerAddress(address _auctionManager)
setAuctionRewardSplitForStakers(uint128 _split)
setAuctionRewardVestingPeriod(uint128 _periodInDays)
setEtherFiNodesManagerAddress(address _etherFiNodesManager)
transferOwnership(address newOwner)
unPauseContract()
updateAdmin(address _newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
receive()
This contract contains no error objects.