TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 7,042 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
Balances ($762.97)
Native
Value
$762.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.22365 | $3,411.45 |
$762.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255451 | 38 minutes ago | | | 0.025707981 | 0.00023796039 | |
| 21255357 | an hour ago | | | 0.016727899 | 0.00023959685 | |
| 21255248 | an hour ago | | | 0.079514799 | 0.00025399154 | |
| 21255213 | an hour ago | | | 0.066378037 | 0.00026100815 | |
| 21255208 | an hour ago | | | 0.035321215 | 0.00027167653 | |
| 21255178 | 2 hours ago | | | 0 | 0.00049763876 | |
| 21254893 | 3 hours ago | | | 0.023973992 | 0.00025865370 | |
| 21253979 | 6 hours ago | | | 0.033876903 | 0.00029693841 | |
| 21253973 | 6 hours ago | | | 0.058118799 | 0.00029204942 | |
| 21253734 | 6 hours ago | | | 0.031738552 | 0.00024859951 |
ABI
ABI objects
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
initialize(address _protocolTreasury, address _depositPool, uint256 _protocolFeePercentInBPS, address admin, address manager)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendFunds()
setDepositPool(address _depositPool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
MevRewardsAddedToTVL(uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
InvalidEmptyValue()