QARK Token of QAN Platform
Verified contract
Active on
Ethereum with 6,880 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 |
---|---|---|---|---|---|
TCC | ERC-20 | 42.521 | -- | -- | |
QARK | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18762311 | a year ago | | | 0 | 0.0025073755 | |
| 15837691 | 2 years ago | | | 0 | 0.00073424123 | |
| 15655213 | 2 years ago | | | 0 | 0.00074550212 | |
| 15168366 | 2 years ago | | | 0 | 0.0026216119 | |
| 15127191 | 2 years ago | | | 0 | 0.00092453360 | |
| 15127181 | 2 years ago | | | 0 | 0.0010720263 | |
| 15127025 | 2 years ago | | | 0 | 0.00095526466 | |
| 15126972 | 2 years ago | | | 0 | 0.00091013000 | |
| 15121534 | 2 years ago | | | 0 | 0.0019500962 | |
| 15090459 | 2 years ago | | | 0 | 0.0017997762 |
ABI
ABI objects
Getter at block 21275077
conversionRate() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
QARK Token of QAN Platform
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x78144918e0b2c3eee87f064739b0ebdefa2f752a
pubSaleEnd() view returns (uint256)
1585094400
pubSaleStart() view returns (uint256)
1576004874
restrictionEnd() view returns (uint256)
1595116800
symbol() view returns (string)
QARK
totalSupply() view returns (uint256)
333333000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
frozenBalanceOf(address tokenOwner) view returns (uint256 frozenBalance)
frozenTimingOf(address tokenOwner) view returns (uint256 until)
getRoleAddress(uint256 _roleId) view returns (address)
lockedBalanceOf(address tokenOwner) view returns (uint256 lockedBalance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
claimReserve()
freezeOwnTokens(uint256 amount, uint256 until)
setRate(uint256 _newConversionRate)
setRoleAddress(uint256 _roleId, address _newAddress)
setTiming(uint256 _pubSaleStart, uint256 _pubSaleEnd, uint256 _restrictionEnd)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
FreezeBalance(address indexed from, uint256 tokens, uint256 until)
LockBalance(address indexed from, address indexed to, uint256 tokens)
LogAddress(string key, address value)
LogString(string key, string value)
LogUint(string key, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.