QCECContract
Verified contract
Active on
Ethereum with 568 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QCEC | ERC-20 | 11.355776K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133296 | 24 days ago | | | 0 | 0.00032779012 | |
| 13012345 | 3 years ago | | | 0 | 0.0012211706 | |
| 13012343 | 3 years ago | | | 0 | 0.0010487461 | |
| 12234960 | 4 years ago | | | 0 | 0.0061486845 | |
| 12158073 | 4 years ago | | | 0 | 0.0099630661 | |
| 12134645 | 4 years ago | | | 0 | 0.014601045 | |
| 12069172 | 4 years ago | | | 0 | 0.0054111057 | |
| 12041307 | 4 years ago | | | 0 | 0.0080163682 | |
| 12028652 | 4 years ago | | | 0 | 0.0052161109 | |
| 12028642 | 4 years ago | | | 0 | 0.0093598845 |
ABI
ABI objects
Getter at block 21302517
decimals() view returns (uint8)
8
name() view returns (string)
QCEC
symbol() view returns (string)
QCEC
totalSupply() view returns (uint256)
4879281600000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.