ETHStakingContract42
Verified contract
Active on
Ethereum with 188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($151.79)
Native
Value
$151.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.041187 | $3,685.26 |
$151.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252891 | 7 days ago | | | 0 | 0.00050007029 | |
| 20287017 | 5 months ago | | | 0 | 0.000050729373 | |
| 19978027 | 6 months ago | | | 0 | 0.00024766795 | |
| 19973993 | 6 months ago | | | 0 | 0.00026521951 | |
| 19973987 | 6 months ago | | | 0 | 0.00026460123 | |
| 19973984 | 6 months ago | | | 0 | 0.00026537528 | |
| 19861220 | 7 months ago | | | 0 | 0.00025926447 | |
| 19860747 | 7 months ago | | | 0 | 0.00014348746 | |
| 19860626 | 7 months ago | | | 0 | 0.00016001051 | |
| 19860398 | 7 months ago | | | 0 | 0.00016185610 |
ABI
ABI objects
Getter at block 21299595
This contract contains no getter function objects.
Read-only
ERC20(address user) view returns (bool)
calculateInterest(address user, uint256 depositIndex) view returns (uint256)
getBalance(address user) view returns (uint256)
getDepositInfo(address user) view returns (uint256[] depositIndices, uint256[] unlockTimes, uint256[] stakedAmounts, uint256[] lockupPeriods)
getDepositStatus(address user, uint256 lockupPeriod) view returns (uint256[] depositIndices, uint256[] remainingTimes, uint256[] interestsCollected, uint256[] interestsNotCollected, uint256[] nextInterestClaims)
getInterestRate(address user) view returns (uint256)
getLastClaimTime(address user) view returns (uint256)
getLockupPeriod(address user) view returns (uint256)
getNumberOfDeposits(address user) view returns (uint256)
getReferral(address user) view returns (address)
getRemainingAmount(address user) view returns (uint256)
getTotalWithdrawnAmount(address user, uint256 lockupPeriod) view returns (uint256)
State-modifying
Events Exchange(address user)
ExchangeETH(address user)
claimInterestForDeposit(uint256 lockupPeriod)
deposit(uint256 lockupPeriod, address referral) payable
transfer(uint256 amount)
withdraw(uint256 depositIndex)
Blacklisted(address indexed user)
Deposit(address indexed user, uint256 amount, uint256 lockupPeriod)
InterestClaimed(address indexed user, uint256 amount)
Unblacklisted(address indexed user)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.