Power Fans Token
Verified contract
Active on
Ethereum with 150 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 "Power Fans Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8359187 | 5 years ago | | | 0 | 0.00018089250 | |
| 8349533 | 5 years ago | | | 0 | 0.00018571630 | |
| 8180123 | 5 years ago | | | 0 | 0.00048238000 | |
| 8180065 | 5 years ago | | | 0 | 0.0010716092 | |
| 8179625 | 5 years ago | | | 0 | 0.000031837080 | |
| 8168894 | 5 years ago | | | 0 | 0.00048238000 | |
| 8033898 | 5 years ago | | | 0 | 0.00038590400 | |
| 7950489 | 5 years ago | | | 0 | 0.00019921987 | |
| 7950470 | 5 years ago | | | 0 | 0.00019921987 | |
| 7929324 | 5 years ago | | | 0 | 0.00057228674 |
ABI
ABI objects
Getter at block 21162461
controller() pure returns (address)
0x3fee902c929ceebf80192cfe480fbaede0f861eb
creationBlock() pure returns (uint256)
4229732
decimals() pure returns (uint8)
18
name() pure returns (string)
Power Fans Token
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
showValue() pure returns (bool)
true
symbol() pure returns (string)
PFC
tokenFactory() pure returns (address)
0xb793d8996cfb2ab6b336c5136d7aba2256a62166
totalSupply() pure returns (uint256)
94893201882000000000000000
transfersEnabled() pure returns (bool)
false
version() pure returns (string)
MMT_0.1
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)
changeController(address _newController)
claimTokens(address _token)
enableShowValue(bool _showValue)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _tokenFactory)
This contract contains no fallback and receive objects.
This contract contains no error objects.