CrowdCoinage
Verified contract
Active on
Ethereum with 1,728 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 |
---|---|---|---|---|---|
CCOS | ERC-20 | 15.9K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18002613 | a year ago | | | 0 | 0.00037947043 | |
| 18002613 | a year ago | | | 0 | 0.00037947043 | |
| 15468487 | 2 years ago | | | 0 | 0.00014147100 | |
| 12597387 | 3 years ago | | | 0 | 0.00048044100 | |
| 12198007 | 4 years ago | | | 0 | 0.0035670720 | |
| 12016957 | 4 years ago | | | 0 | 0.0033441300 | |
| 11996062 | 4 years ago | | | 0 | 0.0030840310 | |
| 11408649 | 4 years ago | | | 0 | 0.0014862800 | |
| 11114345 | 4 years ago | | | 0 | 0.0016460551 | |
| 11081549 | 4 years ago | | | 0 | 0.00078477230 |
ABI
ABI objects
Getter at block 21257209
decimals() view returns (uint8)
18
name() view returns (string)
CrowdCoinage
owner() view returns (address)
0x63e0cb149a25e4c7524ebb9e61b1d9f18a26ca44
symbol() view returns (string)
CCOS
totalSupply() view returns (uint256)
225932484475542587229080000
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)
destroy()
destroyAndSend(address _recipient)
increaseApproval(address _spender, uint256 _addedValue) 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.