StakePool

Verified contract

Active on Ethereum with 1,685 txns
Deployed by via 0xe88f543e at 13132372
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,669,218.55
0xf4c8b6fb1c1198d6dc917018a391efb7033b01fa8edb6e76be27ad3dc3483fd4
0x3a511285dc73011c0702558af2210d268f0b58db42edc6ebe1c406c8c781c69d
0x674220020608ad38b9257582a031bb89f42d2076e51baf6a83c2aa42951e40f3
0x2c777ec114a096eb6a5e9c544998766ecdff7bd347f41db64f7a03f1ffdf5da7
0x56c0386a3e8a81d9e4939be4a527e642ab00a9661bd0fcb31d5f31af9596f7b0
0xb56a3b47ff0d9b4ef5c22cd3f031402855bc6a717051e88fae5e578cf7aa110f
0xd9786d081219a7d1138485d305d03c5dcc688444c220eb3d5e30276ea0dfc5e5
0x8a4452b767677422aa70f40ea7ed9870f13fcc91df518381fa7461a7c0929a3f
0x702d5f7e55ad5fee3a6a8073ecd92950eb56eb1439c1903420c2bac7ef6c260e
0x6de3a06aac88d0de9f7d473f3c2d0031276a50332cb7391e9402296f2ad058fa

Functions
Getter at block 20902389
SAFE_MULTIPLIER(view returns (uint256)
1000000000000000000
currentRewardsPerStakedToken(view returns (uint256)
639822668201826113
owner(view returns (address)
0xdc817f0977430c97d082d48fb85fcc2b2265f53c
paused(view returns (bool)
false
relockTime(view returns (uint256)
2880
rewardsDistributionRate(view returns (uint256)
900000000000000000
rewardsManager(view returns (address)
0x66bebc3c950245f05cd1e393a55cee56cb99b245
rewardsToken(view returns (address)
0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0
stakedToken(view returns (address)
0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0
totalStaked(view returns (uint256)
14641900997898658804055026
unlockTime(view returns (uint256)
14400
Read-only
balanceOf(address _accountview returns (uint256)
rewardsEarned(address _accountview returns (uint256)
userInfo(addressview returns (uint256 stakedAmountuint256 rewardsDebtuint256 rewardsAccrueduint256 rewardsRedeemeduint256 unlockTimeuint256 relockTime)
State-modifying
activateUnlockTime(
exit(
redeemRewards(
renounceOwnership(
stake(uint256 _amount
transferOwnership(address newOwner
updateRelockTime(uint256 _minutes
updateRewardsDistributionRate(uint256 _rate
updateUnlockTime(uint256 _minutes
withdraw(uint256 _amount
Events
ActivateUnlock(address indexed user
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RewardRedeemed(address indexed useruint256 reward
Staked(address indexed useruint256 amount
Unpaused(address account
Withdrawn(address indexed useruint256 amount
Constructor
constructor(address _stakedTokenaddress _rewardsTokenaddress _rewardsManageruint256 _rewardsDistributionRateuint256 _unlockTimeuint256 _relockTime
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.