POC ERC20 TOKEN
Verified contract
Active on
Ethereum with 12,091 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 "POC ERC20 TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15292233 | 2 years ago | | | 0 | 0.000084004800 | |
| 15290757 | 2 years ago | | | 0 | 0.00010500600 | |
| 12624066 | 3 years ago | | | 0 | 0.00021955800 | |
| 12624066 | 3 years ago | | | 0 | 0.00011799249 | |
| 12622485 | 3 years ago | | | 0 | 0.00027059754 | |
| 12218556 | 4 years ago | | | 0 | 0.0026900693 | |
| 11749214 | 4 years ago | | | 0 | 0.0034870761 | |
| 11730335 | 4 years ago | | | 0 | 0.0058837290 | |
| 11730298 | 4 years ago | | | 0 | 0.0024652550 | |
| 11689992 | 4 years ago | | | 0 | 0.0025129689 |
ABI
ABI objects
Getter at block 21276287
decimals() view returns (uint8)
4
getPEHolder() view returns (address)
0x737dc86cdc49796792c0849e5e4cf856f852a738
getStage() view returns (uint256)
4
isOwner() view returns (bool)
false
name() view returns (string)
POC ERC20 TOKEN
owner() view returns (address)
0x277892b8a2108d2217296f0447939a058ae095ed
symbol() view returns (string)
POC
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllBalance(address owner) view returns (uint256, uint256, uint256, uint256, uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPEHolder(address newPE) returns (bool)
signRelease(uint256 release) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PETransfer(address arg0, uint256 arg1, uint256 arg2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.