TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 14 txns
Deployed by via 0x5c82f898 at 18871131
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $2,337.08
0x7b63883a1122190b1686e3f20db62fd5722dd8107402b8bce50b75645dbf7459
0x9b9fd4229d009941e14650103d4ca0102fc8badace5f40e7787f029001311a83
0xee01dc5234649f7a6318b5ac4468a11e7fd60ca4dbffee829e533e1ce52eac67
0xeb5d2a2e453379001e931d724a7a287eda5beaf9d8c6db05c76b3af815dbd75b
0xafcbdf80f9b52188c958f493bec88c549988c252cbab7d6130a6ca6387668ac4
0xba89ce8de48505ae9f95a434c42134a3e54819bb3b763e875aa787bff4fb51fa
0x4e500605c7da9898a9ba76ad572ade0a340df81f81b255fae2d92fb9bd6fb424
0x88c4e68f22ec7fb67728043335ae50d06f13ea03ae3aea6fd7e41a6cf55860b9
0x482a629f0ed5061b9f9b5ac320badfdae0b3736037d742944e65385b450e7357
0xe23d72860ae9c47b8dcdc05180889765024b5d3bab953bc621b05d4efd4eca4f

Functions
Getter at block 21331884
MAX_COMMISSION(view returns (uint16)
10000
commission(view returns (uint16)
1500
config(view returns (address)
0x81b98d3a51d4ac35e0ae132b0cf6b50ea1da2603
getRewards(view returns (uint256 rewards)
515164606091991819
Read-only

This contract contains no read-only function objects.

State-modifying
initialize(address configuint16 commission_
setCommission(uint16 newValue
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
CommissionChanged(uint16 prevValueuint16 newValue
Initialized(uint64 version
Received(address indexed senderuint256 amount
Withdrawn(address indexed pooladdress indexed treasuryuint256 rewardsuint256 fee
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
CommissionNotInRange(
FeeCollectorTransferFailed(address to
InvalidInitialization(
NotInitializing(
OnlyGovernanceAllowed(
OnlyOperatorAllowed(
OnlyRestakingPoolAllowed(
ReentrancyGuardReentrantCall(