Super Carbon Exchange Coin
Verified contract
Active on
Ethereum with 28,881 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 | 254.767K | -- | -- | |
SCEC | ERC-20 | 30.679234K | -- | -- | |
KHM | ERC-20 | 220 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18311746 | a year ago | | | 0 | 0.00048679801 | |
| 9423483 | 5 years ago | | | 0 | 0.00022023789 | |
| 8814307 | 5 years ago | | | 0 | 0.00026837800 | |
| 8623090 | 5 years ago | | | 0 | 0.00092484000 | |
| 8622167 | 5 years ago | | | 0 | 0.0010624200 | |
| 8465414 | 5 years ago | | | 0 | 0.00014638800 | |
| 8123021 | 5 years ago | | | 0 | 0.00038121000 | |
| 8069200 | 5 years ago | | | 0 | 0.00066241250 | |
| 8065910 | 5 years ago | | | 0 | 0.0010637000 | |
| 8012864 | 5 years ago | | | 0 | 0.000046114000 |
ABI
ABI objects
Getter at block 21255249
buyPrice() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
Super Carbon Exchange Coin
owner() view returns (address)
0xa13ccca7928bedba306b2c7742edefeff1c829a7
sellPrice() view returns (uint256)
0
symbol() view returns (string)
SCEC
tokenName() view returns (string)
Super Carbon Exchange Coin
tokenSymbol() view returns (string)
SCEC
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 AirDrop(address[] dests, uint256[] values) returns (uint256)
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.