FeeReceiver

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xafd9a5d5 at 20603066
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

No balances found for "FeeReceiver"

No transactions found for "FeeReceiver"


Functions
Getter at block 21255641
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_legacyProtocolFeePercentInBPS(view returns (uint256)
0
_legacyProtocolTreasury(view returns (address)
0x0000000000000000000000000000000000000000
depositPool(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(address _protocolTreasuryaddress _depositPooluint256 _protocolFeePercentInBPSaddress adminaddress manager
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
sendFunds(
setDepositPool(address _depositPool
Events
Initialized(uint8 version
MevRewardsAddedToTVL(uint256 amount
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
InvalidEmptyValue(