TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8,320 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
Balances ($7,866,021.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ezETH | ERC-20 | 654.514838 | $3,387.75 |
$2,217,332.64 | |
eETH | ERC-20 | 415.656268 | $3,291.80 |
$1,368,257.3 | |
rsETH | ERC-20 | 367.586283 | $3,402.43 |
$1,250,686.6 | |
rswETH | ERC-20 | 245.72935 | $3,357.65 |
$825,073.15 | |
WETH | ERC-20 | 234.780018 | $3,306.61 |
$776,325.95 | |
weETH | ERC-20 | 116.754143 | $3,480.78 |
$406,395.48 | |
USDC | ERC-20 | 388.999379K | $1.00 |
$388,999.38 | |
PEPE | ERC-20 | 15.438434B | $0.00002 |
$312,319.51 | |
pufETH | ERC-20 | 51.240062 | $3,392.60 |
$173,837.03 | |
sUSDe | ERC-20 | 119.512882K | $1.13 |
$135,049.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244682 | an hour ago | | | 0 | 0.0014230541 | |
| 21241849 | 11 hours ago | | | 0 | 0.0010631712 | |
| 21241813 | 11 hours ago | | | 0 | 0.00097249192 | |
| 21240140 | 16 hours ago | | | 0 | 0.0012293583 | |
| 21239748 | 18 hours ago | | | 0 | 0.0013809232 | |
| 21239297 | 19 hours ago | | | 0 | 0.0015944371 | |
| 21236884 | a day ago | | | 0 | 0.0027914763 | |
| 21235458 | a day ago | | | 0 | 0.0013044942 | |
| 21232545 | 2 days ago | | | 0 | 0.00099959910 | |
| 21231724 | 2 days ago | | | 0 | 0.0026145923 |
ABI
ABI objects
Getter at block 21245021
ASSET_DEPLOYMENT_ERR() view returns (string)
5
ASSET_REMOVAL_ERR() view returns (string)
6
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INITIAL_LIQUIDITY_MULTIPLIER() view returns (uint256)
100
MIN_BLOCKS_SINCE_LAST_DEPOSIT_ERR() view returns (string)
8
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
REGISTERED_ASSET_ERR() view returns (string)
4
UNAUTHORIZED_ERR() view returns (string)
2
UNREGISTERED_ASSET_ERR() view returns (string)
3
VAULT_TOKEN_GRANULARITY_ERR() view returns (string)
1
WITHDRAWS_DISABLED_ERR() view returns (string)
7
withdrawBlockWait() view returns (uint256)
0
Read-only
balance(address asset, address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
lastDepositBlock(address user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
vaultTokenAddress(address asset) view returns (address)
State-modifying
Events deployAssets(address asset, uint256 amount)
deposit(address asset, uint256 amount)
disableLPTransfers(address asset)
disableWithdrawals()
enableLPTransfers(address asset)
enableWithdrawals()
grantRole(bytes32 role, address account)
initialize(uint256 _minBlocksSinceLastDeposit)
registerAsset(address asset, address vaultToken, address deployer)
removeAssets(address asset, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setMinBlocksSinceLastDeposit(uint256 _minBlocksSinceLastDeposit)
updateDeployer(address asset, address deployer)
withdraw(address asset, uint256 vaultTokensToBurn)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BalanceChange(bool isDeposit, address asset, address user, uint256 amount)
Initialized(uint64 version)
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 initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)