FCTF 10 Coins

Verified contract

Active on Ethereum with 694 txns
Deployed by via 0x78745732 at 5835297
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FCTF 10 Coins"

0x88757f75f038edbb9ea77401d88776000bd24b7b2898233a5850543bae7cb78a
0x5dc5e77938b5ee989ef015a680428848401ee7a8f444eb50ad11054dc20d25d1
0xda21e37f5ddc869789011c191758ec0fd3176dab4d4b26568fcba0951a8a0ce1
0xf5fe6d2917171c4ad4eb55fb69ea66a45d913ba660969d36090cc2557d9e3734
0xcae92b9b6159dbe8eafa0b771032cee2c56fd07178fe864e82f85d7e2eb963d0
0x1ff3a1f7b5c31c6a9cfef403b2a66a36342d8dc6a65d845b3d945d56d2f0dc30
0x209633c2f43d8207efd13d9d1a7297d7a569964a65e430fa7384e1d80a05ef8b
0xefe73353cc36b7218254e11f6a679e8883f397ca4f8001435f1e79efdfc44aa9
0xf92f7ead179e2b1e7b60ec80d5e0650661cc2dda82b607087f4eaf60072cbf0f
0x3e48788f883f43981ee15a78324024574c21cb101d4b120c6fa6b4bb0e9d9ebf

Functions
Getter at block 21036295
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 _owneraddress _spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
minters(addressview returns (bool)
State-modifying
addMinter(address newMinter
approve(address _spenderuint256 _valuereturns (bool)
burn(uint256 _value
decreaseApproval(address _spenderuint256 _subtractedValuereturns (bool)
finishMinting(returns (bool)
increaseApproval(address _spenderuint256 _addedValuereturns (bool)
mint(address _touint256 _amountreturns (bool)
removeMinter(address minter
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Burn(address indexed burneruint256 value
Mint(address indexed touint256 amount
MintFinished(
MinterAdded(address indexed minter
MinterRemoved(address indexed minter
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.