Locked QARK
Verified contract
Active on
Ethereum with 46 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6312…2c43
Balances ($0.00)
No balances found for "Locked QARK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13088192 | 3 years ago | | | 0 | 0.0065573464 | |
| 13054367 | 3 years ago | | | 0 | 0.0017476000 | |
| 13054275 | 3 years ago | | | 0 | 0.0019140880 | |
| 13031988 | 3 years ago | | | 0 | 0.0040021840 | |
| 12913983 | 3 years ago | | | 0 | 0.0026113360 | |
| 12913972 | 3 years ago | | | 0 | 0.0017703000 | |
| 12888705 | 3 years ago | | | 0 | 0.0010752560 | |
| 12888682 | 3 years ago | | | 0 | 0.0011609390 | |
| 12870371 | 3 years ago | | | 0 | 0.0016896880 | |
| 12870342 | 3 years ago | | | 0 | 0.0012645000 |
ABI
ABI objects
Getter at block 21383654
decimals() view returns (uint8)
18
name() view returns (string)
Locked QARK
owner() view returns (address)
0x172097164642aa5b7f644733f8680d12627ee9bc
symbol() view returns (string)
LQARK
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
offers(address) view returns (uint256 tokenAmount, uint256 purchasePrice, uint32 claimableUntil, uint32 lockedUntil)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancelOffer(address _ofBuyer)
claimPurchasePrice(address _beneficiary)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
makeOffer(address _toBuyer, uint256 _tokenAmount, uint256 _atPrice, uint32 _claimableUntil, uint32 _lockedUntil)
renounceOwnership()
setQarkAddr(address qark_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.