StakingRewards
Verified contract
Active on
Base with 925 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7fe2…259d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001632 |
$0 | |
UNI-V2 | ERC-20 | 0.000012 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675729 | a month ago | | | 0 | 3.7198122e-7 | |
| 20675697 | a month ago | | | 0 | 0.0000011687512 | |
| 14324740 | 6 months ago | | | 0 | 0.0000052916485 | |
| 14324734 | 6 months ago | | | 0 | 0.000014446561 | |
| 14115963 | 6 months ago | | | 0 | 1.1815260e-7 | |
| 13418155 | 6 months ago | | | 0 | 0.000029754371 | |
| 13152303 | 7 months ago | | | 0 | 0.0000010154687 | |
| 11717567 | 8 months ago | | | 0 | 0.000000000282964095 | |
| 8444274 | 10 months ago | | | 0 | 0.000000002982662874 | |
| 7959836 | a year ago | | | 0 | 0.000000001752796584 |
ABI
ABI objects
Getter at block 21815572
depositFee() view returns (uint256)
100
farmStartTime() view returns (uint256)
1690839000
lastUpdateTime() view returns (uint256)
1728140805
masterChef() view returns (address)
0x1b732f612cd5f7d4b4bb514065170b84ea3c2b39
ownerFee() view returns (uint256)
200
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
8730726122458771803154733366506
rewardPerTokenStored() view returns (uint256)
8730726122458771803154733366506
rewardRate() view returns (uint256)
0
rewardsToken() view returns (address)
0x0000000000000000000000000000000000000000
stakingToken() view returns (address)
0x7fe24b9b12965b860178758ac445242a727b259d
taxWallet() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
totalSupply() view returns (uint256)
11632633070378
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.