Power Fans ERC20 Token
Verified contract
Active on
Ethereum with 456,187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.003972 |
$0.01 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
PFC | ERC-20 | 20.054K | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
ELET | ERC-20 | 5.54 | -- | -- | |
0x2630…8a13 | ERC-20 | 5 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 2 years ago | | | 0 | 0.0029342192 | |
| 11813199 | 4 years ago | | | 0 | 0.0034555431 | |
| 10848087 | 4 years ago | | | 0 | 0.0036795200 | |
| 10848009 | 4 years ago | | | 0 | 0.0029675658 | |
| 10217950 | 4 years ago | | | 0 | 0.0017093251 | |
| 10217834 | 4 years ago | | | 0 | 0.0019705956 | |
| 10082877 | 4 years ago | | | 0 | 0.00083567005 | |
| 10069383 | 4 years ago | | | 0 | 0.00080447503 | |
| 10006554 | 5 years ago | | | 0 | 0.00027596403 | |
| 10006544 | 5 years ago | | | 0 | 0.00045610800 |
ABI
ABI objects
Getter at block 21157924
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Power Fans ERC20 Token
owner() view returns (address)
0xcf34088ef45865861d39a7f264866fa02c77feb7
stopped() view returns (bool)
false
symbol() view returns (string)
PFC
totalSupply() view returns (uint256)
550000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
mint(address dst, uint128 wad)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.