ModifiedUnipool
Verified contract
Active on
Ethereum with 733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PNT | ERC-20 | 1.529059K | $0.004809 |
$7.35 | |
UNI-V2 | ERC-20 | 4.573762 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15442754 | 2 years ago | | | 0 | 0.00053086000 | |
| 15259478 | 2 years ago | | | 0 | 0.00083597400 | |
| 14868621 | 2 years ago | | | 0 | 0.00066357500 | |
| 14859265 | 2 years ago | | | 0 | 0.0013099010 | |
| 14598204 | 3 years ago | | | 0 | 0.0016894540 | |
| 14477314 | 3 years ago | | | 0 | 0.0024042230 | |
| 14442239 | 3 years ago | | | 0 | 0.0012539610 | |
| 14230056 | 3 years ago | | | 0 | 0.0051840850 | |
| 14209949 | 3 years ago | | | 0 | 0.0024793450 | |
| 14209934 | 3 years ago | | | 0 | 0.0024793450 |
ABI
ABI objects
Getter at block 21210848
DURATION() view returns (uint256)
604800
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1625294701
lastUpdateTime() view returns (uint256)
1625294701
owner() view returns (address)
0x6538392c2607e704535cf745e8885302baa71f07
periodFinish() view returns (uint256)
1625294701
rewardDistribution() view returns (address)
0x6538392c2607e704535cf745e8885302baa71f07
rewardPerToken() view returns (uint256)
1035062419223880431172
rewardPerTokenStored() view returns (uint256)
1035062419223880431172
rewardRate() view returns (uint256)
24801587301587301
rewardToken() view returns (address)
0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed
totalSupply() view returns (uint256)
4253387338990964871
uniV2() view returns (address)
0x8b56a00cc3d30ccc3a258c7dceaf72b5bae5d3eb
Read-only
allowance(address _owner, address _spender) view returns (uint256)
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 approve(address _user, uint256 _amount)
exit()
getReward()
getReward(address _user)
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
stakeFor(address _user, uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawFrom(address _user, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
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 _uniV2)
This contract contains no fallback and receive objects.
This contract contains no error objects.