HWG Cash
Verified contract
Active on
Ethereum with 1,321 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "HWG Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20562426 | 3 months ago | | | 0 | 0.000057382598 | |
| 20452850 | 3 months ago | | | 0 | 0.000060000000 | |
| 17199392 | 2 years ago | | | 0 | 0.0046711250 | |
| 16824609 | 2 years ago | | | 0 | 0.0010837010 | |
| 16075883 | 2 years ago | | | 0 | 0.0018890020 | |
| 16075769 | 2 years ago | | | 0 | 0.0021660100 | |
| 16073685 | 2 years ago | | | 0 | 0.0018391220 | |
| 15781929 | 2 years ago | | | 0 | 0.00058600931 | |
| 15774295 | 2 years ago | | | 0 | 0.0013243576 | |
| 15774283 | 2 years ago | | | 0 | 0.00053287762 |
ABI
ABI objects
Getter at block 21209718
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
HWG Cash
owner() view returns (address)
0x7f8de01fa28393020a5a6e15d45baa60b79fc2f3
symbol() view returns (string)
HWGC
totalSupply() view returns (uint256)
84971300000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
forceTransfer(address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.