EthYield
Verified contract
Implementation
Active on
Ethereum with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EthYield"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EthYield"
ABI
ABI objects
Getter at block 21204987
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getWeth() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
totalShares(address token) view returns (uint256)
totalStakedAmount(address token) view returns (uint256)
userShares(address user, address token) view returns (uint256)
userStakedAmount(address user, address token) view returns (uint256)
wardenAddress(address user) view returns (string)
State-modifying
Events acceptOwnership()
initialize(address stETH, address wETH9, address elStrategy, address elStrategyManager, address elDelegationManager, address elOperator)
renounceOwnership()
stake(uint256 amount, string userWardenAddress) payable returns (uint256 eigenLayerShares)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
DisableWithdrawals()
EnableWithdrawals()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, address indexed token, uint256 stakedAmount, uint256 shares)
Upgraded(address indexed implementation)
WardenAddressSet(address indexed evmAddress, string indexed wardenAddress)
Withdraw(address indexed user, address indexed token, uint256 withdrawAmount)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
NotWETH9(address arg0)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
UnknownToken(address arg0)
WrongMsgValue(uint256 msgValue, uint256 input)
WrongOperator(address arg0)
WrongStrategy(address arg0)
WrongWardenAddress(address user, string currentWardenAddress, string passedWardenAddress)
ZeroAddress()
ZeroAmount()