CryptoControl
Verified contract
Active on
Ethereum with 22,804 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.002636 |
$0 | |
CCIO | ERC-20 | 13.65K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20409942 | 3 months ago | | | 0 | 0.000032283000 | |
| 15056553 | 2 years ago | | | 0 | 0.00075615631 | |
| 11060272 | 4 years ago | | | 0 | 0.0015422630 | |
| 10266436 | 4 years ago | | | 0 | 0.00056396200 | |
| 10181467 | 4 years ago | | | 0 | 0.00079677500 | |
| 10018726 | 5 years ago | | | 0 | 0.00053173560 | |
| 10005421 | 5 years ago | | | 0 | 0.00044311300 | |
| 9956808 | 5 years ago | | | 0 | 0.00011242350 | |
| 9956799 | 5 years ago | | | 0 | 0.00011242350 | |
| 9956797 | 5 years ago | | | 0 | 0.00019210350 |
ABI
ABI objects
Getter at block 21166680
cap() view returns (uint256)
100000000000000000000
contactInformation() view returns (string)
decimals() view returns (uint8)
8
deprecated() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
CryptoControl
owner() view returns (address)
0xdcea96d5355172c0068345203551c9979c9caf64
paused() view returns (bool)
false
reason() view returns (string)
symbol() view returns (string)
CCIO
totalSupply() view returns (uint256)
3469935000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _who, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
deprecate(address _upgradedAddress, string _reason)
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)
Burn(address indexed burner, uint256 value)
Deprecate(address newAddress, string reason)
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.