Ethereum Qchain Token
Verified contract
Active on
Ethereum with 1,628 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 |
---|---|---|---|---|---|
SGCC | ERC-20 | 200 | -- | -- | |
AMIS | ERC-20 | 2 | -- | -- | |
BOX | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18328802 | a year ago | | | 0 | 0.00024002387 | |
| 15962422 | 2 years ago | | | 0 | 0.00041222209 | |
| 15962420 | 2 years ago | | | 0 | 0.00043292546 | |
| 11608204 | 4 years ago | | | 0 | 0.0026796080 | |
| 11608080 | 4 years ago | | | 0 | 0.0048033553 | |
| 11327035 | 4 years ago | | | 0 | 0.0010933280 | |
| 9981811 | 5 years ago | | | 0 | 0.00017576000 | |
| 9981811 | 5 years ago | | | 0 | 0.00017576000 | |
| 8464230 | 5 years ago | | | 0 | 0.000045384000 | |
| 8240976 | 5 years ago | | | 0 | 0.00018153600 |
ABI
ABI objects
Getter at block 21288591
creationTime() view returns (uint256)
1508877090
decimals() view returns (uint8)
8
duration() view returns (uint256)
3628800
foundationReserve() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
icoAllocation() view returns (address)
0x1111111111111111111111111111111111111111
multisig() view returns (address)
0x688c0b13092a1e0dbfa896ef45c4b23263524ed5
name() view returns (string)
Ethereum Qchain Token
owner() view returns (address)
0xb162efa902b1c1edc8736ee9830025cf3143f0fb
potentialOwner() view returns (address)
0x0000000000000000000000000000000000000000
preIcoAllocation() view returns (address)
0x2222222222222222222222222222222222222222
signer() view returns (address)
0x9db07c8da33a2fcd6ef2e727a2ecc5198d9bc7c8
startDate() view returns (uint256)
1508878800
symbol() view returns (string)
EQC
totalSupply() view returns (uint256)
5486390500000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn()
changeMultisig(address _multisig)
confirmOwnership()
invest(address investor, uint256 tokenPrice, uint256 value, bytes32 hash, uint8 v, bytes32 r, bytes32 s) payable
setOwner(address _new)
transfer(address _to, uint256 _value) returns (bool success)
transferERC20Token(address tokenAddress) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdrawFromReserve(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Issuance(address indexed to, uint256 value)
NewOwner(address old, address current)
NewPotentialOwner(address old, address potential)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _signer, address _multisig)
This contract contains no fallback and receive objects.
This contract contains no error objects.