StakingRewards
Verified contract
Active on
Base with 16,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe85d…b9db
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000629 |
$0 | |
UNI-V2 | ERC-20 | 3.724744K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 106.486229 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22933289 | 21 minutes ago | | | 0 | 0.0000019901715 | |
| 22930913 | 2 hours ago | | | 0 | 0.0000020123533 | |
| 22930562 | 2 hours ago | | | 0 | 0.0000050979895 | |
| 22927564 | 4 hours ago | | | 0 | 0.0000053423596 | |
| 22927426 | 4 hours ago | | | 0 | 0.0000021277494 | |
| 22923780 | 6 hours ago | | | 0 | 0.0000058473806 | |
| 22923754 | 6 hours ago | | | 0 | 0.0000047349498 | |
| 22923647 | 6 hours ago | | | 0 | 0.0000021519002 | |
| 22923642 | 6 hours ago | | | 0 | 0.0000054123601 | |
| 22913669 | 11 hours ago | | | 0 | 0.0000053486409 |
ABI
ABI objects
Getter at block 22933901
depositFee() view returns (uint256)
100
farmStartTime() view returns (uint256)
1715011200
lastUpdateTime() view returns (uint256)
1732655925
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
ownerFee() view returns (uint256)
200
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
2945471964218238465477
rewardPerTokenStored() view returns (uint256)
2945207716614572282476
rewardRate() view returns (uint256)
804129651860744297
rewardsToken() view returns (address)
0x0000000000000000000000000000000000000000
stakingToken() view returns (address)
0xe85d5a74756cacb4b2e066abca8971136c10b9db
taxWallet() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
3724744066632800596977
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()
setMasterChef(address _masterChef)
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.