TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 999 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
-
variable spans 48 additional slots
0x4abe…69db
0x4d8d…b102
Balances ($476,116.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHx | ERC-20 | 146.229816 | $3,255.95 |
$476,116.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209297 | 2 days ago | | | 0.10016099 | 0.0022777093 | |
| 21202517 | 3 days ago | | | 0.082 | 0.0024262850 | |
| 21198694 | 3 days ago | | | 0 | 0.0047822717 | |
| 21192609 | 4 days ago | | | 0 | 0.0043552581 | |
| 21154425 | 10 days ago | | | 0.0043 | 0.0014610360 | |
| 21152875 | 10 days ago | | | 0 | 0.0035336251 | |
| 21147492 | 11 days ago | | | 0.071 | 0.0012715697 | |
| 21147021 | 11 days ago | | | 0 | 0.0030040025 | |
| 21144690 | 11 days ago | | | 0 | 0.0055367079 | |
| 21141454 | 11 days ago | | | 0 | 0.0033030484 |
ABI
ABI objects
Getter at block 21223136 getLastStoredHsETHToETHxRate() view returns (uint256) getLatestHsETHExchangeRate() view returns (uint256)
DECIMAL() view returns (uint256)
1000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
MAX_FEE_IN_BPS() view returns (uint256)
1500
feeInBPS() view returns (uint256)
1000
hsETH() view returns (address)
0x4d8d9f6ced39288a1e8961621bbbc2b698a3b102
lastStoredETHxER() view returns (uint256)
1045383336956842859
lastStoredProtocolFeesAmount() view returns (uint256)
189500075325837943
paused() view returns (bool)
false
staderConfig() view returns (address)
0x4abef2263d5a5ed582fc9a9789a41d85b68d69db
totalBPS() view returns (uint256)
10000
treasury() view returns (address)
0xeb9431a23c4eca254986174ff3772d2dda49b335
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 approveETHxWithdraw(uint256 _maxAmount)
computeLatestProtocolFees()
deposit() payable
deposit(uint256 _minimumHsETH) payable
grantRole(bytes32 role, address account)
initialize(address _admin, address _hsETH, address _treasury, address _staderConfig)
pause()
renounceRole(bytes32 role, address account)
requestWithdraw(uint256 _hsETH) returns (uint256)
requestWithdraw(uint256 _hsETH, uint256 _maximumETHxToBurn) returns (uint256)
revokeRole(bytes32 role, address account)
unpause()
updateFeeInBPS(uint256 _feeInBPS)
updateHsETHToken(address _hsETH)
updateStaderConfig(address _staderConfig)
updateTreasuryAddress(address _treasury)
withdrawProtocolFees()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposited(address indexed sender, uint256 ethAmount, uint256 ethXMinted, uint256 hsETHMinted)
Initialized(uint8 version)
Paused(address account)
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)
StaderConfigAddressUpdated(address staderConfig)
Unpaused(address account)
UpdatedFeeInBPS(uint256 protocolFeeBIPS)
UpdatedHsETHTokenAddress(address hsETH)
UpdatedLastStoredProtocolFeesAmount(uint256 ethXExchangeRate, uint256 protocolFeesInETHx)
UpdatedTreasuryAddress(address treasury)
WithdrawRequestReceived(address indexed sender, uint256 ethXToBurn, uint256 hsETHBurned, uint256 requestID)
WithdrawnProtocolFees(address treasury, uint256 protocolFeesAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InvalidInput()
MaximumETHxExceeded(uint256 maximumETHx, uint256 ethXShare)
MinimumHsETHNotMet(uint256 minimumHsETH, uint256 hsETHToMint)
ZeroAddress()