EthenaLPStaking

Verified contract

Active on Ethereum with 215,999 txns
Deployed by via 0x667e602b at 18970882
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $249,117,319.09
ERC-20
Value $235,060,685.76
ERC-20
Value $25,501,934.78
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x976145535fe32ec61bb4eebe50736f8677c9346f46cdb398587ea5e81134ce6f
0x6e7bc26f689c2425bf574689e8091d0956a9c566858e871820988aea3e67b2dd
0x6b414195281827295f9287e4c4fa51ecaf10a5355d4e9058b78d4b1020e85bd5
0x48318a26eba1d03b10b5f7666ffe674dce8f9b6f4f7755d8106479c8d718e3e5
0x61720aa09d6692795b6a9598425c38ec3003616d9904432b833c324eeaaa84f7
0x0e9e6f40cc73f88ca2d0cde9cef01f690f592731d5e4eeae04de2e024ab71800
0x8a13dbbd5787d31b56d271d4cf5d4c3898d1ad80028983c9997eca6a2578e1c0
0x5fe025010900df1283661b0c266fcedb6df10f425d729d9dd71dca360d729d7c
0x15898f5b3442b5fcc0035dc9ad1a805a9e0f7b430cf249089062a87a99797469
0xd5f739efcbf176a6ea81fdcce18eae8c1f230acffb356e3f53a4646e19d0881d

Functions
Getter at block 21158184
currentEpoch(view returns (uint8)
2
owner(view returns (address)
0x3b0aaf6e6fcd4a7ceef8c92c32dfea9e64dc1862
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
renounceOwnership(view 
Read-only
stakeParametersByToken(addressview returns (uint8 epochuint248 stakeLimituint104 totalStakeduint104 totalCoolingDownuint48 cooldown)
stakes(addressaddressview returns (uint256 stakedAmountuint152 coolingDownAmountuint104 cooldownStartTimestamp)
State-modifying
acceptOwnership(
rescueTokens(address tokenaddress touint256 amount
setEpoch(uint8 newEpoch
stake(address tokenuint104 amount
transferOwnership(address newOwner
unstake(address tokenuint104 amount
updateStakeParameters(address tokenuint8 epochuint248 stakeLimituint48 cooldown
withdraw(address tokenuint104 amount
Events
NewEpoch(uint8 indexed newEpochuint8 indexed previousEpoch
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Stake(address indexed useraddress indexed lpTokenuint256 amount
StakeParametersUpdated(address indexed lpTokenuint8 indexed epochuint248 stakeLimituint104 cooldown
TokensRescued(address indexed tokenaddress indexed touint256 amount
Unstake(address indexed useraddress indexed lpTokenuint256 amount
Withdraw(address indexed useraddress indexed lpTokenuint256 amount
Constructor
constructor(address _initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CantRenounceOwnership(
CooldownNotOver(
InvalidAmount(
InvalidEpoch(
InvariantBroken(
MaxCooldownExceeded(
StakeLimitExceeded(
TransferFailed(
ZeroAddressException(