Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5ba4…5b7a
Balances ($0.00)
No balances found for "CLC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13412900 | 3 years ago | | | 0 | 0.0075243680 | |
| 9326544 | 5 years ago | | | 0 | 0.0012150400 | |
| 7600046 | 6 years ago | | | 0 | 0.00027212220 | |
| 7506947 | 6 years ago | | | 0 | 0.00012796800 | |
| 7351937 | 6 years ago | | | 0 | 0.000055312000 | |
| 7243787 | 6 years ago | | | 0 | 0.0011365200 | |
| 7042906 | 6 years ago | | | 0 | 0.00017062400 | |
| 6970546 | 6 years ago | | | 0 | 0.000035784391 | |
| 6865570 | 6 years ago | | | 0 | 0.00013787700 | |
| 6851507 | 6 years ago | | | 0 | 0.00017062400 |
ABI
ABI objects
Getter at block 21162172
createdAt() pure returns (uint256)
1510896675
creationBlock() pure returns (uint256)
4567861
decimals() pure returns (uint8)
18
genesisToken() pure returns (address)
0x5ba49fcf7c9dce67d6a9fc92cc51c8e77cba5b7a
initialSupply() pure returns (uint256)
44196412535867997672398154
locked() pure returns (bool)
false
maxSupply() pure returns (uint256)
1000000000000000000000000000
name() pure returns (string)
CLC
newOwner() pure returns (address)
0x0000000000000000000000000000000000000000
owner() pure returns (address)
0xf233594ba11112f734edc6f51824fa4f65998a33
standard() pure returns (string)
CLC 0.1
symbol() pure returns (string)
CLC
totalSupply() pure returns (uint256)
44196412535867997672398154
transferFrozen() pure returns (bool)
false
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
allowed(address, address) pure returns (uint256)
balanceOf(address _address) pure returns (uint256 balance)
balances(address) pure returns (uint256)
minters(address) pure returns (bool)
State-modifying
Events acceptOwnership()
addMinter(address _newMinter)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
claimedTokens(address _holder, uint256 _tokens)
mint(address _addr, uint256 _amount) returns (uint256)
removeMinter(address _minter)
setGenesisToken(address _genesisToken)
setLocked(bool _locked)
setTransferFrozen(bool _frozen)
transfer(address _to, uint256 _value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool success)
transfer(address to, uint256 value, bytes data, string customFallback) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _maxSupply, uint8 decimals, address _genesisToken, bool transferAllSupplyToOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.