Charg Coin
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOX | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19460560 | 8 months ago | | | 0 | 0.0011516245 | |
| 13848306 | 3 years ago | | | 0 | 0.0022887832 | |
| 12761912 | 3 years ago | | | 0 | 0.00072327450 | |
| 5850212 | 6 years ago | | | 0 | 0.00037003000 | |
| 5724799 | 6 years ago | | | 0 | 0.00037003000 | |
| 5711111 | 6 years ago | | | 0 | 0.00059102400 | |
| 5588902 | 7 years ago | | | 0 | 0.00037003000 | |
| 5478487 | 7 years ago | | | 0 | 0.00037003000 | |
| 5386574 | 7 years ago | | | 0 | 0.00037003000 | |
| 5284843 | 7 years ago | | | 0 | 0.00037003000 |
ABI
ABI objects
Getter at block 21169592
BEGIN_TIME() view returns (uint256)
1506406004
END_TIME() view returns (uint256)
1510790400
crowdsaleState() view returns (uint8)
2
decimals() view returns (uint256)
18
ethRaised() view returns (uint256)
54554254964655984825
getPrice() view returns (uint256 result)
500
maxCap() view returns (uint256)
70200000000000000000000
minCap() view returns (uint256)
1000000000000000000
multisig() view returns (address)
0x482efd447be88748e7625e2b7c522c388970b790
name() view returns (string)
Charg Coin
owner() view returns (address)
0x482efd447be88748e7625e2b7c522c388970b790
standard() view returns (string)
Charg Coin
symbol() view returns (string)
CHARG
tokenTotalSupply() view returns (uint256)
90000000000000000000000000
totalSupply() view returns (uint256)
90000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
calculateEthToChargcoin(uint256 _eth) view returns (uint256)
contributorList(address) view returns (uint256 contributionAmount, uint256 tokensIssued)
getAmountBonus(uint256 _eth, uint256 tokens) view returns (uint256)
getStageBonus(uint256 percentage, uint256 tokens) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchReturnEthIfFailed(uint256 _numberOfReturns)
createTokens(address _contributor) payable
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setMultisigAddress(address _newAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
transferToContributor(address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
CrowdsaleEnded(uint256 blockNumber)
CrowdsaleStarted(uint256 blockNumber)
ErrorSendingETH(address to, uint256 amount)
MaxCapReached(uint256 blockNumber)
MinCapReached(uint256 blockNumber)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.