ForTubeUniswapRewards
Verified contract
Active on
Ethereum with 134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1fcd…672f
Balances ($0.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 64.47605 | $0.00241 |
$0.16 | |
UNI-V2 | ERC-20 | 0.946 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10970768 | 4 years ago | | | 0 | 0.011207342 | |
| 10936058 | 4 years ago | | | 0 | 0.0039140731 | |
| 10935783 | 4 years ago | | | 0 | 0.0030955711 | |
| 10935036 | 4 years ago | | | 0 | 0.0060639681 | |
| 10932948 | 4 years ago | | | 0 | 0.0084523922 | |
| 10932791 | 4 years ago | | | 0 | 0.011434560 | |
| 10932759 | 4 years ago | | | 0 | 0.015606144 | |
| 10932082 | 4 years ago | | | 0 | 0.0053723400 | |
| 10921262 | 4 years ago | | | 0 | 0.018862480 | |
| 10921229 | 4 years ago | | | 0 | 0.016051680 |
ABI
ABI objects
Getter at block 21312334
DURATION() view returns (uint256)
2592000
REWARD() view returns (uint256)
1000000000000000000000000
_for() view returns (address)
0x1fcdce58959f536621d76f5b7ffb955baa5a672f
init_rewards_length() view returns (uint256)
0
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1600401600
lastUpdateTime() view returns (uint256)
1600401600
owner() view returns (address)
0x00ad504d2c02e0ddbf660bc35926712d0f0fea9e
periodFinish() view returns (uint256)
1600401600
rewardPerToken() view returns (uint256)
19862066446096274245
rewardPerTokenStored() view returns (uint256)
19862066446096274245
rewardRate() view returns (uint256)
385802469135802469
starttime() view returns (uint256)
1597809600
totalSupply() view returns (uint256)
946000000000000000
y() view returns (address)
0x2cf7a2a639d9b27be53f8c93ab6ae8b90f1a9591
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
init_rewards(uint256) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events claimTokens()
exit()
getReward()
notifyRewardAmount(uint256 reward)
notifyRewardAmountAndDuration(uint256 reward, uint256 duration)
renounceOwnership()
setDuration(uint256 _duration)
setForToken(address _forToken)
setRewardDistribution(address _rewardDistribution)
setStarttime(uint256 _starttime)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
ClaimedTokens(address token, address owner, uint256 balance)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.