EtheremonEnergy
Verified contract
Active on
Ethereum with 191,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XPS | ERC-20 | 100K | -- | -- | |
YOO | ERC-20 | 30K | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- | |
VSS | ERC-20 | 200 | -- | -- | |
ADHD | ERC-20 | 5 | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453460 | 3 months ago | | | 0 | 0.000044384000 | |
| 20452850 | 3 months ago | | | 0 | 0.000044492000 | |
Transfer | 12037460 | 4 years ago | | | 0.0003305544 | 0.0030030000 | |
| 11195048 | 4 years ago | | | 0 | 0.00068919081 | |
| 10587903 | 4 years ago | | | 0 | 0.0065239720 | |
| 10577648 | 4 years ago | | | 0.02 | 0.0016898880 | |
| 10577504 | 4 years ago | | | 0.02 | 0.0015490640 | |
| 10570142 | 4 years ago | | | 0 | 0.0016676800 | |
| 10564270 | 4 years ago | | | 0 | 0.0017927560 | |
| 10549342 | 4 years ago | | | 0 | 0.0023347520 |
ABI
ABI objects
Getter at block 21160667
claimAmount() view returns (uint256)
1
claimMaxAmount() view returns (uint256)
10
claimTime() view returns (uint256)
3600
isMaintaining() view returns (bool)
false
owner() view returns (address)
0x7bae63c4dbd39ec66669a1ef6e1cf6f747b71bdd
paymentContract() view returns (address)
0xfc5e6cad30632d79abbb2dbf22a87f0753b0ddc4
totalModerators() view returns (uint16)
1
Read-only
getClaimableAmount(address _trainer) view returns (uint256)
getPlayerEnergy(address _player) view returns (uint256 freeAmount, uint256 paidAmount, uint256 lastClaim)
moderators(address) view returns (bool)
safeDeduct(uint256 _a, uint256 _b) pure returns (uint256)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
claimEnergy()
setConfig(address _paymentContract, uint256 _claimMaxAmount, uint256 _claimTime, uint256 _claimAmount)
setPaidPackage(uint256 _packId, uint256 _ethPrice, uint256 _emontPrice, uint256 _energy)
topupEnergy(uint256 _packId) payable
topupEnergyByToken(address _player, uint256 _packId, uint256 _token)
withdrawEther(address _sendTo, uint256 _amount)
EventEnergyUpdate(address indexed player, uint256 freeAmount, uint256 paidAmount, uint256 lastClaim)
constructor(address _paymentContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.