TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 14 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x81b9…2603
-
variable spans 48 additional slots
Balances ($2,337.08)
Native
Value
$2,337.08
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.606076 | $3,856.08 |
$2,337.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273738 | 8 days ago | | | 0.048681283 | 0.00042728097 | |
| 21253596 | 11 days ago | | | 0.020086535 | 0.00024547786 | |
| 21237538 | 13 days ago | | | 0.036413623 | 0.00040510206 | |
| 21170914 | 22 days ago | | | 0.089788566 | 0.0018578747 | |
| 20941850 | 2 months ago | | | 0.052698341 | 0.00033394771 | |
| 20915727 | 2 months ago | | | 0.080851467 | 0.00086564523 | |
| 20537737 | 4 months ago | | | 0.043728278 | 0.000027673421 | |
| 20440156 | 4 months ago | | | 0.015019706 | 0.000054503072 | |
| 20327749 | 5 months ago | | | 0.086476645 | 0.00036721512 | |
| 20270022 | 5 months ago | | | 0.065006988 | 0.00024617077 |
ABI
ABI objects
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
Events initialize(address config, uint16 commission_)
setCommission(uint16 newValue)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
CommissionChanged(uint16 prevValue, uint16 newValue)
Initialized(uint64 version)
Received(address indexed sender, uint256 amount)
Withdrawn(address indexed pool, address indexed treasury, uint256 rewards, uint256 fee)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
CommissionNotInRange()
FeeCollectorTransferFailed(address to)
InvalidInitialization()
NotInitializing()
OnlyGovernanceAllowed()
OnlyOperatorAllowed()
OnlyRestakingPoolAllowed()
ReentrancyGuardReentrantCall()