RavenFundStakingV2
Verified contract
Active on
Ethereum with 1,009 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x43af…70fa
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAVEN | ERC-20 | 102.700657K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18431007 | a year ago | | | 0 | 0.0023440453 | |
| 18375954 | a year ago | | | 0 | 0.00068929357 | |
| 18324219 | a year ago | | | 0 | 0.00089094914 | |
| 18307769 | a year ago | | | 0 | 0.00058475853 | |
| 18305203 | a year ago | | | 0 | 0.00049683420 | |
| 18287751 | a year ago | | | 0 | 0.00074793877 | |
| 18284777 | a year ago | | | 0 | 0.0016629811 | |
| 18275021 | a year ago | | | 0 | 0.00068180159 | |
| 18263771 | a year ago | | | 0 | 0.0018824820 | |
| 18259570 | a year ago | | | 0 | 0.00059605463 |
ABI
ABI objects
Getter at block 21216691 getStakersArray() view returns (address[])
activateConsolidate() view returns (bool)
true
activateRestore() view returns (bool)
false
activateSendTeam() view returns (bool)
true
claimInterval() view returns (uint256)
3600
consolidatedFunds() view returns (uint256)
0
enableClaim() view returns (bool)
false
enableStake() view returns (bool)
false
getFundDepositsArray() view returns (struct RavenFundStakingV2Funds[])
[]
getTotalAvailableRewards() view returns (uint256)
0
malusNoSubscription() view returns (uint256)
70
maxStakeAmount() view returns (uint256)
0
minClaimAmount() view returns (uint256)
15000000000000000000000
owner() view returns (address)
0xb0cbe625812a227870fd0ddef6a1723ea70720f6
ravenFundStakingOldAddress() view returns (address)
0x0000000000000000000000000000000000000000
ravenFundStakingV1() view returns (address)
0xeb94e7cd446a15dcab9c5d04dc5bb805e528dcbb
rewardResetInterval() view returns (uint256)
1296000
rewardsProvider() view returns (address)
0xd7cd7131a6e558bc71ec4e3ae39074d6cb0882c6
stakeWaitTime() view returns (uint256)
43200
stakingToken() view returns (address)
0x43af0944b34ad466dcea7fc8f77aafc6a4ec70fa
teamWallet() view returns (address)
0x8892c1843e632b9649e0cc8ad09e26c0198f7e30
timeElapsedFactor() view returns (uint256)
604800
totalDistributed() view returns (uint256)
17104960575896657681
totalStakedAmount() view returns (uint256)
102700656664848130460000
Read-only
canClaim(address stakerAddress) view returns (bool)
canRestore(address stakerAddress) view returns (bool)
fundDeposits(uint256) view returns (uint256 amount, uint256 depositTime)
lockSubNFT(uint256) view returns (address instance, address nft)
ownsActiveNFT(address _user) view returns (bool)
ownsActiveNFTList(address _user) view returns (address[])
previewStakerRewards(address stakerAddress) view returns (uint256)
reasonClaim(address stakerAddress) view returns (string)
stakerAddresses(uint256) view returns (address)
stakers(address) view returns (uint256 amountStaked, uint256 lastStakeTime, uint256 lastClaimTime, uint256 rewardsEarned, uint256 rewardsClaimed, uint256 lastRewardUpdateTime, uint256 keyArray, bool restoring)
State-modifying
Events claim()
cleanFundDeposits()
cleanLockers()
depositETH() payable
enableContract(bool _c, bool _s)
restoreFundDeposit(uint256 amount, uint256 ts)
restoreStep1()
restoreStep2()
setActivateConsolidate(bool _c)
setActivateRestore(bool _r)
setActivateSendTeam(bool _a)
setClaimInterval(uint256 _interval)
setConsolidatedFunds(uint256 _c)
setMalusNoSubscription(uint256 _malus)
setMaxStakeAmount(uint256 _amount)
setMinClaimAmount(uint256 _amount)
setOwner(address _owner)
setRewardResetInterval(uint256 _reset)
setRewardsProvider(address _provider)
setStakeWaitTime(uint256 _time)
setStaker(address s, uint256 amount, uint256 ls, uint256 lc, uint256 re, uint256 rc, uint256 lr, bool r)
setSubscriptionLockers(address[] _lockers)
setTimeElapsedFactor(uint256 _time)
setTotalDistributed(uint256 _t)
setTotalStakedAmount(uint256 _amount)
stake(uint256 amount)
withdraw(uint256 amount)
withdrawFunds()
This contract contains no event objects.
constructor(address _stakingToken, address _rewardsProvider, address _teamWallet)
receive()
This contract contains no error objects.