ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,206 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
deUSDUSDC | ERC-20 | 52.167983M | -- | -- | |
deUSDUSDT | ERC-20 | 3.196516M | -- | -- | |
ECLP-stdeUSD-deUSD | ERC-20 | 2.17732M | -- | -- | |
deUSDDAI | ERC-20 | 170.515138K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315870 | 4 hours ago | | | 0 | 0.0021375623 | |
| 21314465 | 9 hours ago | | | 0 | 0.0014447183 | |
| 21312783 | 14 hours ago | | | 0 | 0.00094929600 | |
| 21311758 | 18 hours ago | | | 0 | 0.0010975189 | |
| 21310889 | 21 hours ago | | | 0 | 0.0013045422 | |
| 21309804 | a day ago | | | 0 | 0.0012418359 | |
| 21309712 | a day ago | | | 0 | 0.0015230673 | |
| 21308150 | a day ago | | | 0 | 0.0013400417 | |
| 21307889 | a day ago | | | 0 | 0.00091870166 | |
| 21307714 | a day ago | | | 0 | 0.00083301293 |
ABI
ABI objects
Getter at block 21317062 proxiableUUID() view returns (bytes32) renounceOwnership() view
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
currentEpoch() view returns (uint8)
1
owner() view returns (address)
0xd7cdbde6c9da34fcb2917390b491193b54c24f24
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()
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)
Upgraded(address indexed implementation)
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(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
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()