SingleStakingRewardsBase
Verified contract
Active on
Base with 12,468 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b8f…ef03
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
oCOIN | ERC-20 | 3.780122M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 106.07784 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749704 | 2 hours ago | | | 0 | 0.0000032327712 | |
| 22747990 | 3 hours ago | | | 0 | 0.0000034692699 | |
| 22744607 | 5 hours ago | | | 0 | 5.9557913e-7 | |
| 22742565 | 6 hours ago | | | 0 | 9.9745517e-7 | |
| 22742541 | 6 hours ago | | | 0 | 0.0000018118670 | |
| 22736669 | 9 hours ago | | | 0 | 0.0000012031102 | |
| 22735630 | 10 hours ago | | | 0 | 0.000013721645 | |
| 22735617 | 10 hours ago | | | 0 | 0.000025764218 | |
| 22732460 | 11 hours ago | | | 0 | 0.000026468486 | |
| 22732179 | 12 hours ago | | | 0 | 0.000013174509 |
ABI
ABI objects
Getter at block 22753089
burnFee() view returns (uint256)
200
burnFeeEnabled() view returns (bool)
true
depositFee() view returns (uint256)
0
farmStartTime() view returns (uint256)
1714737600
lastUpdateTime() view returns (uint256)
1732288755
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
ownerFee() view returns (uint256)
200
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
3402649592534986410
rewardPerTokenStored() view returns (uint256)
3402546736681163549
rewardRate() view returns (uint256)
57430972388955582
stakingToken() view returns (address)
0x5b8f638330d7d6bd9d43811fe702f6894e97ef03
taxWallet() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
3780122070084955558754907
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()
setBurnFee(uint256 _fee)
setBurnFeeEnabled(bool _status)
setDepositFee(uint256 _fee)
setMasterChef(address _masterChef)
setOwnerFeeFromRewardRate(uint256 _fee)
setRewardRate(uint256 _rewardRate)
stake(uint256 amount)
stakeWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
withdraw(uint256 amount)
RewardAdded(uint256 reward, uint256 periodFinish)
RewardPaid(address indexed user, uint256 reward, uint256 rewardType)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _masterChef, address _taxWallet, address _stakingToken, uint256 _rewardRate, uint256 _farmStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.