StakePool
Verified contract
Active on
Ethereum with 306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0508…e21b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIQ | ERC-20 | 60.426959 | -- | -- | |
BPT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10627864 | 4 years ago | | | 0 | 0.011185760 | |
| 10625559 | 4 years ago | | | 0 | 0.010360226 | |
| 10623240 | 4 years ago | | | 0 | 0.0074105660 | |
| 10623207 | 4 years ago | | | 0 | 0.0074105660 | |
| 10623071 | 4 years ago | | | 0 | 0.0069911000 | |
| 10622896 | 4 years ago | | | 0 | 0.0077411000 | |
| 10619451 | 4 years ago | | | 0 | 0.0082055660 | |
| 10618788 | 4 years ago | | | 0 | 0.0078637860 | |
| 10618372 | 4 years ago | | | 0 | 0.0075503880 | |
| 10617511 | 4 years ago | | | 0 | 0.0063477020 |
ABI
ABI objects
Getter at block 21395106
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1596852038
lastUpdateTime() view returns (uint256)
1596852038
owner() view returns (address)
0xfc92a2e35ff6be5614c66bc9d3a400c18d6f6e3a
periodFinish() view returns (uint256)
1596852038
rewardPerToken() view returns (uint256)
584335028583994284
rewardPerTokenStored() view returns (uint256)
584335028583994284
rewardRate() view returns (uint256)
1653439153439153439
rewardToken() view returns (address)
0x0508331c4883dc6a0ffc4e0b239a38a68787e21b
stakeToken() view returns (address)
0x57755f7dec33320bca83159c26e93751bfd30fbe
totalSupply() view returns (uint256)
100000000000000
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.