FeiStakingRewards
Verified contract
Active on
Ethereum with 22,333 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc728…212b
0x9928…590a
Balances ($104,080.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRIBE | ERC-20 | 199.686108K | $0.520266 |
$103,889.89 | |
USDT | ERC-20 | 190.466983 | $1.00 |
$190.47 | |
UNI-V2 | ERC-20 | 348.018237K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20225480 | 5 months ago | | | 0 | 0.0013446910 | |
| 19907026 | 6 months ago | | | 0 | 0.00076327437 | |
| 19876619 | 6 months ago | | | 0 | 0.0015284006 | |
| 19244458 | 9 months ago | | | 0 | 0.0013489645 | |
| 19244452 | 9 months ago | | | 0 | 0.0012820512 | |
| 17705571 | a year ago | | | 0 | 0.0017259081 | |
| 17694872 | a year ago | | | 0 | 0.0069052700 | |
| 17607328 | a year ago | | | 0 | 0.0020752276 | |
| 17595710 | a year ago | | | 0 | 0.0020727292 | |
| 17388243 | a year ago | | | 0 | 0.0058997558 |
ABI
ABI objects
Getter at block 21299549
getRewardForDuration() view returns (uint256)
3044762879755075159363200
lastTimeRewardApplicable() view returns (uint256)
1630956402
lastUpdateTime() view returns (uint256)
1630956402
periodFinish() view returns (uint256)
1630956402
rewardPerToken() view returns (uint256)
643395070764393088
rewardPerTokenStored() view returns (uint256)
643395070764393088
rewardRate() view returns (uint256)
5034330158325190409
rewardsDistribution() view returns (address)
0xef1a94af192a88859eaf3f3d8c1b9705542174c5
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xc7283b66eb1eb5fb86327f08e1b5816b0720212b
stakingToken() view returns (address)
0x9928e4046d7c6513326ccea028cd3e7a91c7590a
totalSupply() view returns (uint256)
348018236532079015567313
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)
recoverERC20(address tokenAddress, address to, uint256 tokenAmount)
stake(uint256 amount)
withdraw(uint256 amount)
Recovered(address indexed tokenAddress, address indexed to, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _distributor, address _tribe, address _pair, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.