stakingManagerV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "stakingManagerV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "stakingManagerV3"
ABI
ABI objects
Getter at block 20791852
claimStart() view returns (uint256)
0
endBlock() view returns (uint256)
0
harvestLock() view returns (bool)
false
lockedTime() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
presaleContract() view returns (address)
0x0000000000000000000000000000000000000000
rewardTokensPerBlock() view returns (uint256)
0
stakeToken() view returns (address)
0x0000000000000000000000000000000000000000
tokensStaked() view returns (uint256)
0
tokensStakedByPresale() view returns (uint256)
0
Read-only
getRewards(address _user) view returns (uint256)
isBlacklisted(address) view returns (bool)
poolStakers(address) view returns (uint256 amount, uint256 stakedTime, uint256 lastUpdatedBlock, uint256 Harvestedrewards, uint256 rewardDebt)
userLockedRewards(address) view returns (uint256)
State-modifying
Events __stakingManager_init(address _rewardTokenAddress, address _presale, uint256 _rewardTokensPerBlock, uint256 _lockTime, uint256 _endBlock)
blacklistUsers(address[] _usersToBlacklist)
deposit(uint256 _amount)
depositByPresale(address _user, uint256 _amount)
harvestRewards()
removeFromBlacklist(address[] _userToRemoveFromBlacklist)
renounceOwnership()
setClaimStart(uint256 _claimStart)
setEndBlock(uint256 _endBlock)
setHarvestLock(bool _harvestlock)
setLockedTime(uint256 _time)
setPresale(address _presale)
setStakeToken(address _stakeToken)
transferOwnership(address newOwner)
withdraw()
withdrawToken(uint256 _amount)
Deposit(address indexed user, uint256 amount)
HarvestRewards(address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.