Parsiq Token
Verified contract
Active on
Ethereum with 12,656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,861.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CEEK | ERC-20 | 49.840065K | $0.030174 |
$1,503.88 | |
FTM | ERC-20 | 1.4K | $0.810333 |
$1,134.47 | |
PRQ | ERC-20 | 2.434117K | $0.09177 |
$223.38 | |
HEX | ERC-20 | 1.307 | $0.002264 |
$0 | |
PRQ | ERC-20 | 2.00001M | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
SLP | ERC-20 | 1.451K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21128436 | 6 days ago | | | 0 | 0.00071557640 | |
| 21128413 | 6 days ago | | | 0 | 0.00084716157 | |
| 21128352 | 6 days ago | | | 0 | 0.00067813071 | |
| 21030990 | 19 days ago | | | 0 | 0.00028155735 | |
| 20986185 | 25 days ago | | | 0 | 0.00051033625 | |
| 20986139 | a month ago | | | 0 | 0.00060350035 | |
| 20876868 | a month ago | | | 0 | 0.00025362881 | |
| 20876825 | a month ago | | | 0 | 0.00037898000 | |
| 20726779 | 2 months ago | | | 0 | 0.000049990833 | |
| 20598698 | 3 months ago | | | 0 | 0.000024865159 |
ABI
ABI objects
Getter at block 21168893
burnerAddress() view returns (address)
0x432d83400bf7bdcd2083de0503fbefaa2e1df4e5
burningEnabled() view returns (bool)
false
decimals() view returns (uint8)
18
etherlessTransferEnabled() view returns (bool)
true
isOwner() view returns (bool)
false
name() view returns (string)
Parsiq Token
owner() view returns (address)
0xd73fd6e1307be8098d1a8942ba4fd5eb5ac0fff5
symbol() view returns (string)
PRQ
totalSupply() view returns (uint256)
500000000000000000000000000
transfersUnlockTime() view returns (uint256)
1574170200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
hashForReleaseSign(bytes4 _selector, address _token, uint256 _fee, uint256 _nonce) pure returns (bytes32)
hashForSign(bytes4 _selector, address _token, address _to, uint256 _value, uint256 _fee, uint256 _nonce) pure returns (bytes32)
hashedTxs(bytes32) view returns (bool)
lockedBalanceOf(address who) view returns (uint256)
notify(address) view returns (bool)
relativeTimelocks(address, uint256) view returns (uint256 time, uint256 amount)
timelocks(address, uint256) view returns (uint256 time, uint256 amount)
totalBalanceOf(address who) view returns (uint256)
unlockableBalanceOf(address who) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events addWhitelisted(address _address)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableEtherlessTransfer()
enableBurning()
enableEtherlessTransfer()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverTokens(address token, address to, uint256 amount)
register()
release()
releasePreSigned(bytes _signature, uint256 _fee, uint256 _nonce) returns (bool)
removeWhitelisted(address _address)
renounceOwnership()
renounceWhitelisted()
transfer(address to, uint256 value) returns (bool)
transferBatch(address[] to, uint256[] value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferLocked(address to, uint256 value, uint256 until) returns (bool)
transferLockedRelative(address to, uint256 value, uint256 duration) returns (bool)
transferOwnership(address newOwner)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _fee, uint256 _nonce) returns (bool)
unlockTransfers(uint256 when)
unregister()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
TransferLocked(address indexed from, address indexed to, uint256 amount, uint256 until)
TransferLockedRelative(address indexed from, address indexed to, uint256 amount, uint256 duration)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
WhitelistedAdded(address indexed account)
WhitelistedRemoved(address indexed account)
constructor()
fallback()
This contract contains no error objects.