Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd5de…41c5
0xd5de…41c5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIBONE | ERC-20 | 2.554304T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17748793 | a year ago | | | 0 | 0.0044531226 | |
| 17748749 | a year ago | | | 0 | 0.0054187164 | |
| 17292471 | 2 years ago | | | 0 | 0.011434265 | |
| 17292468 | 2 years ago | | | 0 | 0.012111959 | |
| 17075233 | 2 years ago | | | 0 | 0.019396171 | |
| 17011651 | 2 years ago | | | 0 | 0.0051747085 | |
| 16970282 | 2 years ago | | | 0 | 0.0038267922 | |
| 16956003 | 2 years ago | | | 0 | 0.0058680077 | |
| 16947460 | 2 years ago | | | 0 | 0.0070152720 | |
| 16934432 | 2 years ago | | | 0 | 0.012111503 |
ABI
ABI objects
Getter at block 21314980
getRewardForDuration() view returns (uint256)
3258273318099264000
lastTimeRewardApplicable() view returns (uint256)
1680381203
lastUpdateTime() view returns (uint256)
1680381203
owner() view returns (address)
0x2815c14e408686189f1cb4ffb87709edaa27bca4
paused() view returns (bool)
false
periodFinish() view returns (uint256)
1680381203
rewardPerToken() view returns (uint256)
13580919
rewardPerTokenStored() view returns (uint256)
13580919
rewardRate() view returns (uint256)
1257049891242
rewardsDuration() view returns (uint256)
2592000
rewardsToken() view returns (address)
0xd5de579f8324e3625bdc5e8c6f3db248614a41c5
stakingToken() view returns (address)
0xd5de579f8324e3625bdc5e8c6f3db248614a41c5
stakingTokensDecimalRate() view returns (uint256)
100000000
totalSupply() view returns (uint256)
220777694438267987572
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
pow(uint256 n, uint256 e) pure returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
setRewardsDuration(uint256 _rewardsDuration)
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken, uint256 _rewardsDuration, uint256 _stakingTokensDecimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.