TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 7,042 txns
Deployed by via 0xfd8b8ffc at 19243426
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
Native
Value $762.97
0xc7b3b4ce0207b2ae762477fac9f8f1d5a99107722392d59581d592462092a568
0x2bfa25f7bcacee107fecb53ac09fefee7c53d608fe35de6ca2949e73b67d63bd
0x1d2d4e8538ce9237693fda992ff368675e39ac8f137ec14aba810b747ea6ca1e
0x50cee7165b451e26fb7ac7d7c88cad1e3016967e0f7eb47ab3b96381fc5b7f74
0x6fbfa7564c311f768f76b2726cdf8d250a69ea6b5cf244354289e10d5dee0f67
0x78f81e884b002930a8bb94d5d375f1848b0776191c0076bcc07ffe05a308cf4c
0x48943fc5e6b8d167976b4050d0679e7bac4571fce2747d50aa47464fcf8d406f
0x7a36d6a444d732c8cc80e6eb643a0e8248021d7dd9a127d11cd3e941e5e6a580
0xa430584710c3189e0037c2e1155cdfd4ef72de809076d0dc4673a04a038eb187
0xed5296696b6cb448760c2b4947f0b2889e6b155fae4e93efae02f7fb212305e8

Functions
Getter at block 21255641
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_legacyProtocolFeePercentInBPS(view returns (uint256)
1000
_legacyProtocolTreasury(view returns (address)
0xb9577e83a6d9a6de35047aa066e3758221fe0da2
depositPool(view returns (address)
0x036676389e48133b63a802f8635ad39e752d375d
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
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
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(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
InvalidEmptyValue(