PATH Token
Verified contract
Active on
Ethereum with 163 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01ad…9801
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18316889 | a year ago | | | 0 | 0.00016680806 | |
| 18316856 | a year ago | | | 0 | 0.00014503485 | |
| 18316833 | a year ago | | | 0 | 0.00014275832 | |
| 18316803 | a year ago | | | 0 | 0.00014300489 | |
| 18316785 | a year ago | | | 0 | 0.00014259900 | |
| 8162767 | 5 years ago | | | 0 | 0.0015275200 | |
| 6749968 | 6 years ago | | | 0 | 0.00095150000 | |
| 6749967 | 6 years ago | | | 0 | 0.00042396800 | |
| 6713844 | 6 years ago | | | 0 | 0.00076706400 | |
| 6713728 | 6 years ago | | | 0 | 0.00052096800 |
ABI
ABI objects
Getter at block 21288259
decimals() view returns (uint8)
18
founderTokenVesting() view returns (address)
0x01adbe1528a1be4fc7afb481d0217319f7929801
initialSupply() view returns (uint256)
400000000000000000000000000
mintingFinished() view returns (bool)
true
name() view returns (string)
PATH Token
owner() view returns (address)
0x109426b47315e2c733b4881cf01bb6a28254eede
symbol() view returns (string)
PATH
totalSupply() view returns (uint256)
400000000000000000000000000
transferableStartTime() view returns (uint256)
1527519600
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 _value)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
distributeTokens(address _privatePresaleWallet, address _publicPresaleContract, address _publicCrowdsaleContract, address _pathCompanyMultisig, address _pathAdvisorVault, address _pathFounderAddress)
finishMinting() 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)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _transferableStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.