StakingContract

Verified contract

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

No balances found for "StakingContract"

0x6cebd4d316f1587c54069c572205bef0c1c7874dae83c645302dbfa187dfeeb3
0x810c8f53b37390eac8af2d4b363e3ac634fb6a136fac1be4036a28267b30162d
0xf7a26d82a06bad4b2b79741c2e33dc37d0e5d226ce629903cd5fbfb84d2c75de
0x583509331b333e82d9867884ea04b52b5fe773d4fdaa5df7c44a83565a412142
0x54b934800f3bd0a8fa6dd17168e35c79f58d550c3154a87b601c3482d55d5b7c
0x8d50d951fbee719bb944e98b95e0cc4bc0cc75c159df62f6ce118a0567ecdb01
0x32232dfad67544cd33f21b92a285202aee99deedc76e7194bbd2bac4d466912b
0x3c4b34552be34b44e036738c169c4becafa4430e451dc12c2e902c4f7be0d4d6
0x2bfbcdfcdd140b27843719aa145d5a197be0e957f1e4359d4cb45af3fc91a7e0
0x4962b42659b3f65ee71d8da94bf9eef42affc02494272bd73d66ae176be9cb93

Functions
Getter at block 21312220

This contract contains no getter function objects.

Read-only
calculateInterest(address useruint256 depositIndexview returns (uint256)
getBalance(address userview returns (uint256)
getDepositInfo(address userview returns (uint256[] depositIndicesuint256[] unlockTimesuint256[] stakedAmountsuint256[] lockupPeriods)
getDepositStatus(address useruint256 lockupPeriodview returns (uint256[] depositIndicesuint256[] remainingTimesuint256[] interestsCollecteduint256[] interestsNotCollecteduint256[] nextInterestClaims)
getInterestRate(address userview returns (uint256)
getLastClaimTime(address userview returns (uint256)
getLockupPeriod(address userview returns (uint256)
getNumberOfDeposits(address userview returns (uint256)
getReferral(address userview returns (address)
getRemainingAmount(address userview returns (uint256)
getTotalWithdrawnAmount(address useruint256 lockupPeriodview returns (uint256)
isBlacklisted(address userview returns (bool)
State-modifying
blacklist(address user
claimInterestForDeposit(uint256 lockupPeriod
deposit(uint256 lockupPeriodaddress referralpayable 
transferAllFunds(
unblacklist(address user
withdraw(uint256 depositIndex
Events
Blacklisted(address indexed user
Deposit(address indexed useruint256 amountuint256 lockupPeriod
InterestClaimed(address indexed useruint256 amount
Unblacklisted(address indexed user
Withdraw(address indexed useruint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.