StackPoolTwo
Verified contract
Active on
Ethereum with 7,417 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1bbb…b604
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 5.398047K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15623960 | 2 years ago | | | 0 | 0.00068942069 | |
| 15360894 | 2 years ago | | | 0 | 0.0010209579 | |
| 15031967 | 2 years ago | | | 0 | 0.0020058456 | |
| 14995167 | 2 years ago | | | 0 | 0.00068130177 | |
| 14995167 | 2 years ago | | | 0 | 0.0015065525 | |
| 14990475 | 2 years ago | | | 0 | 0.0015967966 | |
| 14723260 | 3 years ago | | | 0 | 0.0027130122 | |
| 14664197 | 3 years ago | | | 0 | 0.0023314723 | |
| 14533267 | 3 years ago | | | 0 | 0.0072304570 | |
| 14531209 | 3 years ago | | | 0 | 0.0032511404 |
ABI
ABI objects
Getter at block 21158312
lastTimeRewardApplicable() view returns (uint64)
1649194071
lastUpdateTime() view returns (uint64)
1649194071
owner() view returns (address)
0x9202d380502788ee82ae5a13cceae6d6b6515e77
periodFinish() view returns (uint64)
1649194071
rewardPerToken() view returns (uint128)
1632506350524177795533
rewardPerTokenStored() view returns (uint128)
1632506350524177795533
rewardRate() view returns (uint256)
0
rewardToken() view returns (address)
0x1bbb57def2f6192f0b9b8565f49034bf1fcdb604
stakedToken() view returns (address)
0x617f89f8e87151e07d975bed788d31466aed5b97
totalSupply() view returns (uint256)
5398046761954947060831
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint128)
userRewards(address) view returns (uint128 userRewardPerTokenPaid, uint128 rewards)
State-modifying
Events exit()
getReward()
renounceOwnership()
setRewardParams(uint128 reward, uint64 duration)
stake(uint128 amount) payable
stakeFor(address forWhom, uint128 amount) payable
transferOwnership(address newOwner)
withdraw(uint128 amount)
withdrawReward()
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)
constructor(address _rewardToken, address _stakedToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.