ReturnsAggregator

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x6886e55c at 18290646
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "ReturnsAggregator"

No transactions found for "ReturnsAggregator"


Functions
Getter at block 20789230
AGGREGATOR_MANAGER_ROLE(view returns (bytes32)
0xa04f8e5e9269ada37cd14db144b4a440e16627eb30d392f72521786dd7cc2068
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
consensusLayerReceiver(view returns (address)
0x0000000000000000000000000000000000000000
executionLayerReceiver(view returns (address)
0x0000000000000000000000000000000000000000
feesBasisPoints(view returns (uint16)
0
feesReceiver(view returns (address)
0x0000000000000000000000000000000000000000
oracle(view returns (address)
0x0000000000000000000000000000000000000000
pauser(view returns (address)
0x0000000000000000000000000000000000000000
staking(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(struct ReturnsAggregatorInit init
processReturns(uint256 rewardAmountuint256 principalAmountbool shouldIncludeELRewards
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setFeeBasisPoints(uint16 newBasisPoints
setFeesReceiver(address newReceiver
Events
FeesCollected(uint256 amount
Initialized(uint8 version
ProtocolConfigChanged(bytes4 indexed setterSelectorstring setterSignaturebytes value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive
receive(
Errors
InvalidConfiguration(
NotOracle(
Paused(
ZeroAddress(