PHTTOKENX
Verified contract
Active on
Ethereum with 1,730 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 |
---|---|---|---|---|---|
PHTTX | ERC-20 | 100 | -- | -- | |
SHOCK | ERC-20 | 0.94 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11118728 | 4 years ago | | | 0 | 0.00086308530 | |
| 10916293 | 4 years ago | | | 0 | 0.0047995740 | |
| 10671705 | 4 years ago | | | 0 | 0.0052523640 | |
| 10085863 | 4 years ago | | | 0 | 0.00040231800 | |
| 10008490 | 5 years ago | | | 0 | 0.00022639500 | |
| 9993720 | 5 years ago | | | 0 | 0.00033626700 | |
| 9984385 | 5 years ago | | | 0 | 0.00016275324 | |
| 9951263 | 5 years ago | | | 0 | 0.00012293051 | |
| 9918118 | 5 years ago | | | 0 | 0.00019619711 | |
| 9720962 | 5 years ago | | | 0 | 0.00020549650 |
ABI
ABI objects
Getter at block 21185342
authority() view returns (address)
0x0000000000000000000000000000000000000000
burnAdmin() view returns (address)
0xc68f468fbc8f7446c109091c78741aded243232c
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
100000000000000000000000000
isAdmin() view returns (bool)
false
name() view returns (string)
PHTTOKENX
owner() view returns (address)
0xc68f468fbc8f7446c109091c78741aded243232c
stopped() view returns (bool)
false
symbol() view returns (string)
PHTTX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy) returns (bool)
approve(address guy, uint256 wad) returns (bool)
burnfromAdmin(address guy, uint256 wad)
decreaseAllowance(address src, uint256 wad) returns (bool)
increaseAllowance(address src, uint256 wad) returns (bool)
renounceOwnership()
setAuthority(address authority_)
setOwner(address owner_0xc68f468fbc8F7446C109091C78741AdEd243232c)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed src, address indexed guy, uint256 wad)
Burn(address indexed guy, uint256 wad)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.