Parsiq Token
Verified contract
Active on
Ethereum with 102,863 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($298.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.08475 | $3,317.90 |
$281.19 | |
DSLA | ERC-20 | 47.105383K | $0.000151 |
$7.13 | |
UNI | ERC-20 | 0.645375 | $10.86 |
$7.01 | |
REN | ERC-20 | 50 | $0.041265 |
$2.06 | |
CEL | ERC-20 | 5 | $0.235783 |
$1.18 | |
PRQ | ERC-20 | 0.690595 | $0.092022 |
$0.06 | |
POLY | ERC-20 | 0.003247 | $0.037461 |
$0 | |
PRQ | ERC-20 | 1.11335M | -- | -- | |
SPA | ERC-20 | 192.024K | -- | -- | |
SPA | ERC-20 | 187.314K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272941 | 18 minutes ago | | | 0 | 0.00055749905 | |
| 21272778 | an hour ago | | | 0 | 0.00065288644 | |
| 21272771 | an hour ago | | | 0 | 0.0011269281 | |
| 21272500 | 2 hours ago | | | 0 | 0.00059807861 | |
| 21272024 | 3 hours ago | | | 0 | 0.00047594167 | |
| 21271884 | 4 hours ago | | | 0 | 0.00056425844 | |
| 21271442 | 5 hours ago | | | 0 | 0.00063371428 | |
| 21271368 | 6 hours ago | | | 0 | 0.00073674880 | |
| 21270830 | 7 hours ago | | | 0 | 0.00053629269 | |
| 21270179 | 10 hours ago | | | 0 | 0.00022143576 |
ABI
ABI objects
Getter at block 21273030
DOMAIN_SEPARATOR() view returns (bytes32)
0x2d97fe5dc3cc4e455758868061837504e14f90314f2f7046ec9b015a94ce254f
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
decisionPeriod() view returns (uint256)
7776000
governanceBoard() view returns (address)
0x4cc9749285a67e16347e4a3b3a43dfe9ab532ac5
name() view returns (string)
Parsiq Token
paused() view returns (bool)
false
pendingGovernanceBoard() view returns (address)
0x0000000000000000000000000000000000000000
reviewPeriod() view returns (uint256)
86400
symbol() view returns (string)
PRQ
totalSupply() view returns (uint256)
310256872000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
decisionPeriods(address) view returns (uint256)
nonces(address) view returns (uint256)
reviewPeriods(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
electGovernanceBoard(address newGovernanceBoard)
governedTransfer(address from, address to, uint256 value) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverTokens(address token, address to, uint256 amount)
resolve(address account)
review(address account)
setDecisionPeriod(uint256 _decisionPeriod)
setReviewPeriod(uint256 _reviewPeriod)
takeGovernance()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMany(address[] recipients, uint256[] amounts)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DecisionPeriodChanged(uint256 decisionPeriod)
GovernanceBoardChanged(address indexed from, address indexed to)
GovernedTransfer(address indexed from, address indexed to, uint256 amount)
Paused()
Resolved(address indexed account)
ReviewPeriodChanged(uint256 reviewPeriod)
Reviewing(address indexed account, uint256 reviewUntil, uint256 decideUntil)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.