FCoin Token (Released)
Verified contract
Active on
Ethereum with 35,382 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 |
---|---|---|---|---|---|
FCandy | ERC-20 | 10M | -- | -- | |
PKG | ERC-20 | 100 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
FT | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC-20 | 0.289 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13745462 | 3 years ago | | | 0 | 0.0030459252 | |
| 10470700 | 4 years ago | | | 0 | 0.0042738400 | |
| 10079670 | 4 years ago | | | 0 | 0.00046078800 | |
| 9929125 | 5 years ago | | | 0 | 0.00046122000 | |
| 9459951 | 5 years ago | | | 0 | 0.00096027500 | |
| 9019812 | 5 years ago | | | 0 | 0.000041455700 | |
| 8825684 | 5 years ago | | | 0 | 0.00014767800 | |
| 8788736 | 5 years ago | | | 0 | 0.00039380800 | |
| 8756417 | 5 years ago | | | 0 | 0.000049226000 | |
| 8657046 | 5 years ago | | | 0 | 0.00037490732 |
ABI
ABI objects
Getter at block 21158529
INITIAL_SUPPLY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
FCoin Token (Released)
owner() view returns (address)
0x179dcc712eb159282c6ee97712dbe00ec1206293
paused() view returns (bool)
false
symbol() view returns (string)
FT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.