deUSDLPStaking

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xafbbdc03 at 20319830
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "deUSDLPStaking"

No transactions found for "deUSDLPStaking"


Functions
Getter at block 21317062
UPGRADE_INTERFACE_VERSION(view returns (string)
5.0.0
currentEpoch(view returns (uint8)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
 
renounceOwnership(view 
Read-only
stakeParametersByToken(addressview returns (uint8 epochuint248 stakeLimituint104 totalStakeduint104 totalCoolingDownuint48 cooldown)
stakes(addressaddressview returns (uint256 stakedAmountuint152 coolingDownAmountuint104 cooldownStartTimestamp)
State-modifying
acceptOwnership(
initialize(address _owner
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
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address tokenuint104 amount
Events
Initialized(uint64 version
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
Upgraded(address indexed implementation
Withdraw(address indexed useraddress indexed lpTokenuint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
CantRenounceOwnership(
CooldownNotOver(
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
InvalidAmount(
InvalidEpoch(
InvalidInitialization(
InvariantBroken(
MaxCooldownExceeded(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
SafeERC20FailedOperation(address token
StakeLimitExceeded(
TransferFailed(
UUPSUnauthorizedCallContext(
UUPSUnsupportedProxiableUUID(bytes32 slot
ZeroAddressException(