Carbon Exchange Coin Token
Verified contract
Active on
Ethereum with 26,193 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 |
---|---|---|---|---|---|
CEC | ERC-20 | 68.134K | -- | -- | |
WLM | ERC-20 | 132 | -- | -- | |
SCEC | ERC-20 | 50 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6818812 | 6 years ago | | | 0 | 0.00049445500 | |
| 6818807 | 6 years ago | | | 0 | 0.00031649800 | |
| 6818740 | 6 years ago | | | 0 | 0.00026884000 | |
| 6818630 | 6 years ago | | | 0 | 0.00041838500 | |
| 6818625 | 6 years ago | | | 0 | 0.00058338500 | |
| 6695518 | 6 years ago | | | 0 | 0.00022821000 | |
| 6695515 | 6 years ago | | | 0 | 0.00022821000 | |
| 6695215 | 6 years ago | | | 0 | 0.00018985500 | |
| 6446950 | 6 years ago | | | 0 | 0.000061558000 | |
| 6446950 | 6 years ago | | | 0 | 0.000061558000 |
ABI
ABI objects
Getter at block 21160131
buyPrice() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
Carbon Exchange Coin Token
owner() view returns (address)
0xa13ccca7928bedba306b2c7742edefeff1c829a7
sellPrice() view returns (uint256)
0
symbol() view returns (string)
CEC
tokenName() view returns (string)
Carbon Exchange Coin Token
tokenSymbol() view returns (string)
CEC
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
destruct()
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setMinBalance(uint256 minimumBalanceInFinney)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
setTokenName(string newTokenName)
setTokenSymbol(string newTokenSymbol)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.