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 "CoinCrowd"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14809114 | 2 years ago | | | 0 | 0.00063986400 | |
| 12586680 | 3 years ago | | | 0 | 0.00037325400 | |
| 12586664 | 3 years ago | | | 0 | 0.00034659300 | |
| 12059015 | 4 years ago | | | 0 | 0.0 | |
| 9369827 | 5 years ago | | | 0 | 0.00019248800 | |
| 9369821 | 5 years ago | | | 0 | 0.000048122000 | |
| 9182565 | 5 years ago | | | 0 | 0.000024061000 | |
| 9181103 | 5 years ago | | | 0 | 0.00011566560 | |
| 9155568 | 5 years ago | | | 0 | 0.000023128000 | |
| 9099728 | 5 years ago | | | 0 | 0.00014429400 |
ABI
ABI objects
Getter at block 21168816
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
CoinCrowd
owner() view returns (address)
0x6863b16d476d1975e3f9c1aa494148678a1e13c1
started() view returns (bool)
false
symbol() view returns (string)
XCC
totalSupply() view returns (uint256)
616545610118902987733394
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
authorized(address) view returns (bool)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
originBurn(uint256 _value) returns (bool)
originTransfer(address _to, uint256 _value) returns (bool)
setAuthorized(address addressAuthorized, bool authorization)
start()
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transfer(address _to, uint256 _value, bytes _data, string _custom_fallback) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationSet(address indexed addressAuthorized, bool indexed authorization)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Start()
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.