StakingReward
Verified contract
Active on
Ethereum with 2,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,275,780.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CELR | ERC-20 | 93.901298M | $0.013586 |
$1,275,780.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160719 | 13 minutes ago | | | 0 | 0.0032174433 | |
| 21154304 | a day ago | | | 0 | 0.0021934314 | |
| 21149444 | 2 days ago | | | 0 | 0.0024619426 | |
| 21149062 | 2 days ago | | | 0 | 0.0022777875 | |
| 21148210 | 2 days ago | | | 0 | 0.0029566677 | |
| 21146372 | 2 days ago | | | 0 | 0.0025071736 | |
| 21144804 | 2 days ago | | | 0 | 0.0044682585 | |
| 21139213 | 3 days ago | | | 0 | 0.0034808019 | |
| 21129191 | 4 days ago | | | 0 | 0.0042658581 | |
| 21124892 | 5 days ago | | | 0 | 0.0018703221 |
ABI
ABI objects
Getter at block 21160782
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
paused() view returns (bool)
false
staking() view returns (address)
0x8a4b4c2acadeaa7206df96f00052e41d74a015ce
Read-only
claimedRewardAmounts(address) view returns (uint256)
isPauser(address account) view returns (bool)
pausers(address) view returns (bool)
State-modifying
Events addPauser(address account)
claimReward(bytes _rewardRequest, bytes[] _sigs)
contributeToRewardPool(uint256 _amount)
drainToken(uint256 _amount)
pause()
removePauser(address account)
renounceOwnership()
renouncePauser()
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
StakingRewardClaimed(address indexed recipient, uint256 reward)
StakingRewardContributed(address indexed contributor, uint256 contribution)
Unpaused(address account)
constructor(address _staking)
This contract contains no fallback and receive objects.
This contract contains no error objects.