POH COIN
Verified contract
Active on
Ethereum with 10,560 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 |
---|---|---|---|---|---|
POHC | ERC-20 | 13.74 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19957669 | 6 months ago | | | 0 | 0.00034856361 | |
| 18688910 | a year ago | | | 0 | 0.0019249776 | |
| 17001904 | 2 years ago | | | 0 | 0.0010777361 | |
| 16582756 | 2 years ago | | | 0 | 0.0011311860 | |
| 15583496 | 2 years ago | | | 0 | 0.0020540621 | |
| 14871943 | 2 years ago | | | 0 | 0.0022842397 | |
| 14397918 | 3 years ago | | | 0 | 0.0031962210 | |
| 14351025 | 3 years ago | | | 0 | 0.0022267623 | |
| 13809415 | 3 years ago | | | 0 | 0.0034049204 | |
| 13527905 | 3 years ago | | | 0 | 0.010452566 |
ABI
ABI objects
Getter at block 21275691
decimals() view returns (uint8)
8
name() view returns (string)
POH COIN
owner() view returns (address)
0x9a741591a7e264fa28aebf87c70a2c831ed8d305
paused() view returns (bool)
false
symbol() view returns (string)
POHC
totalSupply() view returns (uint256)
2100000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
lockTokenBalance(address) view returns (uint256)
lockdate(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freezeAccount(address _target, bool _freeze)
lockTokenDays(address _account, uint256 _amount, uint256 _days)
lockTokenToDate(address _account, uint256 _amount, uint256 _unixtime)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
LockToken(address account, uint256 amount, uint256 unixtime)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
fallback()
This contract contains no error objects.