SporesStaking
Verified contract
Active on
Ethereum with 934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6fcc…17a7
0xcbe7…cc4e
Balances ($92.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPO | ERC-20 | 235.195605K | $0.000392 |
$92.13 | |
UNI-V2 | ERC-20 | 3.254867K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18379768 | a year ago | | | 0 | 0.00071833547 | |
| 18379746 | a year ago | | | 0 | 0.00079753987 | |
| 18379743 | a year ago | | | 0 | 0.00068138312 | |
| 17774810 | a year ago | | | 0 | 0.0022689642 | |
| 16931722 | 2 years ago | | | 0 | 0.0033593728 | |
| 15735864 | 2 years ago | | | 0 | 0.0013198479 | |
| 15357417 | 2 years ago | | | 0 | 0.00065580054 | |
| 15357411 | 2 years ago | | | 0 | 0.00058755643 | |
| 15313993 | 2 years ago | | | 0 | 0.0013217333 | |
| 15313987 | 2 years ago | | | 0 | 0.0016016984 |
ABI
ABI objects
Getter at block 21197602
DURATION() view returns (uint256)
2592000
lastTimeRewardApplicable() view returns (uint256)
1634618343
lastUpdateTime() view returns (uint256)
1634618343
owner() view returns (address)
0x620f77d75ab71bd19ae700386405315fa339dfd3
periodFinish() view returns (uint256)
1634618343
rewardDistribution() view returns (address)
0x620f77d75ab71bd19ae700386405315fa339dfd3
rewardPerToken() view returns (uint256)
88594189921731210337
rewardPerTokenStored() view returns (uint256)
88594189921731210337
rewardRate() view returns (uint256)
385802469135802469
rewardToken() view returns (address)
0xcbe771323587ea16dacb6016e269d7f08a7acc4e
stakeToken() view returns (address)
0x6fcc7db7acbc3e9dde3ee7d96cb61fc9c0ca17a7
totalSupply() view returns (uint256)
3254866697945412281407
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()
notifyRewardAmount(uint256 reward)
recoverExcessToken(address token, uint256 amount)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverToken(address indexed token, uint256 indexed amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount)
constructor(address _stakeToken, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.