GasMining
Verified contract
Active on
Ethereum with 5,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe481…58c6
Balances ($1,577.38)
Native
Value
$1,577.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.437851 | $3,602.56 |
$1,577.38 | |
ZKS | ERC-20 | 1.239569M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252442 | 6 days ago | | | 0 | 0.00072124893 | |
| 20596614 | 3 months ago | | | 0 | 0.000048494430 | |
| 20596606 | 3 months ago | | | 0 | 0.000067687933 | |
| 20520200 | 4 months ago | | | 0 | 0.00024681864 | |
| 20493348 | 4 months ago | | | 0 | 0.00040557959 | |
| 19834462 | 7 months ago | | | 0 | 0.00038406317 | |
| 19457951 | 8 months ago | | | 0 | 0.0021126550 | |
| 19152029 | 10 months ago | | | 0 | 0.00092031800 | |
| 19055072 | 10 months ago | | | 0 | 0.00074589601 | |
| 19055023 | 10 months ago | | | 0 | 0.00091278843 |
ABI
ABI objects
Getter at block 21294631
lastPauseTime() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
0
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb72b95fb930dcb072c3f0377c5abcada7f9a0172
paused() view returns (bool)
false
rewardPerToken() view returns (uint256)
4670134983425732368508
rewardPerTokenStored() view returns (uint256)
4670134983425732368508
rewardsDistribution() view returns (address)
0xb8813f64a2b829ddbdb30c6e2ae379d2c76002e3
rewardsToken() view returns (address)
0xe4815ae53b124e7263f08dcdbbb757d41ed658c6
totalFundETH() view returns (uint256)
437850721210022863
totalSupply() view returns (uint256)
49781648074519449964411
unlockDuration() view returns (uint256)
86400
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
ethBalanceOf(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
userUnlockTime(address) view returns (uint256)
withdrawableETH(uint256 amount) view returns (uint256)
State-modifying
Events acceptOwnership()
exit()
getReward()
nominateNewOwner(address _owner)
notifyRewardAmount(uint256 reward, uint256 amountETH)
setPaused(bool _paused)
setRewardsDistribution(address _rewardsDistribution)
setUnlockDuration(uint256 _duration)
stake() payable
withdraw(uint256 amount)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
PauseChanged(bool isPaused)
RewardAdded(uint256 reward, uint256 spentAmount)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
UnlockDurationUpdated(uint256 newDuration)
Withdrawn(address indexed user, uint256 amount)
constructor(address _owner, address _rewardsDistribution, address _rewardsToken, uint256 _unlockDuration)
fallback()
This contract contains no error objects.