Path Network Token
Verified contract
Active on
Ethereum with 18,774 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 |
---|---|---|---|---|---|
PATH | ERC-20 | 71.069112M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20962741 | a month ago | | | 0 | 0.00081976850 | |
| 20453283 | 3 months ago | | | 0 | 0.000049460000 | |
| 20453131 | 3 months ago | | | 0 | 0.000037160000 | |
| 20452797 | 3 months ago | | | 0 | 0.000054248000 | |
| 20408323 | 3 months ago | | | 0 | 0.000054260000 | |
| 18120588 | a year ago | | | 0 | 0.0011770069 | |
| 18120464 | a year ago | | | 0 | 0.0011422488 | |
| 16562998 | 2 years ago | | | 0 | 0.0011502936 | |
| 16523453 | 2 years ago | | | 0 | 0.0025479769 | |
| 15691188 | 2 years ago | | | 0 | 0.00050579122 |
ABI
ABI objects
Getter at block 21159753
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
250000000000000000000000000
name() view returns (string)
Path Network Token
symbol() view returns (string)
PATH
totalSupply() view returns (uint256)
250000000000000000000000000
transferableStartTime() view returns (uint256)
1534505404
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.