SingleStakingRewardsBase
Verified contract
Active on
Base with 2,105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef94…6e82
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001597 |
$0 | |
xBASE | ERC-20 | 20.896771B | -- | -- | |
OHNO | ERC-20 | 3.941176 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21824881 | an hour ago | | | 0 | 4.6409771e-7 | |
| 21801181 | 14 hours ago | | | 0 | 5.8876912e-7 | |
| 21780712 | a day ago | | | 0 | 9.4782779e-7 | |
| 21776368 | a day ago | | | 0 | 0.0000011202291 | |
| 21776303 | a day ago | | | 0 | 5.9477390e-7 | |
| 21763220 | a day ago | | | 0 | 0.0000014089435 | |
| 21763059 | a day ago | | | 0 | 6.7248065e-7 | |
| 21623631 | 5 days ago | | | 0 | 0.0000013175648 | |
| 21582593 | 6 days ago | | | 0 | 0.0000011359466 | |
| 21577486 | 6 days ago | | | 0 | 0.0000011990901 |
ABI
ABI objects
Getter at block 21826888
burnFee() view returns (uint256)
200
burnFeeEnabled() view returns (bool)
true
depositFee() view returns (uint256)
0
farmStartTime() view returns (uint256)
1715017500
lastUpdateTime() view returns (uint256)
1730439109
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
ownerFee() view returns (uint256)
200
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
5328827847472
rewardPerTokenStored() view returns (uint256)
5325525702018
rewardRate() view returns (uint256)
17190876350540216
stakingToken() view returns (address)
0xef94c12ba5bb2bf56e19babfa56880487fea6e82
taxWallet() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
20896771091876813430645268430
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.