PCC Token
Verified contract
Active on
Ethereum with 1,001 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 9 | $0.000028 |
$0 | |
YOO | ERC-20 | 15K | -- | -- | |
EMO | ERC-20 | 14.19518 | -- | -- | |
VIU | ERC-20 | 6.179024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790217 | 3 years ago | | | 0 | 0.0022292943 | |
| 11147541 | 4 years ago | | | 0 | 0.00069460360 | |
| 10746480 | 4 years ago | | | 0 | 0.0023725863 | |
| 10721830 | 4 years ago | | | 0 | 0.0035444800 | |
| 10652779 | 4 years ago | | | 0 | 0.0048309800 | |
| 10652069 | 4 years ago | | | 0 | 0.0067003245 | |
| 9986470 | 5 years ago | | | 0 | 0.00058426875 | |
| 9884763 | 5 years ago | | | 0 | 0.00020327450 | |
| 9878923 | 5 years ago | | | 0 | 0.0015153190 | |
| 9877851 | 5 years ago | | | 0 | 0.00013198200 |
ABI
ABI objects
Getter at block 21276538
currentPhase() pure returns (uint8)
1
decimals() pure returns (uint256)
18
name() pure returns (string)
PCC Token
oneTokenInWei() pure returns (uint256)
1000000000000000000
owner() pure returns (address)
0x521eddef688c692f9739161648f0ddc0fa4302cd
paused() pure returns (bool)
false
symbol() pure returns (string)
PCC
tokenCreationCap() pure returns (uint256)
1000000000000000000000000000
totalEthRecieved() pure returns (uint256)
3123944220180992249290
totalSupply() pure returns (uint256)
32699298080548837000000123
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
generateTokens(address _reciever, uint256 _amount)
pause()
setEthPrice(uint256 _tokenPrice)
setICOPhase()
setPreICOPhase()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
withdraw(address _toAddress, uint256 amount)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CreatePCC(address indexed _to, uint256 _value)
Pause()
PriceChanged(string _text, uint256 _newPrice)
StageChanged(string _text)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
Withdraw(address to, uint256 amount)
constructor()
fallback()
This contract contains no error objects.