0x5f6ae08b8aeb7078cf2f96afb089d7c9f51da47d
Verified contract
Proxy
Active on
Ethereum with 401,262 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x3a05…9115
Balances ($4,196,038.47)
Native
Value
$193,542.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 58.3414 | $3,317.41 |
$193,542.34 | |
stETH | ERC-20 | 1.204949K | $3,321.64 |
$4,002,406.31 | |
USDC | ERC-20 | 49.936631 | $0.997493 |
$49.81 | |
BLUR | ERC-20 | 110.932536 | $0.312346 |
$34.65 | |
AIEPK | ERC-20 | 1.234K | $0.004336 |
$5.35 | |
APU | ERC-20 | 2 | $0.000902 |
$0 | |
CRE | ERC-20 | 69 | $0.000007 |
$0 | |
$ | ERC-20 | 50K | -- | -- | |
WATCH | ERC-20 | 420 | -- | -- | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274790 | an hour ago | | | 0 | 0.0022673247 | |
| 21273903 | 4 hours ago | | | 0 | 0.00073663112 | |
| 21270176 | 17 hours ago | | | 0 | 0.0014091279 | |
| 21270166 | 17 hours ago | | | 0 | 0.0014732252 | |
| 21268858 | 21 hours ago | | | 0 | 0.0017962560 | |
| 21268675 | a day ago | | | 0 | 0.00089536224 | |
| 21267646 | a day ago | | | 0 | 0.0017147060 | |
| 21265922 | a day ago | | | 0 | 0.0029392076 | |
| 21265100 | a day ago | | | 0 | 0.0044998206 | |
| 21265058 | a day ago | | | 0 | 0.0047008618 |
ABI
ABI objects
Getter at block 21275127 proxiableUUID() view returns (bytes32) totalETHBalance() view returns (uint256) totalUSDBalanceNoUpdate() view returns (uint256)
CURVE_3POOL() view returns (address)
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DSR_MANAGER() view returns (address)
0x373238337bfe1146fb49989fc222523f83081ddb
LIDO() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
PSM() view returns (address)
0x89b78cfa322f6c5de0abceecab66aee45393cc5a
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
getMainnetBridge() view returns (address mainnetBridge)
0x3a05e5d33d7ab3864d53aaec93c8301c1fa49115
isTransitionEnabled() view returns (bool)
true
owner() view returns (address)
0x67ca7ca75b69711cfd48b44ec3f64e469baf608c
paused() view returns (bool)
true
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
staker() view returns (address)
0x9edfc192fc4d29b8f2b18f484211161b6fc8063e
totalETHShares() view returns (uint256)
1165607577202619605884
totalUSDShares() view returns (uint256)
259049735646424492074845
Read-only
balanceOf(address user) view returns (uint256 ethBalance, uint256 usdBalance)
ethShares(address) view returns (uint256)
transitioned(address) view returns (bool)
usdShares(address) view returns (uint256)
State-modifying
Events acceptOwnership()
depositDAI(uint256 daiAmount)
depositDAIWithPermit(uint256 daiAmount, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
depositETH() payable
depositStETH(uint256 stETHAmount)
depositStETHWithPermit(uint256 stETHAmount, uint256 allowance, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
depositUSDC(uint256 usdcAmount)
depositUSDCWithPermit(uint256 usdcAmount, uint256 allowance, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
depositUSDT(uint256 usdtAmount, uint256 minDAIAmount)
emergencyWithdraw()
enableTransition(address mainnetBridge)
initialize(address _staker)
open(address from, uint256 nonce, uint8 v, bytes32 r, bytes32 s) payable
pause()
renounceOwnership()
setStaker(address _staker)
stakeETH(uint256 amount)
stakeUSD(uint256 amount)
totalUSDBalance() returns (uint256)
transferOwnership(address newOwner)
transition(address recipient, uint8 v, bytes32 r, bytes32 s, uint32 minGasLimit)
transition(uint32 minGasLimit)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ETHDeposited(address indexed user, uint256 shares, uint256 amount)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
USDDeposited(address indexed user, uint256 shares, uint256 amount, uint256 daiAmount)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdraw(address indexed user, uint256 ethAmount, uint256 stETHAmount, uint256 daiAmount)
This contract contains no constructor objects.
receive()
BridgeIsNotSet()
CallerIsNotStaker()
InsufficientFunds()
InvalidRecipient()
InvalidRecipientSignature()
OnlyEOA()
SharesNotInitiated()
TransitionIsEnabled()
TransitionNotEnabled()
UserAlreadyTransitioned()
ZeroDeposit()
ZeroSharesIssued()