Parallel network Token
Verified contract
Active on
Ethereum with 1,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Parallel network Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14785532 | 3 years ago | | | 0 | 0.00077728885 | |
| 11296027 | 4 years ago | | | 0 | 0.0038326501 | |
| 11295980 | 4 years ago | | | 0 | 0.0037575000 | |
| 11295962 | 4 years ago | | | 0 | 0.0016712052 | |
| 11295581 | 4 years ago | | | 0 | 0.0027036720 | |
| 11295555 | 4 years ago | | | 0 | 0.0035726520 | |
| 10143233 | 4 years ago | | | 0 | 0.0031800794 | |
| 10031831 | 5 years ago | | | 0 | 0.0024226011 | |
| 9972411 | 5 years ago | | | 0 | 0.0027326520 | |
| 9953140 | 5 years ago | | | 0 | 0.0015621216 |
ABI
ABI objects
Getter at block 21209075
INITIAL_SUPPLY() view returns (uint256)
2000000000
decimals() view returns (uint8)
18
name() view returns (string)
Parallel network Token
symbol() view returns (string)
PNC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _burntAmount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.