QuarkChain Token
Verified contract
Active on
Ethereum with 202,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOMS | ERC-20 | 205.030591K | $0.000021 |
$4.23 | |
ELEC | ERC-20 | 12.453848K | $0.000193 |
$2.41 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 21.549881K | -- | -- | |
IOST | ERC-20 | 10.259411K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
COY | ERC-20 | 175 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244868 | 4 hours ago | | | 0 | 0.00062363100 | |
| 21244144 | 6 hours ago | | | 0 | 0.00085258653 | |
| 21243984 | 7 hours ago | | | 0 | 0.00075438038 | |
| 21243727 | 8 hours ago | | | 0 | 0.00055537706 | |
| 21243709 | 8 hours ago | | | 0 | 0.0010394140 | |
| 21243707 | 8 hours ago | | | 0 | 0.00062308600 | |
| 21243683 | 8 hours ago | | | 0 | 0.0012466327 | |
| 21243468 | 8 hours ago | | | 0 | 0.00057823514 | |
| 21242034 | 13 hours ago | | | 0 | 0.00046218725 | |
| 21240445 | 19 hours ago | | | 0 | 0.00033275643 |
ABI
ABI objects
Getter at block 21245969
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
crowdsaleAddress() view returns (address)
0x1ef7aa1bd73ea34e76637fadf05a1f2f69fbbdaf
decimals() view returns (uint8)
18
name() view returns (string)
QuarkChain Token
owner() view returns (address)
0xfa4515eebef3bf6c7f2d805f1305aa0bc1da9523
paused() view returns (bool)
false
privateSaleWallet() view returns (address)
0x80babf0c6966e390b52941bf42bd48d814f3ffe8
symbol() view returns (string)
QKC
totalSupply() view returns (uint256)
10000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
enableTransfer()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
setCrowdsaleAddress(address _crowdsaleAddress)
setPrivateSaleAddress(address _privateSaleWallet)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.