StakingRewards
Verified contract
Active on
Base with 1,378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,313.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROCKY | ERC-20 | 2.204204M | $0.000596 |
$1,313.33 | |
RIKY | ERC-20 | 500.99 | $0.000085 |
$0.04 | |
BENTO | ERC-20 | 888.888K | $0.00 |
$0.02 | |
OKAYEG | ERC-20 | 1.26207K | $0.000008 |
$0.01 | |
kurbi | ERC-20 | 2 | $0.000734 |
$0 | |
USA | ERC-20 | 1 | $0.000705 |
$0 | |
BETS | ERC-20 | 4.2 | $0.000087 |
$0 | |
BANANAS | ERC-20 | 7.99995 | $0.000034 |
$0 | |
FRANK | ERC-20 | 4.2069 | $0.000046 |
$0 | |
BLOOM | ERC-20 | 4.2069 | $0.000046 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21820615 | 7 days ago | | | 0 | 0.0000010478970 | |
| 20135116 | 2 months ago | | | 0 | 4.2680969e-7 | |
| 17757959 | 3 months ago | | | 0 | 6.4131452e-7 | |
| 17757946 | 3 months ago | | | 0 | 6.8778327e-7 | |
| 17757922 | 3 months ago | | | 0 | 6.3814662e-7 | |
| 17286323 | 4 months ago | | | 0 | 5.7148258e-7 | |
| 17286313 | 4 months ago | | | 0 | 8.2660924e-7 | |
| 17284805 | 4 months ago | | | 0 | 7.4047993e-7 | |
| 17051674 | 4 months ago | | | 0 | 5.5940209e-7 | |
| 17051663 | 4 months ago | | | 0 | 0.000000809247428514 |
ABI
ABI objects
Getter at block 22143703
duration() view returns (uint256)
331121
finishAt() view returns (uint256)
1715461442
getRewardForDuration() view returns (uint256)
49999999999999999863984
lastTimeRewardApplicable() view returns (uint256)
1715461442
owner() view returns (address)
0x676874ba52963eb763969668582f2d5698f34f28
rewardPerToken() view returns (uint256)
2865141978459449
rewardPerTokenStored() view returns (uint256)
2865141978459449
rewardRate() view returns (uint256)
151002201612099504
rewardsToken() view returns (address)
0x3636a7734b669ce352e97780df361ce1f809c58c
stakingToken() view returns (address)
0x3636a7734b669ce352e97780df361ce1f809c58c
totalSupply() view returns (uint256)
2197245249125126232256433
updatedAt() view returns (uint256)
1715461442
Read-only
balanceOf(address) 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 _amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDuration(uint256 _duration)
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _stakingToken, address _rewardToken, uint256 _duration)
This contract contains no fallback and receive objects.
UnsuccessfulFetchOfTokenBalance()