CryCash Token
Verified contract
Active on
Ethereum with 5,929 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
e₹ | ERC-20 | 10K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
CRC | ERC-20 | 20 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077473 | 24 days ago | | | 0 | 0.0010835885 | |
| 20743763 | 2 months ago | | | 0 | 0.00034918719 | |
| 20677902 | 3 months ago | | | 0 | 0.00030378384 | |
| 20453012 | 4 months ago | | | 0 | 0.000051280000 | |
| 19895904 | 6 months ago | | | 0 | 0.00019464707 | |
| 19374809 | 9 months ago | | | 0 | 0.0037593600 | |
| 18369791 | a year ago | | | 0 | 0.0016732800 | |
| 18369693 | a year ago | | | 0 | 0.0017344320 | |
| 18369692 | a year ago | | | 0 | 0.0017344320 | |
| 18369681 | a year ago | | | 0 | 0.0017330400 |
ABI
ABI objects
Getter at block 21246771
INITIAL_SUPPLY() view returns (uint256)
0
decimals() view returns (uint8)
18
ico() view returns (address)
0xa90c69d36d6aef0bcd167b67de055ad25c8f7c3e
mintingFinished() view returns (bool)
true
name() view returns (string)
CryCash Token
symbol() view returns (string)
CRC
totalSupply() view returns (uint256)
7057137099868197347603743
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ico)
This contract contains no fallback and receive objects.
This contract contains no error objects.