StakingRewards
Verified contract
Active on
Ethereum with 728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xabe5…e6be
0xf39f…4b31
0xc2ed…88cd
-
variable spans 3 additional slots
Balances ($328.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 148.120235 | $2.22 |
$328.83 | |
XFT | ERC-20 | 0.925293 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19405020 | 9 months ago | | | 0 | 0.010311286 | |
| 18708047 | a year ago | | | 0 | 0.0066359548 | |
| 18699335 | a year ago | | | 0 | 0.0017237180 | |
| 18694037 | a year ago | | | 0 | 0.0097513205 | |
| 18648355 | a year ago | | | 0 | 0.0025607060 | |
| 18648355 | a year ago | | | 0 | 0.0044259740 | |
| 17651487 | a year ago | | | 0 | 0.0023607355 | |
| 17651435 | a year ago | | | 0 | 0.0029337687 | |
| 17449463 | 2 years ago | | | 0 | 0.0031296162 | |
| 17067893 | 2 years ago | | | 0 | 0.0064709150 |
ABI
ABI objects
Getter at block 21400616
PID() view returns (uint256)
149
getRewardForDuration() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
1704119531
lastUpdateTime() view returns (uint256)
1704119531
masterChef() view returns (address)
0xc2edad668740f1aa35e4d8f227fb8e17dca888cd
owner() view returns (address)
0xe9a61622023066ca78c91187ec1416b1365fe7fb
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1704119531
poolInfo() view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
(lpToken=0xf39ff863730268c9bb867b3a69d031d1c1614b31, allocPoint=0, lastRewardBlock=19405020, accSushiPerShare=1870649685503)
rewardPerToken() view returns (uint256)
564307702288045557327
rewardPerTokenStored() view returns (uint256)
564307702288045557327
rewardRate() view returns (uint256)
0
rewardsDuration() view returns (uint256)
2592000
rewardsTokenSUSHI() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
rewardsTokenXFT() view returns (address)
0xabe580e7ee158da464b51ee1a83ac0289622e6be
stakingToken() view returns (address)
0xf39ff863730268c9bb867b3a69d031d1c1614b31
totalStaked() view returns (uint256)
129019765115304384677
Read-only
balanceOf(address _account) view returns (uint256)
earnedSushi(address _account) view returns (uint256)
earnedXFT(address _account) view returns (uint256)
rewardsSUSHI(address) view returns (uint256)
rewardsXFT(address) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 _reward)
pause()
renounceOwnership()
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
updatePeriodFinish(uint256 _timestamp)
withdraw(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RewardAdded(uint256 reward)
SUSHIRewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
XFTRewardPaid(address indexed user, uint256 reward)
constructor(address _rewardsTokenXFT, address _rewardsTokenSUSHI, address _stakingToken, address _masterChef, uint256 _pid)
This contract contains no fallback and receive objects.
This contract contains no error objects.