FCTF 10 Coins
Verified contract
Active on
Ethereum with 694 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 "FCTF 10 Coins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10408751 | 4 years ago | | | 0 | 0.00078564000 | |
| 10402254 | 4 years ago | | | 0 | 0.00078564000 | |
| 10395934 | 4 years ago | | | 0 | 0.00078564000 | |
| 10394639 | 4 years ago | | | 0 | 0.00078564000 | |
| 10377230 | 4 years ago | | | 0 | 0.00078564000 | |
| 10364399 | 4 years ago | | | 0 | 0.00078564000 | |
| 10358175 | 4 years ago | | | 0 | 0.00078564000 | |
| 10356406 | 4 years ago | | | 0 | 0.00078564000 | |
| 10344889 | 4 years ago | | | 0 | 0.00078564000 | |
| 10326319 | 4 years ago | | | 0 | 0.00078564000 |
ABI
ABI objects
Getter at block 21410824
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
FCTF 10 Coins
owner() view returns (address)
0x6706b50d8be07c7bf5692d1018250fcedc9a1c07
symbol() view returns (string)
10COINS
totalSupply() view returns (uint256)
24998638611326
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address newMinter)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeMinter(address minter)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.