POPCHAIN CASH TOKEN
Verified contract
Active on
Ethereum with 2,759 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 "POPCHAIN CASH TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043190 | 19 days ago | | | 0 | 0.00039396770 | |
| 21041888 | 19 days ago | | | 0 | 0.00053361000 | |
| 21040725 | 19 days ago | | | 0 | 0.00025285200 | |
| 21032192 | 21 days ago | | | 0 | 0.00035581200 | |
| 20733994 | 2 months ago | | | 0 | 0.00017790600 | |
| 20633599 | 2 months ago | | | 0 | 0.00017790600 | |
| 20335610 | 4 months ago | | | 0 | 0.00054847000 | |
| 20202540 | 4 months ago | | | 0 | 0.00011074001 | |
| 19587268 | 7 months ago | | | 0 | 0.0021260460 | |
| 19444724 | 8 months ago | | | 0 | 0.0018304608 |
ABI
ABI objects
Getter at block 21179640
decimals() view returns (uint8)
18
name() view returns (string)
POPCHAIN CASH TOKEN
owner() view returns (address)
0x0cdd3256320a5b226792ef2e9795e17b3fc495ed
symbol() view returns (string)
PCHT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
lockedAccount(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze) returns (bool success)
lock(address target, uint256 time, uint256 amount) returns (bool success)
mintToken(address target, uint256 mintedAmount) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.