ChelleCoin
Verified contract
Active on
Ethereum with 47,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ddb…9c1d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
CHL | ERC-20 | 940 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453048 | 3 months ago | | | 0 | 0.000054570000 | |
| 19842312 | 6 months ago | | | 0 | 0.00014542419 | |
| 19782543 | 6 months ago | | | 0 | 0.00074273061 | |
| 19777183 | 6 months ago | | | 0 | 0.00083729861 | |
| 18847986 | a year ago | | | 0 | 0.00089810037 | |
| 18049441 | a year ago | | | 0 | 0.00066600920 | |
| 17898684 | a year ago | | | 0 | 0.00057523985 | |
| 17803844 | a year ago | | | 0 | 0.00078928591 | |
| 17780404 | a year ago | | | 0 | 0.0014199511 | |
| 17778956 | a year ago | | | 0 | 0.0011670452 |
ABI
ABI objects
Getter at block 21161836
allowedMinting() view returns (bool)
true
availableTokens() view returns (uint256 tokens)
20762804000000000000000000
crowdsale() view returns (address)
0x7ddb63f501c8f80a1280a9bc1858aca6910b9c1d
decimals() view returns (uint8)
18
isSoftCapAchieved() view returns (bool)
true
maxSupply() view returns (uint256)
59331426390000000000000000
name() view returns (string)
ChelleCoin
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x966917a4c19888a012786d3220126090b8236da2
standard() view returns (string)
ERC20 0.1
symbol() view returns (string)
CHL
time() view returns (uint256)
1550871912
totalSupply() view returns (uint256)
38568622390000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
burnAgents(address) view returns (bool)
excludedAddresses(address) view returns (bool)
isTransferAllowed(address _address, uint256 _value) view returns (bool)
mintingAgents(address) view returns (bool)
stateChangeAgents(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnByAgent(address _holder, uint256 _tokensToBurn) returns (uint256)
burnUnsoldTokens(uint256 _tokensToBurn) returns (uint256)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableMinting()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _holder, uint256 _tokens)
setCrowdSale(address _crowdsale)
setIsSoftCapAchieved()
setUnlockTime(uint256 _unlockTokensTime)
transfer(address _to, uint256 _tokens) returns (bool)
transferFrom(address _holder, address _to, uint256 _tokens) returns (bool)
transferOwnership(address _newOwner)
updateBurnAgent(address _agent, bool _status)
updateExcludedAddress(address _address, bool _status)
updateMaxSupply(uint256 _newMaxSupply)
updateMintingAgent(address _agent, bool _status)
updateStateChangeAgent(address _agent, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed holder, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _unlockTokensTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.