Phantom Protocol Token
Verified contract
Active on
Ethereum with 752 txns
Balances ($0.00)
No balances found for "Phantom Protocol Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075934 | 19 days ago | | | 0 | 0.00050561005 | |
| 21060858 | 22 days ago | | | 0 | 0.00021908781 | |
| 20866002 | 2 months ago | | | 0 | 0.0023537500 | |
| 20649701 | 3 months ago | | | 0 | 0.000055606531 | |
| 20605674 | 3 months ago | | | 0 | 0.000069688220 | |
| 20548694 | 3 months ago | | | 0 | 0.000072104681 | |
| 20548579 | 3 months ago | | | 0 | 0.000066574490 | |
| 20542924 | 3 months ago | | | 0 | 0.00013433404 | |
| 20488152 | 3 months ago | | | 0 | 0.00012447672 | |
| 20423827 | 4 months ago | | | 0 | 0.00013315384 |
ABI
ABI objects
Getter at block 21215620
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
Phantom Protocol Token
operator() view returns (address)
0x5e80d2e39dd475e2f47e6d62620ca71de12a539f
owner() view returns (address)
0x5e80d2e39dd475e2f47e6d62620ca71de12a539f
symbol() view returns (string)
PHM
totalSupply() view returns (uint256)
9992740000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.