deUSDLPStaking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 "deUSDLPStaking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "deUSDLPStaking"
ABI
ABI objects
Getter at block 21317062 renounceOwnership() view
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
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()
initialize(address _owner)
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)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address token, uint104 amount)
Initialized(uint64 version)
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)
Upgraded(address indexed implementation)
Withdraw(address indexed user, address indexed lpToken, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
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()