StakingContract
Verified contract
Active on
Ethereum with 357 txns
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 "StakingContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19232796 | 10 months ago | | | 0 | 0.00095241162 | |
| 18933763 | a year ago | | | 0 | 0.00039576331 | |
| 18592166 | a year ago | | | 0 | 0.0011507627 | |
| 18564647 | a year ago | | | 4 | 0.0099328997 | |
| 18564645 | a year ago | | | 0 | 0.0016930677 | |
| 18564568 | a year ago | | | 5 | 0.010794041 | |
| 18562050 | a year ago | | | 0 | 0.00089923181 | |
| 18562042 | a year ago | | | 0 | 0.00090806195 | |
| 18562035 | a year ago | | | 0 | 0.00091919297 | |
| 18384648 | a year ago | | | 0 | 0.00034991720 |
ABI
ABI objects
Getter at block 21312220
This contract contains no getter function objects.
Read-only
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)
isBlacklisted(address user) view returns (bool)
State-modifying
Events blacklist(address user)
claimInterestForDeposit(uint256 lockupPeriod)
deposit(uint256 lockupPeriod, address referral) payable
transferAllFunds()
unblacklist(address user)
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.