Ethereum Cash
Verified contract
Active on
Ethereum with 238 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 "Ethereum Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16951503 | 2 years ago | | | 0 | 0.00056536896 | |
| 10923959 | 4 years ago | | | 0 | 0.0027199070 | |
| 10241712 | 4 years ago | | | 0 | 0.0011514360 | |
| 10238134 | 4 years ago | | | 0 | 0.0015148150 | |
| 10238134 | 4 years ago | | | 0 | 0.0012530640 | |
| 10237939 | 4 years ago | | | 0 | 0.0014531010 | |
| 10237295 | 4 years ago | | | 0 | 0.0015500100 | |
| 10236676 | 4 years ago | | | 0 | 0.0017755820 | |
| 10236667 | 4 years ago | | | 0 | 0.0017755820 | |
| 10236667 | 4 years ago | | | 0 | 0.0017755820 |
ABI
ABI objects
Getter at block 21298426
cap() view returns (uint256)
40000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Ethereum Cash
owner() view returns (address)
0x7ea1fc416589a80a831f3f71f52ee51ba6f3ebbe
symbol() view returns (string)
ETHC
totalSupply() view returns (uint256)
22000000100000000010000000
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)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) 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.