SimpleStaking
Verified contract
Active on
Ethereum with 287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c64…60af
0x7778…396b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OOE | ERC-20 | 90.893759K | -- | -- | |
OpenOcean-LP | ERC-20 | 0.000918 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18464556 | a year ago | | | 0 | 0.0031087350 | |
| 18423655 | a year ago | | | 0 | 0.0018350346 | |
| 18422809 | a year ago | | | 0 | 0.0021140500 | |
| 17832192 | a year ago | | | 0 | 0.00074695511 | |
| 17832182 | a year ago | | | 0 | 0.0018545321 | |
| 17679618 | a year ago | | | 0 | 0.0038424809 | |
| 17679588 | a year ago | | | 0 | 0.0029250861 | |
| 17670509 | a year ago | | | 0 | 0.00094066505 | |
| 17670508 | a year ago | | | 0 | 0.0019683328 | |
| 17635438 | a year ago | | | 0 | 0.0042959302 |
ABI
ABI objects
Getter at block 21226426
index() view returns (uint256)
14292608631714655049517131334678252483301896
lastDistributedBlock() view returns (uint256)
18464556
owner() view returns (address)
0x89f2f964c6f1efd4cafad893ce9521096290fa94
rewardSpeed() view returns (uint256)
0
rewardToken() view returns (address)
0x7778360f035c589fce2f4ea5786cbd8b36e5396b
stakeToken() view returns (address)
0x3c647b36e30f4be590dcea349a0ecf8c259660af
totalCollateral() view returns (uint256)
918413692183380
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.