EthenaLPStaking
Verified contract
Active on
Ethereum with 215,999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($509,679,939.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDe | ERC-20 | 248.868451M | $1.001 |
$249,117,319.09 | |
sENA | ERC-20 | 430.936331M | $0.545465 |
$235,060,685.76 | |
ENA | ERC-20 | 46.279476M | $0.551042 |
$25,501,934.78 | |
MtEthena | ERC-20 | 31.983338M | -- | -- | |
OGD | ERC-20 | 19.999999M | -- | -- | |
USDeUSDC | ERC-20 | 15.791424M | -- | -- | |
USDeDAI | ERC-20 | 14.523459M | -- | -- | |
USDecrvUSD | ERC-20 | 6.988619M | -- | -- | |
FDUSDUSDe | ERC-20 | 5.320618M | -- | -- | |
GHOUSDe | ERC-20 | 3.702227M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158176 | 2 minutes ago | | | 0 | 0.0019011271 | |
| 21158173 | 3 minutes ago | | | 0 | 0.0018830479 | |
| 21158166 | 4 minutes ago | | | 0 | 0.0017674644 | |
| 21158165 | 4 minutes ago | | | 0 | 0.0015000660 | |
| 21158146 | 8 minutes ago | | | 0 | 0.0014841623 | |
| 21158085 | 20 minutes ago | | | 0 | 0.0025609051 | |
| 21158080 | 21 minutes ago | | | 0 | 0.0020299176 | |
| 21158075 | 22 minutes ago | | | 0 | 0.0017597600 | |
| 21158053 | 27 minutes ago | | | 0 | 0.0022676018 | |
| 21158033 | 31 minutes ago | | | 0 | 0.0025382723 |
ABI
ABI objects
Getter at block 21158184 renounceOwnership() view
currentEpoch() view returns (uint8)
2
owner() view returns (address)
0x3b0aaf6e6fcd4a7ceef8c92c32dfea9e64dc1862
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
stakeParametersByToken(address) view returns (uint8 epoch, uint248 stakeLimit, uint104 totalStaked, uint104 totalCoolingDown, uint48 cooldown)
stakes(address, address) view returns (uint256 stakedAmount, uint152 coolingDownAmount, uint104 cooldownStartTimestamp)
State-modifying
Events acceptOwnership()
rescueTokens(address token, address to, uint256 amount)
setEpoch(uint8 newEpoch)
stake(address token, uint104 amount)
transferOwnership(address newOwner)
unstake(address token, uint104 amount)
updateStakeParameters(address token, uint8 epoch, uint248 stakeLimit, uint48 cooldown)
withdraw(address token, uint104 amount)
NewEpoch(uint8 indexed newEpoch, uint8 indexed previousEpoch)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, address indexed lpToken, uint256 amount)
StakeParametersUpdated(address indexed lpToken, uint8 indexed epoch, uint248 stakeLimit, uint104 cooldown)
TokensRescued(address indexed token, address indexed to, uint256 amount)
Unstake(address indexed user, address indexed lpToken, uint256 amount)
Withdraw(address indexed user, address indexed lpToken, uint256 amount)
constructor(address _initialOwner)
This contract contains no fallback and receive objects.
CantRenounceOwnership()
CooldownNotOver()
InvalidAmount()
InvalidEpoch()
InvariantBroken()
MaxCooldownExceeded()
StakeLimitExceeded()
TransferFailed()
ZeroAddressException()