SimpleStaking
Verified contract
Active on
Ethereum with 1,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7778…396b
0x7778…396b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OOE | ERC-20 | 178.399704 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19860897 | 6 months ago | | | 0 | 0.00020620259 | |
| 19735565 | 7 months ago | | | 0 | 0.00023449500 | |
| 19735565 | 7 months ago | | | 0 | 0.00023449500 | |
| 19735565 | 7 months ago | | | 0 | 0.00025831500 | |
| 19735542 | 7 months ago | | | 0 | 0.00027463000 | |
| 19735542 | 7 months ago | | | 0 | 0.00027469000 | |
| 19735542 | 7 months ago | | | 0 | 0.00027469000 | |
| 19735453 | 7 months ago | | | 0 | 0.00027469000 | |
| 19715073 | 7 months ago | | | 0 | 0.00025831500 | |
| 19708033 | 7 months ago | | | 0 | 0.00027463000 |
ABI
ABI objects
Getter at block 21169585
index() view returns (uint256)
13925784482096048593694137605792137679
lastDistributedBlock() view returns (uint256)
19735565
owner() view returns (address)
0x2d309519f539e6b617ed66676144bcf7235eb0b2
rewardSpeed() view returns (uint256)
0
rewardToken() view returns (address)
0x7778360f035c589fce2f4ea5786cbd8b36e5396b
stakeToken() view returns (address)
0x7778360f035c589fce2f4ea5786cbd8b36e5396b
totalCollateral() view returns (uint256)
912564053708492706597611
Read-only
pendingReward(address user) view returns (uint256)
userAccrued(address) view returns (uint256)
userCollateral(address) view returns (uint256)
userIndex(address) view returns (uint256)
State-modifying
Events claimReward(address[] user)
deposit(uint256 amount)
renounceOwnership()
setRewardSpeed(uint256 speed)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawRemainReward()
Deposit(address user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardDistributed(address indexed user, uint256 delta, uint256 index)
RewardSpeedUpdated(uint256 oldSpeed, uint256 newSpeed)
Withdraw(address user, uint256 amount)
constructor(address _stakeToken, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.