Contracoin
Verified contract
Active on
Ethereum with 4,936 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($51.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CTCN | ERC-20 | 1.36773K | $0.037531 |
$51.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157562 | 9 hours ago | | | 0 | 0.0012329240 | |
| 20766849 | 2 months ago | | | 0 | 0.00018387635 | |
| 20697842 | 2 months ago | | | 0 | 0.000045374681 | |
| 20666529 | 2 months ago | | | 0 | 0.00010270007 | |
| 20666504 | 2 months ago | | | 0 | 0.00011274781 | |
| 20617848 | 2 months ago | | | 0 | 0.000034949159 | |
| 20616625 | 2 months ago | | | 0 | 0.000091277733 | |
| 20589021 | 3 months ago | | | 0 | 0.000045248743 | |
| 20509597 | 3 months ago | | | 0 | 0.000097006031 | |
| 20497360 | 3 months ago | | | 0 | 0.00035123204 |
ABI
ABI objects
Getter at block 21160297
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Contracoin
owner() view returns (address)
0x58b517b6fe15e0b4c4cd3ddb8da5361698da0f0f
paused() view returns (bool)
false
symbol() view returns (string)
CTCN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
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)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.