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 "BitCash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18053607 | a year ago | | | 0 | 0.00024256418 | |
| 17894734 | a year ago | | | 0 | 0.00033479211 | |
| 17793957 | a year ago | | | 0 | 0.0019131980 | |
| 17787933 | a year ago | | | 0 | 0.00064089286 | |
| 17787927 | a year ago | | | 0 | 0.00064067443 | |
| 17771753 | a year ago | | | 0 | 0.0011360197 | |
| 17771748 | a year ago | | | 0 | 0.00082996907 | |
| 17771746 | a year ago | | | 0 | 0.0014625556 | |
| 17760512 | a year ago | | | 0 | 0.00055609728 | |
| 17749273 | a year ago | | | 0 | 0.0011432067 |
ABI
ABI objects
Getter at block 21220018
decimals() view returns (uint8)
18
name() view returns (string)
BitCash
symbol() view returns (string)
BITC
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
renounceContractOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.