PCHS Token
Verified contract
Active on
Ethereum with 1,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PCHS Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17816958 | a year ago | | | 0 | 0.0012491327 | |
| 16734964 | 2 years ago | | | 0 | 0.0038750964 | |
| 16692407 | 2 years ago | | | 0 | 0.0017043056 | |
| 16692193 | 2 years ago | | | 0 | 0.0031609920 | |
| 16692193 | 2 years ago | | | 0 | 0.0044633280 | |
| 16664183 | 2 years ago | | | 0 | 0.0011325442 | |
| 16663948 | 2 years ago | | | 0 | 0.0042292800 | |
| 16656932 | 2 years ago | | | 0 | 0.0010223815 | |
| 16656708 | 2 years ago | | | 0 | 0.0015804960 | |
| 16656708 | 2 years ago | | | 0 | 0.0022321200 |
ABI
ABI objects
Getter at block 21248988
decimals() view returns (uint8 tokenDecimals)
18
isFinished() view returns (bool finished)
false
name() view returns (string tokenName)
PCHS Token
owner() view returns (address ownerAddress)
0x17694d5a5d039c95b340248d9bea07763b7f5687
paused() view returns (bool)
false
symbol() view returns (string tokenSymbol)
PCHS
totalSupply() view returns (uint256 total)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
isFrozen(address target) view returns (bool frozen)
lockInfo(address locked, uint256 index) view returns (uint256 amount, uint256 due)
totalLocked(address locked) view returns (uint256 amount, uint256 length)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
burn(uint256 amount) returns (bool success)
burnFrom(address burned, uint256 amount) returns (bool success)
finishMint() returns (bool success)
freeze(address target) returns (bool success)
mint(address receiver, uint256 amount) returns (bool success)
pause() returns (bool success)
releaseLock(address from) returns (bool success)
renounceOwnership() returns (bool success)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
transferOwnership(address newOwner) returns (bool success)
unFreeze(address target) returns (bool success)
unPause() returns (bool success)
unlock(address from) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 amount)
Burn(address indexed burned, uint256 amount)
Freeze(address indexed target)
Lock(address indexed from, uint256 amount, uint256 due)
Mint(address indexed receiver, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed currentOwner, address indexed newOwner)
Paused()
Transfer(address indexed from, address indexed to, uint256 amount)
Unfreeze(address indexed target)
Unlock(address indexed from, uint256 amount)
Unpaused()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.